From 25c7a8c0d95b17d00c743967d3f2b1bcc4b42e9f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 27 Feb 2015 20:25:34 +0000 Subject: Rephrase documentation of grub-installer/bootdev to make it clear that it has to be specified. --- debian/changelog | 3 ++- en/appendix/preseed.xml | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4f9dae1c4..481fe2df7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ installation-guide (201501XX) UNRELEASED; urgency=medium [ Samuel Thibault ] - * Document that grub-installer/bootdev can now be preseeded with "default". + * Rephrase documentation of grub-installer/bootdev to make it clear that it + has to be specified. document that it can be preseeded with "default". * Update preseed grub-style partition name from grub1 style (hd0,0) to grub2 style (hd0,1). * Avoid security issues while making an encrypted root password for a diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index cb56dbf31..d726ecd16 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1475,6 +1475,12 @@ d-i grub-installer/only_debian boolean true # OS, which is less safe as it might not be able to boot that other OS. d-i grub-installer/with_other_os boolean true +# Due notably to potential USB sticks, the location of the MBR can not be +# determined safely in general, so this needs to be specified: +#d-i grub-installer/bootdev string /dev/sda +# To install to the first device (assuming it is not a USB stick): +#d-i grub-installer/bootdev string default + # Alternatively, if you want to install to a location other than the mbr, # uncomment and edit these lines: #d-i grub-installer/only_debian boolean false @@ -1482,10 +1488,6 @@ d-i grub-installer/with_other_os boolean true #d-i grub-installer/bootdev string (hd0,1) # To install grub to multiple disks: #d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1) -# To install to a particular device: -#d-i grub-installer/bootdev string /dev/sda -# To install to the first device: -#d-i grub-installer/bootdev string default # Optional password for grub, either in clear text #d-i grub-installer/password password r00tme -- cgit v1.2.3