summaryrefslogtreecommitdiff
path: root/scripts/create.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create.sh')
-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