diff --git a/platforms/diskimg/pre.inc.sh b/platforms/diskimg/pre.inc.sh index 1f69b66..49b0927 100644 --- a/platforms/diskimg/pre.inc.sh +++ b/platforms/diskimg/pre.inc.sh @@ -12,11 +12,11 @@ case $VARIANT in else ROOTFSINSTALL_ADD="-rpi" fi - MEDIA_SIZE=7040 ;; + MEDIA_SIZE=10240 ;; raspberrypi-plasma) BASE_IMAGE="openmamba-rootfs" MODE=rootfsinstall ROOTFSINSTALL_ADD="-rpi64" - MEDIA_SIZE=7680 ;; + MEDIA_SIZE=10240 ;; *) MODE=rootfsinstall; ROOTFSINSTALL_ADD= ;; esac