first commit

This commit is contained in:
mudler
2016-08-04 16:50:12 +02:00
commit 385cec42b8
29 changed files with 1127 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Path to molecules.git dir
SABAYON_MOLECULE_HOME="${SABAYON_MOLECULE_HOME:-/sabayon}"
export SABAYON_MOLECULE_HOME
# 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 "${@}"