Update the patch
This commit is contained in:
parent
e4ff2611a9
commit
6c1b259560
|
@ -1,8 +1,8 @@
|
|||
diff --git a/airootfs/root/.zlogin b/airootfs/root/.zlogin
|
||||
index bf6bc8f..f003a1f 100755
|
||||
index bf6bc8f..76e5893 100755
|
||||
--- a/airootfs/root/.zlogin
|
||||
+++ b/airootfs/root/.zlogin
|
||||
@@ -4,3 +4,10 @@ if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then
|
||||
@@ -4,3 +4,18 @@ if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then
|
||||
fi
|
||||
|
||||
~/.automated_script.sh
|
||||
|
@ -12,16 +12,35 @@ index bf6bc8f..f003a1f 100755
|
|||
+ cat /sys/class/backlight/*/max_brightness > /sys/class/backlight/*/brightness
|
||||
+fi;
|
||||
+
|
||||
+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
|
||||
+
|
||||
+loadkeys de_CH-latin1
|
||||
diff --git a/packages.x86_64 b/packages.x86_64
|
||||
index 9e876e7..cb29125 100755
|
||||
index 9e876e7..b89ab30 100755
|
||||
--- a/packages.x86_64
|
||||
+++ b/packages.x86_64
|
||||
@@ -32,6 +32,7 @@ f2fs-tools
|
||||
@@ -30,8 +30,10 @@ ethtool
|
||||
exfatprogs
|
||||
f2fs-tools
|
||||
fatresize
|
||||
+fish
|
||||
foot-terminfo
|
||||
fsarchiver
|
||||
+git
|
||||
gnu-netcat
|
||||
gpart
|
||||
gpm
|
||||
@@ -75,6 +77,7 @@ nbd
|
||||
ndisc6
|
||||
nfs-utils
|
||||
nilfs-utils
|
||||
+nix
|
||||
nmap
|
||||
ntfs-3g
|
||||
nvme-cli
|
||||
|
|
Loading…
Reference in a new issue