mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/tests/boot-stage1: Explicitly disable systemd stage 1
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user