diff options
author | Matt Wilson <msw@redhat.com> | 1999-10-09 22:56:09 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-10-09 22:56:09 +0000 |
commit | 32e4f351ce011980cadb6cda65c9b6863386e3d8 (patch) | |
tree | 28a7f5368f84276e5b29dccbef96e5fdb05238bf | |
parent | 68cf61cf09f64376e069a9f8dced472ba2b8a89f (diff) | |
download | anaconda-32e4f351ce011980cadb6cda65c9b6863386e3d8.tar.gz anaconda-32e4f351ce011980cadb6cda65c9b6863386e3d8.tar.xz anaconda-32e4f351ce011980cadb6cda65c9b6863386e3d8.zip |
create the file.
-rw-r--r-- | milo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ class MiloInstall: hasboot = 1 kernelroot = '/' try: - os.remove(todo.instPath + "/etc/milo.conf") + os.remove(todo.instPath + "/etc/milo.conf", "w") os.symlink("../boot/milo.conf", self.todo.instPath + "/etc/milo.conf") except: |