Compare commits

...

1 Commits

Author SHA1 Message Date
Nick Klockenga
ecb2d4aec4
bump all images from 45MB toi 50MB 2025-10-22 09:02:12 -04:00
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ mkdir -p ${BUILD_DIR}/custom_image
cd ${BUILD_DIR}/custom_image
# Create disk image.
dd if=/dev/zero of=disk.img bs=1M count=45 # block size (1MB) * count = size allocated for image
dd if=/dev/zero of=disk.img bs=1M count=50 # block size (1MB) * count = size allocated for image
### needed: apt install fdisk
/sbin/sfdisk disk.img <<EOF

View File

@ -17,7 +17,7 @@ mkdir -p ${BUILD_DIR}/custom_image
cd ${BUILD_DIR}/custom_image
# Create disk image.
dd if=/dev/zero of=disk.img bs=1M count=45 # block size (1MB) * count = size allocated for image
dd if=/dev/zero of=disk.img bs=1M count=50 # block size (1MB) * count = size allocated for image
### needed: apt install fdisk
/sbin/sfdisk disk.img <<EOF

View File

@ -17,7 +17,7 @@ mkdir -p ${BUILD_DIR}/custom_image
cd ${BUILD_DIR}/custom_image
# Create disk image.
dd if=/dev/zero of=disk.img bs=1M count=45 # block size (1MB) * count = size allocated for image
dd if=/dev/zero of=disk.img bs=1M count=50 # block size (1MB) * count = size allocated for image
### needed: apt install fdisk
/sbin/sfdisk disk.img <<EOF

View File

@ -17,7 +17,7 @@ mkdir -p ${BUILD_DIR}/custom_image
cd ${BUILD_DIR}/custom_image
# Create disk image.
dd if=/dev/zero of=disk.img bs=1M count=45 # block size (1MB) * count = size allocated for image
dd if=/dev/zero of=disk.img bs=1M count=50 # block size (1MB) * count = size allocated for image
### needed: apt install fdisk
/sbin/sfdisk disk.img <<EOF