Skip to content

Commit 403c1fc

Browse files
committed
add more available size on boot partition
1 parent f738f58 commit 403c1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

burn_sdcard.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ set -e
5252
pt_info "Formating sd card $out ..."
5353

5454
part_position=20480 # KiB
55-
boot_size=80 # MiB
55+
boot_size=120 # MiB
5656
# Create beginning of disk
5757
pt_info "Zeroing mbr on $out ..."
5858
dd if=/dev/zero bs=1M count=$((part_position/1024)) of="$out"

0 commit comments

Comments
 (0)