From 5226399637aace109c3b548e69f75152c1747b40 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 8 Apr 2020 19:24:22 +0300 Subject: [PATCH] grub.d: add quiet.cfg to remind me to not remove it --- etc/default/grub.d/quiet.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/default/grub.d/quiet.cfg 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"