tests lvm-raid: use grub as systemd-boot is broken with raid1 /boot

This commit is contained in:
lassulus 2023-07-20 18:43:06 +02:00
parent 4fa29318f6
commit 7e2a3475f0

View File

@ -11,4 +11,8 @@ makeDiskoTest {
extraInstallerConfig = {
boot.kernelModules = [ "dm-raid0" "dm-mirror" ];
};
extraSystemConfig = {
# sadly systemd-boot fails to install to a raid /boot device
boot.loader.systemd-boot.enable = false;
};
}