[molecules] add the experimental Raspberry Pi molecule
This commit is contained in:
Executable
+14
@@ -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 "${@}"
|
||||
Reference in New Issue
Block a user