On 01/27/2016 12:30 PM, Martin Lucina wrote: > Having said that, running a unikernel with *more than 1* binary multibaked > into it with no configuration of rc[] does not make sense to me. I propose > to change the spec to account for this by refusing to run at all (with an > error) if more than 1 binary is baked into the unikernel and no rc[] is > passed in the configuration.
In my opinion having the binaries run one after the other with just the binary name passed in as argv would be a good default when no configuration is given. This may ome in helpful when multibaking just for introducing a delay for attaching gdb as in [1] and you don't want to write a config file just for that simple case. For more complex use-cases, of course a configuration file is mandatory. [1] https://www.youtube.com/watch?v=uBOPLIxXmk4 -- Barbu Paul - Gheorghe Common sense is not so common - Voltaire Visit My GitHub profile to see my open-source projects - https://github.com/paulbarbu
