Add 'examples/qemu shell start scripts/ubuntu.sh'

This commit is contained in:
Jakub Filo 2021-09-07 09:13:16 +00:00
parent f1361298ee
commit 2be74c4f5b
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
SPICE_PORT=5924
qemu-system-x86_64 -enable-kvm -daemonize \
-cpu host \
-drive file=ubuntu.img,if=virtio \
-net nic -net user,hostname=ubuntuvm \
-m 1G \
-vga qxl \
-spice port=${SPICE_PORT},disable-ticketing \
-device virtio-serial \
-chardev spicevmc,id=vdagent,name=vdagent \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
-cdrom server.iso \
-boot menu=on \
-hda ubuntu2.img