diff options
author | Bill Nottingham <notting@redhat.com> | 2000-02-22 00:12:44 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-02-22 00:12:44 +0000 |
commit | 1b672ed7ba28628648e7f22c359b3bc30f0f6b89 (patch) | |
tree | 855590140590ac146b08e2e86d8eb2f70de185d8 /milo.py | |
parent | 937a1cf8f21aad37421ce484d2d6882d92610347 (diff) | |
download | anaconda-1b672ed7ba28628648e7f22c359b3bc30f0f6b89.tar.gz anaconda-1b672ed7ba28628648e7f22c359b3bc30f0f6b89.tar.xz anaconda-1b672ed7ba28628648e7f22c359b3bc30f0f6b89.zip |
fix milo writing, I do believe...
Diffstat (limited to 'milo.py')
-rw-r--r-- | milo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ class MiloInstall: hasboot = 1 kernelroot = '/' try: - os.remove(todo.instPath + "/etc/milo.conf") + os.remove(self.todo.instPath + "/etc/milo.conf") except: pass os.symlink("../boot/milo.conf", |