diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-10-30 20:25:51 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-10-30 20:25:51 +0000 |
commit | 19c25387b48182d9c8898b426eec942ba20f19de (patch) | |
tree | bd08ea57d0001a205206cd0b510810b30d1f9e20 /anaconda | |
parent | 5bd05c6b42b7a09bfec5ef1e8a58e6527fe6cc11 (diff) | |
download | anaconda-19c25387b48182d9c8898b426eec942ba20f19de.tar.gz anaconda-19c25387b48182d9c8898b426eec942ba20f19de.tar.xz anaconda-19c25387b48182d9c8898b426eec942ba20f19de.zip |
more symlinks in /etc
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -467,8 +467,8 @@ configFileData = configFile.getConfigData() # if (display_mode == 'g'): if not flags.test and flags.setupFilesystems: - for i in ( "imrc", "im_palette.pal", "gtk", "services", - "protocol"): + for i in ( "imrc", "im_palette.pal", "gtk-2.0", "services", + "protocol", "pango"): try: os.symlink ("../mnt/runtime/etc/" + i, "/etc/" + i) except: |