Blame SOURCES/0288-squish-give-up-on-rhgb-quiet.patch

d3c3ab
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
d3c3ab
From: Robbie Harwood <rharwood@redhat.com>
d3c3ab
Date: Wed, 17 Aug 2022 11:30:30 -0400
d3c3ab
Subject: [PATCH] squish: give up on rhgb quiet
d3c3ab
d3c3ab
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
d3c3ab
(cherry picked from commit 12354f586f0748efc5c016b7d2053330f784ab4e)
d3c3ab
---
d3c3ab
 util/grub.d/10_linux.in | 4 ----
d3c3ab
 1 file changed, 4 deletions(-)
d3c3ab
d3c3ab
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
d3c3ab
index becf5ba9c6..5a7e5326da 100644
d3c3ab
--- a/util/grub.d/10_linux.in
d3c3ab
+++ b/util/grub.d/10_linux.in
d3c3ab
@@ -171,10 +171,6 @@ update_bls_cmdline()
d3c3ab
 	# anaconda has the correct information to create this during install;
d3c3ab
 	# afterward, grubby will take care of syncing on updates.  If the user
d3c3ab
 	# has modified /etc/default/grub, try to cope.
d3c3ab
-	if [[ ! "$cmdline" =~ "rhgb quiet" ]]; then
d3c3ab
-	    # ensure these only show up once
d3c3ab
-	    cmdline="$cmdline rhgb quiet"
d3c3ab
-	fi
d3c3ab
 	echo "$cmdline" > /etc/kernel/cmdline
d3c3ab
     fi
d3c3ab