systemdStage1: drop passing the removed parameter
Dropped in 0c852e1fa6 (syntax error). If I looked at history right,
it has never been used (but indirectly through cryptsetup).
I expect it's a remnant of different attempts at breaking depenency
cycle which we now solve through systemdMinimal.
This commit is contained in:
@@ -23377,7 +23377,7 @@ with pkgs;
|
||||
withCryptsetup = true;
|
||||
withFido2 = true;
|
||||
withTpm2Tss = true;
|
||||
inherit lvm2 libfido2 p11-kit;
|
||||
inherit libfido2 p11-kit;
|
||||
};
|
||||
systemdStage1Network = systemdStage1.override {
|
||||
pname = "systemd-stage-1-network";
|
||||
|
||||
Reference in New Issue
Block a user