From c888ceb0457dfb6f01db4a76b8c2b3a7996c7f85 Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Thu, 19 Dec 2019 07:05:04 +0100 Subject: [PATCH] Need more space --- create-image | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-image b/create-image index 3d140960..d0ec64cb 100644 --- a/create-image +++ b/create-image @@ -51,8 +51,8 @@ unzip -u "${rpi_zip}" mv "$(ls *.img | head -n 1)" "${image}" -# Add 2.5G to the image size -dd if=/dev/zero bs=1M count=2560 >> "${image}" +# Add 3G to the image size +dd if=/dev/zero bs=1M count=3072 >> "${image}" # Configure loopback device to expand partition 2 loopdev=$(losetup --find --show "${image}")