summaryrefslogtreecommitdiffstats
path: root/iw/bootlocwidget.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-02-21 01:56:13 +0000
committerPeter Jones <pjones@redhat.com>2005-02-21 01:56:13 +0000
commite6e5d7da11b658ad6cf506bc4b648fb5945b2bed (patch)
treee4a954f35f20967d7ca0f4f0bff2eff817aa3f01 /iw/bootlocwidget.py
parentd6184c707a14cd28b82694a42844d9958e0e64fe (diff)
downloadanaconda-e6e5d7da11b658ad6cf506bc4b648fb5945b2bed.tar.gz
anaconda-e6e5d7da11b658ad6cf506bc4b648fb5945b2bed.tar.xz
anaconda-e6e5d7da11b658ad6cf506bc4b648fb5945b2bed.zip
No longer use lilo.
Diffstat (limited to 'iw/bootlocwidget.py')
-rw-r--r--iw/bootlocwidget.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/iw/bootlocwidget.py b/iw/bootlocwidget.py
index 30a6a234d..acf85b616 100644
--- a/iw/bootlocwidget.py
+++ b/iw/bootlocwidget.py
@@ -79,16 +79,6 @@ class BootloaderLocationWidget:
self.widget = alignment
def editDriveOrder(self, *args):
- # we only support this for grub
- if not self.usingGrub:
- self.intf.messageWindow(_("Unable to Change Drive Order for LILO"),
- _("We do not support changing the "
- "drive order for use with LILO."),
- type="ok")
- return
-
-
-
dialog = gtk.Dialog(_("Edit Drive Order"), flags = gtk.DIALOG_MODAL)
gui.addFrame(dialog)
dialog.set_modal(gtk.TRUE)