]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
ts-host-install: Honour linux-boot-append <suite> (host prop)
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 6 Nov 2014 16:14:18 +0000 (16:14 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 6 Nov 2014 16:22:11 +0000 (16:22 +0000)
We have `install-append <suite>' but that goes before d-i's -- so only
applies during installation.  Provide an option that applies
post-installation too.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
ts-host-install

index b954e53b39a60f976570aa493d4cb42270a085ee..5840e27e08bbc43ce5a39f64de404a6b690eb8c4 100755 (executable)
@@ -226,6 +226,9 @@ END
     # why this is repeated.
     push @installcmdline, "console=$console" unless $console eq "NONE";
 
+    push @installcmdline,
+        get_host_property($ho, "linux-boot-append $ho->{Suite}", '');
+
     my $installcmdline= join ' ', @installcmdline;
 
     setup_pxeboot($ho, <<END);