From 26286030e8cc6cbd313386c328e2381514a4f2bb Mon Sep 17 00:00:00 2001 From: Colin L Rice Date: Thu, 26 Aug 2021 23:31:33 -0400 Subject: rapsberrypi-eeprom: Include magic symlinks so command runs The rpi-eeprom-update commands relies on a default symlink. This is purely relative and points to critical, but is in fact published by upstream. Without this, the rpi-eeprom-update command fails with an error message - and has no help options to make it easy to figure out the magic flags to get it to do the right thing. --- pkgs/os-specific/linux/raspberrypi-eeprom/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/os-specific/linux/raspberrypi-eeprom/default.nix') diff --git a/pkgs/os-specific/linux/raspberrypi-eeprom/default.nix b/pkgs/os-specific/linux/raspberrypi-eeprom/default.nix index fd0da72aa92..32378e451e8 100644 --- a/pkgs/os-specific/linux/raspberrypi-eeprom/default.nix +++ b/pkgs/os-specific/linux/raspberrypi-eeprom/default.nix @@ -28,6 +28,7 @@ stdenvNoCC.mkDerivation rec { cp rpi-eeprom-config rpi-eeprom-update $out/bin cp -r firmware/{beta,critical,old,stable} $out/share/rpi-eeprom + cp -P firmware/default firmware/latest $out/share/rpi-eeprom ''; fixupPhase = '' -- cgit 1.4.1