diff options
author | Silvino Silva <silvino@bk.ru> | 2017-08-06 18:48:50 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-08-06 20:49:31 +0100 |
commit | 593fc597166839b42b8e48976447fa37c433a7af (patch) | |
tree | 2500dfaaaa3ede2b54a4343d215327fdf502b06c /tools/scripts/runvm/c12-dvd | |
parent | 577fd6418b36ef6d0024a6ccbcf2640922401a31 (diff) | |
download | doc-593fc597166839b42b8e48976447fa37c433a7af.tar.gz |
tools qemu and core setup scripts revision
Diffstat (limited to 'tools/scripts/runvm/c12-dvd')
-rw-r--r-- | tools/scripts/runvm/c12-dvd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/scripts/runvm/c12-dvd b/tools/scripts/runvm/c12-dvd new file mode 100644 index 0000000..9cbf201 --- /dev/null +++ b/tools/scripts/runvm/c12-dvd @@ -0,0 +1,15 @@ +export QEMU_AUDIO_DRV=alsa + +memory=1024 + +boot=c + +iso=iso/devuan_jessie_1.0.0_amd64_CD.iso + +image=img/c12-dvd.qcow2 + +tap="tap2" + +mac="54:60:be:ef:5c:72" + +other="-soundhw hda -vga std -display sdl -usb -device usb-ehci -device usb-host,vendorid=0x13d3,productid=0x5652" |