From 629a27c3b6720373d91cb68ddef66437a5aa4893 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 31 Oct 2024 08:02:41 -0400 Subject: [PATCH] disable autogroup since cgroups are used instead --- grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub b/grub index 2928d50..af1d6e6 100644 --- a/grub +++ b/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"