summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2025-04-07 08:22:25 +0200
committerHelmut Grohne <helmut@subdivi.de>2025-04-07 08:22:25 +0200
commitf036a26ca58d7eb9f899ad662f3e16cdbaa677a8 (patch)
tree0f5955852875ee7d67e2a3e07e4ccc8fb768ea62 /bin
parenta46f86dfc3311088c2ee3d7fca72b5f6fbbc40ef (diff)
downloaddebvm-debefivm.tar.gz
debefivm-run: fix --graphicaldebefivm
Fixes: 6f2a356ca10a ("add a new family of wrappers for EFI based images")
Diffstat (limited to 'bin')
-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 "$@"
;;