From 26e218c486103c25f9e9a28260d31e0ee56a8c75 Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Fri, 31 Jan 2020 17:09:26 +0100 Subject: [PATCH] Require a 8GB SD card for the converted Raspbian The previous 4GB size gave an aprox 1.5GB rootfs, which was not enough to run a full `apt-get update && apt-upgrade` after flashing. Changelog: None Signed-off-by: Lluis Campos --- configs/images/raspberrypi3_raspbian_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/images/raspberrypi3_raspbian_config b/configs/images/raspberrypi3_raspbian_config index f8d42d8..925611e 100644 --- a/configs/images/raspberrypi3_raspbian_config +++ b/configs/images/raspberrypi3_raspbian_config @@ -1,8 +1,8 @@ # Real life SD cards typically have less than they advertise. First off, they # often use a base of 1000 instead of 1024, and even then they are often smaller -# than advertised. The number below is based on a conservative target of 3.9GB +# than advertised. The number below is based on a conservative target of 7.9GB # (that's mathematical GB, base 1000), converted to MiB, rounding down. -MENDER_STORAGE_TOTAL_SIZE_MB=3719 +MENDER_STORAGE_TOTAL_SIZE_MB=7534 # Use all there is, which gets us almost, but not quite, to 500MiB free space # (about 480MiB at the time of writing).