1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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

This commit is contained in:
Will Fancher 2024-05-05 06:41:28 -04:00
parent 4871a4e0da
commit da635f35de
2 changed files with 4 additions and 1 deletions

View file

@ -19,7 +19,7 @@
luksroot
luksroot-format1
luksroot-format2
# lvm
lvm
separateBoot
separateBootFat
separateBootZfs

View file

@ -975,6 +975,9 @@ in {
"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