summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create.sh4
-rwxr-xr-xscripts/install.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/create.sh b/scripts/create.sh
index cee6b5bcb..cc0099b4d 100755
--- a/scripts/create.sh
+++ b/scripts/create.sh
@@ -56,7 +56,7 @@ Syntax: $me [-c cfgfssize] [+g] [-i imagesize] [-p panictime]
Explanation/Defaults:
-c: minimum 0, maximum 5, default 1 (MiB)
-g: enable installing GNU GRUB 2
- -i: total image, default 2048 (MiB; max. approx. 2 TiB)
+ -i: total image, default 512 (MiB; max. approx. 2 TiB)
-p: default 10 (seconds; 0 disables; max. 300)
-s: default 115200 (bps, others: 9600 19200 38400 57600)
-t: enable serial console (+t disables it, default)
@@ -67,7 +67,7 @@ EOF
cfgfs=1
usegrub=0
-tgtmib=2048
+tgtmib=512
panicreboot=10
speed=115200
serial=0
diff --git a/scripts/install.sh b/scripts/install.sh
index 867a4154f..e3494d5d6 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -589,7 +589,7 @@ case $target {
(( quiet )) || print Extracting installation archive...
mount_fs "$rootpart" "$R" ext4
-xz -dc "$src" | (cd "$R"; tar -xpf -)
+gzip -dc "$src" | (cd "$R"; tar -xpf -)
if (( datafssz )); then
mkdir -m0755 "$R"/data