From 6fba2c3565dfc0119943bf80681dbe810bb938f5 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 25 Jun 2019 20:24:58 -0400 Subject: sd-image-raspberrypi: populateBoot -> populateFirmware Fixes an incomplete change from the last changes. --- nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix index cb78bbafecf2..8c9090471dcd 100644 --- a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix +++ b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix @@ -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. -- cgit 1.4.1