Update the patch
This commit is contained in:
parent
cd33f99c22
commit
f2abbe8561
|
@ -1,8 +1,8 @@
|
|||
diff --git a/airootfs/root/.zlogin b/airootfs/root/.zlogin
|
||||
index bf6bc8f..a0dae7b 100644
|
||||
index bf6bc8f..6c333e3 100644
|
||||
--- a/airootfs/root/.zlogin
|
||||
+++ b/airootfs/root/.zlogin
|
||||
@@ -4,3 +4,19 @@ 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,18 +12,17 @@ index bf6bc8f..a0dae7b 100644
|
|||
+ cat /sys/class/backlight/*/max_brightness > /sys/class/backlight/*/brightness
|
||||
+fi;
|
||||
+
|
||||
+pushd "PortValhalla" > /dev/null
|
||||
+cd "PortValhalla"
|
||||
+
|
||||
+git diff -p -R --no-ext-diff --no-color --diff-filter=M \
|
||||
+ | grep -E "^(diff|(old|new) mode)" --color=never \
|
||||
+ | sed "/^diff/{ x; d; }; x; /./{ p; z; }; x;" \
|
||||
+ | git apply
|
||||
+
|
||||
+popd > /dev/null
|
||||
+
|
||||
+loadkeys de_CH-latin1
|
||||
+./scripts/Arch/OS/setup.fish
|
||||
diff --git a/packages.x86_64 b/packages.x86_64
|
||||
index 9e876e7..c5db92a 100644
|
||||
index 724adbf..01cd2a0 100644
|
||||
--- a/packages.x86_64
|
||||
+++ b/packages.x86_64
|
||||
@@ -30,8 +30,10 @@ ethtool
|
||||
|
|
Loading…
Reference in a new issue