set preempt=none for PREEMPT_DYNAMIC kernels

This commit is contained in:
Daniel Micay 2022-08-07 19:26:29 -04:00
parent d7323bacba
commit 74933df9cc

2
grub
View File

@ -4,7 +4,7 @@ GRUB_DEFAULT=0
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
GRUB_CMDLINE_LINUX="lockdown=confidentiality vsyscall=none console=ttyS0 "
GRUB_CMDLINE_LINUX="lockdown=confidentiality vsyscall=none preempt=none console=ttyS0 "
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"