[molecules/*] rename sabayon-arm-base to sabayon-arm-beaglebone-base

This in order to make room for the BeagleBoard xM and others ;-)
This commit is contained in:
Fabio Erculiani 2012-01-25 17:16:48 +01:00
parent 2fce089add
commit 4c67f10e33
5 changed files with 21 additions and 12 deletions

View File

@ -56,9 +56,6 @@ image_generator_script: /sabayon/scripts/mkloopcard.txt
# Path to source chroot (mandatory)
source_chroot: /sabayon/sources/armv7l_core-2012
# Path to boot partition data (MLO, u-boot.img etc)
source_boot_directory: /sabayon/beaglebone/boot
# Release file that will be created onto the root filesystem
release_file: /etc/sabayon-edition

View File

@ -8,9 +8,13 @@ release_version: 8
# Specify image file name (image file name will be automatically
# produced otherwise)
image_name: Sabayon_Linux_8_armv7a_Base_16GB.img
image_name: Sabayon_Linux_8_armv7a_BeagleBone_Base_16GB.img
# 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
# Path to boot partition data (MLO, u-boot.img etc)
source_boot_directory: /sabayon/beaglebone/boot

View File

@ -8,9 +8,13 @@ release_version: 8
# Specify image file name (image file name will be automatically
# produced otherwise)
image_name: Sabayon_Linux_8_armv7a_Base_4GB.img
image_name: Sabayon_Linux_8_armv7a_BeagleBone_Base_4GB.img
# 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: 3800
# Path to boot partition data (MLO, u-boot.img etc)
source_boot_directory: /sabayon/beaglebone/boot

View File

@ -8,9 +8,13 @@ release_version: 8
# Specify image file name (image file name will be automatically
# produced otherwise)
image_name: Sabayon_Linux_8_armv7a_Base_8GB.img
image_name: Sabayon_Linux_8_armv7a_BeagleBone_Base_8GB.img
# 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: 7800
# Path to boot partition data (MLO, u-boot.img etc)
source_boot_directory: /sabayon/beaglebone/boot

View File

@ -38,14 +38,14 @@ export LANGUAGE="en_US.UTF-8"
if [ "${ACTION}" = "weekly" ]; then
ARM_SOURCE_SPECS=(
"sabayon-arm-base-4G.spec"
"sabayon-arm-base-8G.spec"
"sabayon-arm-base-16G.spec"
"sabayon-arm-beaglebone-base-4G.spec"
"sabayon-arm-beaglebone-base-8G.spec"
"sabayon-arm-beaglebone-base-16G.spec"
)
ARM_SOURCE_SPECS_IMG=(
"Sabayon_Linux_DAILY_armv7a_Base_4GB.img"
"Sabayon_Linux_DAILY_armv7a_Base_8GB.img"
"Sabayon_Linux_DAILY_armv7a_Base_16GB.img"
"Sabayon_Linux_DAILY_armv7a_BeagleBone_Base_4GB.img"
"Sabayon_Linux_DAILY_armv7a_BeagleBone_Base_8GB.img"
"Sabayon_Linux_DAILY_armv7a_BeagleBone_Base_16GB.img"
)
SOURCE_SPECS=()
SOURCE_SPECS_ISO=()