[master/rhel7] reiserfs is not supported (#1066635)

Vratislav Podzimek vpodzime at redhat.com
Thu Feb 20 10:13:07 UTC 2014


On Wed, 2014-02-19 at 16:45 -0800, Brian C. Lane wrote:
> So don't install reiserfs-utils, even if there is an existing partition.
> 
> Resolves: rhbz#1066635
> ---
>  pyanaconda/installclasses/rhel.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/installclasses/rhel.py b/pyanaconda/installclasses/rhel.py
> index 02dab71..59d7ccc 100644
> --- a/pyanaconda/installclasses/rhel.py
> +++ b/pyanaconda/installclasses/rhel.py
> @@ -36,7 +36,7 @@ class InstallClass(BaseInstallClass):
>      bootloaderTimeoutDefault = 5
>      bootloaderExtraArgs = []
>  
> -    ignoredPackages = ["ntfsprogs"]
> +    ignoredPackages = ["ntfsprogs", "reiserfs-utils"]
>  
>      installUpdates = False
>  
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list