From 8aecedb9e86d06b3322416e10f4b16e802c2063d Mon Sep 17 00:00:00 2001 From: jakub Date: Tue, 11 Jul 2000 08:37:57 +0000 Subject: Avoid using RedHat/instimage because it may be missing (and it will go away after changing CDs no matter how splitdistro looks like). --- anaconda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anaconda') 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 -- cgit