* Recreate the /bin/sh symlink.

svn path=/nixos/trunk/; revision=7855
This commit is contained in:
Eelco Dolstra 2007-02-06 13:15:52 +00:00
parent 5d0f7bdadd
commit 42bcb9a2a7

View File

@ -30,6 +30,12 @@ for i in $(find /etc/ -type l); do
done
# Create the required /bin/sh symlink; otherwise lots of things
# (notably the system() function) won't work.
mkdir -m 0755 -p $mountPoint/bin
ln -sfn @shell@ $mountPoint/bin/sh
# Various log directories.
mkdir -m 0755 -p /var/run