[molecules/beaglebone] reorganize molecules, drop 16GB image in favour of 2GB
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# List of packages to add on the BeagleBoard xM
|
||||
packages_to_add:
|
||||
app-misc/sabayonlive-tools,
|
||||
app-misc/sabayon-skel,
|
||||
app-admin/syslog-ng,
|
||||
net-fs/nfs-utils,
|
||||
net-misc/ntp,
|
||||
sys-apps/keyboard-configuration-helpers,
|
||||
sys-apps/language-configuration-helpers,
|
||||
sys-kernel/linux-beaglebone
|
||||
|
||||
# List of packages to remove from the BeagleBoard xM image
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
%import /sabayon/molecules/arm-base.common
|
||||
%import /sabayon/molecules/beaglebone.common
|
||||
|
||||
# Release desc (the actual release description)
|
||||
release_desc: armv7a BeagleBone
|
||||
|
||||
# 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_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/boot/arm/beaglebone
|
||||
|
||||
# External script that will generate the image file.
|
||||
# The same can be copied onto a MMC by using dd
|
||||
image_generator_script: /sabayon/scripts/beaglebone_image_generator_script.sh
|
||||
@@ -9,12 +9,12 @@ release_version: 8
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_8_armv7a_BeagleBone_Base_8GB.img
|
||||
image_name: Sabayon_Linux_8_armv7a_BeagleBone_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: 7800
|
||||
image_mb: 2000
|
||||
|
||||
# Path to boot partition data (MLO, u-boot.img etc)
|
||||
source_boot_directory: /sabayon/boot/arm/beaglebone
|
||||
Reference in New Issue
Block a user