Fix path issue
This commit is contained in:
parent
00f4e5ca4e
commit
1044497c5f
7 changed files with 23 additions and 18 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
qemu-system-x86_64 -enable-kvm --daemonize \
|
||||
-cpu host \
|
||||
-smp 4 \
|
||||
-drive format=raw,file="/media/platvoeten/VM/ubuntu/ubuntu-server.img",if=virtio \
|
||||
-netdev user,id=vmnic,hostfwd=tcp::5555-:22,hostfwd=tcp::5556-:8000,hostname=ubuntu-server -device virtio-net,netdev=vmnic \
|
||||
-m 1G \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue