summaryrefslogtreecommitdiff
path: root/eu/boot-installer
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2009-07-18 20:20:00 +0000
committerJoey Hess <joeyh@debian.org>2009-07-18 20:20:00 +0000
commitea5377a8c63566d9bfb69a9586fe9205fba40320 (patch)
tree62e3aac8c08bdc040abbf54b5407943a86c63299 /eu/boot-installer
parentc30d7c0c26004f3ec6f932652cc788949e1ff0cc (diff)
downloadinstallation-guide-ea5377a8c63566d9bfb69a9586fe9205fba40320.zip
update estonian manual translation to use debconf/priority
This is the only manual translation old enough to still refer to DEBCONF_PRIORITY.
Diffstat (limited to 'eu/boot-installer')
-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>