diff --git a/etc/default/grub.d/quiet.cfg b/etc/default/grub.d/quiet.cfg new file mode 100644 index 00000000..85ae3aa2 --- /dev/null +++ b/etc/default/grub.d/quiet.cfg @@ -0,0 +1,3 @@ +# While this is tempting to disable, that results TTY(1) to get spammed a +# lot especially with ufw making it better to have it than not +GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT quiet"