mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/tests/boot-stage1: Explicitly disable systemd stage 1
This commit is contained in:
parent
e7a9b6a1a2
commit
a261a22e18
1 changed files with 5 additions and 0 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue