summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2006-06-19 22:15:58 +0000
committerJoey Hess <joeyh@debian.org>2006-06-19 22:15:58 +0000
commitab093813be4246d6963b39ff58ee91f1cda110f8 (patch)
tree384f76345633c42a320b96893f53d746c0cb9083 /en/appendix
parent83aada0fd5b0faf0f0b51a8115f8a62efcbf74df (diff)
downloadinstallation-guide-ab093813be4246d6963b39ff58ee91f1cda110f8.zip
* Document new aliases added in preseed 1.17 for common debconf boot
parameters: fb, url, file, locale, interface.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 50dd4deca..e75cb7df3 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -318,8 +318,15 @@ Boot parameters to specify:
<para>
+Note that <filename>preseed/url</filename> can be shortened to just
+<filename>url</filename> and <filename>preseed/file</filename> to just
+</filename>file</filename> when they are passed as boot parameters.
+</para>
+
+</para><para>
+
While you're at it, you may want to add a boot parameter
-<userinput>debconf/priority=critical</userinput>. This will avoid most
+<userinput>priority=critical</userinput>. This will avoid most
questions even if the preseeding below misses some.
</para>
@@ -542,7 +549,7 @@ these questions have been asked.
The locale can be used to specify both language and country.
To specify the locale as a boot parameter, use
-<userinput>debian-installer/locale=<replaceable>en_US</replaceable></userinput>.
+<userinput>locale=<replaceable>en_US</replaceable></userinput>.
<informalexample role="example"><screen>
# Locale sets language and country.
@@ -596,7 +603,7 @@ kernel boot parameters.
If you need to pick a particular interface when netbooting before loading
a preconfiguration file from the network, use a boot parameter such as
-<userinput>netcfg/choose_interface=<replaceable>eth1</replaceable></userinput>.
+<userinput>interface=<replaceable>eth1</replaceable></userinput>.
</para>