nixos/tests/boot-stage2: Explicitly disable systemd stage 1
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
|
||||
boot = {
|
||||
initrd = {
|
||||
# TODO: Switch to systemd initrd
|
||||
systemd.enable = false;
|
||||
|
||||
# Format the upper Nix store.
|
||||
postDeviceCommands = ''
|
||||
${pkgs.e2fsprogs}/bin/mkfs.ext4 /dev/vdb
|
||||
|
||||
Reference in New Issue
Block a user