From 686db900329461dc12b9729223b06366f26d57f1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Thu, 30 Nov 2017 08:46:28 -0500 Subject: [PATCH] qubes-dom0-update: Remove dependency on Xen as vmm --- dom0-updates/qubes-dom0-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom0-updates/qubes-dom0-update b/dom0-updates/qubes-dom0-update index 7329933..397553d 100755 --- a/dom0-updates/qubes-dom0-update +++ b/dom0-updates/qubes-dom0-update @@ -144,7 +144,7 @@ if [ "$GUI" != "1" ]; then fi # Do not start VM automaticaly when running from cron (only checking for updates) -if [ "$CHECK_ONLY" == "1" ] && ! xl domid $UPDATEVM > /dev/null 2>&1; then +if [ "$CHECK_ONLY" == "1" ] && ! qvm-check -q --running $UPDATEVM > /dev/null 2>&1; then echo "ERROR: UpdateVM not running, not starting it in non-interactive mode" >&2 exit 1 fi