summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-06-25 20:24:58 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2019-06-25 20:49:34 -0400
commit6fba2c3565dfc0119943bf80681dbe810bb938f5 (patch)
treec8251b58d18d539db9291243553386c9a16116f6 /nixos
parent7b8a7cee78468919b98cc4c8694d84165f28ef68 (diff)
downloadnixpkgs-6fba2c3565dfc0119943bf80681dbe810bb938f5.tar
nixpkgs-6fba2c3565dfc0119943bf80681dbe810bb938f5.tar.gz
nixpkgs-6fba2c3565dfc0119943bf80681dbe810bb938f5.tar.bz2
nixpkgs-6fba2c3565dfc0119943bf80681dbe810bb938f5.tar.lz
nixpkgs-6fba2c3565dfc0119943bf80681dbe810bb938f5.tar.xz
nixpkgs-6fba2c3565dfc0119943bf80681dbe810bb938f5.tar.zst
nixpkgs-6fba2c3565dfc0119943bf80681dbe810bb938f5.zip
sd-image-raspberrypi: populateBoot -> populateFirmware
Fixes an incomplete change from the last changes.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
index cb78bbafecf..8c9090471dc 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.