nixosTests.systemd-initrd-swraid: mount the host Nix store
Same rationale as caf6f41e2e.
This commit is contained in:
@@ -6,6 +6,8 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
|
|||||||
virtualisation = {
|
virtualisation = {
|
||||||
emptyDiskImages = [ 512 512 ];
|
emptyDiskImages = [ 512 512 ];
|
||||||
useBootLoader = true;
|
useBootLoader = true;
|
||||||
|
# Booting off the RAID requires an available init script
|
||||||
|
mountHostNixStore = true;
|
||||||
useEFIBoot = true;
|
useEFIBoot = true;
|
||||||
};
|
};
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user