summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorRobert Millan <rmh@debian.org>2007-02-10 22:18:17 +0000
committerRobert Millan <rmh@debian.org>2007-02-10 22:18:17 +0000
commit49c05783ba3deaa4be50cecbe3313f788356eb4a (patch)
tree03e81cc4edfc999f7264c655b2b1abcf6588c315 /en/appendix
parent6bb2ef001f4cfce29681a51b29ccbe1add06d0ef (diff)
downloadinstallation-guide-49c05783ba3deaa4be50cecbe3313f788356eb4a.zip
Document foo/bar?=value feature.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml7
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.