diff options
author | Frans Pop <elendil@planet.nl> | 2006-09-28 12:59:38 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-09-28 12:59:38 +0000 |
commit | c5bbd46a64ac31dcc755a669c29225fafc88ae8b (patch) | |
tree | 6b672fada27283f1c15092a3db4a448438c5f476 /nl/boot-installer | |
parent | c64fd9444684fe5d22f0c262a99ad5eb4cc0369c (diff) | |
download | installation-guide-c5bbd46a64ac31dcc755a669c29225fafc88ae8b.zip |
Update of original English docs
Diffstat (limited to 'nl/boot-installer')
-rw-r--r-- | nl/boot-installer/parameters.xml | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/nl/boot-installer/parameters.xml b/nl/boot-installer/parameters.xml index 07876f222..215b59d9b 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: 39614 untranslated --> +<!-- original version: 40875 untranslated --> <sect1 id="boot-parms"><title>Boot Parameters</title> <para> @@ -248,6 +248,20 @@ parameter <userinput>debian-installer/framebuffer=true</userinput> or </varlistentry> <varlistentry> +<term>debian-installer/theme</term> +<listitem><para> + +A theme determines how the user interface of the installer looks (colors, +icons, etc.). What themes are available differs per frontend. Currently +both the newt and gtk frontends only have a <quote>dark</quote> theme that was +designed for visually impaired users. Set the theme by booting with parameter +<userinput>debian-installer/theme=<replaceable>dark</replaceable></userinput> +or <userinput>theme=<replaceable>dark</replaceable></userinput>. + +</para></listitem> +</varlistentry> + +<varlistentry> <term>debian-installer/probe/usb</term> <listitem><para> @@ -340,6 +354,17 @@ If you are using a 2.2.x kernel, you may need to set &ramdisksize;. </varlistentry> <varlistentry> +<term>directfb/hw-accel</term> +<listitem><para> + +For the gtk frontend (graphical installer), hardware acceleration in directfb +is disabled by default. To enable it, set this parameter to +<userinput>true</userinput> when booting the installer. + +</para></listitem> +</varlistentry> + +<varlistentry> <term>rescue/enable</term> <listitem><para> |