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.
launchpad/nixpkgs/master
Colin L Rice 3 years ago
parent 02f85b8ab8
commit 26286030e8
  1. 1
      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 = ''

Loading…
Cancel
Save