mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 20:28:21 +00:00
nixos/tests/lvm2/systemd-stage-1: mount the host Nix store
Same rationale as in caf6f41e2e
.
This commit is contained in:
parent
59891e405d
commit
ff3936e14b
@ -65,6 +65,8 @@ in import ../make-test-python.nix ({ pkgs, ... }: {
|
||||
emptyDiskImages = [ 8192 8192 ];
|
||||
useBootLoader = true;
|
||||
useEFIBoot = true;
|
||||
# To boot off the LVM disk, we need to have a init script which comes from the Nix store.
|
||||
mountHostNixStore = true;
|
||||
};
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
Loading…
Reference in New Issue
Block a user