Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
pandadtdyy authored Mar 26, 2024
1 parent 55f5197 commit da6f99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/hydrojudge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 的配置,然后重新启动。
Expand Down

0 comments on commit da6f99d

Please sign in to comment.