Don't change bootloader names for various configurations.
Ack.
David Lehman <dlehman@redhat.com> wrote:
> ---
> 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
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list@redhat.com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
--
David Cantrell <dcantrell@redhat.com>
Supervisor, Installer Engineering Team
Red Hat, Inc. | Seattle, WA | UTC-7
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|