From 2203e509944eff90a14dd56bdfc5cefb8b630627 Mon Sep 17 00:00:00 2001 From: Justas Dabrila Date: Sat, 18 Aug 2018 11:19:27 +0000 Subject: [PATCH] qemu: pass $USER to -runas in windows-install --- scripts/windows-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows-install.sh b/scripts/windows-install.sh index acabdd2..a1f6dd9 100644 --- a/scripts/windows-install.sh +++ b/scripts/windows-install.sh @@ -100,7 +100,7 @@ echo $usbid > /sys/bus/pci/drivers/vfio-pci/remove_id sleep 1 # 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 \ -enable-kvm \ -m $RAM \