From 67e302d68c0e1847f62cbf778f91f00079a59297 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Wed, 12 Jun 2019 22:07:25 +0200 Subject: [PATCH] qemu-system-aarch64-wrapper: fix -M ? option following recent changes --- modules/ganeti2/files/qemu-system-aarch64-wrapper | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ganeti2/files/qemu-system-aarch64-wrapper b/modules/ganeti2/files/qemu-system-aarch64-wrapper index d00d1557b..407f87da4 100755 --- a/modules/ganeti2/files/qemu-system-aarch64-wrapper +++ b/modules/ganeti2/files/qemu-system-aarch64-wrapper @@ -23,8 +23,7 @@ while [ "$1" ]; do # Ignore the machine argument (it will be defined below), # except when querying the list of machines if [ "$2" = "?" ] ; then - args+=("-M") - args+=("?") + machine="?" fi shift ;; -- 2.20.1