diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-05 21:15:07 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-05 21:15:07 +0000 |
commit | 69c6479e3028818bc60dbd9f64938b4d3f37b9a8 (patch) | |
tree | c7b6860adb774eb444b268276f3ef3edbcc9face | |
parent | 64730e161df987c0332a89c85241f28285ea0b84 (diff) | |
download | anaconda-69c6479e3028818bc60dbd9f64938b4d3f37b9a8.tar.gz anaconda-69c6479e3028818bc60dbd9f64938b4d3f37b9a8.tar.xz anaconda-69c6479e3028818bc60dbd9f64938b4d3f37b9a8.zip |
s/instPath/instRoot/anaconda-6-2-beta3-sparc-tag
-rw-r--r-- | silo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ class SiloInstall: os.remove(instRoot + "/etc/silo.conf") except: pass - os.symlink("../boot/silo.conf", instPath + "/etc/silo.conf") + os.symlink("../boot/silo.conf", instRoot + "/etc/silo.conf") else: silo.write(instRoot + "/etc/silo.conf") |