summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-26 10:41:44 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-26 10:42:01 -0600
commit42df43cc66e9246389555ec58de5aec721f5eb97 (patch)
tree41a92881f594e60267e3b4a2e8783d265a87b94f /scripts
parent74be93051542bc00d65443263543e24a76fd0dae (diff)
use xz here, too
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create.sh b/scripts/create.sh
index 7422cbf4f..f421d4b80 100755
--- a/scripts/create.sh
+++ b/scripts/create.sh
@@ -238,7 +238,7 @@ print -n "$ostr" | \
print Extracting installation archive...
mkdir "$T/src"
-gzip -dc "$src" | (cd "$T/src"; tar -xpf -)
+xz -dc "$src" | (cd "$T/src"; tar -xpf -)
cd "$T/src"
rnddev=/dev/urandom
[[ -c /dev/arandom ]] && rnddev=/dev/arandom