molecules/scripts/beagleboard_xm_image_generator_script.sh

5 lines
194 B
Bash
Raw Normal View History

#!/bin/sh
# rootfs and bootfs tarball is generated by beaglebone image
export MAKE_TARBALL="0"
2012-01-27 23:38:38 +01:00
exec /sabayon/scripts/mkloopcard.sh /sabayon/scripts/mkloopcard_beagleboard_xm_chroot_hook.sh "$@"