+26
nixos/modules/system/boot/stage-1-init.sh
+26
nixos/modules/system/boot/stage-1-init.sh
······
······
+10
-2
nixos/modules/system/boot/stage-1.nix
+10
-2
nixos/modules/system/boot/stage-1.nix
···(filter (sd: (sd ? label || hasPrefix "/dev/" sd.device) && !sd.randomEncryption) config.swapDevices);···
···+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.