[PATCH] Remove the bootloader class's obsoletes attribute.

Samantha N. Bueno sbueno+anaconda at redhat.com
Tue May 7 20:59:16 UTC 2013


Ack

On Tue, May 07, 2013 at 04:56:37PM -0400, Chris Lumens wrote:
> This was used for upgrades, which we no longer do in anaconda.
> ---
>  pyanaconda/bootloader.py | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
> index 3e4442a..f34ac8a 100644
> --- a/pyanaconda/bootloader.py
> +++ b/pyanaconda/bootloader.py
> @@ -216,7 +216,6 @@ class TbootLinuxBootLoaderImage(LinuxBootLoaderImage):
>  class BootLoader(object):
>      name = "Generic Bootloader"
>      packages = []
> -    obsoletes = []
>      config_file = None
>      config_file_mode = 0600
>      can_dual_boot = False
> @@ -1336,7 +1335,6 @@ class GRUB2(GRUB):
>      """
>      name = "GRUB2"
>      packages = ["grub2"]
> -    obsoletes = ["grub"]
>      _config_file = "grub.cfg"
>      _config_dir = "grub2"
>      config_file_mode = 0600
> -- 
> 1.8.1.2
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list