fix: set the image size to 2048M
This commit is contained in:
parent
b021067888
commit
4949cc6219
@ -47,7 +47,7 @@ cd busybox-${BUSYBOX_MAJOR}.${BUSYBOX_MINOR}.${BUSYBOX_PATCH}
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Create the bootable image
|
# Create the bootable image
|
||||||
dd if=/dev/zero of=dist/boot/boot.img bs=768M count=64
|
dd if=/dev/zero of=dist/boot/boot.img bs=2G count=64
|
||||||
mkfs.ext4 dist/boot/boot.img
|
mkfs.ext4 dist/boot/boot.img
|
||||||
mkdir -p dist/mnt
|
mkdir -p dist/mnt
|
||||||
sudo mount dist/boot/boot.img dist/mnt
|
sudo mount dist/boot/boot.img dist/mnt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user