+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
···+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.