summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-04-28 08:53:53 +0000
committerFrans Pop <elendil@planet.nl>2008-04-28 08:53:53 +0000
commit040480b11cd9baf3cfdc4e3289f633ecc9cc9f87 (patch)
tree072555cd060d163ab52f6090830d41784763c808
parentd243b28abc3a7476acdea9302d209f3dba196b8a (diff)
downloadinstallation-guide-040480b11cd9baf3cfdc4e3289f633ecc9cc9f87.zip
Document preseeding of grub password
-rw-r--r--debian/changelog3
-rw-r--r--en/appendix/preseed.xml6
2 files changed, 8 insertions, 1 deletions
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 <fjp@debian.org> Thu, 24 Apr 2008 13:14:07 +0200
+ -- Frans Pop <fjp@debian.org> 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]
</screen></informalexample>
</sect2>