Skip to content

Commit 980b4c6

Browse files
committed
mkimage: make images a little bigger by default
new rpi kernels are a bit bigger, apparently
1 parent 28d82a9 commit 980b4c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -131,7 +131,7 @@ esac
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}"

0 commit comments

Comments
 (0)