platforms/diskimg/pre.inc.sh: update virtual disk sizes to 10GB
This commit is contained in:
parent
9e7686f8aa
commit
ea35e227bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user