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