+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;(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.
···(filter (sd: (sd ? label || hasPrefix "/dev/" sd.device) && !sd.randomEncryption) config.swapDevices);···
+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.
······