summaryrefslogtreecommitdiffstats
path: root/upgrade.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 /upgrade.py
parentd6184c707a14cd28b82694a42844d9958e0e64fe (diff)
downloadanaconda-e6e5d7da11b658ad6cf506bc4b648fb5945b2bed.tar.gz
anaconda-e6e5d7da11b658ad6cf506bc4b648fb5945b2bed.tar.xz
anaconda-e6e5d7da11b658ad6cf506bc4b648fb5945b2bed.zip
No longer use lilo.
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/upgrade.py b/upgrade.py
index 3499ba2b9..bdcfbd6cb 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -607,22 +607,6 @@ def upgradeFindPackages(intf, method, id, instPath, dir):
id.upgradeDeps ="%s%s\n" % (id.upgradeDeps, text)
log(text)
id.grpset.hdrlist["grub"].select()
- if iutil.getArch() == "i386" and not id.bootloader.useGrub():
- log("Upgrade: User selected to use LILO for bootloader")
- if id.grpset.hdrlist.has_key("lilo") and not id.grpset.hdrlist["lilo"].isSelected():
- log("Upgrade: lilo is not currently selected to be upgraded")
- h = None
- try:
- h = ts.dbMatch('name', 'lilo').next()
- except StopIteration:
- pass
- if h is None:
- text = ("Upgrade: LILO is not already installed on the "
- "system, selecting LILO")
- id.upgradeDeps ="%s%s\n" % (id.upgradeDeps, text)
- log(text)
- id.grpset.hdrlist["lilo"].select()
-
h = None
try: