-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Looks good. On Tue, 25 Aug 2009, Chris Lumens wrote:
--- 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:
- -- David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkqURt8ACgkQ5hsjjIy1Vkkb8ACfRFNaTekEJiRquH61/I7Zcqal jjwAnj8g5Gw/SlWGSJgJqquV00h46wht =z0qb -----END PGP SIGNATURE----- _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list