summaryrefslogtreecommitdiffstats
path: root/milo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-10-09 21:23:48 +0000
committerMatt Wilson <msw@redhat.com>1999-10-09 21:23:48 +0000
commit543d9eda4dd00eb775f2f4e7822cf18f4a96c3e6 (patch)
tree8035c31e260b46419f6c04889d449b0192e90f44 /milo.py
parentb3f94142fb3a48ba29ae8449e4f548c082124d8d (diff)
downloadanaconda-543d9eda4dd00eb775f2f4e7822cf18f4a96c3e6.tar.gz
anaconda-543d9eda4dd00eb775f2f4e7822cf18f4a96c3e6.tar.xz
anaconda-543d9eda4dd00eb775f2f4e7822cf18f4a96c3e6.zip
fixup
Diffstat (limited to 'milo.py')
-rw-r--r--milo.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/milo.py b/milo.py
index 1426beafc..792ce12d7 100644
--- a/milo.py
+++ b/milo.py
@@ -55,10 +55,10 @@ class MiloInstall:
partition = partitionNum (self.todo.mounts['/'][0])
abootdev = wholeDevice (self.todo.mounts['/'][0])
- if os.access (confprefix + "/etc/aboot.conf", os.R_OK):
- os.rename (confprefix + "/etc/aboot.conf",
- confprefix + "/etc/aboot.conf.rpmsave")
- f = open (confprefix + "/etc/aboot.conf", 'w')
+ if os.access (confprefix + "/aboot.conf", os.R_OK):
+ os.rename (confprefix + "/aboot.conf",
+ confprefix + "/aboot.conf.rpmsave")
+ f = open (confprefix + "/aboot.conf", 'w')
f.write ("# aboot default configurations\n")
if self.todo.mounts.has_key ('/boot'):
f.write ("# NOTICE: You have a /boot partition. This means that\n")