From 7777ea7d34ec238160ad7b2b00335add91f579e0 Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 17 Nov 2023 13:37:38 +0100 Subject: [PATCH] Cgroups v2 is the default nowadays --- arch-config/scripts/arch-config.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 9a6375c7..5a6593d3 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -535,11 +535,6 @@ EOF echo -e "\033[38;2;20;200;20mFinished updating everything!\033[0m" echo Launching new shell! -# remind user of cgroupsv2 if using podman -if [[ $(pacman -Q | grep podman) ]]; then - echo -e "\033[38;2;200;20;20mRemember to set \"systemd.unified_cgroup_hierarchy=1\" in the kernel!!\033[0m" -fi - # reminder for enable additional gpu features for corectrl with amd gpus if [[ $(pacman -Q | grep podman) ]]; then echo -e "\033[38;2;200;20;20mRemember to set \"amdgpu.ppfeaturemask=0xffffffff\" in the kernel!!\033[0m"