PortValhalla/archiso/scripts/valhalla.patch

56 lines
1.1 KiB
Diff
Raw Normal View History

2024-06-20 14:46:06 +00:00
diff --git a/airootfs/root/.zlogin b/airootfs/root/.zlogin
2024-08-23 12:19:56 +00:00
index bf6bc8f..a0dae7b 100755
2024-06-20 14:46:06 +00:00
--- a/airootfs/root/.zlogin
+++ b/airootfs/root/.zlogin
2024-08-23 12:19:56 +00:00
@@ -4,3 +4,19 @@ if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then
2024-06-18 20:19:39 +00:00
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;
+
2024-07-07 20:04:18 +00:00
+pushd "PortValhalla" > /dev/null
+
+git diff -p -R --no-ext-diff --no-color --diff-filter=M \
+ | grep -E "^(diff|(old|new) mode)" --color=never \
2024-08-23 12:19:56 +00:00
+ | sed "/^diff/{ x; d; }; x; /./{ p; z; }; x;" \
2024-07-07 20:04:18 +00:00
+ | git apply
+
+popd > /dev/null
+
2024-06-18 20:19:39 +00:00
+loadkeys de_CH-latin1
2024-06-20 14:46:06 +00:00
diff --git a/packages.x86_64 b/packages.x86_64
2024-08-23 12:19:56 +00:00
index 9e876e7..c5db92a 100755
2024-06-20 14:46:06 +00:00
--- a/packages.x86_64
+++ b/packages.x86_64
2024-07-07 20:04:18 +00:00
@@ -30,8 +30,10 @@ ethtool
exfatprogs
f2fs-tools
2024-06-18 20:19:39 +00:00
fatresize
2024-07-07 20:04:18 +00:00
+fish
2024-06-18 20:19:39 +00:00
foot-terminfo
fsarchiver
+git
gnu-netcat
gpart
gpm
2024-08-23 12:19:56 +00:00
@@ -45,6 +47,7 @@ irssi
iw
iwd
jfsutils
+jq
kitty-terminfo
ldns
less
@@ -75,6 +78,7 @@ nbd
2024-07-07 20:04:18 +00:00
ndisc6
nfs-utils
nilfs-utils
+nix
nmap
ntfs-3g
nvme-cli