amazing!I love Ubuntu.
Did you add a script???
Mainly this command:
dd if=/dev/zero of=$BUILD_IMAGES/rootfs.img bs=1M count=0 seek=$rootfs_image_size
instead of:
dd if=/dev/zero of=$BUILD_IMAGES/rootfs.img bs=1M count=$rootfs_image_size
What’s the difference between them???