diff options
author | Robert Millan <rmh@debian.org> | 2007-02-10 22:18:17 +0000 |
---|---|---|
committer | Robert Millan <rmh@debian.org> | 2007-02-10 22:18:17 +0000 |
commit | 49c05783ba3deaa4be50cecbe3313f788356eb4a (patch) | |
tree | 03e81cc4edfc999f7264c655b2b1abcf6588c315 /en/appendix/preseed.xml | |
parent | 6bb2ef001f4cfce29681a51b29ccbe1add06d0ef (diff) | |
download | installation-guide-49c05783ba3deaa4be50cecbe3313f788356eb4a.zip |
Document foo/bar?=value feature.
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. |