summaryrefslogtreecommitdiffstats
path: root/milo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-10-09 22:56:09 +0000
committerMatt Wilson <msw@redhat.com>1999-10-09 22:56:09 +0000
commit32e4f351ce011980cadb6cda65c9b6863386e3d8 (patch)
tree28a7f5368f84276e5b29dccbef96e5fdb05238bf /milo.py
parent68cf61cf09f64376e069a9f8dced472ba2b8a89f (diff)
downloadanaconda-32e4f351ce011980cadb6cda65c9b6863386e3d8.tar.gz
anaconda-32e4f351ce011980cadb6cda65c9b6863386e3d8.tar.xz
anaconda-32e4f351ce011980cadb6cda65c9b6863386e3d8.zip
create the file.
Diffstat (limited to 'milo.py')
-rw-r--r--milo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/milo.py b/milo.py
index 49c52aef2..ac13153b1 100644
--- a/milo.py
+++ b/milo.py
@@ -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: