Browse Source

create.sh: default to 512M, it is just faster for most usecases

Waldemar Brodkorb 1 month ago
parent
commit
21c1f88095
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/create.sh

+ 2 - 2
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