summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-rw-r--r--en/appendix/preseed.xml6
1 files changed, 6 insertions, 0 deletions
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>