summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-08-09 16:07:50 +0000
committerMike Fulbright <msf@redhat.com>2000-08-09 16:07:50 +0000
commit7a5d07a4da0bf36a70ee0b383ecbd588155f1d71 (patch)
treefe5ccdfab738be2a742ffb8f8f8331be13d28714
parentfa6a4b5c8ab5a8e4fdcbb39a5cea24fd1408cb47 (diff)
downloadanaconda-7a5d07a4da0bf36a70ee0b383ecbd588155f1d71.tar.gz
anaconda-7a5d07a4da0bf36a70ee0b383ecbd588155f1d71.tar.xz
anaconda-7a5d07a4da0bf36a70ee0b383ecbd588155f1d71.zip
typos
-rwxr-xr-xanaconda-runrescue6
1 files changed, 3 insertions, 3 deletions
diff --git a/anaconda-runrescue b/anaconda-runrescue
index 9c7746660..464456937 100755
--- a/anaconda-runrescue
+++ b/anaconda-runrescue
@@ -5,8 +5,8 @@
# link from instimage to /etc so things work
-for i in "services protocols group"; do
- ln -s /mnt/source/RedHat/sysimage/etc/$i /etc/$i
- echo "ln -s /mnt/source/RedHat/sysimage/etc/$i /etc/$i"
+for i in services protocols group; do
+ ln -s /mnt/runtime/etc/$i /etc/$i
+done
exec /bin/sh