Skip to content

Commit a419d04

Browse files
committed
Changed boot partition size from 50MiB to 100MiB
This will allow the Software Updater shipped with Ubuntu Mate to run without error.
1 parent a7dff2e commit a419d04

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)