From af2d7188a06f73b43ccf33e29476976beffc925f Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 12 Mar 2024 11:58:03 +0100 Subject: [PATCH] launchers/windows10 : suppression virtiofs de la variable QEMUSH_BASE --- qemu/launchers/windows10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/launchers/windows10 b/qemu/launchers/windows10 index deb39ae..0919149 100755 --- a/qemu/launchers/windows10 +++ b/qemu/launchers/windows10 @@ -1,6 +1,6 @@ #!/usr/bin/env sh export QEMUSH_RAM=4G -export QEMUSH_BASE=virtiofs,kvm +export QEMUSH_BASE=kvm [ -z "$QEMUSH_NAME" ] && { export QEMUSH_NAME QEMUSH_NAME=$(basename "$0")