* Recreate the /bin/sh symlink.
svn path=/nixos/trunk/; revision=7855
This commit is contained in:
parent
5d0f7bdadd
commit
42bcb9a2a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user