On 28/04/15 23:06, Andrew Stuart wrote:
What sort of boot commands do you have in mind?
Fetching (with wget) configuration files from somewhere and putting them
somewhere like the /tmp directory you mentioned in a different thread.
The fetching of files is, at least generally speaking, better
accomplished on the host. You can then bake those files into an image
that you present as a disk device to rumprun. See rump-nginx for
inspiration. We'll probably improve on that method at some point
(provide tools to create/inspect images instead of asking you to install
some manually), but at least the approach already works now.