summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorjakub <jakub>2000-07-11 08:37:57 +0000
committerjakub <jakub>2000-07-11 08:37:57 +0000
commit8aecedb9e86d06b3322416e10f4b16e802c2063d (patch)
tree867dd854a3fdda8cea2ae7e9b69beb480b96c81e /anaconda
parent5c629a5e47548a0588a2017ca89d36ebda3fbcfc (diff)
downloadanaconda-8aecedb9e86d06b3322416e10f4b16e802c2063d.tar.gz
anaconda-8aecedb9e86d06b3322416e10f4b16e802c2063d.tar.xz
anaconda-8aecedb9e86d06b3322416e10f4b16e802c2063d.zip
Avoid using RedHat/instimage because it may be missing (and it will
go away after changing CDs no matter how splitdistro looks like).
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 026c47750..23bc270ad 100755
--- a/anaconda
+++ b/anaconda
@@ -270,7 +270,7 @@ if (display_mode == 'g'):
if not test and not localInstall and not reconfigOnly:
for i in ( "imrc", "im_palette.pal", "gtk" ):
try:
- os.symlink ("../mnt/source/RedHat/instimage/etc/" + i, "/etc/" + i)
+ os.symlink ("../mnt/runtime/etc/" + i, "/etc/" + i)
except:
pass
from gui import InstallInterface