From 9a5be3963ad03e2ec7202c9a784270be91089f4d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 21 Aug 2018 11:13:23 +0200 Subject: [ubuntu] make sure to install grub to the MBR While the second directive is not needed in theory, it seems needed to ensure a consistent behavior... --- http/ubuntu/preseed.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/http/ubuntu/preseed.cfg b/http/ubuntu/preseed.cfg index 225bbc9..f93835c 100644 --- a/http/ubuntu/preseed.cfg +++ b/http/ubuntu/preseed.cfg @@ -51,4 +51,7 @@ d-i preseed/late_command string \ in-target apt-get update ; \ in-target apt-get -y upgrade +d-i grub-installer/only_debian boolean true +d-i grub-installer/with_other_os boolean true + d-i finish-install/reboot_in_progress note -- cgit v1.2.3-55-g7522