make correct symlink to /bin/sh and /bin/bash
svn path=/nixu/trunk/; revision=3658
This commit is contained in:
parent
fb451cc09f
commit
f88a356cc6
1 changed files with 2 additions and 1 deletions
|
@ -275,7 +275,8 @@ cp -fa /nix/store/* $root/nix/store
|
|||
echo setting init symlink...
|
||||
rm -f $root/init
|
||||
ln -s $sysvinitPath/sbin/init $root/init
|
||||
ln -s $bash/bin/sh $root/bin/sh
|
||||
ln -s @bash@/bin/sh $root/bin/sh
|
||||
ln -s @bash@/bin/bash $root/bin/bash
|
||||
|
||||
echo setting up inittab...
|
||||
rm -f $root/etc/inittab
|
||||
|
|
Loading…
Reference in a new issue