diff options
author | Joey Hess <joeyh@debian.org> | 2011-01-22 04:09:43 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2011-01-22 04:09:43 +0000 |
commit | fe5a03c74b38c062f86b744edd2e208e176cba9c (patch) | |
tree | a3245e2051667b5afa79a8165e96d7e07c795694 /en/appendix | |
parent | 77745cb48bec9f5f707f072fe0be8b7ed08aa9c9 (diff) | |
download | installation-guide-fe5a03c74b38c062f86b744edd2e208e176cba9c.zip |
Remove documentation of no longer supported
grub-installer/grub2_instead_of_grub_legacy preseed. Closes: #610739
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 3ce35af61..65376b68b 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1436,11 +1436,6 @@ to be used easily on the kernel command line as well. <phrase arch="kfreebsd-any;hurd-any"># To install no bootloader, uncomment this #d-i grub-installer/skip boolean true</phrase> -# 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 |