Skip to content

Commit

Permalink
squish: give up on rhgb quiet
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
  • Loading branch information
frozencemetery authored and vathpela committed Jan 9, 2024
1 parent 72b1780 commit 216c4ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions util/grub.d/10_linux.in
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,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

Expand Down

0 comments on commit 216c4ca

Please sign in to comment.