summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:55:59 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:55:59 +0100
commitd18bf49e2a7d39e4ae340787ccdd2246550956d2 (patch)
tree783a0fa109e532fba6c9bc2dedcbeaad9116ca77 /scripts
parent92d7f6522617c947d635680d045f12a4ef77bcb4 (diff)
parentaada563860a7b07e89f6ea40e7ce9e811ad6c25d (diff)
merge conflict, update hash
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