Skip to content

Commit e699b18

Browse files
authored
Merge pull request #23 from pfeerick/100MB_boot
100 mb boot
2 parents a7dff2e + 2a04751 commit e699b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleimage/make_simpleimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ trap cleanup EXIT
7373
boot0_position=8 # KiB
7474
uboot_position=19096 # KiB
7575
part_position=20480 # KiB
76-
boot_size=50 # MiB
76+
boot_size=100 # MiB
7777

7878
# Create beginning of disk
7979
dd if=/dev/zero bs=1M count=$((part_position/1024)) of="$out"

0 commit comments

Comments
 (0)