summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-24 19:44:11 +0000
committerMatt Wilson <msw@redhat.com>1999-09-24 19:44:11 +0000
commit9564df37ef6e28bb539fa7d3187b04415a54174c (patch)
tree9654f9478d85675044de4e3b7b7236bbd0f7bc72 /anaconda
parentdaca35fe3340a29cc1f48702ac26e67d0fadceec (diff)
downloadanaconda-9564df37ef6e28bb539fa7d3187b04415a54174c.tar.gz
anaconda-9564df37ef6e28bb539fa7d3187b04415a54174c.tar.xz
anaconda-9564df37ef6e28bb539fa7d3187b04415a54174c.zip
language switching
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index f1c022755..3b5c1b8a5 100755
--- a/anaconda
+++ b/anaconda
@@ -139,7 +139,7 @@ if (mode == 'g' and not os.environ.has_key('DISPLAY')):
if (mode == 'g'):
if not test and not localInstall:
- for i in ( "imrc", "im_palette.pal" ):
+ for i in ( "imrc", "im_palette.pal", "gtk" ):
os.symlink ("../mnt/source/RedHat/instimage/etc/" + i, "/etc/" + i)
from gui import InstallInterface
elif (mode == 't'):