[molecules] add the experimental Raspberry Pi molecule

This commit is contained in:
Fabio Erculiani
2013-06-16 08:10:26 +02:00
parent 2edc0dad1f
commit d6cf660b74
12 changed files with 67 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
# Path to molecules.git dir
SABAYON_MOLECULE_HOME="${SABAYON_MOLECULE_HOME:-/sabayon}"
export SABAYON_MOLECULE_HOME
# Get dtb files from argv
export DTB_FILES="${1}"
shift
# sigh vfat
export BOOT_PART_TYPE_INSIDE_ROOT="1"
exec "${SABAYON_MOLECULE_HOME}"/scripts/mkloopcard.sh "${SABAYON_MOLECULE_HOME}"/scripts/mkloopcard_raspberry_chroot_hook.sh "${@}"