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
|
else
|
||||||
ROOTFSINSTALL_ADD="-rpi"
|
ROOTFSINSTALL_ADD="-rpi"
|
||||||
fi
|
fi
|
||||||
MEDIA_SIZE=7040 ;;
|
MEDIA_SIZE=10240 ;;
|
||||||
raspberrypi-plasma)
|
raspberrypi-plasma)
|
||||||
BASE_IMAGE="openmamba-rootfs"
|
BASE_IMAGE="openmamba-rootfs"
|
||||||
MODE=rootfsinstall
|
MODE=rootfsinstall
|
||||||
ROOTFSINSTALL_ADD="-rpi64"
|
ROOTFSINSTALL_ADD="-rpi64"
|
||||||
MEDIA_SIZE=7680 ;;
|
MEDIA_SIZE=10240 ;;
|
||||||
*) MODE=rootfsinstall; ROOTFSINSTALL_ADD= ;;
|
*) MODE=rootfsinstall; ROOTFSINSTALL_ADD= ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user