This causes ts-guest-start to use rumprun, rather than xl.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 ts-rumprun-demo-setup | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ts-rumprun-demo-setup b/ts-rumprun-demo-setup
index 212d758..b99c6f8 100755
--- a/ts-rumprun-demo-setup
+++ b/ts-rumprun-demo-setup
@@ -47,6 +47,7 @@ sub prep () {
     my $imagepath = $rkdist.'/'.$builtimage_subpath;
 
     store_runvar("${gn}_imagepath", $imagepath);
+    store_runvar("${gn}_toolstack", 'rumprun');
 }
 
 prep();
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to