summaryrefslogtreecommitdiff
path: root/en/boot-installer
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-12-29 18:52:39 +0000
committerFrans Pop <elendil@planet.nl>2006-12-29 18:52:39 +0000
commitc8fc73c10d721db52054f9dbe173a512636a400e (patch)
treea4fab65dbd880c8dc1216ac4432d3fced166e2d1 /en/boot-installer
parent2dce061325b6f3b67b092f953093326c4ca9dd88 (diff)
downloadinstallation-guide-c8fc73c10d721db52054f9dbe173a512636a400e.zip
- Document mirror/protocol boot parameter with short explanation of ftp protocol
- Use a clearer way to list the short form of parameters
Diffstat (limited to 'en/boot-installer')
-rw-r--r--en/boot-installer/parameters.xml52
1 files changed, 34 insertions, 18 deletions
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml
index 8f67c5b75..7d458f50d 100644
--- a/en/boot-installer/parameters.xml
+++ b/en/boot-installer/parameters.xml
@@ -81,15 +81,22 @@ With current kernels (2.6.9 or newer) you can use 32 command line options and
</footnote> which may be useful.
+</para><para>
+
+A number of parameters have a <quote>short form</quote> that helps avoid
+the limitations of the kernel command line options and makes entering the
+parameters easier. If a parameter has a short form, it will be listed in
+brackets behind the (normal) long form. Examples in this manual will
+normally use the short form too.
+
</para>
<variablelist>
<varlistentry>
-<term>debconf/priority</term>
+<term>debconf/priority (priority)</term>
<listitem><para>
This parameter sets the lowest priority of messages to be displayed.
-Short form: <userinput>priority</userinput>.
</para><para>
@@ -238,15 +245,14 @@ parameter <userinput>debian-installer/framebuffer=true</userinput> or
</varlistentry>
<varlistentry arch="not-s390">
-<term>debian-installer/theme</term>
+<term>debian-installer/theme (theme)</term>
<listitem><para>
A theme determines how the user interface of the installer looks (colors,
icons, etc.). What themes are available differs per frontend. Currently
both the newt and gtk frontends only have a <quote>dark</quote> theme that was
-designed for visually impaired users. Set the theme by booting with parameter
-<userinput>debian-installer/theme=<replaceable>dark</replaceable></userinput>
-or <userinput>theme=<replaceable>dark</replaceable></userinput>.
+designed for visually impaired users. Set the theme by booting with
+<userinput>theme=<replaceable>dark</replaceable></userinput>.
</para></listitem>
</varlistentry>
@@ -292,33 +298,31 @@ this misbehavior.
</varlistentry>
<varlistentry>
-<term>preseed/url</term>
+<term>preseed/url (url)</term>
<listitem><para>
Specify the url to a preconfiguration file to download and use in
automating the install. See <xref linkend="automatic-install"/>.
-Short form: <userinput>url</userinput>.
</para></listitem>
</varlistentry>
<varlistentry>
-<term>preseed/file</term>
+<term>preseed/file (file)</term>
<listitem><para>
Specify the path to a preconfiguration file to load to
automating the install. See <xref linkend="automatic-install"/>.
-Short form: <userinput>file</userinput>.
</para></listitem>
</varlistentry>
<varlistentry>
-<term>auto-install/enabled</term>
+<term>auto-install/enabled (auto)</term>
<listitem><para>
Delay questions that are normally asked before preseeding is possible until
-after the network is configured. Short form: <userinput>auto=true</userinput>.
+after the network is configured.
See <xref linkend="preseed-auto"/> for details about using this to
automate installs.
@@ -402,12 +406,11 @@ cases. General instructions how to do this can be found in
<variablelist>
<varlistentry>
-<term>debian-installer/locale</term>
+<term>debian-installer/locale (locale)</term>
<listitem><para>
Can be used to set both the language and country for the installation.
This will only work if the locale is supported in Debian.
-Short form: <userinput>locale</userinput>.
For example, use <userinput>locale=de_CH</userinput> to select German as
language and Switzerland as country.
@@ -415,11 +418,11 @@ language and Switzerland as country.
</varlistentry>
<varlistentry>
-<term>anna/choose_modules</term>
+<term>anna/choose_modules (modules)</term>
<listitem><para>
Can be used to automatically load installer components that are not loaded
-by default. Short form: <userinput>modules</userinput>.
+by default.
Examples of optional components that may be useful are
<classname>openssh-client-udeb</classname> (so you can use
<command>scp</command> during the installation) and
@@ -439,13 +442,26 @@ force static network configuration.
</varlistentry>
<varlistentry>
-<term>tasksel:tasksel/first</term>
+<term>mirror/protocol (protocol)</term>
+<listitem><para>
+
+By default the installer will use the http protocol to download files from
+Debian mirrors and changing that to ftp is not possible during installations
+at normal priority. By setting this parameter to <userinput>ftp</userinput>,
+you can force the installer to use that protocol instead. Note that you
+cannot select an ftp mirror from a list, you have to enter the hostname
+manually.
+
+</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term>tasksel:tasksel/first (tasks)</term>
<listitem><para>
Can be used to select tasks that are not available from the interactive task
list, such as the <literal>kde-desktop</literal> task.
See <xref linkend="pkgsel"/> for additional information.
-Short form: <userinput>tasks</userinput>.
</para></listitem>
</varlistentry>