mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 05:35:00 -05:00
disable sending console output to unused ttyS0
This commit is contained in:
parent
2fe25c5218
commit
d583da0a65
2
grub
2
grub
@ -4,7 +4,7 @@ GRUB_DEFAULT=0
|
||||
GRUB_TIMEOUT=0
|
||||
GRUB_DISTRIBUTOR="Arch"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
|
||||
GRUB_CMDLINE_LINUX="slab_nomerge init_on_free=1 lockdown=confidentiality vsyscall=none ia32_emulation=0 preempt=none console=ttyS0"
|
||||
GRUB_CMDLINE_LINUX="slab_nomerge init_on_free=1 lockdown=confidentiality vsyscall=none ia32_emulation=0 preempt=none"
|
||||
|
||||
# Preload both GPT and MBR modules so that they are not missed
|
||||
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
|
||||
|
Loading…
Reference in New Issue
Block a user