5 lines
194 B
Bash
Executable File
5 lines
194 B
Bash
Executable File
#!/bin/sh
|
|
# rootfs and bootfs tarball is generated by beaglebone image
|
|
export MAKE_TARBALL="0"
|
|
exec /sabayon/scripts/mkloopcard.sh /sabayon/scripts/mkloopcard_beagleboard_xm_chroot_hook.sh "$@"
|