summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/tree/etc/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
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