diff options
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r-- | en/appendix/preseed.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 2dcabcd15..1ec02948a 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1416,6 +1416,11 @@ to be used easily on the kernel command line as well. # too: #d-i lilo-installer/skip boolean true +# With a few exceptions for unusual partitioning setups, GRUB 2 is now the +# default. If you need GRUB Legacy for some particular reason, then +# uncomment this: +#d-i grub-installer/grub2_instead_of_grub_legacy boolean false + # This is fairly safe to set, it makes grub install automatically to the MBR # if no other operating system is detected on the machine. d-i grub-installer/only_debian boolean true |