Signed-off-by: Wei Liu <wei.l...@citrix.com>
---
 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@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to