Disable 'quiet' option in grub

This commit is contained in:
ItsDrike 2023-02-02 12:38:42 +01:00
parent 15bc7ea4a6
commit 390cecf165
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -3,7 +3,7 @@
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3"
# Since we're using encrypted root, grub won't be able to automatically pick up the UUID of our
# root paritition (it will just pick up the UUID of the already decrypted mapper device). Because