From cbbad277f29fd2d03dd06fe69aebcd4327ccc2b1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 Nov 2004 15:15:14 +0000 Subject: fix typo --- rescue/tree/etc/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/tree') diff --git a/rescue/tree/etc/rc.sysinit b/rescue/tree/etc/rc.sysinit index 675863ddf..49dcd8f09 100755 --- a/rescue/tree/etc/rc.sysinit +++ b/rescue/tree/etc/rc.sysinit @@ -8,7 +8,7 @@ echo -e "\t\t\tWelcome to \\033[1;36mMandrake\\033[0;39m Linux" action "Remounting root filesystem in read-write mode" mount -n -o remount,rw / -ln -s /tmp/stage2/etc/* . 2>/dev/null +ln -s /tmp/stage2/etc/* /etc 2>/dev/null mkdir /proc action "Mounting proc filesystem" mount -n -t proc /proc /proc -- cgit v1.2.1