diff --git a/build.bash b/build.bash index 6a32aad..4c2e266 100755 --- a/build.bash +++ b/build.bash @@ -47,7 +47,7 @@ cd busybox-${BUSYBOX_MAJOR}.${BUSYBOX_MINOR}.${BUSYBOX_PATCH} cd .. # Create the bootable image -dd if=/dev/zero of=dist/boot/boot.img bs=2G count=64 +dd if=/dev/zero of=dist/boot/boot.img bs=1M count=256 mkfs.ext4 dist/boot/boot.img mkdir -p dist/mnt sudo mount dist/boot/boot.img dist/mnt