summaryrefslogtreecommitdiffstats
path: root/modules.d/conf-tgz/module-setup.sh
diff options
context:
space:
mode:
authorSimon Rettberg2024-06-12 22:03:37 +0200
committerSimon Rettberg2024-06-12 22:03:37 +0200
commitf7e42e1dd619bec798515cf4982d38f07e61c11d (patch)
tree4e7a2feed074bab77a70bb36fae6217cb6627c81 /modules.d/conf-tgz/module-setup.sh
parent[config-tgz] Support multiple space separated local configs (diff)
downloadsystemd-init-f7e42e1dd619bec798515cf4982d38f07e61c11d.tar.gz
systemd-init-f7e42e1dd619bec798515cf4982d38f07e61c11d.tar.xz
systemd-init-f7e42e1dd619bec798515cf4982d38f07e61c11d.zip
De-duplicate tools copied vs. what busybox ships
... and hope nothing breaks
Diffstat (limited to 'modules.d/conf-tgz/module-setup.sh')
-rwxr-xr-xmodules.d/conf-tgz/module-setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules.d/conf-tgz/module-setup.sh b/modules.d/conf-tgz/module-setup.sh
index cf2ba088..bfcb7d91 100755
--- a/modules.d/conf-tgz/module-setup.sh
+++ b/modules.d/conf-tgz/module-setup.sh
@@ -7,7 +7,9 @@ depends() {
echo dnbd3-rootfs slx-tools
}
install() {
- inst_multiple tar mktemp gzip
+ # gzip and mktemp provided by busybox
+ # tar is needed for some more advanced args
+ inst_multiple tar
slx_service "s3-fetch-config" "Download text-based config" \
--wafter "s3-setup-bootif-network.service" \