summaryrefslogtreecommitdiff
path: root/nl/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2007-02-15 21:15:07 +0000
committerFrans Pop <elendil@planet.nl>2007-02-15 21:15:07 +0000
commit3735c578baa1c678f98f631611d0c8e179dc9b83 (patch)
tree140b1e42e1dd894ae9506f927a0f7563a073d1f3 /nl/appendix
parentf91ae0b8c8711143b376d59d1bc76c66fdd03613 (diff)
downloadinstallation-guide-3735c578baa1c678f98f631611d0c8e179dc9b83.zip
Update untranslated files
Diffstat (limited to 'nl/appendix')
-rw-r--r--nl/appendix/preseed.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml
index 23d855975..e4f45d501 100644
--- a/nl/appendix/preseed.xml
+++ b/nl/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 44897 untranslated -->
+<!-- original version: 45087 untranslated -->
<!--
Be careful with the format of this file as it is parsed to generate
@@ -1369,17 +1369,21 @@ d-i foo/bar string value
d-i foo/bar seen false
</screen></informalexample>
+The same effect can be achieved for <emphasis>all</emphasis> questions by
+setting the parameter <classname>preseed/interactive=true</classname> at
+the boot prompt. This can also be useful for testing or debugging your
+preconfiguration file.
+
+If you are preseeding using boot parameters, you can make the installer ask
+the corresponding question by using the <quote>?=</quote> operator, i.e.
+<userinput><replaceable>foo</replaceable>/<replaceable>bar</replaceable>?=<replaceable>value</replaceable></userinput>.
+
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.
</para><para>
-The same effect can be achieved for <emphasis>all</emphasis> questions by
-setting the parameter <classname>preseed/interactive=true</classname> at
-the boot prompt. This can also be useful for testing or debugging your
-preconfiguration file.
-
</para>
</sect2>