From 9f09b4c8e37b15b0c4cdcd7ab6ade971f20d548a Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 27 Feb 2020 16:37:12 -0600 Subject: [PATCH] stretch+: we dont use grub Signed-off-by: Robert Nelson --- lib/buster-preseed.cfg | 8 ++++++++ lib/stretch-preseed.cfg | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/lib/buster-preseed.cfg b/lib/buster-preseed.cfg index f3e110a..a4bfd37 100644 --- a/lib/buster-preseed.cfg +++ b/lib/buster-preseed.cfg @@ -72,6 +72,14 @@ d-i clock-setup/ntp boolean true # line to prevent this. d-i finish-install/keep-consoles boolean true +### Boot loader installation +# Grub is the default boot loader (for x86). If you want lilo installed +# instead, uncomment this: +d-i grub-installer/skip boolean true +# To also skip installing lilo, and install no bootloader, uncomment this +# too: +d-i lilo-installer/skip boolean true + # Avoid that last message about the install being complete. d-i finish-install/reboot_in_progress note diff --git a/lib/stretch-preseed.cfg b/lib/stretch-preseed.cfg index ad8da0f..372c059 100644 --- a/lib/stretch-preseed.cfg +++ b/lib/stretch-preseed.cfg @@ -72,6 +72,14 @@ d-i clock-setup/ntp boolean true # line to prevent this. d-i finish-install/keep-consoles boolean true +### Boot loader installation +# Grub is the default boot loader (for x86). If you want lilo installed +# instead, uncomment this: +d-i grub-installer/skip boolean true +# To also skip installing lilo, and install no bootloader, uncomment this +# too: +d-i lilo-installer/skip boolean true + # Avoid that last message about the install being complete. d-i finish-install/reboot_in_progress note