]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
ts-xen-install: support xen-commandline-append host property
authorIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 9 Apr 2013 13:08:00 +0000 (14:08 +0100)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 9 Apr 2013 13:08:00 +0000 (14:08 +0100)
ts-xen-install

index 0d65d8b3159a51470b9c6aa30a2f51b0d703f051..ca644b7ed1793c8d353e5533093066871635213c 100755 (executable)
@@ -127,6 +127,8 @@ sub setupboot () {
     }
     my $append= $r{xen_boot_append};
     $xenhopt .= " $append" if defined $append;
+    $append = get_host_property($ho, 'xen-commandline-append', undef);
+    $xenhopt .= " $append" if defined $append;
 
     my @hooks;