diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 4 | ||||
-rw-r--r-- | en/boot-installer/parameters.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 96c911db5..a3b358efc 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -471,7 +471,7 @@ The <literal>auto</literal> boot label is not yet defined on all architectures. The same effect may be achieved by simply adding the two parameters <literal>auto=true priority=critical</literal> to the kernel command line. The <literal>auto</literal> parameter is an alias for -<literal>auto-install/enabled</literal> and controls the delay of the +<literal>auto-install/enable</literal> and controls the delay of the locale and keyboard questions until after there has been a chance to preseed them, while <literal>priority</literal> is an alias for <literal>preseed/priority</literal> and setting it to @@ -501,7 +501,7 @@ The following aliases can be useful when using (auto mode) preseeding. to separate columns a bit --> <informaltable frame="none"> <tgroup cols="2"><tbody> -<row><entry>auto</entry><entry>auto-install/enabled</entry></row> +<row><entry>auto</entry><entry>auto-install/enable</entry></row> <row><entry>classes</entry><entry>auto-install/classes</entry></row> <row><entry>fb</entry><entry>debian-installer/framebuffer</entry></row> <row><entry>locale</entry><entry>debian-installer/locale</entry></row> diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index 15a8b2685..6af83ea58 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -328,7 +328,7 @@ See <xref linkend="preseed-seen"/>. </varlistentry> <varlistentry> -<term>auto-install/enabled (auto)</term> +<term>auto-install/enable (auto)</term> <listitem><para> Delay questions that are normally asked before preseeding is possible until |