diff options
| author | Jonathan Bauer | 2017-09-13 11:30:06 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2017-09-13 11:30:06 +0200 |
| commit | 2f0ac67759b41c0a6742ee3ec397353f830b48c9 (patch) | |
| tree | 80f0582e4080a694703ff68b6236cc48b1201f4b | |
| parent | set permissions of generated initramfs to 0644 (diff) | |
| download | systemd-init-2f0ac67759b41c0a6742ee3ec397353f830b48c9.tar.gz systemd-init-2f0ac67759b41c0a6742ee3ec397353f830b48c9.tar.xz systemd-init-2f0ac67759b41c0a6742ee3ec397353f830b48c9.zip | |
[conf-tgz] add gzip
| -rwxr-xr-x | builder/modules.d/conf-tgz/module-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/conf-tgz/module-setup.sh b/builder/modules.d/conf-tgz/module-setup.sh index 946344bf..4ec78f11 100755 --- a/builder/modules.d/conf-tgz/module-setup.sh +++ b/builder/modules.d/conf-tgz/module-setup.sh @@ -42,5 +42,5 @@ install() { ' inst_hook pre-mount 10 "$moddir/hooks/fetch-config-tgz.sh" inst_hook pre-pivot 10 "$moddir/hooks/unpack-config-tgz.sh" - inst_multiple tar wget mktemp + inst_multiple tar wget mktemp gzip } |
