Loading nixos/modules/installer/cd-dvd/installation-cd-base.nix +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ # system layout on a fresh machine, before it has been formatted. swapDevices = lib.mkImageMediaOverride [ ]; fileSystems = lib.mkImageMediaOverride config.lib.isoFileSystems; boot.initrd.luks.devices = lib.mkImageMediaOverride { }; boot.postBootCommands = '' for o in $(</proc/cmdline); do Loading Loading
nixos/modules/installer/cd-dvd/installation-cd-base.nix +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ # system layout on a fresh machine, before it has been formatted. swapDevices = lib.mkImageMediaOverride [ ]; fileSystems = lib.mkImageMediaOverride config.lib.isoFileSystems; boot.initrd.luks.devices = lib.mkImageMediaOverride { }; boot.postBootCommands = '' for o in $(</proc/cmdline); do Loading