I want to use run_erl to start up a daemon version of my release, but I don't want to have to officially install it, and create an entry in $ROOTDIR/releases and all that. Unfortunately, run_erl seems to depend on a little bootstrapping stuff that happens in release_handler:unpack_release/1. Is there any way to use run_erl on a release that was created with the [local] option?:
systools:make_script("example", [local]).