mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:23:02 +00:00
make correct symlink to /bin/sh and /bin/bash
svn path=/nixu/trunk/; revision=3658
This commit is contained in:
parent
fb451cc09f
commit
f88a356cc6
@ -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 New Issue
Block a user