[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 3/8] Don't call selectBootloader anymore. That method was removed.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 3/8] Don't call selectBootloader anymore. That method was removed.
- Date: Wed, 4 Mar 2009 10:39:22 -0500
---
yuminstall.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/yuminstall.py b/yuminstall.py
index d66aef6..d5efee0 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1316,7 +1316,6 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
# New installs only - upgrades will already have all this stuff.
self.selectBestKernel(anaconda)
self.selectPackage(anaconda.platform.bootloaderPackage)
- self.selectBootloader()
self.selectFSPackages(anaconda.id.storage)
self.selectAnacondaNeeds()
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]