[arm] split specs basing on expected MMC size

This commit is contained in:
Fabio Erculiani 2011-12-29 00:06:22 +01:00
parent f34387c8f1
commit 29b292c6b2
4 changed files with 18 additions and 7 deletions

View File

@ -26,13 +26,6 @@ image_name: Sabayon_Linux_DAILY_armv7a_Base.img
# The same can be copied onto a MMC by using dd
image_generator_script: /sabayon/scripts/mkloopcard.txt
# Specify the image file size in Megabytes. This is mandatory.
# To avoid runtime failure, make sure the image is large enough to fit your
# chroot data.
# Example: 5000 (means: ~5GB)
# Example: 15000 (means: ~15GB)
image_mb: 2048
# Directories to remove completely (comma separated)
# paths_to_remove:

View File

@ -0,0 +1,6 @@
%import /sabayon/molecules/arm-base.common
# Specify the image file size in Megabytes. This is mandatory.
# To avoid runtime failure, make sure the image is large enough to fit your
# chroot data.
image_mb: 16000

View File

@ -0,0 +1,6 @@
%import /sabayon/molecules/arm-base.common
# Specify the image file size in Megabytes. This is mandatory.
# To avoid runtime failure, make sure the image is large enough to fit your
# chroot data.
image_mb: 4000

View File

@ -0,0 +1,6 @@
%import /sabayon/molecules/arm-base.common
# Specify the image file size in Megabytes. This is mandatory.
# To avoid runtime failure, make sure the image is large enough to fit your
# chroot data.
image_mb: 8000