Give up on rhgb quiet
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
fc76aed533
commit
bb8ac90efb
25
0279-squish-give-up-on-rhgb-quiet.patch
Normal file
25
0279-squish-give-up-on-rhgb-quiet.patch
Normal file
@ -0,0 +1,25 @@
|
||||
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
|
||||
index 03f091a4dc..5ad624bfec 100644
|
||||
--- 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
|
||||
|
@ -276,3 +276,4 @@ Patch0275: 0275-efi-use-EFI_LOADER_-CODE-DATA-for-kernel-and-initrd-.patch
|
||||
Patch0276: 0276-BLS-create-etc-kernel-cmdline-during-mkconfig.patch
|
||||
Patch0277: 0277-Try-reserving-less-ram.patch
|
||||
Patch0278: 0278-squish-don-t-dup-rhgb-quiet-check-mtimes.patch
|
||||
Patch0279: 0279-squish-give-up-on-rhgb-quiet.patch
|
||||
|
@ -17,7 +17,7 @@
|
||||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.06
|
||||
Release: 50%{?dist}
|
||||
Release: 51%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/grub/
|
||||
@ -530,6 +530,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 17 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-51
|
||||
- Give up on rhgb quiet
|
||||
|
||||
* Wed Aug 17 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-50
|
||||
- Fix duplicated args and cope with /etc/default/grub modification
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user