[molecules/*] add basic and untested .spec file for the Efika MX

This commit is contained in:
Fabio Erculiani
2012-02-14 15:55:45 +01:00
parent 29119b2b48
commit eb41b3e1b9
7 changed files with 209 additions and 20 deletions

14
molecules/efikamx.common Normal file
View File

@@ -0,0 +1,14 @@
# List of packages to add
packages_to_add:
app-misc/sabayonlive-tools,
app-misc/sabayon-skel,
app-admin/syslog-ng,
net-misc/cnetworkmanager,
net-misc/ntp,
sys-apps/keyboard-configuration-helpers,
sys-apps/language-configuration-helpers,
sys-kernel/linux-efikamx,
sys-process/vixie-cron
# List of packages to remove
packages_to_remove:

View File

@@ -0,0 +1,24 @@
%import /sabayon/molecules/arm-base.common
%import /sabayon/molecules/efikamx.common
# Release desc (the actual release description)
release_desc: armv7a Efika MX
# Release Version (used to generate release_file)
release_version: 8
# Specify image file name (image file name will be automatically
# produced otherwise)
image_name: Sabayon_Linux_8_armv7a_EfikaMX_Base_2GB.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: 2000
# Path to boot partition data (MLO, u-boot.img etc)
source_boot_directory: /sabayon/boot/arm/efikamx
# External script that will generate the image file.
# The same can be copied onto a MMC by using dd
image_generator_script: /sabayon/scripts/efikamx_image_generator_script.sh