systemd: remove replacing modprobe
This path is already correctly overriden via the module system on master and thus is unneeded.
This commit is contained in:
@@ -599,13 +599,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
replacement = "$out/lib/systemd/systemd-fsck";
|
||||
where = [ "man/systemd-fsck@.service.xml" ];
|
||||
}
|
||||
]
|
||||
++ lib.optionals withKmod [
|
||||
{
|
||||
search = "ExecStart=-modprobe";
|
||||
replacement = "ExecStart=-${lib.getBin kmod}/bin/modprobe";
|
||||
where = [ "units/modprobe@.service" ];
|
||||
}
|
||||
];
|
||||
|
||||
# { replacement, search, where, ignore } -> List[str]
|
||||
|
||||
Reference in New Issue
Block a user