[rhel7-branch 3/29] reiserfs is not supported (#1066635)

bcl installerbot-noreply at redhat.com
Tue Jun 2 00:31:04 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

So don't install reiserfs-utils, even if there is an existing partition.

Resolves: rhbz#1066635
(cherry picked from commit 998df275e548f5f20180bc5660024b0e1e1cf375)

Related: rhbz#1196721
---
 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 4e8dde2..2958e20 100644
--- a/pyanaconda/installclasses/rhel.py
+++ b/pyanaconda/installclasses/rhel.py
@@ -35,7 +35,7 @@ class RHELBaseInstallClass(BaseInstallClass):
     bootloaderTimeoutDefault = 5
     bootloaderExtraArgs = []
 
-    ignoredPackages = ["ntfsprogs"]
+    ignoredPackages = ["ntfsprogs", "reiserfs-utils"]
 
     installUpdates = False
 


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/3124724ac700be728a4b3a0fa02aada7cd38fbe8


More information about the anaconda-patches mailing list