added sudo to qemu
This commit is contained in:
parent
ab42c3d04c
commit
272db67d45
5 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ SPICE_PORT=5930
|
|||
CHARDEV_ID='spicechannel0'
|
||||
DRIVE='/dev/sdb' # change drive if needed
|
||||
ISO='winsp.iso'
|
||||
qemu-system-x86_64 \
|
||||
sudo qemu-system-x86_64 \
|
||||
-enable-kvm \
|
||||
-daemonize \
|
||||
-cpu host \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
qemu-system-x86_64 \
|
||||
sudo qemu-system-x86_64 \
|
||||
-enable-kvm \
|
||||
-cpu host \
|
||||
-smp 4 \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
qemu-system-x86_64 \
|
||||
sudo qemu-system-x86_64 \
|
||||
-enable-kvm \
|
||||
-cpu host \
|
||||
-smp 4 \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
qemu-system-x86_64 \
|
||||
sudo qemu-system-x86_64 \
|
||||
-enable-kvm \
|
||||
-cpu host \
|
||||
-smp 4 \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
SPICE_PORT=5930
|
||||
CHARDEV_ID='spicechannel0'
|
||||
qemu-system-x86_64 \
|
||||
sudo qemu-system-x86_64 \
|
||||
-enable-kvm \
|
||||
-daemonize \
|
||||
-cpu host \
|
||||
|
|
Loading…
Reference in a new issue