grub.d: add quiet.cfg to remind me to not remove it

This commit is contained in:
Aminda Suomalainen 2020-04-08 19:24:22 +03:00
parent 84b1689b27
commit 5226399637
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 3 additions and 0 deletions

View File

@ -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"