diff options
author | Samuel Thibault <sthibault@debian.org> | 2015-01-03 23:05:46 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2015-01-03 23:05:46 +0000 |
commit | f36c84661bb31cb833622546782fa8d912abe2b4 (patch) | |
tree | 499930a947c8fc1769ef94011b52da664651aadc | |
parent | 02ab146b8a7377ba84130145cda35e2af398aa7d (diff) | |
download | installation-guide-f36c84661bb31cb833622546782fa8d912abe2b4.zip |
Document that grub-installer/bootdev can now be preseeded with default.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 74a9497a0..11c28a501 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +installation-guide (201501XX) UNRELEASED; urgency=medium + + * Document that grub-installer/bootdev can now be preseeded with "default". + + -- Samuel Thibault <sthibault@debian.org> Sun, 04 Jan 2015 00:05:14 +0100 + installation-guide (20141230) unstable; urgency=medium [ Karsten Merker ] diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 385fa9c95..58a6f6dd1 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1483,6 +1483,8 @@ d-i grub-installer/with_other_os boolean true #d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0) # 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 |