nixos/installation-cd-base: fix installer expecting LUKS devices (#426005)

authored by lassulus and committed by GitHub 6c6f8f9b b4516016

+1
+1
nixos/modules/installer/cd-dvd/installation-cd-base.nix
··· 34 34 # system layout on a fresh machine, before it has been formatted. 35 35 swapDevices = lib.mkImageMediaOverride [ ]; 36 36 fileSystems = lib.mkImageMediaOverride config.lib.isoFileSystems; 37 + boot.initrd.luks.devices = lib.mkImageMediaOverride { }; 37 38 38 39 boot.postBootCommands = '' 39 40 for o in $(</proc/cmdline); do