mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 06:14:32 +00:00
Install noVNC from GitHub
This commit is contained in:
@ -13,6 +13,6 @@ QEMU_ARGS="${QEMU_ARGS-} -usb -device usb-tablet"
|
||||
QEMU_ARGS="${QEMU_ARGS-} -k ${QEMU_KEYBOARD:?}"
|
||||
if [ "${QEMU_KVM:?}" = true ]; then QEMU_ARGS="${QEMU_ARGS-} -enable-kvm"; fi
|
||||
|
||||
cd ~/
|
||||
cd /var/lib/qemu/
|
||||
exec 2>&1
|
||||
exec "${QEMU:?}" ${QEMU_ARGS:?}
|
||||
|
Reference in New Issue
Block a user