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 | |
parent | 77745cb48bec9f5f707f072fe0be8b7ed08aa9c9 (diff) | |
download | installation-guide-fe5a03c74b38c062f86b744edd2e208e176cba9c.zip |
Remove documentation of no longer supported
grub-installer/grub2_instead_of_grub_legacy preseed. Closes: #610739
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index be1536eae..2235a511e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -72,6 +72,8 @@ installation-guide (2011xxxx) UNRELEASED; urgency=low * Updated USB stick documentation to describe the much simpler, more flexible, and likely more robust use of isohybrid images. All i386 and amd64 ISO images are now isohybrid. + * Remove documentation of no longer supported + grub-installer/grub2_instead_of_grub_legacy preseed. Closes: #610739 -- Samuel Thibault <sthibault@debian.org> Mon, 06 Sep 2010 00:56:02 +0200 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 |