diff options
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r-- | en/appendix/preseed.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index a3b358efc..b27c27745 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1369,6 +1369,13 @@ d-i foo/bar string value d-i foo/bar seen false </screen></informalexample> +Or if you are preseeding via boot parameters, you can archieve the same +result by using the <quote>?=</quote> operator. + +<informalexample><screen> +foo/bar?=value +</screen></informalexample> + This will of course only have effect for parameters that correspond to questions that are actually displayed during an installation and not for <quote>internal</quote> parameters. |