[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH v2 17/19] Skip bootloader installation for arm32 in Stretch
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- Osstest/Debian.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 2c3bcf4..b2d5007 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -1027,6 +1027,11 @@ END $preseed_file.= (<<END); d-i nobootloader/confirmation_common boolean true END + # Stretch has a different method to skip bootloader installation + $preseed_file.= (<<END); +d-i grub-installer/skip boolean true +d-i lilo-installer/skip boolean true +END # Debian Bug #771949 means that update-menu-list always # generates a full absolute path to the kernel + initrd, while -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |