Apply default settings in the archiso
environment
This commit is contained in:
parent
baed0cccb9
commit
22aa15dbea
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue