[PATCH] Only add "rhgb quiet" to boot args for non-serial installs (#506508, 510523).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 yuminstall.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/yuminstall.py b/yuminstall.py
index 296af40..20a3085 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1610,7 +1610,8 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
             w = anaconda.intf.waitWindow(_("Post Installation"),
                                     _("Performing post-installation configuration"))
 
-        if not iutil.isS390():
+        # Only add "rhgb quiet" on non-s390, non-serial installs
+        if iutil.isConsoleOnVirtualTerminal():
             if len(self.ayum.tsInfo.matchNaevr(name='rhgb')) > 0:
                 anaconda.id.bootloader.args.append("rhgb quiet")
             elif len(self.ayum.tsInfo.matchNaevr(name='plymouth')) > 0:
-- 
1.6.4

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux