[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:
parent
2fce089add
commit
4c67f10e33
@ -56,9 +56,6 @@ image_generator_script: /sabayon/scripts/mkloopcard.txt
|
|||||||
# Path to source chroot (mandatory)
|
# Path to source chroot (mandatory)
|
||||||
source_chroot: /sabayon/sources/armv7l_core-2012
|
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 that will be created onto the root filesystem
|
||||||
release_file: /etc/sabayon-edition
|
release_file: /etc/sabayon-edition
|
||||||
|
|
||||||
|
@ -8,9 +8,13 @@ release_version: 8
|
|||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# 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.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
# chroot data.
|
# chroot data.
|
||||||
image_mb: 16000
|
image_mb: 16000
|
||||||
|
|
||||||
|
# Path to boot partition data (MLO, u-boot.img etc)
|
||||||
|
source_boot_directory: /sabayon/beaglebone/boot
|
||||||
|
|
@ -8,9 +8,13 @@ release_version: 8
|
|||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# 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.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
# chroot data.
|
# chroot data.
|
||||||
image_mb: 3800
|
image_mb: 3800
|
||||||
|
|
||||||
|
# Path to boot partition data (MLO, u-boot.img etc)
|
||||||
|
source_boot_directory: /sabayon/beaglebone/boot
|
||||||
|
|
@ -8,9 +8,13 @@ release_version: 8
|
|||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# 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.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
# chroot data.
|
# chroot data.
|
||||||
image_mb: 7800
|
image_mb: 7800
|
||||||
|
|
||||||
|
# Path to boot partition data (MLO, u-boot.img etc)
|
||||||
|
source_boot_directory: /sabayon/beaglebone/boot
|
||||||
|
|
@ -38,14 +38,14 @@ export LANGUAGE="en_US.UTF-8"
|
|||||||
|
|
||||||
if [ "${ACTION}" = "weekly" ]; then
|
if [ "${ACTION}" = "weekly" ]; then
|
||||||
ARM_SOURCE_SPECS=(
|
ARM_SOURCE_SPECS=(
|
||||||
"sabayon-arm-base-4G.spec"
|
"sabayon-arm-beaglebone-base-4G.spec"
|
||||||
"sabayon-arm-base-8G.spec"
|
"sabayon-arm-beaglebone-base-8G.spec"
|
||||||
"sabayon-arm-base-16G.spec"
|
"sabayon-arm-beaglebone-base-16G.spec"
|
||||||
)
|
)
|
||||||
ARM_SOURCE_SPECS_IMG=(
|
ARM_SOURCE_SPECS_IMG=(
|
||||||
"Sabayon_Linux_DAILY_armv7a_Base_4GB.img"
|
"Sabayon_Linux_DAILY_armv7a_BeagleBone_Base_4GB.img"
|
||||||
"Sabayon_Linux_DAILY_armv7a_Base_8GB.img"
|
"Sabayon_Linux_DAILY_armv7a_BeagleBone_Base_8GB.img"
|
||||||
"Sabayon_Linux_DAILY_armv7a_Base_16GB.img"
|
"Sabayon_Linux_DAILY_armv7a_BeagleBone_Base_16GB.img"
|
||||||
)
|
)
|
||||||
SOURCE_SPECS=()
|
SOURCE_SPECS=()
|
||||||
SOURCE_SPECS_ISO=()
|
SOURCE_SPECS_ISO=()
|
||||||
|
Loading…
Reference in New Issue
Block a user