File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ usage() {
6565 -b <fstype> /boot filesystem type (default: vfat)
6666 -B <bsize> /boot filesystem size (default: 256MiB)
6767 -r <fstype> / filesystem type (default: ext4)
68- -s <totalsize> Total image size (default: 768MiB )
68+ -s <totalsize> Total image size (default: 900MiB )
6969 -o <output> Image filename (default: guessed automatically)
7070 -x <num> Number of threads to use for image compression (default: dynamic)
7171 -h Show this help and exit
131131# formated FAT16, and an approximately 512MiB root partition formatted
132132# ext4. More exotic combinations are of course possible, but this
133133# combination works on all known platforms.
134- : " ${IMGSIZE:= 768M } "
134+ : " ${IMGSIZE:= 900M } "
135135: " ${BOOT_FSTYPE:= vfat} "
136136: " ${BOOT_FSSIZE:= 256MiB} "
137137: " ${ROOT_FSTYPE:= ext4} "
You can’t perform that action at this time.
0 commit comments