first commit
This commit is contained in:
10
scripts/raspberry_image_generator_script.sh
Executable file
10
scripts/raspberry_image_generator_script.sh
Executable 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 "${@}"
|
||||
Reference in New Issue
Block a user