From da6f99d71b2221f33f4f9e9da3b4c731822bd7e4 Mon Sep 17 00:00:00 2001 From: panda Date: Tue, 26 Mar 2024 11:41:04 +0800 Subject: [PATCH] upd --- plugins/hydrojudge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hydrojudge.md b/plugins/hydrojudge.md index 3bc554a4..9f7f37c5 100644 --- a/plugins/hydrojudge.md +++ b/plugins/hydrojudge.md @@ -188,10 +188,10 @@ kernel.randomize_va_space = 0 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" ``` -后,加入 `cgroup_enable=memory swapaccount=1 systemd.unified_cgroup_hierarchy=0 syscall.x32=y`,变为: +后,加入 `cgroup_enable=memory swapaccount=1 systemd.unified_cgroup_hierarchy=0,变为: ``` -GRUB_CMDLINE_LINUX_DEFAULT="quiet splash cgroup_enable=memory swapaccount=1 systemd.unified_cgroup_hierarchy=0 syscall.x32=y" +GRUB_CMDLINE_LINUX_DEFAULT="quiet splash cgroup_enable=memory swapaccount=1 systemd.unified_cgroup_hierarchy=0" ``` 运行以下命令更新 GRUB 2 的配置,然后重新启动。