diff options
author | Frans Pop <elendil@planet.nl> | 2007-07-17 18:05:10 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-07-17 18:05:10 +0000 |
commit | 79e37c2c258d70ce7045dc1f5b292ab62c2f2020 (patch) | |
tree | 9d9109f7df0b55f27d598ff4d96c4435672fbd0c | |
parent | 5d8d7af29f00a7cf1c14993186eef48d17210b7e (diff) | |
download | installation-guide-79e37c2c258d70ce7045dc1f5b292ab62c2f2020.zip |
Make explanation of ?= in boot parameters a separate paragraph
-rw-r--r-- | en/appendix/preseed.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 3c88a125f..8d133ec75 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1382,10 +1382,11 @@ 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><para> + 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. |