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