diff options
author | Frans Pop <elendil@planet.nl> | 2009-06-08 10:51:01 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2009-06-08 10:51:01 +0000 |
commit | c048deba66525fbceaebc14efcb103a408acc637 (patch) | |
tree | d9373b6792ae28594e086bca31a634951d79cb0b /en/appendix | |
parent | 4b7e9631dcf1bb1cd113757a2cf38b5b92d27838 (diff) | |
download | installation-guide-c048deba66525fbceaebc14efcb103a408acc637.zip |
Document the debian-installer/add-kernel-opts preconfiguration option.
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 381ac159e..cefd9be13 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1377,6 +1377,11 @@ d-i grub-installer/with_other_os boolean true #d-i grub-installer/password-crypted password [MD5 hash] </screen></informalexample> +# Use the following option to add additional boot parameters for the +# installed system (if supported by the bootloader installer). +# Note: options passed to the installer will be added automatically. +#d-i debian-installer/add-kernel-opts string nousb + <para> An MD5 hash for a password for <classname>grub</classname> can be generated |