From 079b23f316ed2bcfd877e770688cdd0415de35a3 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 4 Oct 2023 20:11:09 -0400 Subject: [PATCH] Removed unneeded laptop configuration --- chrootInstall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 23bf183..d530e6b 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -103,8 +103,7 @@ fi echo 'blacklist iTCO_wdt' > /etc/modprobe.d/blacklist.conf if [ "$formfactor" == 2 ] || [ "$formfactor" == 1 ]; then - pacman -S powertop acpid-openrc acpilight --needed --noconfirm - rc-update add acpid + pacman -S powertop --needed --noconfirm echo 'SUBSYSTEM=="backlight", ACTION=="add", \ RUN+="/bin/chgrp classmod /sys/class/backlight/%k/brightness", \ RUN+="/bin/chmod g+w /sys/class/backlight/%k/brightness"