add core utils
This commit is contained in:
+4
-1
@@ -136,7 +136,10 @@
|
|||||||
wantedBy = [ "initrd.target" ];
|
wantedBy = [ "initrd.target" ];
|
||||||
before = [ "sysroot.mount" ];
|
before = [ "sysroot.mount" ];
|
||||||
after = [ "zfs-import-zroot.service" ];
|
after = [ "zfs-import-zroot.service" ];
|
||||||
path = with pkgs; [ zfs ];
|
path = with pkgs; [
|
||||||
|
coreutils
|
||||||
|
zfs
|
||||||
|
];
|
||||||
|
|
||||||
unitConfig.DefaultDependencies = "no";
|
unitConfig.DefaultDependencies = "no";
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
|
|||||||
Reference in New Issue
Block a user