Hello,

On 26/03/2019 14:38, Joe wrote:
> On 3/26/19 1:27 AM, Adam Steen wrote:
>>
>> Is there a central spot for mirage configure documentation?
>>
> 
> I think you can run `mirage configure --help` from the directory that
> contains a unikernel `config.ml`, that at least gives you some
> context-dependent options.
> 
> But I couldn't find anything that lists `--ipv4-gateway` for example, so
> maybe there's another way?


MirageOS uses cmdliner for processing command line arguments and boot
parameters. It automatically generates a man page based on the defined
and used keys.

The unikernel- and configuration-dependent man page can be displayed by:
$ mirage help configure -t hvt

Another way is to start your unikernel with the --help argument:
$ ./solo5-hvt --net=tap0 -- unikernel.hvt --help

The above mentioned "mirage configure --help" is unfortunately not the
same as "mirage help configure".


best,

hannes

_______________________________________________
MirageOS-devel mailing list
MirageOS-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/mirageos-devel

Reply via email to