I'd like to remove the rhgb
and quiet
kernel parameters which are used by default when the kernel is booted in CentOS 6, but I want this to apply to all currently installed kernels as well as any kernels installed in the future. I need to do this from a script, so manually editing files isn't an option and any file changes should be done as cleanly as possible.
In Debian/Ubuntu I would change GRUB_CMDLINE_LINUX_DEFAULT
in /etc/default/grub
and then run update-grub
. I can't find such a setting in /etc/sysconfig/grub
or /etc/sysconfig/kernel
however, nor is there an update-grub
script.