3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #25391 from Mic92/nixos-prepare-root

nixos-prepare-root: force symlink at /run
This commit is contained in:
Daniel Peebles 2017-05-01 10:15:36 -04:00 committed by GitHub
commit daf16b5679

View file

@ -37,7 +37,7 @@ mkdir -m 0755 -p $mountPoint/tmp/root
mkdir -m 0755 -p $mountPoint/var
mkdir -m 0700 -p $mountPoint/root
ln -s /run $mountPoint/var/run
ln -sf /run $mountPoint/var/run
# Create the necessary Nix directories on the target device
mkdir -m 0755 -p \