On Monday, 25.05.2015 at 10:16, Andrew Stuart wrote: > Martin - what’s next?
Congratulations on your progress! Good stuff. > My goal is to be able to run an EC2 server and include static files. Ok. I see that you've already figured out that configuring the network requires manually adding the relevant rump_pub_netconfig_* calls on EC2. The failure of the Xenstore-style configuration was expected, sorry if I didn't make that clear. While Xenstore is present on EC2 given that you have no (direct) access to the dom0 we can't use it for passing information to the domU. Can you point me to the script you used to generate the EC2 kernel? I'm sure it's somewhere on the Mirage site but I can't seem to find it. I'm assuming that there is a way to modify / generate the PVGRUB configuration used in the image. If so, we can use the commandline (JSON) based configuration for EC2, and bake the command line parameters for the unikernel into the image. Martin
