mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-20 15:40:44 -04:00
disable autogroup since cgroups are used instead
This commit is contained in:
parent
788e06040b
commit
629a27c3b6
1 changed files with 1 additions and 1 deletions
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"
|
||||
GRUB_CMDLINE_LINUX="slab_nomerge init_on_free=1 lockdown=confidentiality vsyscall=none ia32_emulation=0 preempt=none noautogroup"
|
||||
|
||||
# Preload both GPT and MBR modules so that they are not missed
|
||||
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue