nixos/systemd-stage-1: Enable LVM installer test

Changed files
+4 -1
nixos
+1 -1
nixos/tests/installer-systemd-stage-1.nix
···
luksroot
luksroot-format1
luksroot-format2
-
# lvm
+
lvm
separateBoot
separateBootFat
separateBootZfs
+3
nixos/tests/installer.nix
···
"mount LABEL=nixos /mnt",
)
'';
+
extraConfig = optionalString systemdStage1 ''
+
boot.initrd.services.lvm.enable = true;
+
'';
};
# Boot off an encrypted root partition with the default LUKS header format