mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
tests boot-raid1: use grub as systemd-boot is broken with raid1 /boot
This commit is contained in:
parent
4df1400b38
commit
bfc300b1c2
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue