From b89cdf2e11d097b96661b2593b27dccaf942524d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Apr 2019 17:07:37 +0100 Subject: [PATCH] ts-debian-hvm-install: Honour linux_boot_append target var This looks for: _linux_boot_append all_guest_linux_boot_append Nothing sets these yet. Signed-off-by: Ian Jackson --- ts-debian-hvm-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts-debian-hvm-install b/ts-debian-hvm-install index 54d5d1c2..ed8803ed 100755 --- a/ts-debian-hvm-install +++ b/ts-debian-hvm-install @@ -129,6 +129,9 @@ sub gcmdline (;$) { PreseedScheme => 'file'); push @dicmdline, $extra if $extra; + my $append = target_var($gho,'linux_boot_append'); + push @dicmdline, $append if $append; + push @dicmdline, "--"; # See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762007 for # why console= is repeated. -- 2.39.5