mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
Disable 'quiet' option in grub
This commit is contained in:
parent
15bc7ea4a6
commit
390cecf165
|
@ -3,7 +3,7 @@
|
||||||
GRUB_DEFAULT=0
|
GRUB_DEFAULT=0
|
||||||
GRUB_TIMEOUT=5
|
GRUB_TIMEOUT=5
|
||||||
GRUB_DISTRIBUTOR="Arch"
|
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
|
# 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
|
# root paritition (it will just pick up the UUID of the already decrypted mapper device). Because
|
||||||
|
|
Loading…
Reference in a new issue