Skip to content

Instantly share code, notes, and snippets.

@Incognito
Created June 20, 2015 15:55
Show Gist options
  • Save Incognito/72ccd8c53a2ed3262188 to your computer and use it in GitHub Desktop.
Save Incognito/72ccd8c53a2ed3262188 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -x
rumprun qemu -i -M 128 \
-D 1234 \
-I if,vioif,'-net tap,script=no,ifname=tun0'\
-W if,inet,static,192.168.1.22/24 \
-b images/data.iso,/data \
-b images/stubetc.iso,/etc \
-- ./test.bin -c /data/conf/nginx.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment