mirror of
https://gitlab.com/YuriAlek/vfio.git
synced 2024-11-17 09:25:36 +00:00
qemu: pass $USER to -runas in windows-install
This commit is contained in:
parent
587bde8f8e
commit
2203e50994
@ -100,7 +100,7 @@ echo $usbid > /sys/bus/pci/drivers/vfio-pci/remove_id
|
|||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
# QEMU (VM) command
|
# QEMU (VM) command
|
||||||
qemu-system-x86_64 -runas yu -enable-kvm \
|
qemu-system-x86_64 -runas $USER -enable-kvm \
|
||||||
-nographic -vga none -parallel none -serial none \
|
-nographic -vga none -parallel none -serial none \
|
||||||
-enable-kvm \
|
-enable-kvm \
|
||||||
-m $RAM \
|
-m $RAM \
|
||||||
|
Loading…
Reference in New Issue
Block a user