On Mon, Jun 27, 2011 at 4:20 PM, Martino Dell'Ambrogio <[email protected]> wrote: > Thanks to your advice, I discovered that the "autoresume" feature was > preventing the script to be loaded... the -a flag fixed it. > > Thanks to all who helped! I'm absolutely new to catalyst, hope to get better > soon.
Ah, if -a fixed it, then the problem was that the first time catalyst was run on your stage build, the ACCEPT_LICENSE stuff wasn't sourced. Using -a wiped out the stage and started cleanly, so ACCEPT_LICENSE was read. >From now on, with your confdir and ACCEPT_LICENSE stuff working, you shouldn't have to use -a. Thanks, Matt
