Apply default settings in the archiso environment

This commit is contained in:
Manuel Thalmann 2024-06-18 22:18:13 +02:00
parent 5e81591af4
commit 2d2fa987d8

View file

@ -4,3 +4,10 @@ if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then
fi fi
~/.automated_script.sh ~/.automated_script.sh
if bash -c "ls /sys/class/backlight/*/max_brightness" > /dev/null 2>&1;
then
cat /sys/class/backlight/*/max_brightness > /sys/class/backlight/*/brightness
fi;
loadkeys de_CH-latin1