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