From 040480b11cd9baf3cfdc4e3289f633ecc9cc9f87 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Mon, 28 Apr 2008 08:53:53 +0000 Subject: Document preseeding of grub password --- debian/changelog | 3 ++- en/appendix/preseed.xml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2c9023845..27eedefb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,11 +26,12 @@ installation-guide (2008xxxx) UNRELEASED; urgency=low preconfiguration file downloaded from a server (preseed/url). Thanks to Durk Strooisma for the report and analysis. Closes: #476524. * Specify for which release the example preseed file is valid. + * Document preseeding of grub password. [ Joey Hess ] * Remove autopartkit from the module list. - -- Frans Pop Thu, 24 Apr 2008 13:14:07 +0200 + -- Frans Pop Mon, 28 Apr 2008 10:52:59 +0200 installation-guide (20080211) unstable; urgency=low diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index f8fe854f1..c9ad9a833 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1290,6 +1290,12 @@ d-i grub-installer/with_other_os boolean true #d-i grub-installer/bootdev string (hd0,0) # To install grub to multiple disks: #d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0) + +# Optional password for grub, either in clear text +#d-i grub-installer/password password r00tme +#d-i grub-installer/password-again password r00tme +# or encrypted using an MD5 hash. +#d-i grub-installer/password-crypted password [MD5 hash] -- cgit v1.2.3