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

This commit is contained in:
lassulus 2023-07-20 18:32:21 +02:00
parent 4df1400b38
commit bfc300b1c2

View File

@ -9,4 +9,8 @@ makeDiskoTest {
machine.succeed("test -b /dev/md/boot");
machine.succeed("mountpoint /boot");
'';
extraSystemConfig = {
# sadly systemd-boot fails to install to a raid /boot device
boot.loader.systemd-boot.enable = false;
};
}