PortValhalla/archiso/scripts/valhalla.patch

47 lines
969 B
Diff
Raw Normal View History

2024-06-20 14:46:06 +00:00
diff --git a/airootfs/root/.zlogin b/airootfs/root/.zlogin
2024-07-07 20:04:18 +00:00
index bf6bc8f..76e5893 100755
2024-06-20 14:46:06 +00:00
--- a/airootfs/root/.zlogin
+++ b/airootfs/root/.zlogin
2024-07-07 20:04:18 +00:00
@@ -4,3 +4,18 @@ 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 \
+ | 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-07-07 20:04:18 +00:00
index 9e876e7..b89ab30 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-07-07 20:04:18 +00:00
@@ -75,6 +77,7 @@ nbd
ndisc6
nfs-utils
nilfs-utils
+nix
nmap
ntfs-3g
nvme-cli