+17
-17
nixos/modules/system/boot/stage-1-init.sh
+17
-17
nixos/modules/system/boot/stage-1-init.sh
···
+2
-10
nixos/modules/system/boot/stage-1.nix
+2
-10
nixos/modules/system/boot/stage-1.nix
···-logCommands preLVMCommands preDeviceCommands postDeviceCommands postMountCommands kernelModules;resumeDevices = map (sd: if sd ? device then sd.device else "/dev/disk/by-label/${sd.label}")(filter (sd: (sd ? label || hasPrefix "/dev/" sd.device) && !sd.randomEncryption) config.swapDevices);···-Whether to replicate command output of stage-1 booting to <filename>/dev/kmsg</filename> or <filename>/run/log/stage-1-init.log</filename> if <filename>/dev/kmsg</filename> is not writable.
+13
-17
nixos/modules/system/boot/stage-2-init.sh
+13
-17
nixos/modules/system/boot/stage-2-init.sh
······
+1
-9
nixos/modules/system/boot/stage-2.nix
+1
-9
nixos/modules/system/boot/stage-2.nix
······-Whether to replicate command output of stage-1 booting to <filename>/dev/kmsg</filename> or <filename>/run/log/stage-2-init.log</filename> if <filename>/dev/kmsg</filename> is not writable.