workaround for nix-pull

svn path=/nixu/trunk/; revision=1244
This commit is contained in:
Armijn Hemel
2004-08-06 14:07:57 +00:00
parent 85bbb5e447
commit 9a9cc06744
+6 -6
View File
@@ -80,11 +80,11 @@ added need to be added to $PATH the file "env.sh" has to be edited and the
UML has to be recreated. UML has to be recreated.
Another option would be to enable networking in the UML and use nix-pull to 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. 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":
# mkdir /bin
# cd /bin
# ln -s `which ssh` sh
Differences with a normal UML We're looking for a more permanent solution to fix this.
A lot of packages are still missing from the current UML. User management
is completely lacking, init scripts and system configuration (/etc) are
not there yet.