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