[arm] split specs basing on expected MMC size
This commit is contained in:
parent
f34387c8f1
commit
29b292c6b2
@ -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:
|
||||
|
6
molecules/sabayon-arm-base-16G.spec
Normal file
6
molecules/sabayon-arm-base-16G.spec
Normal 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
|
6
molecules/sabayon-arm-base-4G.spec
Normal file
6
molecules/sabayon-arm-base-4G.spec
Normal 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
|
6
molecules/sabayon-arm-base-8G.spec
Normal file
6
molecules/sabayon-arm-base-8G.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user