We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a419d04 commit 2a04751Copy full SHA for 2a04751
simpleimage/make_simpleimage.sh
@@ -73,7 +73,7 @@ trap cleanup EXIT
73
boot0_position=8 # KiB
74
uboot_position=19096 # KiB
75
part_position=20480 # KiB
76
-boot_size=100 # MiB
+boot_size=100 # MiB
77
78
# Create beginning of disk
79
dd if=/dev/zero bs=1M count=$((part_position/1024)) of="$out"
0 commit comments