Update the archiso
template
This commit is contained in:
parent
ab8f65b22a
commit
18724d57b6
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/cloud-init-main.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/cloud-init-network.service
|
|
@ -34,7 +34,6 @@ fish
|
|||
foot-terminfo
|
||||
fsarchiver
|
||||
git
|
||||
gnu-netcat
|
||||
gpart
|
||||
gpm
|
||||
gptfdisk
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
diff --git a/airootfs/root/.zlogin b/airootfs/root/.zlogin
|
||||
index bf6bc8f..0c263a9 100644
|
||||
index bf6bc8f..bdbe55c 100644
|
||||
--- a/airootfs/root/.zlogin
|
||||
+++ b/airootfs/root/.zlogin
|
||||
@@ -4,3 +4,18 @@ if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then
|
||||
|
@ -12,7 +12,7 @@ index bf6bc8f..0c263a9 100644
|
|||
+ cat /sys/class/backlight/*/max_brightness > /sys/class/backlight/*/brightness
|
||||
+fi
|
||||
+
|
||||
+cd "PortValhalla"
|
||||
+cd "/root/PortValhalla" || exit
|
||||
+
|
||||
+git diff -p -R --no-ext-diff --no-color --diff-filter=M \
|
||||
+ | grep -E "^(diff|(old|new) mode)" --color=never \
|
||||
|
@ -22,7 +22,7 @@ index bf6bc8f..0c263a9 100644
|
|||
+loadkeys de_CH-latin1
|
||||
+./scripts/Arch/OS/setup.fish
|
||||
diff --git a/packages.x86_64 b/packages.x86_64
|
||||
index 724adbf..01cd2a0 100644
|
||||
index 1e9a752..b807634 100644
|
||||
--- a/packages.x86_64
|
||||
+++ b/packages.x86_64
|
||||
@@ -30,8 +30,10 @@ ethtool
|
||||
|
@ -33,10 +33,10 @@ index 724adbf..01cd2a0 100644
|
|||
foot-terminfo
|
||||
fsarchiver
|
||||
+git
|
||||
gnu-netcat
|
||||
gpart
|
||||
gpm
|
||||
@@ -45,6 +47,7 @@ irssi
|
||||
gptfdisk
|
||||
@@ -44,6 +46,7 @@ irssi
|
||||
iw
|
||||
iwd
|
||||
jfsutils
|
||||
|
@ -44,7 +44,7 @@ index 724adbf..01cd2a0 100644
|
|||
kitty-terminfo
|
||||
ldns
|
||||
less
|
||||
@@ -75,6 +78,7 @@ nbd
|
||||
@@ -74,6 +77,7 @@ nbd
|
||||
ndisc6
|
||||
nfs-utils
|
||||
nilfs-utils
|
||||
|
|
Loading…
Reference in a new issue