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 <[email protected]>
  • Loading branch information
frozencemetery committed Aug 17, 2022
1 parent 275a048 commit 12354f5
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 @@ -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

Expand Down

0 comments on commit 12354f5

Please sign in to comment.