Switch universal-tshoot to hydbrid

This commit is contained in:
TheSpad
2022-07-30 16:27:58 +01:00
parent 9fbcc36241
commit 23fe61a219
12 changed files with 6 additions and 12 deletions
@@ -2,15 +2,16 @@
## Ubuntu
if [ -f /usr/bin/apt ]; then
apt-get install --no-install-recommends -y \
echo "\
dnsutils \
net-tools \
iputils-ping \
traceroute
traceroute" >> /mod-repo-packages-to-install.list
fi
# Alpine
if [ -f /sbin/apk ]; then
apk add --no-cache \
echo "\
bind-tools \
net-tools
net-tools" >> /mod-repo-packages-to-install.list
fi
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mods-tshoot/run
@@ -1,5 +0,0 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
apt-get update
fi
@@ -1 +0,0 @@
/etc/s6-overlay/s6-rc.d/mod-init-apt/run
@@ -1 +0,0 @@
oneshot
@@ -1 +0,0 @@
/etc/s6-overlay/s6-rc.d/mod-init-tshoot/run