summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-08-07 18:32:01 +0000
committerErik Troan <ewt@redhat.com>2000-08-07 18:32:01 +0000
commit685269146bc60a5dd7562545a2f8e10bf0736a44 (patch)
tree1382e76c0d483ff714e719f282e560c0fad4bb3f /iw
parenta8141e9499ce8816c732bf70df79b1def809687d (diff)
downloadanaconda-685269146bc60a5dd7562545a2f8e10bf0736a44.tar.gz
anaconda-685269146bc60a5dd7562545a2f8e10bf0736a44.tar.xz
anaconda-685269146bc60a5dd7562545a2f8e10bf0736a44.zip
if we don't let folks select a location for lilo, set the default to MBR
Diffstat (limited to 'iw')
-rw-r--r--iw/lilo_gui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/lilo_gui.py b/iw/lilo_gui.py
index 9ba7a05ca..be1d2cefa 100644
--- a/iw/lilo_gui.py
+++ b/iw/lilo_gui.py
@@ -44,6 +44,8 @@ class LiloWindow (InstallWindow):
self.todo.lilo.setDevice("mbr")
else:
self.todo.lilo.setDevice("partition")
+ else:
+ self.todo.lilo.setDevice("mbr")
images = {}
default = None