mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/tests/iscsi: Explicitly disable systemd stage 1
This commit is contained in:
@@ -186,6 +186,7 @@ in
|
||||
boot.initrd.extraFiles."etc/multipath/wwids".source =
|
||||
pkgs.writeText "wwids" "/3600140592b17c3f6b404168b082ceeb7/";
|
||||
|
||||
boot.initrd.systemd.enable = false;
|
||||
boot.iscsi-initiator = {
|
||||
discoverPortal = "target";
|
||||
name = initiatorName;
|
||||
|
||||
@@ -142,6 +142,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# No SCSI support in systemd stage 1 at present.
|
||||
boot.initrd.systemd.enable = false;
|
||||
boot.iscsi-initiator = {
|
||||
discoverPortal = "target";
|
||||
name = initiatorName;
|
||||
|
||||
Reference in New Issue
Block a user