+2
nixos/modules/system/boot/stage-1-init.sh
+2
nixos/modules/system/boot/stage-1-init.sh
+9
-1
nixos/modules/system/boot/stage-1.nix
+9
-1
nixos/modules/system/boot/stage-1.nix
···-preLVMCommands preDeviceCommands postDeviceCommands postMountCommands preFailCommands kernelModules;+preLVMCommands preDeviceCommands postDeviceCommands postResumeCommands postMountCommands preFailCommands kernelModules;resumeDevices = map (sd: if sd ? device then sd.device else "/dev/disk/by-label/${sd.label}")···