diff options
Diffstat (limited to 'en/boot-installer/parameters.xml')
-rw-r--r-- | en/boot-installer/parameters.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index 1674827b9..73f9ad3b8 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -409,7 +409,21 @@ 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 Switserland as country. +language and Switzerland as country. + +</para></listitem> +</varlistentry> + +<varlistentry> +<term>anna/choose_modules</term> +<listitem><para> + +Can be used to automatically load installer components that are not loaded +by default. Short form: <userinput>modules</userinput>. +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). </para></listitem> </varlistentry> |