summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-26 08:26:51 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-26 08:26:57 -0600
commitba6589464fd2b940641e3d0706707c019610c232 (patch)
tree84f387638ce3836c89777813bb6a1707757f8d2e /scripts/install.sh
parent611a77cfaea3ddf1b04257685c34ad8f3be48dec (diff)
use XZ instead of GZIP compression. remove old installer scripts
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index cdaca5833..0cdc43fa8 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -511,7 +511,7 @@ case $target {
(( quiet )) || print Extracting installation archive...
mount_fs "$rootpart" "$R" ext4
-gzip -dc "$src" | (cd "$R"; tar -xpf -)
+xz -d "$src" | (cd "$R"; tar -xpf -)
if (( datafssz )); then
mkdir -m0755 "$R"/data