From d40375a0bfc10ee2b26bb90742bf36cbb4fe00a8 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Fri, 6 Aug 2004 16:38:43 +0000 Subject: [PATCH] fix typo svn path=/nixu/trunk/; revision=1245 --- INSTALL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index c7920b55e5e..79098f8b07c 100644 --- a/INSTALL +++ b/INSTALL @@ -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. A small trick is to symlink /bin/sh to the current version of "sh": -# mkdir /bin # cd /bin -# ln -s `which ssh` sh +# ln -s `which sh` sh We're looking for a more permanent solution to fix this.