summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-05 15:15:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-05 15:15:14 +0000
commitcbbad277f29fd2d03dd06fe69aebcd4327ccc2b1 (patch)
tree0c991e3f7106691bf373156c1f2ff9fe30e40a9f
parent641386ef4cae2020d9b610142a2ad84ac57c0508 (diff)
downloaddrakx-cbbad277f29fd2d03dd06fe69aebcd4327ccc2b1.tar
drakx-cbbad277f29fd2d03dd06fe69aebcd4327ccc2b1.tar.gz
drakx-cbbad277f29fd2d03dd06fe69aebcd4327ccc2b1.tar.bz2
drakx-cbbad277f29fd2d03dd06fe69aebcd4327ccc2b1.tar.xz
drakx-cbbad277f29fd2d03dd06fe69aebcd4327ccc2b1.zip
fix typo
-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