nixos/tests/boot-stage1: Explicitly disable systemd stage 1

This commit is contained in:
Will Fancher
2025-08-15 15:43:01 -04:00
parent e7a9b6a1a2
commit a261a22e18

View File

@@ -1,3 +1,6 @@
# Remove in 26.11. This test guards against problems with
# stage-1-init.sh, which will be removed with scripted stage 1.
{ pkgs, ... }:
{
name = "boot-stage1";
@@ -10,6 +13,8 @@
...
}:
{
boot.initrd.systemd.enable = false;
boot.extraModulePackages =
let
compileKernelModule =