Compare commits

..

2 Commits

Author SHA1 Message Date
exu
0a6dbd751a Search for correct package 2023-11-17 13:38:05 +01:00
exu
7777ea7d34 Cgroups v2 is the default nowadays 2023-11-17 13:38:05 +01:00

View File

@ -535,13 +535,8 @@ 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
if [[ $(pacman -Q corectrl) ]]; then
echo -e "\033[38;2;200;20;20mRemember to set \"amdgpu.ppfeaturemask=0xffffffff\" in the kernel!!\033[0m"
fi