diff options
author | Frans Pop <elendil@planet.nl> | 2008-04-28 08:53:53 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-04-28 08:53:53 +0000 |
commit | 040480b11cd9baf3cfdc4e3289f633ecc9cc9f87 (patch) | |
tree | 072555cd060d163ab52f6090830d41784763c808 /en | |
parent | d243b28abc3a7476acdea9302d209f3dba196b8a (diff) | |
download | installation-guide-040480b11cd9baf3cfdc4e3289f633ecc9cc9f87.zip |
Document preseeding of grub password
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 6 |
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> |