summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/debefivm-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/debefivm-run b/bin/debefivm-run
index c93d7d2..4a420f3 100755
--- a/bin/debefivm-run
+++ b/bin/debefivm-run
@@ -365,7 +365,7 @@ fi
if test -z "$GRAPHICAL"; then
set -- -nographic "$@"
else
- case "$KERNELARCH" in
+ case "$IMAGE_ARCH" in
amd64|i386)
set -- -vga virtio "$@"
;;