diff options
Diffstat (limited to 'http')
-rw-r--r-- | http/ubuntu/preseed.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
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 |