Create a new patch
This commit is contained in:
parent
9932e81ce8
commit
22b9be73ee
1 changed files with 25 additions and 0 deletions
25
archiso/scripts/valhalla.patch
Normal file
25
archiso/scripts/valhalla.patch
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
diff -ru --no-dereference -x.git -x.gitignore -xREADME.md -xscripts -xLICENSE -xout -xvalhalla.patch /usr/bin/../share/archiso/configs/releng/airootfs/root/.zlogin ../airootfs/root/.zlogin
|
||||||
|
--- /usr/bin/../share/archiso/configs/releng/airootfs/root/.zlogin 2024-05-23 23:16:11.000000000 +0200
|
||||||
|
+++ ../airootfs/root/.zlogin 2024-06-18 22:02:32.189465802 +0200
|
||||||
|
@@ -4,3 +4,10 @@
|
||||||
|
fi
|
||||||
|
|
||||||
|
~/.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
|
||||||
|
diff -ru --no-dereference -x.git -x.gitignore -xREADME.md -xscripts -xLICENSE -xout -xvalhalla.patch /usr/bin/../share/archiso/configs/releng/packages.x86_64 ../packages.x86_64
|
||||||
|
--- /usr/bin/../share/archiso/configs/releng/packages.x86_64 2024-05-23 23:16:11.000000000 +0200
|
||||||
|
+++ ../packages.x86_64 2024-06-18 22:18:23.338967643 +0200
|
||||||
|
@@ -32,6 +32,7 @@
|
||||||
|
fatresize
|
||||||
|
foot-terminfo
|
||||||
|
fsarchiver
|
||||||
|
+git
|
||||||
|
gnu-netcat
|
||||||
|
gpart
|
||||||
|
gpm
|
Loading…
Reference in a new issue