On Wednesday, 20.05.2015 at 17:31, Antti Kantee wrote:
> Assuming you have built nginx, the same rumprun syntax works for all
> platforms:
> 
>       KVM:
> 
> rumprun kvm -b nginxdata.iso,/etc -I iftag,vioif,'-net tap,ifname=tap0'\
>     -W iftag,inet,dhcp bin/nginx -c /etc/nginx/conf/nginx.conf
> 
>       Xen:
> 
> rumprun xen -b nginxdata.iso,/etc -I iftag,xenif \
>     -W iftag,inet,dhcp bin/nginx -c /etc/nginx/conf/nginx.conf
> 
>       ISO bootable directly on hardware:
> 
> rumprun iso -b nginxdata.iso,/etc -I iftag,wm \
>     -W iftag,inet,dhcp bin/nginx -c /etc/nginx/conf/nginx.conf
> 
> spot 3 differences ;)

Awesome! I've just used the new "rumprun kvm" to demo OCaml and Mirage OS
running on rumprun.

I hope to test this with real bare metal next week, using a spare Soekris
board.

Great work.

-mato
 

Reply via email to