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

bcl installerbot-noreply at redhat.com
Wed Jun 3 00:36:37 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/12b9889a4406d0404c8dbdfa30cd99209b38cb77


More information about the anaconda-patches mailing list