summaryrefslogtreecommitdiff
path: root/eu/boot-installer/parameters.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eu/boot-installer/parameters.xml')
-rw-r--r--eu/boot-installer/parameters.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/eu/boot-installer/parameters.xml b/eu/boot-installer/parameters.xml
index 5367d8c43..cd808676d 100644
--- a/eu/boot-installer/parameters.xml
+++ b/eu/boot-installer/parameters.xml
@@ -85,7 +85,7 @@ useful.
<variablelist>
<varlistentry>
-<term>DEBCONF_PRIORITY</term>
+<term>debconf/priority</term>
<listitem><para>
This parameter settings will set the highest priority of messages
@@ -93,18 +93,18 @@ to be displayed.
</para><para>
-The default installation uses <userinput>DEBCONF_PRIORITY=high</userinput>.
+The default installation uses <userinput>debconf/priority=high</userinput>.
This means that both high and critical priority messages are shown, but medium
and low priority messages are skipped.
If problems are encountered, the installer adjusts the priority as needed.
</para><para>
-If you add <userinput>DEBCONF_PRIORITY=medium</userinput> as boot parameter, you
+If you add <userinput>debconf/priority=medium</userinput> as boot parameter, you
will be shown the installation menu and gain more control over the installation.
-When <userinput>DEBCONF_PRIORITY=low</userinput> is used, all messages are shown
+When <userinput>debconf/priority=low</userinput> is used, all messages are shown
(this is equivalent to the <emphasis>expert</emphasis> boot method).
-With <userinput>DEBCONF_PRIORITY=critical</userinput>, the installation system
+With <userinput>debconf/priority=critical</userinput>, the installation system
will display only critical messages and try to do the right thing without fuss.
</para></listitem>