3
0
Fork 0
forked from mirrors/nixpkgs

sd-image-raspberrypi: populateBoot -> populateFirmware

Fixes an incomplete change from the last changes.
This commit is contained in:
Samuel Dionne-Riel 2019-06-25 20:24:58 -04:00
parent 7b8a7cee78
commit 6fba2c3565

View file

@ -22,7 +22,7 @@ in
boot.kernelPackages = pkgs.linuxPackages_rpi;
sdImage = {
populateBootCommands = let
populateFirmwareCommands = let
configTxt = pkgs.writeText "config.txt" ''
# Prevent the firmware from smashing the framebuffer setup done by the mainline kernel
# when attempting to show low-voltage or overtemperature warnings.