[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] ts-host-install: Honour linux-boot-append <suite> (host prop)
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@xxxxxxxxxxxxx> --- ts-host-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts-host-install b/ts-host-install index 95ce845..c65a66a 100755 --- a/ts-host-install +++ b/ts-host-install @@ -207,6 +207,9 @@ END push @installcmdline, qw(--); + push @installcmdline, + get_host_property($ho, "linux-boot-append $ho->{Suite}", ''); + my $console = get_host_property($ho, "LinuxSerialConsole", "ttyS0"); push @installcmdline, "console=$console,$c{Baud}n8" unless $console eq "NONE"; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |