diff options
Diffstat (limited to 'nix/rootfs.nix')
| -rw-r--r-- | nix/rootfs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/rootfs.nix b/nix/rootfs.nix index 44532cc..f9d29a7 100644 --- a/nix/rootfs.nix +++ b/nix/rootfs.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation { chmod -R u+w rootfs ln -sf /usr/bin/runit-init rootfs/init chmod -R u+w rootfs - rm rootfs/sbin/init + rm -f rootfs/sbin/init chmod -R u+w rootfs ln -sf /usr/bin/runit-init rootfs/sbin/init cp -a ${../runit}/* rootfs/etc/runit/ |
