]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
rump kernels: Specify toolstack for rumprun demo to be rumprun
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 5 Oct 2016 13:41:20 +0000 (14:41 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 12 Oct 2016 10:03:58 +0000 (11:03 +0100)
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

index 212d75873af7d8b2c5daf46129a467d5d52633c2..b99c6f85f651f21c396bcbef90146d40f2478599 100755 (executable)
@@ -47,6 +47,7 @@ sub prep () {
     my $imagepath = $rkdist.'/'.$builtimage_subpath;
 
     store_runvar("${gn}_imagepath", $imagepath);
+    store_runvar("${gn}_toolstack", 'rumprun');
 }
 
 prep();