[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 02/13] Don't change bootloader names for various configurations.
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 02/13] Don't change bootloader names for various configurations.
- Date: Tue, 19 Apr 2011 11:34:12 -0500
---
pyanaconda/bootloader.py | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index e2a9ef3..eb8f799 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1106,7 +1106,6 @@ class GRUB(BootLoader):
class EFIGRUB(GRUB):
- name = "GRUB (EFI)"
can_dual_boot = False
_config_dir = "efi/EFI/redhat"
@@ -1347,8 +1346,6 @@ class Yaboot(YabootSILOBase):
class IPSeriesYaboot(Yaboot):
- # XXX is this just for pSeries?
- name = "Yaboot (IPSeries)"
prog = "mkofboot"
target_device_format_types = ["prepboot"]
@@ -1369,7 +1366,6 @@ class IPSeriesYaboot(Yaboot):
class MacYaboot(Yaboot):
- name = "Yaboot (Mac)"
prog = "mkofboot"
can_dual_boot = True
--
1.7.3.4
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]