From 9a9cc067442a6ae02e30816113548cb2f7ad4ffd Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Fri, 6 Aug 2004 14:07:57 +0000 Subject: [PATCH] workaround for nix-pull svn path=/nixu/trunk/; revision=1244 --- INSTALL | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index a7408dc89c9c..c7920b55e5e9 100644 --- a/INSTALL +++ b/INSTALL @@ -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. 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 - -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. +We're looking for a more permanent solution to fix this.