diff mbox

[OSSTEST,06/16] rump kernels: Specify toolstack for rumprun demo to be rumprun

Message ID 1475858096-16123-7-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Oct. 7, 2016, 4:34 p.m. UTC
This causes ts-guest-start to use rumprun, rather than xl.

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

Patch

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();