diff options
Diffstat (limited to 'nl/boot-installer/parameters.xml')
-rw-r--r-- | nl/boot-installer/parameters.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/nl/boot-installer/parameters.xml b/nl/boot-installer/parameters.xml index 8624811b3..63024db11 100644 --- a/nl/boot-installer/parameters.xml +++ b/nl/boot-installer/parameters.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 45087 untranslated --> +<!-- original version: 45239 untranslated --> <sect1 id="boot-parms"><title>Boot Parameters</title> <para> @@ -362,6 +362,18 @@ installation. </para></listitem> </varlistentry> +<varlistentry> +<term>debian-installer/allow_unauthenticated</term> +<listitem><para> + +By default the installer requires that repositories be authenticated +using a known gpg key. Set to <userinput>true</userinput> to +disable that authentication. +<emphasis role="bold">Warning: insecure, not recommended.</emphasis> + +</para></listitem> +</varlistentry> + <varlistentry arch="alpha;m68k;mips;mipsel"> <term>ramdisk_size</term> <listitem><para> @@ -439,8 +451,8 @@ Can be used to automatically load installer components that are not loaded 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 -<classname>ppp-udeb</classname> (which supports PPPoE configuration). +<command>scp</command> during the installation)<phrase arch="not-s390"> and +<classname>ppp-udeb</classname> (see <xref linkend="pppoe"/>)</phrase>. </para></listitem> </varlistentry> |