fix: set the image size to 768M

This commit is contained in:
Nasir Hossain 2024-02-16 04:45:56 +06:00
parent d1c7e7a4af
commit 16116f09f5

View File

@ -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=256M count=64
dd if=/dev/zero of=dist/boot/boot.img bs=768M count=64
mkfs.ext4 dist/boot/boot.img
mkdir -p dist/mnt
sudo mount dist/boot/boot.img dist/mnt