svn path=/nixu/trunk/; revision=1245
This commit is contained in:
Armijn Hemel 2004-08-06 16:38:43 +00:00
parent 9a9cc06744
commit d40375a0bf

View File

@ -83,8 +83,7 @@ Another option would be to enable networking in the UML and use nix-pull to
get all the right packages, however this does not work yet out of the box. get all the right packages, however this does not work yet out of the box.
A small trick is to symlink /bin/sh to the current version of "sh": A small trick is to symlink /bin/sh to the current version of "sh":
# mkdir /bin
# cd /bin # cd /bin
# ln -s `which ssh` sh # ln -s `which sh` sh
We're looking for a more permanent solution to fix this. We're looking for a more permanent solution to fix this.