From 21222cc8597a69ecf914c01de0b89835ace8ef1f Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Thu, 23 Jun 2011 20:04:27 +0200 Subject: [PATCH] dom0: start xenstored service in %post This is required by qvm-init-storage and in general to qvm-* works properly. --- rpm_spec/core-dom0.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm_spec/core-dom0.spec b/rpm_spec/core-dom0.spec index 0d0b7d8f..c3e5d6cb 100644 --- a/rpm_spec/core-dom0.spec +++ b/rpm_spec/core-dom0.spec @@ -196,6 +196,7 @@ fi # Load evtchn module - xenstored needs it modprobe evtchn +service xenstored start if ! [ -e /var/lib/qubes/qubes.xml ]; then # echo "Initializing Qubes DB..."