[SCM] live-manual branch, debian, updated. debian/2.0_a2-1-10-gf9caf9e

Daniel Baumann daniel at debian.org
Tue Jul 6 01:42:02 UTC 2010


The following commit has been merged in the debian branch:
commit f9caf9ec070b545401cc867ae690e654ff828831
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jul 6 03:32:23 2010 +0200

    Refreshing po files.

diff --git a/manual/de/about/manual.xml b/manual/de/about/manual.xml
index a87369f..55f16aa 100644
--- a/manual/de/about/manual.xml
+++ b/manual/de/about/manual.xml
@@ -191,7 +191,7 @@ system. You can checkout the latest copy by executing: </para>
 preview the live-manual, ensure the packages needed for building are
 installed by executing: </para>
     <para>
-      <screen># apt-get install dblatex docbook-xml docbook-xsl libxml2-utils make po4a w3m</screen>
+      <screen># apt-get install dblatex docbook2odf docbook-xml docbook-xsl libxml2-utils make po4a w3m</screen>
     </para>
     <para> You may build the live-manual from the top level directory of your git
 checkout by executing: </para>
diff --git a/manual/de/index.xml b/manual/de/index.xml
index 7fdc911..7027dc1 100644
--- a/manual/de/index.xml
+++ b/manual/de/index.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
-<!ENTITY pubdate "2010-06-29">
+<!ENTITY pubdate "2010-07-06">
 <!ENTITY releaseinfo "2.0~a2">
 <!ENTITY year "2010">
 ]>
diff --git a/manual/de/other/basics.xml b/manual/de/other/basics.xml
index 7bfacbc..2e771b0 100644
--- a/manual/de/other/basics.xml
+++ b/manual/de/other/basics.xml
@@ -224,7 +224,7 @@ even boot directly to an operating system like
 <filename>binary-net.tar.gz</filename> archive in the
 <filename>/srv/debian-live</filename> directory, you'll find the filesystem
 image in <filename>live/filesystem.squashfs</filename> and the kernel,
-initrd and PXE Linux bootloader in
+initrd and PXE Linux bootloader in
 <filename>tftpboot/debian-live/i386</filename>. </para>
     <para> We must now configure three services on the server to enable netboot: </para>
     <variablelist>
@@ -238,7 +238,7 @@ location of the PXE bootloader. </para>
 <literal>dhcp3-server</literal>) in the
 <filename>/etc/dhcp3/dhcpd.conf</filename> configuration file: </para>
           <para>
-            <screen># Options DHCP spécifiques à Pxelinux: option space pxelinux; option pxelinux.magic code 208 = string; option pxelinux.configfile code 209 = text; option pxelinux.pathprefix code 210 = text; option pxelinux.reboottime code 211 = unsigned integer 32; subnet 192.168.1.0 netmask 255.255.255.0 { # 192.168.1.0/24 # IP addresses available for guests range 192.168.1.100 192.168.1.149; # allow booting from the net allow bootp; # for net booting, server where the first file to be loaded (by TFTP # protocol) ("filename" following definition) lies : so the TFTP # server's name. next-server myserver; # net boot configuration for guests with a PXE client : if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { # Note : all files for PXE are relatives to the TFTP server's root # path, as usually defined in /etc/inetd.conf. # PXE boot loader (first program to be loaded, by TFTP) filename "pxelinux.0"; # describe some specific pxelinux's options through
  DHCP options : site-option-space "pxelinux"; option pxelinux.magic f1:00:74:7e; if exists dhcp-parameter-request-list { # Always send the PXELINUX options (specified in hexadecimal) option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3); } # For a PXE boot menu, different versions are available : simple # text, text with curses, graphic (VESA) #option pxelinux.configfile "pxelinux/config_simple"; #option pxelinux.configfile "pxelinux/config_curses"; option pxelinux.configfile "pxelinux/config_vesa"; # automatically reboot after 10 minutes of no activity option pxelinux.reboottime 600; } }</screen>
+            <screen># Options DHCP spécifiques à Pxelinux: option space pxelinux; option pxelinux.magic code 208 = string; option pxelinux.configfile code 209 = text; option pxelinux.pathprefix code 210 = text; option pxelinux.reboottime code 211 = unsigned integer 32; subnet 192.168.1.0 netmask 255.255.255.0 { # 192.168.1.0/24 # IP addresses available for guests range 192.168.1.100 192.168.1.149; # allow booting from the net allow bootp; # for net booting, server where the first file to be loaded (by TFTP # protocol) ("filename" following definition) lies : so the TFTP # server's name. next-server myserver; # net boot configuration for guests with a PXE client : if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { # Note : all files for PXE are relatives to the TFTP server's root # path, as usually defined in /etc/inetd.conf. # PXE boot loader (first program to be loaded, by TFTP) filename "pxelinux.0"; # describe some specific pxelinux's optio
 ns through DHCP options : site-option-space "pxelinux"; option pxelinux.magic f1:00:74:7e; if exists dhcp-parameter-request-list { # Always send the PXELINUX options (specified in hexadecimal) option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3); } # For a PXE boot menu, different versions are available : simple # text, text with curses, graphic (VESA) #option pxelinux.configfile "pxelinux/config_simple"; #option pxelinux.configfile "pxelinux/config_curses"; option pxelinux.configfile "pxelinux/config_vesa"; # automatically reboot after 10 minutes of no activity option pxelinux.reboottime 600; } }</screen>
           </para>
         </listitem>
       </varlistentry>
diff --git a/manual/de/other/live-environment.xml b/manual/de/other/live-environment.xml
index c000d34..4745c61 100644
--- a/manual/de/other/live-environment.xml
+++ b/manual/de/other/live-environment.xml
@@ -58,8 +58,8 @@ then setup your keyboard layout more precisely with
 <literal>koptions</literal> and <literal>kmodel</literal> variables;
 <command>live-initramfs</command> will use also these parameters for X
 configuration. For example, to set up a french system with a french-dvorak
-layout (called Bépo) on a TypeMatrix keyboard, both in console and X11, use:
-<screen>lh_config --bootappend-live \ "locale=fr_FR.UTF-8 klayout=fr kvariant=bepo kmodel=tm2030usb"</screen> Note that on old versions of
+layout (called Bépo) on a TypeMatrix keyboard, both in console and X11,
+use: <screen>lh_config --bootappend-live \ "locale=fr_FR.UTF-8 klayout=fr kvariant=bepo kmodel=tm2030usb"</screen> Note that on old versions of
 <literal>console-setup</literal> (i.e. Lenny's one), you'll need to setup
 also the <literal>keyb</literal> variable to the
 <literal>klayout</literal>'s value. </para>
diff --git a/manual/de/other/use-cases.xml b/manual/de/other/use-cases.xml
index 06c68cf..89bb7e3 100644
--- a/manual/de/other/use-cases.xml
+++ b/manual/de/other/use-cases.xml
@@ -3,7 +3,7 @@
 <chapter id="use-cases">
   <title>Use Cases</title>
   <para>This chapter is for users to document their use cases with Debian Live.</para>
-  <sect1 id="vnc-kiosk-client">
+  <sect1 id="vnc-kiosk">
     <title>VNC Kiosk Client</title>
     <para>Create an image with <filename>live-helper</filename> to boot directly to a
 VNC server.</para>
@@ -32,6 +32,105 @@ something similar to the below: <screen> #!/bin/sh /usr/bin/metacity &amp; /usr/
       <listitem>
         <para>Build the image: <screen># lh build</screen> </para>
       </listitem>
+      <listitem>
+        <para>Enjoy.</para>
+      </listitem>
+    </itemizedlist>
+  </sect1>
+  <sect1 id="vmware-player">
+    <title>VMWare-Player Sessions</title>
+    <para>Create an image with <filename>live-helper</filename> to boot directly to a
+specifiv VMWare session.</para>
+    <itemizedlist>
+      <listitem>
+        <para>Make a build directory: <screen>$ mkdir VMWare-Player</screen> </para>
+      </listitem>
+      <listitem>
+        <para>Move to the build directory: <screen>$ cd VMWare-Player</screen> </para>
+      </listitem>
+      <listitem>
+        <para>Example to config the build directory to include gdm metacity
+xtightvncviewer: <screen>$ lh config --apt apt \
+	--apt-recommends disabled \
+	--archive-areas "main" \
+	--binary-images iso \
+	--binary-indices none \
+	--syslinux-menu vesamenu \
+	--bootappend-live "persistent quickreboot" \
+	--bootappend-install "-- plainroot persistent video=vesa:ywrap,mtrr vga=788 quickreboot quiet live-config" \
+	--debian-installer live \
+	--distribution lenny \
+	--hostname vmare-player-firmware \
+	--includes none \
+	--linux-flavours 686 \
+	--packages-lists "gnome-core" \
+	--packages "gcc gparted linux-headers-2.6-\${LH_LINUX_FLAVOURS} live-config-staging make metacity rsync wireless-tools" \
+	--repositories live.debian.net \
+	--win32-loader disabled
+          </screen>
+        </para>
+      </listitem>
+      <listitem>
+        <para>Create the 01-vmware-player hook: <screen>$ touch config/chroot_local-hooks/01-vmware-player.sh</screen> </para>
+      </listitem>
+     <listitem>
+        <para>Edit the 01-vmware-player hook to launch the VMWare-Player. The hook should
+look something like the below: <screen>
+#!/bin/sh
+_URL="http://archive.debian-maintainers.org/vmware/other/vmware-player/"
+_VMPLAYER_VERSION="VMware-Player.i386.bundle"
+echo "I: Starting script for install of VMWare Player."
+cd /root
+echo "I: Beginning download of ${_VMPLAYER_VERSION} from ${_URL} ."
+wget ${_URL}${_VMPLAYER_VERSION}
+echo "I: Starting install of VMWare Player."
+sh /root/${_VMPLAYER_VERSION}
+echo "I: Cleaning up the VMWare Player download."
+rm /root/${_VMPLAYER_VERSION}
+#echo "I: Starting interactive shell."
+#bash
+
+          </screen>
+        </para>
+      </listitem>
+      <listitem>
+        <para>Build the image (note that during the build the VMWare-Player will prompt
+you to install or cancel): <screen># lh build</screen> </para>
+      </listitem>
+      <listitem>
+        <para>After the build you will have an image you can boot live or install as
+firmware. The package live-config-staging is the package that installs the
+ability to utilize the VMWare-Player by calling live-config.vmware-player as
+a boot parameter in the following form: <screen>live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME</screen>
+Notes from the 900-vmware-player file are as follows: <screen># The script tests for boot parameter of
+# live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
+#
+# ACTION: The operation to perform on the workstation (none|scratch)
+# IMAGEPATH: The folder path to the VMware image you want to run.
+# VMXNAME: The name of the VMware image you want to run.
+#
+# Notes:To use this file with WMWare images you will need to have a few things
+# setup:
+#
+# 1. The VMware Player needs to be installed in the image.
+# 2. This script uses (s|h)da1 for writing image data, and is used as a scratch
+#    space. This scratch space should be a file system with linux permissions
+#    such as ext2.
+# 3. VMware image(s) should be in a mounted folder and setup as follows:
+#    - Image(s) set to snapshot mode.
+#    - For each image, the image folder needs to have a file called
+#      image-release with a variable CRELEASE. An example: CRELEASE="1.0.0"
+#
+# The image-release file is used by the image maintainer and this script to tell
+# workstation(s) using a given image, to erase locally stored vmware image files
+# and setup with the newly configure image. The operation of erasing locally
+# stored vmare image files, is referred to as a scratch.
+          </screen>
+        </para>
+      </listitem>
+      <listitem>
+        <para>Enjoy.</para>
+      </listitem>
     </itemizedlist>
   </sect1>
 </chapter>
diff --git a/manual/en/about/manual.xml b/manual/en/about/manual.xml
index 9f01587..a9ec375 100644
--- a/manual/en/about/manual.xml
+++ b/manual/en/about/manual.xml
@@ -146,7 +146,7 @@
     </para>
     <para> Prior to submission of your contribution, please preview your work. To preview the live-manual, ensure the packages needed for building are installed by executing: </para>
     <para>
-      <screen># apt-get install dblatex docbook-xml docbook-xsl libxml2-utils make po4a w3m</screen>
+      <screen># apt-get install dblatex docbook2odf docbook-xml docbook-xsl libxml2-utils make po4a w3m</screen>
     </para>
     <para> You may build the live-manual from the top level directory of your git checkout by executing: </para>
     <para>
diff --git a/manual/en/index.xml b/manual/en/index.xml
index 18d9efc..00c9d15 100644
--- a/manual/en/index.xml
+++ b/manual/en/index.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
-<!ENTITY pubdate "2010-06-29">
+<!ENTITY pubdate "2010-07-06">
 <!ENTITY releaseinfo "2.0~a2">
 <!ENTITY year "2010">
 ]>
diff --git a/manual/po/de/basics.xml.po b/manual/po/de/basics.xml.po
index 3ce5ea2..1b6606b 100644
--- a/manual/po/de/basics.xml.po
+++ b/manual/po/de/basics.xml.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
+"POT-Creation-Date: 2010-07-06 03:03+0300\n"
 "PO-Revision-Date: 2010-06-18 17:51+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -16,47 +16,56 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. type: Content of: <chapter><section><section><para>
-#: en/about_manual.xml:141 en/about_manual.xml:145 en/about_manual.xml:149
-#: en/about_manual.xml:158 en/about_manual.xml:164 en/about_manual.xml:170
-#: en/about_manual.xml:176 en/about_manual.xml:182 en/basics.xml:43
-#: en/basics.xml:48 en/basics.xml:55 en/basics.xml:58 en/basics.xml:70
-#: en/basics.xml:79 en/basics.xml:83 en/basics.xml:87 en/basics.xml:93
-#: en/basics.xml:103 en/basics.xml:116 en/basics.xml:120 en/basics.xml:124
-#: en/basics.xml:137 en/basics.xml:141 en/basics.xml:146 en/basics.xml:158
-#: en/basics.xml:168 en/basics.xml:180 en/basics.xml:184 en/basics.xml:203
-#: en/basics.xml:218 en/customization_packages.xml:23
-#: en/customization_packages.xml:27 en/customization_packages.xml:32
-#: en/customization_packages.xml:36 en/customization_packages.xml:46
-#: en/customization_packages.xml:100 en/customization_packages.xml:104
-#: en/customization_packages.xml:114 en/customization_packages.xml:130
-#: en/customization_packages.xml:138 en/customization_packages.xml:142
-#: en/customization_packages.xml:146 en/customization_packages.xml:150
-#: en/faq.xml:34 en/faq.xml:126 en/faq.xml:129 en/faq.xml:136 en/faq.xml:139
-#: en/faq.xml:161 en/faq.xml:186 en/faq.xml:208 en/howtos.xml:17
-#: en/howtos.xml:23 en/howtos.xml:29 en/overview.xml:59 en/overview.xml:64
-#: en/overview.xml:68
+#: en/about/manual.xml:145 en/about/manual.xml:149 en/about/manual.xml:153
+#: en/about/manual.xml:182 en/about/manual.xml:188 en/about/manual.xml:194
+#: en/about/manual.xml:200 en/other/basics.xml:43 en/other/basics.xml:48
+#: en/other/basics.xml:55 en/other/basics.xml:58 en/other/basics.xml:70
+#: en/other/basics.xml:79 en/other/basics.xml:83 en/other/basics.xml:87
+#: en/other/basics.xml:93 en/other/basics.xml:103 en/other/basics.xml:116
+#: en/other/basics.xml:120 en/other/basics.xml:124 en/other/basics.xml:137
+#: en/other/basics.xml:141 en/other/basics.xml:146 en/other/basics.xml:158
+#: en/other/basics.xml:168 en/other/basics.xml:180 en/other/basics.xml:184
+#: en/other/basics.xml:203 en/other/basics.xml:218
+#: en/other/customization_packages.xml:23
+#: en/other/customization_packages.xml:27
+#: en/other/customization_packages.xml:32
+#: en/other/customization_packages.xml:36
+#: en/other/customization_packages.xml:46
+#: en/other/customization_packages.xml:100
+#: en/other/customization_packages.xml:104
+#: en/other/customization_packages.xml:114
+#: en/other/customization_packages.xml:130
+#: en/other/customization_packages.xml:138
+#: en/other/customization_packages.xml:142
+#: en/other/customization_packages.xml:146
+#: en/other/customization_packages.xml:150 en/other/faq.xml:34
+#: en/other/faq.xml:126 en/other/faq.xml:129 en/other/faq.xml:136
+#: en/other/faq.xml:139 en/other/faq.xml:161 en/other/faq.xml:186
+#: en/other/faq.xml:208 en/other/howtos.xml:17 en/other/howtos.xml:23
+#: en/other/howtos.xml:29 en/other/overview.xml:61 en/other/overview.xml:66
+#: en/other/overview.xml:70
 msgid "<placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><title>
-#: en/basics.xml:4
+#: en/other/basics.xml:4
 msgid "The basics"
 msgstr ""
 
 #. type: Content of: <chapter><para>
-#: en/basics.xml:5
+#: en/other/basics.xml:5
 msgid ""
 "This chapter contains a brief overview of the build process as well as "
 "containing instructions on how to boot the various binary image types."
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/basics.xml:7
+#: en/other/basics.xml:7
 msgid "What is a live system?"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:8
+#: en/other/basics.xml:8
 msgid ""
 "A live system usually means an OS booted on a computer from a removable "
 "medium (such as CD-ROM, USB stick, or network), ready to use without any "
@@ -65,7 +74,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:9
+#: en/other/basics.xml:9
 msgid ""
 "With Debian Live, it's a Debian GNU/Linux OS, built for one of the supported "
 "architectures (currently amd64, i386, powerpc and sparc). It is made from "
@@ -73,34 +82,34 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:12
+#: en/other/basics.xml:12
 msgid "Linux kernel"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:14
+#: en/other/basics.xml:14
 msgid "The Linux image, usually named <filename>vmlinuz*</filename>."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:18
+#: en/other/basics.xml:18
 msgid "Initial RAM disk image (initrd)"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:20
+#: en/other/basics.xml:20
 msgid ""
 "RAM disk setup for the Linux boot, containing modules possibly needed to "
 "mount the filesystem's image and some scripts to do it."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:24
+#: en/other/basics.xml:24
 msgid "System image"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:26
+#: en/other/basics.xml:26
 msgid ""
 "The OS filesystem image. Debian Live uses SquashFS, a compressed filesystem, "
 "to minimize its image size. Note that it's read-only. So, during boot the "
@@ -111,12 +120,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:30
+#: en/other/basics.xml:30
 msgid "Bootloader"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:32
+#: en/other/basics.xml:32
 msgid ""
 "A small piece of code, crafted to boot up from the chosen media, possibly "
 "presenting a prompt or menu to allow selection of options/configuration. It "
@@ -129,7 +138,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:36
+#: en/other/basics.xml:36
 msgid ""
 "The Debian Live tools will build the system image from your specifications, "
 "setup a Linux kernel and its initrd, a bootloader to run them, all in one "
@@ -137,12 +146,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/basics.xml:39
+#: en/other/basics.xml:39
 msgid "First steps: building an ISO image"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:40
+#: en/other/basics.xml:40
 msgid ""
 "The following sequence of helper commands, provided by <filename>live-"
 "helper</filename>, will create a basic ISO image containing just the Debian "
@@ -150,7 +159,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:41
+#: en/other/basics.xml:41
 msgid ""
 "First, we run the <filename>lh config</filename> helper command which will "
 "create a <filename>\"config/\"</filename> hierarchy in the current directory "
@@ -158,13 +167,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/basics.xml:43
+#: en/other/basics.xml:43
 #, no-wrap
 msgid "$ lh config"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:45
+#: en/other/basics.xml:45
 msgid ""
 "By passing no parameters to <filename>lh config</filename> we indicated that "
 "we wish to use the defaults. This will create an image of type binary (see "
@@ -172,125 +181,126 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:46
+#: en/other/basics.xml:46
 msgid ""
 "Now that we have a <filename>\"config/\"</filename> hierarchy, we may build "
 "the image with the <filename>lh build</filename> helper command:"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/basics.xml:48 en/basics.xml:87 en/basics.xml:146 en/use-cases.xml:29
+#: en/other/basics.xml:48 en/other/basics.xml:87 en/other/basics.xml:146
+#: en/other/use-cases.xml:29 en/other/use-cases.xml:92
 #, no-wrap
 msgid "# lh build"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:50
+#: en/other/basics.xml:50
 msgid ""
 "This process can take a while, depending on the speed of your network "
 "connection (see <xref linkend=\"lh-build\"/>)."
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:52
+#: en/other/basics.xml:52
 msgid "Testing an ISO image with Qemu"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:53
+#: en/other/basics.xml:53
 msgid "Testing an ISO is simple:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:55
+#: en/other/basics.xml:55
 #, no-wrap
 msgid "# apt-get install qemu $ qemu -cdrom binary.iso"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "Testing an ISO image with virtualbox-ose"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "In order to test the ISO with virtualbox-ose:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 #, no-wrap
 msgid "# apt-get install virtualbox-ose"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid ""
 "the modules package for a stock kernel eg virtualbox-ose-"
 "modules-2.6.26-1-486 or"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid ""
 "the modules package compiled for your kernel using module-assistant from the "
 "package virtualbox-ose-source"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "Run Virtualbox:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "{{{Applications -&gt; System Tools -&gt; VirtualBox OSE }}}"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "Create a virtual machine from your Live ISO"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid ""
 "To create a virtual machine \"mylive\" from A CDROM ISO \"binary.iso\" in "
 "VirtualBox:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "{{{Machine -&gt; New }}}"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "In the Wizard: FIXME"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:60
+#: en/other/basics.xml:60
 msgid "Testing an ISO image with VMware Workstation"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:61
+#: en/other/basics.xml:61
 msgid "In order to test the ISO with VMware Workstation:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:62 en/basics.xml:109
+#: en/other/basics.xml:62 en/other/basics.xml:109
 msgid "Run VMware Workstation:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:63
+#: en/other/basics.xml:63
 msgid "Click on Edit virtual machine settings in the VM summary page."
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:64
+#: en/other/basics.xml:64
 msgid ""
 "Then, click on the CD-ROM device and select Use ISO image. Remeber to "
 "connect the CD-ROM device at power on and remeber to adjust the boot order "
@@ -298,28 +308,28 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:67
+#: en/other/basics.xml:67
 msgid "Burning an ISO image to a physical medium"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:68
+#: en/other/basics.xml:68
 msgid "Burning an ISO image is easy:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:70
+#: en/other/basics.xml:70
 #, no-wrap
 msgid "# apt-get install wodim $ wodim binary.iso"
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/basics.xml:75
+#: en/other/basics.xml:75
 msgid "Building an USB/HDD image"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:76
+#: en/other/basics.xml:76
 msgid ""
 "The following sequence of helper commands will create a basic USB/HDD image "
 "containing just the Debian standard system without X.org. It is suitable for "
@@ -328,7 +338,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:77
+#: en/other/basics.xml:77
 msgid ""
 "Note if you created an iso image with the previous example, you will need to "
 "clean up your working directory with the <filename>lh clean</filename> "
@@ -336,13 +346,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/basics.xml:79 en/basics.xml:137
+#: en/other/basics.xml:79 en/other/basics.xml:137
 #, no-wrap
 msgid "$ lh clean --binary"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:81
+#: en/other/basics.xml:81
 msgid ""
 "Run the <filename>lh config</filename> helper command with the parameters to "
 "configure the <filename>\"config/\"</filename> hierarchy to create a USB/HDD "
@@ -350,24 +360,24 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/basics.xml:83
+#: en/other/basics.xml:83
 #, no-wrap
 msgid "$ lh config -b usb-hdd"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:85 en/basics.xml:144
+#: en/other/basics.xml:85 en/other/basics.xml:144
 msgid ""
 "Now build the image with the <filename>lh build</filename> helper command:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:90
+#: en/other/basics.xml:90
 msgid "Copying USB/HDD image to a USB stick"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:91
+#: en/other/basics.xml:91
 msgid ""
 "The generated binary image contains a <acronym>VFAT</acronym> partition and "
 "the <command>syslinux</command> bootloader, ready to be directly written on "
@@ -376,13 +386,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:93
+#: en/other/basics.xml:93
 #, no-wrap
 msgid "$ dd if=binary.img of=${USBSTICK}"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:95
+#: en/other/basics.xml:95
 msgid ""
 "where <replaceable>${USBSTICK}</replaceable> is the device file of your key, "
 "like <filename>/dev/sdb</filename> (not a partition like <filename>/dev/"
@@ -391,28 +401,28 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:101
+#: en/other/basics.xml:101
 msgid "Testing a USB/HDD image with Qemu"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:103
+#: en/other/basics.xml:103
 #, no-wrap
 msgid "# apt-get install qemu $ qemu -hda binary.img"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:107
+#: en/other/basics.xml:107
 msgid "Testing an USB/HDD image with VMware Workstation"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:108
+#: en/other/basics.xml:108
 msgid "In order to test the USB/HDD image with VMware Workstation:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:110
+#: en/other/basics.xml:110
 msgid ""
 "Write the image to an usb stick. In VMware, click on Edit virtual machine "
 "settings in VM summary page. Then, add a new physical harddisk device and "
@@ -420,12 +430,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:113
+#: en/other/basics.xml:113
 msgid "Using the space left on a USB stick"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:114
+#: en/other/basics.xml:114
 msgid ""
 "If you want to use the remaining free space after you have installed the "
 "<filename>binary.img</filename>, you can use a partitioning tool such as "
@@ -434,13 +444,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:116
+#: en/other/basics.xml:116
 #, no-wrap
 msgid "# gparted ${USBSTICK}"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:118
+#: en/other/basics.xml:118
 msgid ""
 "After the creation of the partition you have to create a filsystem on it. "
 "One possible choice would be ext2 (ext3 isn't recommended because the "
@@ -448,36 +458,36 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:120
+#: en/other/basics.xml:120
 #, no-wrap
 msgid "# mkfs.ext2 ${USBSTICK}"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:122
+#: en/other/basics.xml:122
 msgid "If you want to use this data partition with Windows, use FAT32."
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:124
+#: en/other/basics.xml:124
 #, no-wrap
 msgid "# mkfs.vfat -F 32"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:129
+#: en/other/basics.xml:129
 msgid ""
 "FIXME: Describe installing Debian Live to a partition (e.g. /dev/sdc1) AND "
 "using a bootloader to boot this."
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/basics.xml:133
+#: en/other/basics.xml:133
 msgid "Building a netboot image"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:134
+#: en/other/basics.xml:134
 msgid ""
 "The following sequence of helper commands will create a basic netboot image "
 "containing the Debian standard system without X.org. It is suitable for "
@@ -485,14 +495,14 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:135
+#: en/other/basics.xml:135
 msgid ""
 "Note if you performed any previous examples, you will need to clean up your "
 "working directory with the <filename>lh clean</filename> helper command:"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:139
+#: en/other/basics.xml:139
 msgid ""
 "Run the <filename>lh config</filename> helper command with the parameters to "
 "configure the <filename>\"config/\"</filename> hierarchy to create our "
@@ -500,13 +510,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/basics.xml:141
+#: en/other/basics.xml:141
 #, no-wrap
 msgid "$ lh config -b net --net-root-path \"/srv/debian-live\" --net-root-server \"192.168.0.1\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:143
+#: en/other/basics.xml:143
 msgid ""
 "In contrast with the ISO and USB hdd images, netbooting does not support "
 "serving a filesystem image with the client so the files must be served via "
@@ -516,7 +526,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:148
+#: en/other/basics.xml:148
 msgid ""
 "In a network boot the client runs a small piece of software, which usually "
 "resides on the <acronym>EEPROM</acronym> of the Ethernet card. This program "
@@ -529,27 +539,27 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:149
+#: en/other/basics.xml:149
 msgid ""
 "For example, if you unpack the generated <filename>binary-net.tar.gz</"
 "filename> archive in the <filename>/srv/debian-live</filename> directory, "
 "you'll find the filesystem image in <filename>live/filesystem.squashfs</"
-"filename> and the kernel, initrd and PXE Linux bootloader in "
+"filename> and the kernel, initrd and PXE Linux bootloader in "
 "<filename>tftpboot/debian-live/i386</filename>."
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:150
+#: en/other/basics.xml:150
 msgid "We must now configure three services on the server to enable netboot:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:153
+#: en/other/basics.xml:153
 msgid "DHCP server"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:155
+#: en/other/basics.xml:155
 msgid ""
 "We must configure our network's DHCP server to be sure to give an "
 "<abbrev>IP</abbrev> address to the computer netbooting, and to advertise the "
@@ -557,7 +567,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:156
+#: en/other/basics.xml:156
 msgid ""
 "Here is an example for inspiration, written for the ISC DHCP server (package "
 "<literal>dhcp3-server</literal>) in the <filename>/etc/dhcp3/dhcpd.conf</"
@@ -565,23 +575,23 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:158
+#: en/other/basics.xml:158
 #, no-wrap
-msgid "# Options DHCP spécifiques à Pxelinux: option space pxelinux; option pxelinux.magic code 208 = string; option pxelinux.configfile code 209 = text; option pxelinux.pathprefix code 210 = text; option pxelinux.reboottime code 211 = unsigned integer 32; subnet 192.168.1.0 netmask 255.255.255.0 { # 192.168.1.0/24 # IP addresses available for guests range 192.168.1.100 192.168.1.149; # allow booting from the net allow bootp; # for net booting, server where the first file to be loaded (by TFTP # protocol) (\"filename\" following definition) lies : so the TFTP # server's name. next-server myserver; # net boot configuration for guests with a PXE client : if substring (option vendor-class-identifier, 0, 9) = \"PXEClient\" { # Note : all files for PXE are relatives to the TFTP server's root # path, as usually defined in /etc/inetd.conf. # PXE boot loader (first program to be loaded, by TFTP) filename \"pxelinux.0\"; # describe some specific pxelinux's options through DHCP o
 ptions : site-option-space \"pxelinux\"; option pxelinux.magic f1:00:74:7e; if exists dhcp-parameter-request-list { # Always send the PXELINUX options (specified in hexadecimal) option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3); } # For a PXE boot menu, different versions are available : simple # text, text with curses, graphic (VESA) #option pxelinux.configfile \"pxelinux/config_simple\"; #option pxelinux.configfile \"pxelinux/config_curses\"; option pxelinux.configfile \"pxelinux/config_vesa\"; # automatically reboot after 10 minutes of no activity option pxelinux.reboottime 600; } }"
+msgid "# Options DHCP spécifiques à Pxelinux: option space pxelinux; option pxelinux.magic code 208 = string; option pxelinux.configfile code 209 = text; option pxelinux.pathprefix code 210 = text; option pxelinux.reboottime code 211 = unsigned integer 32; subnet 192.168.1.0 netmask 255.255.255.0 { # 192.168.1.0/24 # IP addresses available for guests range 192.168.1.100 192.168.1.149; # allow booting from the net allow bootp; # for net booting, server where the first file to be loaded (by TFTP # protocol) (\"filename\" following definition) lies : so the TFTP # server's name. next-server myserver; # net boot configuration for guests with a PXE client : if substring (option vendor-class-identifier, 0, 9) = \"PXEClient\" { # Note : all files for PXE are relatives to the TFTP server's root # path, as usually defined in /etc/inetd.conf. # PXE boot loader (first program to be loaded, by TFTP) filename \"pxelinux.0\"; # describe some specific pxelinux's options thro
 ugh DHCP options : site-option-space \"pxelinux\"; option pxelinux.magic f1:00:74:7e; if exists dhcp-parameter-request-list { # Always send the PXELINUX options (specified in hexadecimal) option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3); } # For a PXE boot menu, different versions are available : simple # text, text with curses, graphic (VESA) #option pxelinux.configfile \"pxelinux/config_simple\"; #option pxelinux.configfile \"pxelinux/config_curses\"; option pxelinux.configfile \"pxelinux/config_vesa\"; # automatically reboot after 10 minutes of no activity option pxelinux.reboottime 600; } }"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:163
+#: en/other/basics.xml:163
 msgid "TFTPd server"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:165
+#: en/other/basics.xml:165
 msgid "This serves the kernel and initial ramdisk to the system at run-time."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:166
+#: en/other/basics.xml:166
 msgid ""
 "You should install the <command>tftpd-hpa</command> package. It can serve "
 "all files contained inside a root directory, usually <filename>/var/lib/"
@@ -591,25 +601,25 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:168
+#: en/other/basics.xml:168
 #, no-wrap
 msgid "tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /srv/debian-live/tftpboot -r blksize -v -v"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:170
+#: en/other/basics.xml:170
 msgid ""
 "and reload the super server with <command>/etc/init.d/openbsd-inetd reload</"
 "command>."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:174
+#: en/other/basics.xml:174
 msgid "NFS server"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:176
+#: en/other/basics.xml:176
 msgid ""
 "Once the guest computer has downloaded and booted a Linux kernel and loaded "
 "its initrd, it will try to mount the Live filesystem image through a NFS "
@@ -617,39 +627,39 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:177
+#: en/other/basics.xml:177
 msgid ""
 "You should install the <command>nfs-kernel-server</command> package -- "
 "<command>nfs-user-server</command> does not function correctly with netboot."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:178
+#: en/other/basics.xml:178
 msgid ""
 "Then, make the filesystem image available through NFS by adding a line like "
 "the following to <filename>/etc/exports</filename>:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:180
+#: en/other/basics.xml:180
 #, no-wrap
 msgid "/srv/debian-live *(ro,async,subtree_check,no_root_squash)"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:182
+#: en/other/basics.xml:182
 msgid ""
 "and tell the NFS server about this new export with the following command:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:184
+#: en/other/basics.xml:184
 #, no-wrap
 msgid "# exportfs -rv"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:189
+#: en/other/basics.xml:189
 msgid ""
 "Setting up these three services can be a little tricky. You might need some "
 "patience to get all of them working together. The Debian Installer Manual's "
@@ -658,93 +668,93 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/basics.xml:192
+#: en/other/basics.xml:192
 msgid "Netboot testing HowTo"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:193
+#: en/other/basics.xml:193
 msgid ""
 "Netboot image creation is made easy with live-helper magic, but testing the "
 "images on physical machines can be really time consuming."
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:194
+#: en/other/basics.xml:194
 msgid ""
 "To make our life easier, we can use virtualization. There are two solutions:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:197
+#: en/other/basics.xml:197
 msgid "VMWare Player"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:199
+#: en/other/basics.xml:199
 msgid "Install VMWare Player (\"free as in beer\" edition)"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:200
+#: en/other/basics.xml:200
 msgid ""
 "Create a PXETester directory, and create a text file called pxe.vwx inside"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:201
+#: en/other/basics.xml:201
 msgid "Paste this text inside:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:203
+#: en/other/basics.xml:203
 #, no-wrap
 msgid "#!/usr/bin/vmware config.version = \"8\" virtualHW.version = \"4\" memsize = \"512\" MemAllowAutoScaleDown = \"FALSE\" ide0:0.present = \"FALSE\" ide1:0.present = \"FALSE\" floppy0.present = \"FALSE\" sound.present = \"FALSE\" tools.remindInstall = \"FALSE\" ethernet0.present = \"TRUE\" ethernet0.addressType = \"generated\" displayName = \"Test Boot PXE\" guestOS = \"other\" ethernet0.generatedAddress = \"00:0c:29:8d:71:3b\" uuid.location = \"56 4d 83 72 5c c4 de 3f-ae 9e 07 91 1d 8d 71 3b\" uuid.bios = \"56 4d 83 72 5c c4 de 3f-ae 9e 07 91 1d 8d 71 3b\" ethernet0.generatedAddressOffset = \"0\""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:205
+#: en/other/basics.xml:205
 msgid ""
 "You can play with this configuration file (i.e. change memory limit to 256)"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:206
+#: en/other/basics.xml:206
 msgid "Double click on this file (or run VMWare player and selecet this file)."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:207
+#: en/other/basics.xml:207
 msgid "When running just press space if that strange question comes up..."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:213
+#: en/other/basics.xml:213
 msgid "Qemu"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:215
+#: en/other/basics.xml:215
 msgid "Install qemu, bridge-utils, sudo."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:216
+#: en/other/basics.xml:216
 msgid "Edit <filename>/etc/qemu-ifup</filename>:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:218
+#: en/other/basics.xml:218
 #, no-wrap
 msgid "#!/bin/sh sudo -p \"Password for $0:\" /sbin/ifconfig $1 172.20.0.1 echo \"Executing /etc/qemu-ifup\" echo \"Bringing up $1 for bridged mode...\" sudo /sbin/ifconfig $1 0.0.0.0 promisc up echo \"Adding $1 to br0...\" sudo /usr/sbin/brctl addif br0 $1 sleep 2"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:220
+#: en/other/basics.xml:220
 msgid "Get, or build a grub-floppy-netboot (in the svn)."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:221
+#: en/other/basics.xml:221
 msgid "Launch qemu with \"-net nic,vlan=0 -net tap,vlan=0,ifname=tun0\""
 msgstr ""
diff --git a/manual/po/de/index.xml.po b/manual/po/de/index.xml.po
index d0e4281..3672a99 100644
--- a/manual/po/de/index.xml.po
+++ b/manual/po/de/index.xml.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-29 17:18+0300\n"
+"POT-Creation-Date: 2010-07-06 03:03+0300\n"
 "PO-Revision-Date: 2010-06-18 17:51+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -17,7 +17,7 @@ msgstr ""
 
 #. type: Content of the pubdate entity
 #: en/index.xml:3
-msgid "2010-06-29"
+msgid "2010-07-06"
 msgstr ""
 
 #. type: Content of the releaseinfo entity
diff --git a/manual/po/de/live-environment.xml.po b/manual/po/de/live-environment.xml.po
index 7e1c4a1..229fd2a 100644
--- a/manual/po/de/live-environment.xml.po
+++ b/manual/po/de/live-environment.xml.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
+"POT-Creation-Date: 2010-07-06 03:03+0300\n"
 "PO-Revision-Date: 2010-06-18 17:51+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -16,41 +16,43 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. type: Content of: <chapter><para>
-#: en/about_manual.xml:63 en/customization_bootup.xml:6
-#: en/customization_bootup.xml:12 en/customization_bootup.xml:15
-#: en/customization_bootup.xml:23 en/customization_bootup.xml:35
-#: en/customization_bootup.xml:39 en/customization_bootup.xml:43
-#: en/customization_bootup.xml:47 en/customization_packages.xml:16
-#: en/customization_packages.xml:128 en/customization_packages.xml:136
-#: en/customization_packages.xml:158 en/customization_packages.xml:196
-#: en/customization_packages.xml:207 en/live-environment.xml:7
-#: en/resources.xml:7 en/success-stories.xml:6
+#: en/about/manual.xml:67 en/other/customization_bootup.xml:6
+#: en/other/customization_bootup.xml:12 en/other/customization_bootup.xml:15
+#: en/other/customization_bootup.xml:23 en/other/customization_bootup.xml:35
+#: en/other/customization_bootup.xml:39 en/other/customization_bootup.xml:43
+#: en/other/customization_bootup.xml:47 en/other/customization_packages.xml:16
+#: en/other/customization_packages.xml:128
+#: en/other/customization_packages.xml:136
+#: en/other/customization_packages.xml:158
+#: en/other/customization_packages.xml:196
+#: en/other/customization_packages.xml:207 en/other/live-environment.xml:7
+#: en/other/resources.xml:7 en/other/success-stories.xml:6
 msgid "FIXME"
 msgstr ""
 
 #. type: Content of: <chapter><title>
-#: en/live-environment.xml:4
+#: en/other/live-environment.xml:4
 msgid "The Live environment"
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/live-environment.xml:6
+#: en/other/live-environment.xml:6
 msgid "Swap space"
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/live-environment.xml:10
+#: en/other/live-environment.xml:10
 msgid "Hostname"
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:11
+#: en/other/live-environment.xml:11
 #, no-wrap
 msgid "lh_config --bootappend-live \"hostname=myhost\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:11
+#: en/other/live-environment.xml:11
 msgid ""
 "The name of host running live system can be set with the <command>hostname</"
 "command> parameter into the <command>--bootappend-live</command> option of "
@@ -59,17 +61,17 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/live-environment.xml:14
+#: en/other/live-environment.xml:14
 msgid "The Live user"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:15
+#: en/other/live-environment.xml:15
 msgid "Username FIXME."
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:16
+#: en/other/live-environment.xml:16
 msgid ""
 "One important consideration is that the live user is created by "
 "<filename>live-initramfs</filename> during bootup, it is not created by "
@@ -77,7 +79,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:17
+#: en/other/live-environment.xml:17
 msgid ""
 "You can specify additional groups that the live user will belong to by "
 "preseeding the <command>passwd/user-default-groups</command> debconf value. "
@@ -87,51 +89,51 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><screen>
-#: en/live-environment.xml:18
+#: en/other/live-environment.xml:18
 #, no-wrap
 msgid " debconf passwd/user-default-groups string audio cdrom dialout floppy video plugdev netdev powerdev fuse "
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:19
+#: en/other/live-environment.xml:19
 msgid ""
 "For more information about debconf preseeding, please see <xref linkend="
 "\"debconf-preseed\"/>."
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/live-environment.xml:22
+#: en/other/live-environment.xml:22
 msgid "Language"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:23
+#: en/other/live-environment.xml:23
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Content of: <chapter><section><para><itemizedlist><listitem><simpara>
-#: en/live-environment.xml:23
+#: en/other/live-environment.xml:23
 msgid "the locale generation"
 msgstr ""
 
 #. type: Content of: <chapter><section><para><itemizedlist><listitem><simpara>
-#: en/live-environment.xml:23
+#: en/other/live-environment.xml:23
 msgid "setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Content of: <chapter><section><para><itemizedlist><listitem><simpara>
-#: en/live-environment.xml:23
+#: en/other/live-environment.xml:23
 msgid "setting the keyboard layout for X"
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:24
+#: en/other/live-environment.xml:24
 #, no-wrap
 msgid "lh_config --bootappend-live \"locale=sv_SE.utf8\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:24
+#: en/other/live-environment.xml:24
 msgid ""
 "To define the locale that should be generated, use the <command>locale</"
 "command> parameter into the <command>--bootappend-live</command> option of "
@@ -143,19 +145,19 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:25
+#: en/other/live-environment.xml:25
 #, no-wrap
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name &lt;name&gt;se&lt;/name&gt; "
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:25
+#: en/other/live-environment.xml:25
 #, no-wrap
 msgid "lh_config --bootappend-live \"locale=sv_SE.utf8 keyb=se\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:25
+#: en/other/live-environment.xml:25
 msgid ""
 "Both the console and X keyboard configuration depends on the <command>keyb</"
 "command> parameter of the <command>--bootappend-live</command> option. Valid "
@@ -168,19 +170,19 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:26
+#: en/other/live-environment.xml:26
 #, no-wrap
 msgid "for i in `find /usr/share/keymaps/ -iname \"*kmap.gz\"`; do basename $i | head -c -9; echo; done | sort | less "
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:26
+#: en/other/live-environment.xml:26
 #, no-wrap
 msgid "lh_config --bootappend-live \"locale=sv_SE.utf8 keyb=se-latin1\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:26
+#: en/other/live-environment.xml:26
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
 "with the following command: <placeholder type=\"screen\" id=\"0\"/> To make "
@@ -189,13 +191,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:27
+#: en/other/live-environment.xml:27
 #, no-wrap
 msgid "lh_config --bootappend-live \\ \"locale=fr_FR.UTF-8 klayout=fr kvariant=bepo kmodel=tm2030usb\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:27
+#: en/other/live-environment.xml:27
 msgid ""
 "Alternatively, you can use the <literal>console-setup</literal> package, a "
 "tool to let you configure console layout using X (XKB) definitions; you can "
@@ -203,7 +205,7 @@ msgid ""
 "literal>, <literal>kvariant</literal>, <literal>koptions</literal> and "
 "<literal>kmodel</literal> variables; <command>live-initramfs</command> will "
 "use also these parameters for X configuration. For example, to set up a "
-"french system with a french-dvorak layout (called Bépo) on a TypeMatrix "
+"french system with a french-dvorak layout (called Bépo) on a TypeMatrix "
 "keyboard, both in console and X11, use: <placeholder type=\"screen\" id="
 "\"0\"/> Note that on old versions of <literal>console-setup</literal> (i.e. "
 "Lenny's one), you'll need to setup also the <literal>keyb</literal> variable "
@@ -211,12 +213,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/live-environment.xml:30
+#: en/other/live-environment.xml:30
 msgid "Persistence"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:31
+#: en/other/live-environment.xml:31
 msgid ""
 "A live cd paradigm is a preinstalled system which runs from read-only media, "
 "like a cdrom, where writes and modifications do not survive reboots of the "
@@ -224,7 +226,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:32
+#: en/other/live-environment.xml:32
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
 "other media in addition to CDs; but still, in its default behaviour, it "
@@ -233,7 +235,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:33
+#: en/other/live-environment.xml:33
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
 "across reboots some, or all, of this runtime evolution of the system. To "
@@ -244,7 +246,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:34
+#: en/other/live-environment.xml:34
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
 "medium like a Hard Disk, a USB key, a network share or even a session of a "
@@ -254,12 +256,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/live-environment.xml:36
+#: en/other/live-environment.xml:36
 msgid "Full persistence"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:37
+#: en/other/live-environment.xml:37
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
 "modifications to the read-only media (with the copy-on-write, COW, system) a "
@@ -271,26 +273,26 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><screen>
-#: en/live-environment.xml:38
+#: en/other/live-environment.xml:38
 #, no-wrap
 msgid " # mkfs.ext2 -L live-rw /dev/sdb1 "
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:39
+#: en/other/live-environment.xml:39
 msgid ""
 "If you already have a partition on your device, you could just change the "
 "label with one of the following:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><screen>
-#: en/live-environment.xml:40
+#: en/other/live-environment.xml:40
 #, no-wrap
 msgid " # tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/sdb1 live-rw # for a fat filesystem "
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:41
+#: en/other/live-environment.xml:41
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
 "considering that most USB keys have poor write speeds, 'full' persistence "
@@ -300,25 +302,25 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><screen>
-#: en/live-environment.xml:42
+#: en/other/live-environment.xml:42
 #, no-wrap
 msgid " $ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /sbin/mkfs.ext2 -F live-rw "
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:43
+#: en/other/live-environment.xml:43
 msgid ""
 "Then copy the <command>live-rw</command> file to a writable partition and "
 "reboot with the boot parameter 'persistent'."
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/live-environment.xml:46
+#: en/other/live-environment.xml:46
 msgid "Home automounting"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:47
+#: en/other/live-environment.xml:47
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
 "labeled <command>home-rw</command> is discovered, this filesystem will be "
@@ -328,12 +330,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/live-environment.xml:50
+#: en/other/live-environment.xml:50
 msgid "Snapshots"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:51
+#: en/other/live-environment.xml:51
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
 "while running but which are copied from a persistent device to the system "
@@ -351,7 +353,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:52
+#: en/other/live-environment.xml:52
 msgid ""
 "A /home version of snapshot exists too and its label is <command>home-sn.*</"
 "command>; it works the same as the main snapshot but it is only applied to /"
@@ -359,19 +361,19 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:53
+#: en/other/live-environment.xml:53
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
 "home automounting can."
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/live-environment.xml:56
+#: en/other/live-environment.xml:56
 msgid "Persistent SubText"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:57
+#: en/other/live-environment.xml:57
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
 "different locations or testing, such as <command>live-rw-nonwork</command> "
@@ -385,12 +387,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/live-environment.xml:60
+#: en/other/live-environment.xml:60
 msgid "Partial remastering"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:61
+#: en/other/live-environment.xml:61
 msgid ""
 "The runtime modification of the tmpfs could be collected using live-snapshot "
 "in a squashfs and added to the cd by remastering the iso in the case of cd-r "
diff --git a/manual/po/de/manual.xml.po b/manual/po/de/manual.xml.po
index 16bc5f4..ec2ae6e 100644
--- a/manual/po/de/manual.xml.po
+++ b/manual/po/de/manual.xml.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-29 17:29+0300\n"
+"POT-Creation-Date: 2010-07-06 03:29+0300\n"
 "PO-Revision-Date: 2010-06-18 18:28+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -376,7 +376,7 @@ msgstr ""
 #. type: Content of: <sect1><sect2><para><screen>
 #: en/about/manual.xml:149
 #, no-wrap
-msgid "# apt-get install dblatex docbook-xml docbook-xsl libxml2-utils make po4a w3m"
+msgid "# apt-get install dblatex docbook2odf docbook-xml docbook-xsl libxml2-utils make po4a w3m"
 msgstr ""
 
 #. type: Content of: <sect1><sect2><para>
diff --git a/manual/po/de/use-cases.xml.po b/manual/po/de/use-cases.xml.po
index e248078..e269374 100644
--- a/manual/po/de/use-cases.xml.po
+++ b/manual/po/de/use-cases.xml.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
+"POT-Creation-Date: 2010-07-06 03:03+0300\n"
 "PO-Revision-Date: 2010-06-18 17:51+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -16,108 +16,256 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/basics.xml:48 en/basics.xml:87 en/basics.xml:146 en/use-cases.xml:29
+#: en/other/basics.xml:48 en/other/basics.xml:87 en/other/basics.xml:146
+#: en/other/use-cases.xml:29 en/other/use-cases.xml:92
 #, no-wrap
 msgid "# lh build"
 msgstr ""
 
 #. type: Content of: <chapter><title>
-#: en/use-cases.xml:4
+#: en/other/use-cases.xml:4
 msgid "Use Cases"
 msgstr ""
 
 #. type: Content of: <chapter><para>
-#: en/use-cases.xml:5
+#: en/other/use-cases.xml:5
 msgid "This chapter is for users to document their use cases with Debian Live."
 msgstr ""
 
 #. type: Content of: <chapter><sect1><title>
-#: en/use-cases.xml:7
+#: en/other/use-cases.xml:7
 msgid "VNC Kiosk Client"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><para>
-#: en/use-cases.xml:8
+#: en/other/use-cases.xml:8
 msgid ""
 "Create an image with <filename>live-helper</filename> to boot directly to a "
 "VNC server."
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:11
+#: en/other/use-cases.xml:11
 #, no-wrap
 msgid "$ mkdir vncBuild"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:11
+#: en/other/use-cases.xml:11 en/other/use-cases.xml:41
 msgid "Make a build directory: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:14
+#: en/other/use-cases.xml:14
 #, no-wrap
 msgid "$ cd vncBuild"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:14
+#: en/other/use-cases.xml:14 en/other/use-cases.xml:44
 msgid "Move to the build directory: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:17
+#: en/other/use-cases.xml:17
 #, no-wrap
 msgid "$ lh config --packages \"gdm metacity xtightvncviewer\""
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:17
+#: en/other/use-cases.xml:17 en/other/use-cases.xml:47
 msgid ""
 "Example to config the build directory to include gdm metacity "
 "xtightvncviewer: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:20
+#: en/other/use-cases.xml:20
 #, no-wrap
 msgid "$ mkdir -p config/chroot_local-includes/etc/skel"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:20
+#: en/other/use-cases.xml:20
 msgid ""
 "Create a folder /etc/skel folder for a custom .xsession for the default "
 "user: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:23
+#: en/other/use-cases.xml:23
 #, no-wrap
 msgid "$ touch config/chroot_local-includes/etc/skel/.xsession"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:23
+#: en/other/use-cases.xml:23
 msgid ""
 "Create the .xsession for the default user: <placeholder type=\"screen\" id="
 "\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:26
+#: en/other/use-cases.xml:26
 #, no-wrap
 msgid " #!/bin/sh /usr/bin/metacity &amp; /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT exit "
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:26
+#: en/other/use-cases.xml:26
 msgid ""
 "Edit the .xsession file to launch metacity and start xvncviewer with "
 "something similar to the below: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:29
+#: en/other/use-cases.xml:29
 msgid "Build the image: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
+#: en/other/use-cases.xml:32 en/other/use-cases.xml:125
+msgid "Enjoy."
+msgstr ""
+
+#. type: Content of: <chapter><sect1><title>
+#: en/other/use-cases.xml:37
+msgid "VMWare-Player Sessions"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><para>
+#: en/other/use-cases.xml:38
+msgid ""
+"Create an image with <filename>live-helper</filename> to boot directly to a "
+"specifiv VMWare session."
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:41
+#, no-wrap
+msgid "$ mkdir VMWare-Player"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:44
+#, no-wrap
+msgid "$ cd VMWare-Player"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:48
+#, no-wrap
+msgid ""
+"$ lh config --apt apt \\\n"
+"\t--apt-recommends disabled \\\n"
+"\t--archive-areas \"main\" \\\n"
+"\t--binary-images iso \\\n"
+"\t--binary-indices none \\\n"
+"\t--syslinux-menu vesamenu \\\n"
+"\t--bootappend-live \"persistent quickreboot\" \\\n"
+"\t--bootappend-install \"-- plainroot persistent video=vesa:ywrap,mtrr vga=788 quickreboot quiet live-config\" \\\n"
+"\t--debian-installer live \\\n"
+"\t--distribution lenny \\\n"
+"\t--hostname vmare-player-firmware \\\n"
+"\t--includes none \\\n"
+"\t--linux-flavours 686 \\\n"
+"\t--packages-lists \"gnome-core\" \\\n"
+"\t--packages \"gcc gparted linux-headers-2.6-\\${LH_LINUX_FLAVOURS} live-config-staging make metacity rsync wireless-tools\" \\\n"
+"\t--repositories live.debian.net \\\n"
+"\t--win32-loader disabled\n"
+"          "
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:69
+#, no-wrap
+msgid "$ touch config/chroot_local-hooks/01-vmware-player.sh"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
+#: en/other/use-cases.xml:69
+msgid ""
+"Create the 01-vmware-player hook: <placeholder type=\"screen\" id=\"0\"/>"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:74
+#, no-wrap
+msgid ""
+"#!/bin/sh\n"
+"_URL=\"http://archive.debian-maintainers.org/vmware/other/vmware-player/\"\n"
+"_VMPLAYER_VERSION=\"VMware-Player.i386.bundle\"\n"
+"echo \"I: Starting script for install of VMWare Player.\"\n"
+"cd /root\n"
+"echo \"I: Beginning download of ${_VMPLAYER_VERSION} from ${_URL} .\"\n"
+"wget ${_URL}${_VMPLAYER_VERSION}\n"
+"echo \"I: Starting install of VMWare Player.\"\n"
+"sh /root/${_VMPLAYER_VERSION}\n"
+"echo \"I: Cleaning up the VMWare Player download.\"\n"
+"rm /root/${_VMPLAYER_VERSION}\n"
+"#echo \"I: Starting interactive shell.\"\n"
+"#bash\n"
+"\n"
+"          "
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
+#: en/other/use-cases.xml:72
+msgid ""
+"Edit the 01-vmware-player hook to launch the VMWare-Player. The hook should "
+"look something like the below: <placeholder type=\"screen\" id=\"0\"/>"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
+#: en/other/use-cases.xml:92
+msgid ""
+"Build the image (note that during the build the VMWare-Player will prompt "
+"you to install or cancel): <placeholder type=\"screen\" id=\"0\"/>"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:96
+#, no-wrap
+msgid "live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:98
+#, no-wrap
+msgid ""
+"# The script tests for boot parameter of\n"
+"# live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME\n"
+"#\n"
+"# ACTION: The operation to perform on the workstation (none|scratch)\n"
+"# IMAGEPATH: The folder path to the VMware image you want to run.\n"
+"# VMXNAME: The name of the VMware image you want to run.\n"
+"#\n"
+"# Notes:To use this file with WMWare images you will need to have a few things\n"
+"# setup:\n"
+"#\n"
+"# 1. The VMware Player needs to be installed in the image.\n"
+"# 2. This script uses (s|h)da1 for writing image data, and is used as a scratch\n"
+"#    space. This scratch space should be a file system with linux permissions\n"
+"#    such as ext2.\n"
+"# 3. VMware image(s) should be in a mounted folder and setup as follows:\n"
+"#    - Image(s) set to snapshot mode.\n"
+"#    - For each image, the image folder needs to have a file called\n"
+"#      image-release with a variable CRELEASE. An example: CRELEASE=\"1.0.0\"\n"
+"#\n"
+"# The image-release file is used by the image maintainer and this script to tell\n"
+"# workstation(s) using a given image, to erase locally stored vmware image files\n"
+"# and setup with the newly configure image. The operation of erasing locally\n"
+"# stored vmare image files, is referred to as a scratch.\n"
+"          "
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
+#: en/other/use-cases.xml:95
+msgid ""
+"After the build you will have an image you can boot live or install as "
+"firmware. The package live-config-staging is the package that installs the "
+"ability to utilize the VMWare-Player by calling live-config.vmware-player as "
+"a boot parameter in the following form: <placeholder type=\"screen\" id="
+"\"0\"/> Notes from the 900-vmware-player file are as follows: <placeholder "
+"type=\"screen\" id=\"1\"/>"
+msgstr ""
diff --git a/manual/pot/basics.xml.pot b/manual/pot/basics.xml.pot
index 65c93e0..7aa32f0 100644
--- a/manual/pot/basics.xml.pot
+++ b/manual/pot/basics.xml.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
+"POT-Creation-Date: 2010-07-06 03:03+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,47 +16,56 @@ msgstr ""
 "Content-Transfer-Encoding: ENCODING"
 
 #. type: Content of: <chapter><section><section><para>
-#: en/about_manual.xml:141 en/about_manual.xml:145 en/about_manual.xml:149
-#: en/about_manual.xml:158 en/about_manual.xml:164 en/about_manual.xml:170
-#: en/about_manual.xml:176 en/about_manual.xml:182 en/basics.xml:43
-#: en/basics.xml:48 en/basics.xml:55 en/basics.xml:58 en/basics.xml:70
-#: en/basics.xml:79 en/basics.xml:83 en/basics.xml:87 en/basics.xml:93
-#: en/basics.xml:103 en/basics.xml:116 en/basics.xml:120 en/basics.xml:124
-#: en/basics.xml:137 en/basics.xml:141 en/basics.xml:146 en/basics.xml:158
-#: en/basics.xml:168 en/basics.xml:180 en/basics.xml:184 en/basics.xml:203
-#: en/basics.xml:218 en/customization_packages.xml:23
-#: en/customization_packages.xml:27 en/customization_packages.xml:32
-#: en/customization_packages.xml:36 en/customization_packages.xml:46
-#: en/customization_packages.xml:100 en/customization_packages.xml:104
-#: en/customization_packages.xml:114 en/customization_packages.xml:130
-#: en/customization_packages.xml:138 en/customization_packages.xml:142
-#: en/customization_packages.xml:146 en/customization_packages.xml:150
-#: en/faq.xml:34 en/faq.xml:126 en/faq.xml:129 en/faq.xml:136 en/faq.xml:139
-#: en/faq.xml:161 en/faq.xml:186 en/faq.xml:208 en/howtos.xml:17
-#: en/howtos.xml:23 en/howtos.xml:29 en/overview.xml:59 en/overview.xml:64
-#: en/overview.xml:68
+#: en/about/manual.xml:145 en/about/manual.xml:149 en/about/manual.xml:153
+#: en/about/manual.xml:182 en/about/manual.xml:188 en/about/manual.xml:194
+#: en/about/manual.xml:200 en/other/basics.xml:43 en/other/basics.xml:48
+#: en/other/basics.xml:55 en/other/basics.xml:58 en/other/basics.xml:70
+#: en/other/basics.xml:79 en/other/basics.xml:83 en/other/basics.xml:87
+#: en/other/basics.xml:93 en/other/basics.xml:103 en/other/basics.xml:116
+#: en/other/basics.xml:120 en/other/basics.xml:124 en/other/basics.xml:137
+#: en/other/basics.xml:141 en/other/basics.xml:146 en/other/basics.xml:158
+#: en/other/basics.xml:168 en/other/basics.xml:180 en/other/basics.xml:184
+#: en/other/basics.xml:203 en/other/basics.xml:218
+#: en/other/customization_packages.xml:23
+#: en/other/customization_packages.xml:27
+#: en/other/customization_packages.xml:32
+#: en/other/customization_packages.xml:36
+#: en/other/customization_packages.xml:46
+#: en/other/customization_packages.xml:100
+#: en/other/customization_packages.xml:104
+#: en/other/customization_packages.xml:114
+#: en/other/customization_packages.xml:130
+#: en/other/customization_packages.xml:138
+#: en/other/customization_packages.xml:142
+#: en/other/customization_packages.xml:146
+#: en/other/customization_packages.xml:150 en/other/faq.xml:34
+#: en/other/faq.xml:126 en/other/faq.xml:129 en/other/faq.xml:136
+#: en/other/faq.xml:139 en/other/faq.xml:161 en/other/faq.xml:186
+#: en/other/faq.xml:208 en/other/howtos.xml:17 en/other/howtos.xml:23
+#: en/other/howtos.xml:29 en/other/overview.xml:61 en/other/overview.xml:66
+#: en/other/overview.xml:70
 msgid "<placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><title>
-#: en/basics.xml:4
+#: en/other/basics.xml:4
 msgid "The basics"
 msgstr ""
 
 #. type: Content of: <chapter><para>
-#: en/basics.xml:5
+#: en/other/basics.xml:5
 msgid ""
 "This chapter contains a brief overview of the build process as well as "
 "containing instructions on how to boot the various binary image types."
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/basics.xml:7
+#: en/other/basics.xml:7
 msgid "What is a live system?"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:8
+#: en/other/basics.xml:8
 msgid ""
 "A live system usually means an OS booted on a computer from a removable "
 "medium (such as CD-ROM, USB stick, or network), ready to use without any "
@@ -65,7 +74,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:9
+#: en/other/basics.xml:9
 msgid ""
 "With Debian Live, it's a Debian GNU/Linux OS, built for one of the supported "
 "architectures (currently amd64, i386, powerpc and sparc). It is made from "
@@ -73,34 +82,34 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:12
+#: en/other/basics.xml:12
 msgid "Linux kernel"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:14
+#: en/other/basics.xml:14
 msgid "The Linux image, usually named <filename>vmlinuz*</filename>."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:18
+#: en/other/basics.xml:18
 msgid "Initial RAM disk image (initrd)"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:20
+#: en/other/basics.xml:20
 msgid ""
 "RAM disk setup for the Linux boot, containing modules possibly needed to "
 "mount the filesystem's image and some scripts to do it."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:24
+#: en/other/basics.xml:24
 msgid "System image"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:26
+#: en/other/basics.xml:26
 msgid ""
 "The OS filesystem image. Debian Live uses SquashFS, a compressed filesystem, "
 "to minimize its image size. Note that it's read-only. So, during boot the "
@@ -111,12 +120,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:30
+#: en/other/basics.xml:30
 msgid "Bootloader"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:32
+#: en/other/basics.xml:32
 msgid ""
 "A small piece of code, crafted to boot up from the chosen media, possibly "
 "presenting a prompt or menu to allow selection of options/configuration. It "
@@ -129,7 +138,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:36
+#: en/other/basics.xml:36
 msgid ""
 "The Debian Live tools will build the system image from your specifications, "
 "setup a Linux kernel and its initrd, a bootloader to run them, all in one "
@@ -137,12 +146,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/basics.xml:39
+#: en/other/basics.xml:39
 msgid "First steps: building an ISO image"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:40
+#: en/other/basics.xml:40
 msgid ""
 "The following sequence of helper commands, provided by <filename>live-"
 "helper</filename>, will create a basic ISO image containing just the Debian "
@@ -150,7 +159,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:41
+#: en/other/basics.xml:41
 msgid ""
 "First, we run the <filename>lh config</filename> helper command which will "
 "create a <filename>\"config/\"</filename> hierarchy in the current directory "
@@ -158,13 +167,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/basics.xml:43
+#: en/other/basics.xml:43
 #, no-wrap
 msgid "$ lh config"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:45
+#: en/other/basics.xml:45
 msgid ""
 "By passing no parameters to <filename>lh config</filename> we indicated that "
 "we wish to use the defaults. This will create an image of type binary (see "
@@ -172,125 +181,126 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:46
+#: en/other/basics.xml:46
 msgid ""
 "Now that we have a <filename>\"config/\"</filename> hierarchy, we may build "
 "the image with the <filename>lh build</filename> helper command:"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/basics.xml:48 en/basics.xml:87 en/basics.xml:146 en/use-cases.xml:29
+#: en/other/basics.xml:48 en/other/basics.xml:87 en/other/basics.xml:146
+#: en/other/use-cases.xml:29 en/other/use-cases.xml:92
 #, no-wrap
 msgid "# lh build"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:50
+#: en/other/basics.xml:50
 msgid ""
 "This process can take a while, depending on the speed of your network "
 "connection (see <xref linkend=\"lh-build\"/>)."
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:52
+#: en/other/basics.xml:52
 msgid "Testing an ISO image with Qemu"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:53
+#: en/other/basics.xml:53
 msgid "Testing an ISO is simple:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:55
+#: en/other/basics.xml:55
 #, no-wrap
 msgid "# apt-get install qemu $ qemu -cdrom binary.iso"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "Testing an ISO image with virtualbox-ose"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "In order to test the ISO with virtualbox-ose:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 #, no-wrap
 msgid "# apt-get install virtualbox-ose"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid ""
 "the modules package for a stock kernel eg virtualbox-ose-"
 "modules-2.6.26-1-486 or"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid ""
 "the modules package compiled for your kernel using module-assistant from the "
 "package virtualbox-ose-source"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "Run Virtualbox:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "{{{Applications -&gt; System Tools -&gt; VirtualBox OSE }}}"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "Create a virtual machine from your Live ISO"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid ""
 "To create a virtual machine \"mylive\" from A CDROM ISO \"binary.iso\" in "
 "VirtualBox:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "{{{Machine -&gt; New }}}"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:58
+#: en/other/basics.xml:58
 msgid "In the Wizard: FIXME"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:60
+#: en/other/basics.xml:60
 msgid "Testing an ISO image with VMware Workstation"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:61
+#: en/other/basics.xml:61
 msgid "In order to test the ISO with VMware Workstation:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:62 en/basics.xml:109
+#: en/other/basics.xml:62 en/other/basics.xml:109
 msgid "Run VMware Workstation:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:63
+#: en/other/basics.xml:63
 msgid "Click on Edit virtual machine settings in the VM summary page."
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:64
+#: en/other/basics.xml:64
 msgid ""
 "Then, click on the CD-ROM device and select Use ISO image. Remeber to "
 "connect the CD-ROM device at power on and remeber to adjust the boot order "
@@ -298,28 +308,28 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:67
+#: en/other/basics.xml:67
 msgid "Burning an ISO image to a physical medium"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:68
+#: en/other/basics.xml:68
 msgid "Burning an ISO image is easy:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:70
+#: en/other/basics.xml:70
 #, no-wrap
 msgid "# apt-get install wodim $ wodim binary.iso"
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/basics.xml:75
+#: en/other/basics.xml:75
 msgid "Building an USB/HDD image"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:76
+#: en/other/basics.xml:76
 msgid ""
 "The following sequence of helper commands will create a basic USB/HDD image "
 "containing just the Debian standard system without X.org. It is suitable for "
@@ -328,7 +338,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:77
+#: en/other/basics.xml:77
 msgid ""
 "Note if you created an iso image with the previous example, you will need to "
 "clean up your working directory with the <filename>lh clean</filename> "
@@ -336,13 +346,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/basics.xml:79 en/basics.xml:137
+#: en/other/basics.xml:79 en/other/basics.xml:137
 #, no-wrap
 msgid "$ lh clean --binary"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:81
+#: en/other/basics.xml:81
 msgid ""
 "Run the <filename>lh config</filename> helper command with the parameters to "
 "configure the <filename>\"config/\"</filename> hierarchy to create a USB/HDD "
@@ -350,24 +360,24 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/basics.xml:83
+#: en/other/basics.xml:83
 #, no-wrap
 msgid "$ lh config -b usb-hdd"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:85 en/basics.xml:144
+#: en/other/basics.xml:85 en/other/basics.xml:144
 msgid ""
 "Now build the image with the <filename>lh build</filename> helper command:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:90
+#: en/other/basics.xml:90
 msgid "Copying USB/HDD image to a USB stick"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:91
+#: en/other/basics.xml:91
 msgid ""
 "The generated binary image contains a <acronym>VFAT</acronym> partition and "
 "the <command>syslinux</command> bootloader, ready to be directly written on "
@@ -376,13 +386,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:93
+#: en/other/basics.xml:93
 #, no-wrap
 msgid "$ dd if=binary.img of=${USBSTICK}"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:95
+#: en/other/basics.xml:95
 msgid ""
 "where <replaceable>${USBSTICK}</replaceable> is the device file of your key, "
 "like <filename>/dev/sdb</filename> (not a partition like <filename>/dev/"
@@ -391,28 +401,28 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:101
+#: en/other/basics.xml:101
 msgid "Testing a USB/HDD image with Qemu"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:103
+#: en/other/basics.xml:103
 #, no-wrap
 msgid "# apt-get install qemu $ qemu -hda binary.img"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:107
+#: en/other/basics.xml:107
 msgid "Testing an USB/HDD image with VMware Workstation"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:108
+#: en/other/basics.xml:108
 msgid "In order to test the USB/HDD image with VMware Workstation:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:110
+#: en/other/basics.xml:110
 msgid ""
 "Write the image to an usb stick. In VMware, click on Edit virtual machine "
 "settings in VM summary page. Then, add a new physical harddisk device and "
@@ -420,12 +430,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/basics.xml:113
+#: en/other/basics.xml:113
 msgid "Using the space left on a USB stick"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:114
+#: en/other/basics.xml:114
 msgid ""
 "If you want to use the remaining free space after you have installed the "
 "<filename>binary.img</filename>, you can use a partitioning tool such as "
@@ -434,13 +444,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:116
+#: en/other/basics.xml:116
 #, no-wrap
 msgid "# gparted ${USBSTICK}"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:118
+#: en/other/basics.xml:118
 msgid ""
 "After the creation of the partition you have to create a filsystem on it. "
 "One possible choice would be ext2 (ext3 isn't recommended because the "
@@ -448,36 +458,36 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:120
+#: en/other/basics.xml:120
 #, no-wrap
 msgid "# mkfs.ext2 ${USBSTICK}"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:122
+#: en/other/basics.xml:122
 msgid "If you want to use this data partition with Windows, use FAT32."
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para><screen>
-#: en/basics.xml:124
+#: en/other/basics.xml:124
 #, no-wrap
 msgid "# mkfs.vfat -F 32"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/basics.xml:129
+#: en/other/basics.xml:129
 msgid ""
 "FIXME: Describe installing Debian Live to a partition (e.g. /dev/sdc1) AND "
 "using a bootloader to boot this."
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/basics.xml:133
+#: en/other/basics.xml:133
 msgid "Building a netboot image"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:134
+#: en/other/basics.xml:134
 msgid ""
 "The following sequence of helper commands will create a basic netboot image "
 "containing the Debian standard system without X.org. It is suitable for "
@@ -485,14 +495,14 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:135
+#: en/other/basics.xml:135
 msgid ""
 "Note if you performed any previous examples, you will need to clean up your "
 "working directory with the <filename>lh clean</filename> helper command:"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:139
+#: en/other/basics.xml:139
 msgid ""
 "Run the <filename>lh config</filename> helper command with the parameters to "
 "configure the <filename>\"config/\"</filename> hierarchy to create our "
@@ -500,13 +510,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/basics.xml:141
+#: en/other/basics.xml:141
 #, no-wrap
 msgid "$ lh config -b net --net-root-path \"/srv/debian-live\" --net-root-server \"192.168.0.1\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:143
+#: en/other/basics.xml:143
 msgid ""
 "In contrast with the ISO and USB hdd images, netbooting does not support "
 "serving a filesystem image with the client so the files must be served via "
@@ -516,7 +526,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:148
+#: en/other/basics.xml:148
 msgid ""
 "In a network boot the client runs a small piece of software, which usually "
 "resides on the <acronym>EEPROM</acronym> of the Ethernet card. This program "
@@ -529,27 +539,27 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:149
+#: en/other/basics.xml:149
 msgid ""
 "For example, if you unpack the generated <filename>binary-net.tar.gz</"
 "filename> archive in the <filename>/srv/debian-live</filename> directory, "
 "you'll find the filesystem image in <filename>live/filesystem.squashfs</"
-"filename> and the kernel, initrd and PXE Linux bootloader in "
+"filename> and the kernel, initrd and PXE Linux bootloader in "
 "<filename>tftpboot/debian-live/i386</filename>."
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:150
+#: en/other/basics.xml:150
 msgid "We must now configure three services on the server to enable netboot:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:153
+#: en/other/basics.xml:153
 msgid "DHCP server"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:155
+#: en/other/basics.xml:155
 msgid ""
 "We must configure our network's DHCP server to be sure to give an "
 "<abbrev>IP</abbrev> address to the computer netbooting, and to advertise the "
@@ -557,7 +567,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:156
+#: en/other/basics.xml:156
 msgid ""
 "Here is an example for inspiration, written for the ISC DHCP server (package "
 "<literal>dhcp3-server</literal>) in the <filename>/etc/dhcp3/dhcpd.conf</"
@@ -565,23 +575,23 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:158
+#: en/other/basics.xml:158
 #, no-wrap
-msgid "# Options DHCP spécifiques à Pxelinux: option space pxelinux; option pxelinux.magic code 208 = string; option pxelinux.configfile code 209 = text; option pxelinux.pathprefix code 210 = text; option pxelinux.reboottime code 211 = unsigned integer 32; subnet 192.168.1.0 netmask 255.255.255.0 { # 192.168.1.0/24 # IP addresses available for guests range 192.168.1.100 192.168.1.149; # allow booting from the net allow bootp; # for net booting, server where the first file to be loaded (by TFTP # protocol) (\"filename\" following definition) lies : so the TFTP # server's name. next-server myserver; # net boot configuration for guests with a PXE client : if substring (option vendor-class-identifier, 0, 9) = \"PXEClient\" { # Note : all files for PXE are relatives to the TFTP server's root # path, as usually defined in /etc/inetd.conf. # PXE boot loader (first program to be loaded, by TFTP) filename \"pxelinux.0\"; # describe some specific pxelinux's options through DHCP o
 ptions : site-option-space \"pxelinux\"; option pxelinux.magic f1:00:74:7e; if exists dhcp-parameter-request-list { # Always send the PXELINUX options (specified in hexadecimal) option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3); } # For a PXE boot menu, different versions are available : simple # text, text with curses, graphic (VESA) #option pxelinux.configfile \"pxelinux/config_simple\"; #option pxelinux.configfile \"pxelinux/config_curses\"; option pxelinux.configfile \"pxelinux/config_vesa\"; # automatically reboot after 10 minutes of no activity option pxelinux.reboottime 600; } }"
+msgid "# Options DHCP spécifiques à Pxelinux: option space pxelinux; option pxelinux.magic code 208 = string; option pxelinux.configfile code 209 = text; option pxelinux.pathprefix code 210 = text; option pxelinux.reboottime code 211 = unsigned integer 32; subnet 192.168.1.0 netmask 255.255.255.0 { # 192.168.1.0/24 # IP addresses available for guests range 192.168.1.100 192.168.1.149; # allow booting from the net allow bootp; # for net booting, server where the first file to be loaded (by TFTP # protocol) (\"filename\" following definition) lies : so the TFTP # server's name. next-server myserver; # net boot configuration for guests with a PXE client : if substring (option vendor-class-identifier, 0, 9) = \"PXEClient\" { # Note : all files for PXE are relatives to the TFTP server's root # path, as usually defined in /etc/inetd.conf. # PXE boot loader (first program to be loaded, by TFTP) filename \"pxelinux.0\"; # describe some specific pxelinux's options thro
 ugh DHCP options : site-option-space \"pxelinux\"; option pxelinux.magic f1:00:74:7e; if exists dhcp-parameter-request-list { # Always send the PXELINUX options (specified in hexadecimal) option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3); } # For a PXE boot menu, different versions are available : simple # text, text with curses, graphic (VESA) #option pxelinux.configfile \"pxelinux/config_simple\"; #option pxelinux.configfile \"pxelinux/config_curses\"; option pxelinux.configfile \"pxelinux/config_vesa\"; # automatically reboot after 10 minutes of no activity option pxelinux.reboottime 600; } }"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:163
+#: en/other/basics.xml:163
 msgid "TFTPd server"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:165
+#: en/other/basics.xml:165
 msgid "This serves the kernel and initial ramdisk to the system at run-time."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:166
+#: en/other/basics.xml:166
 msgid ""
 "You should install the <command>tftpd-hpa</command> package. It can serve "
 "all files contained inside a root directory, usually <filename>/var/lib/"
@@ -591,25 +601,25 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:168
+#: en/other/basics.xml:168
 #, no-wrap
 msgid "tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /srv/debian-live/tftpboot -r blksize -v -v"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:170
+#: en/other/basics.xml:170
 msgid ""
 "and reload the super server with <command>/etc/init.d/openbsd-inetd reload</"
 "command>."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:174
+#: en/other/basics.xml:174
 msgid "NFS server"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:176
+#: en/other/basics.xml:176
 msgid ""
 "Once the guest computer has downloaded and booted a Linux kernel and loaded "
 "its initrd, it will try to mount the Live filesystem image through a NFS "
@@ -617,39 +627,39 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:177
+#: en/other/basics.xml:177
 msgid ""
 "You should install the <command>nfs-kernel-server</command> package -- "
 "<command>nfs-user-server</command> does not function correctly with netboot."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:178
+#: en/other/basics.xml:178
 msgid ""
 "Then, make the filesystem image available through NFS by adding a line like "
 "the following to <filename>/etc/exports</filename>:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:180
+#: en/other/basics.xml:180
 #, no-wrap
 msgid "/srv/debian-live *(ro,async,subtree_check,no_root_squash)"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:182
+#: en/other/basics.xml:182
 msgid ""
 "and tell the NFS server about this new export with the following command:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:184
+#: en/other/basics.xml:184
 #, no-wrap
 msgid "# exportfs -rv"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:189
+#: en/other/basics.xml:189
 msgid ""
 "Setting up these three services can be a little tricky. You might need some "
 "patience to get all of them working together. The Debian Installer Manual's "
@@ -658,93 +668,93 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/basics.xml:192
+#: en/other/basics.xml:192
 msgid "Netboot testing HowTo"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:193
+#: en/other/basics.xml:193
 msgid ""
 "Netboot image creation is made easy with live-helper magic, but testing the "
 "images on physical machines can be really time consuming."
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/basics.xml:194
+#: en/other/basics.xml:194
 msgid ""
 "To make our life easier, we can use virtualization. There are two solutions:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:197
+#: en/other/basics.xml:197
 msgid "VMWare Player"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:199
+#: en/other/basics.xml:199
 msgid "Install VMWare Player (\"free as in beer\" edition)"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:200
+#: en/other/basics.xml:200
 msgid ""
 "Create a PXETester directory, and create a text file called pxe.vwx inside"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:201
+#: en/other/basics.xml:201
 msgid "Paste this text inside:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:203
+#: en/other/basics.xml:203
 #, no-wrap
 msgid "#!/usr/bin/vmware config.version = \"8\" virtualHW.version = \"4\" memsize = \"512\" MemAllowAutoScaleDown = \"FALSE\" ide0:0.present = \"FALSE\" ide1:0.present = \"FALSE\" floppy0.present = \"FALSE\" sound.present = \"FALSE\" tools.remindInstall = \"FALSE\" ethernet0.present = \"TRUE\" ethernet0.addressType = \"generated\" displayName = \"Test Boot PXE\" guestOS = \"other\" ethernet0.generatedAddress = \"00:0c:29:8d:71:3b\" uuid.location = \"56 4d 83 72 5c c4 de 3f-ae 9e 07 91 1d 8d 71 3b\" uuid.bios = \"56 4d 83 72 5c c4 de 3f-ae 9e 07 91 1d 8d 71 3b\" ethernet0.generatedAddressOffset = \"0\""
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:205
+#: en/other/basics.xml:205
 msgid ""
 "You can play with this configuration file (i.e. change memory limit to 256)"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:206
+#: en/other/basics.xml:206
 msgid "Double click on this file (or run VMWare player and selecet this file)."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:207
+#: en/other/basics.xml:207
 msgid "When running just press space if that strange question comes up..."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/basics.xml:213
+#: en/other/basics.xml:213
 msgid "Qemu"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:215
+#: en/other/basics.xml:215
 msgid "Install qemu, bridge-utils, sudo."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:216
+#: en/other/basics.xml:216
 msgid "Edit <filename>/etc/qemu-ifup</filename>:"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: en/basics.xml:218
+#: en/other/basics.xml:218
 #, no-wrap
 msgid "#!/bin/sh sudo -p \"Password for $0:\" /sbin/ifconfig $1 172.20.0.1 echo \"Executing /etc/qemu-ifup\" echo \"Bringing up $1 for bridged mode...\" sudo /sbin/ifconfig $1 0.0.0.0 promisc up echo \"Adding $1 to br0...\" sudo /usr/sbin/brctl addif br0 $1 sleep 2"
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:220
+#: en/other/basics.xml:220
 msgid "Get, or build a grub-floppy-netboot (in the svn)."
 msgstr ""
 
 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/basics.xml:221
+#: en/other/basics.xml:221
 msgid "Launch qemu with \"-net nic,vlan=0 -net tap,vlan=0,ifname=tun0\""
 msgstr ""
diff --git a/manual/pot/index.html.in.pot b/manual/pot/index.html.in.pot
index 87685f5..0893b44 100644
--- a/manual/pot/index.html.in.pot
+++ b/manual/pot/index.html.in.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 18:09+0300\n"
+"POT-Creation-Date: 2010-07-06 03:38+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manual/pot/index.xml.pot b/manual/pot/index.xml.pot
index 3e81441..b7d0487 100644
--- a/manual/pot/index.xml.pot
+++ b/manual/pot/index.xml.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-29 17:18+0300\n"
+"POT-Creation-Date: 2010-07-06 03:03+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
 
 #. type: Content of the pubdate entity
 #: en/index.xml:3
-msgid "2010-06-29"
+msgid "2010-07-06"
 msgstr ""
 
 #. type: Content of the releaseinfo entity
diff --git a/manual/pot/live-environment.xml.pot b/manual/pot/live-environment.xml.pot
index 39b4996..1b5958e 100644
--- a/manual/pot/live-environment.xml.pot
+++ b/manual/pot/live-environment.xml.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
+"POT-Creation-Date: 2010-07-06 03:03+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,41 +16,43 @@ msgstr ""
 "Content-Transfer-Encoding: ENCODING"
 
 #. type: Content of: <chapter><para>
-#: en/about_manual.xml:63 en/customization_bootup.xml:6
-#: en/customization_bootup.xml:12 en/customization_bootup.xml:15
-#: en/customization_bootup.xml:23 en/customization_bootup.xml:35
-#: en/customization_bootup.xml:39 en/customization_bootup.xml:43
-#: en/customization_bootup.xml:47 en/customization_packages.xml:16
-#: en/customization_packages.xml:128 en/customization_packages.xml:136
-#: en/customization_packages.xml:158 en/customization_packages.xml:196
-#: en/customization_packages.xml:207 en/live-environment.xml:7
-#: en/resources.xml:7 en/success-stories.xml:6
+#: en/about/manual.xml:67 en/other/customization_bootup.xml:6
+#: en/other/customization_bootup.xml:12 en/other/customization_bootup.xml:15
+#: en/other/customization_bootup.xml:23 en/other/customization_bootup.xml:35
+#: en/other/customization_bootup.xml:39 en/other/customization_bootup.xml:43
+#: en/other/customization_bootup.xml:47 en/other/customization_packages.xml:16
+#: en/other/customization_packages.xml:128
+#: en/other/customization_packages.xml:136
+#: en/other/customization_packages.xml:158
+#: en/other/customization_packages.xml:196
+#: en/other/customization_packages.xml:207 en/other/live-environment.xml:7
+#: en/other/resources.xml:7 en/other/success-stories.xml:6
 msgid "FIXME"
 msgstr ""
 
 #. type: Content of: <chapter><title>
-#: en/live-environment.xml:4
+#: en/other/live-environment.xml:4
 msgid "The Live environment"
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/live-environment.xml:6
+#: en/other/live-environment.xml:6
 msgid "Swap space"
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/live-environment.xml:10
+#: en/other/live-environment.xml:10
 msgid "Hostname"
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:11
+#: en/other/live-environment.xml:11
 #, no-wrap
 msgid "lh_config --bootappend-live \"hostname=myhost\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:11
+#: en/other/live-environment.xml:11
 msgid ""
 "The name of host running live system can be set with the <command>hostname</"
 "command> parameter into the <command>--bootappend-live</command> option of "
@@ -59,17 +61,17 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/live-environment.xml:14
+#: en/other/live-environment.xml:14
 msgid "The Live user"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:15
+#: en/other/live-environment.xml:15
 msgid "Username FIXME."
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:16
+#: en/other/live-environment.xml:16
 msgid ""
 "One important consideration is that the live user is created by "
 "<filename>live-initramfs</filename> during bootup, it is not created by "
@@ -77,7 +79,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:17
+#: en/other/live-environment.xml:17
 msgid ""
 "You can specify additional groups that the live user will belong to by "
 "preseeding the <command>passwd/user-default-groups</command> debconf value. "
@@ -87,51 +89,51 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><screen>
-#: en/live-environment.xml:18
+#: en/other/live-environment.xml:18
 #, no-wrap
 msgid " debconf passwd/user-default-groups string audio cdrom dialout floppy video plugdev netdev powerdev fuse "
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:19
+#: en/other/live-environment.xml:19
 msgid ""
 "For more information about debconf preseeding, please see <xref linkend="
 "\"debconf-preseed\"/>."
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/live-environment.xml:22
+#: en/other/live-environment.xml:22
 msgid "Language"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:23
+#: en/other/live-environment.xml:23
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Content of: <chapter><section><para><itemizedlist><listitem><simpara>
-#: en/live-environment.xml:23
+#: en/other/live-environment.xml:23
 msgid "the locale generation"
 msgstr ""
 
 #. type: Content of: <chapter><section><para><itemizedlist><listitem><simpara>
-#: en/live-environment.xml:23
+#: en/other/live-environment.xml:23
 msgid "setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Content of: <chapter><section><para><itemizedlist><listitem><simpara>
-#: en/live-environment.xml:23
+#: en/other/live-environment.xml:23
 msgid "setting the keyboard layout for X"
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:24
+#: en/other/live-environment.xml:24
 #, no-wrap
 msgid "lh_config --bootappend-live \"locale=sv_SE.utf8\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:24
+#: en/other/live-environment.xml:24
 msgid ""
 "To define the locale that should be generated, use the <command>locale</"
 "command> parameter into the <command>--bootappend-live</command> option of "
@@ -143,19 +145,19 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:25
+#: en/other/live-environment.xml:25
 #, no-wrap
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name &lt;name&gt;se&lt;/name&gt; "
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:25
+#: en/other/live-environment.xml:25
 #, no-wrap
 msgid "lh_config --bootappend-live \"locale=sv_SE.utf8 keyb=se\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:25
+#: en/other/live-environment.xml:25
 msgid ""
 "Both the console and X keyboard configuration depends on the <command>keyb</"
 "command> parameter of the <command>--bootappend-live</command> option. Valid "
@@ -168,19 +170,19 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:26
+#: en/other/live-environment.xml:26
 #, no-wrap
 msgid "for i in `find /usr/share/keymaps/ -iname \"*kmap.gz\"`; do basename $i | head -c -9; echo; done | sort | less "
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:26
+#: en/other/live-environment.xml:26
 #, no-wrap
 msgid "lh_config --bootappend-live \"locale=sv_SE.utf8 keyb=se-latin1\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:26
+#: en/other/live-environment.xml:26
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
 "with the following command: <placeholder type=\"screen\" id=\"0\"/> To make "
@@ -189,13 +191,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para><screen>
-#: en/live-environment.xml:27
+#: en/other/live-environment.xml:27
 #, no-wrap
 msgid "lh_config --bootappend-live \\ \"locale=fr_FR.UTF-8 klayout=fr kvariant=bepo kmodel=tm2030usb\""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:27
+#: en/other/live-environment.xml:27
 msgid ""
 "Alternatively, you can use the <literal>console-setup</literal> package, a "
 "tool to let you configure console layout using X (XKB) definitions; you can "
@@ -203,7 +205,7 @@ msgid ""
 "literal>, <literal>kvariant</literal>, <literal>koptions</literal> and "
 "<literal>kmodel</literal> variables; <command>live-initramfs</command> will "
 "use also these parameters for X configuration. For example, to set up a "
-"french system with a french-dvorak layout (called Bépo) on a TypeMatrix "
+"french system with a french-dvorak layout (called Bépo) on a TypeMatrix "
 "keyboard, both in console and X11, use: <placeholder type=\"screen\" id="
 "\"0\"/> Note that on old versions of <literal>console-setup</literal> (i.e. "
 "Lenny's one), you'll need to setup also the <literal>keyb</literal> variable "
@@ -211,12 +213,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><title>
-#: en/live-environment.xml:30
+#: en/other/live-environment.xml:30
 msgid "Persistence"
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:31
+#: en/other/live-environment.xml:31
 msgid ""
 "A live cd paradigm is a preinstalled system which runs from read-only media, "
 "like a cdrom, where writes and modifications do not survive reboots of the "
@@ -224,7 +226,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:32
+#: en/other/live-environment.xml:32
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
 "other media in addition to CDs; but still, in its default behaviour, it "
@@ -233,7 +235,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:33
+#: en/other/live-environment.xml:33
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
 "across reboots some, or all, of this runtime evolution of the system. To "
@@ -244,7 +246,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><para>
-#: en/live-environment.xml:34
+#: en/other/live-environment.xml:34
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
 "medium like a Hard Disk, a USB key, a network share or even a session of a "
@@ -254,12 +256,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/live-environment.xml:36
+#: en/other/live-environment.xml:36
 msgid "Full persistence"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:37
+#: en/other/live-environment.xml:37
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
 "modifications to the read-only media (with the copy-on-write, COW, system) a "
@@ -271,26 +273,26 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><screen>
-#: en/live-environment.xml:38
+#: en/other/live-environment.xml:38
 #, no-wrap
 msgid " # mkfs.ext2 -L live-rw /dev/sdb1 "
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:39
+#: en/other/live-environment.xml:39
 msgid ""
 "If you already have a partition on your device, you could just change the "
 "label with one of the following:"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><screen>
-#: en/live-environment.xml:40
+#: en/other/live-environment.xml:40
 #, no-wrap
 msgid " # tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/sdb1 live-rw # for a fat filesystem "
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:41
+#: en/other/live-environment.xml:41
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
 "considering that most USB keys have poor write speeds, 'full' persistence "
@@ -300,25 +302,25 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><screen>
-#: en/live-environment.xml:42
+#: en/other/live-environment.xml:42
 #, no-wrap
 msgid " $ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /sbin/mkfs.ext2 -F live-rw "
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:43
+#: en/other/live-environment.xml:43
 msgid ""
 "Then copy the <command>live-rw</command> file to a writable partition and "
 "reboot with the boot parameter 'persistent'."
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/live-environment.xml:46
+#: en/other/live-environment.xml:46
 msgid "Home automounting"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:47
+#: en/other/live-environment.xml:47
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
 "labeled <command>home-rw</command> is discovered, this filesystem will be "
@@ -328,12 +330,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/live-environment.xml:50
+#: en/other/live-environment.xml:50
 msgid "Snapshots"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:51
+#: en/other/live-environment.xml:51
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
 "while running but which are copied from a persistent device to the system "
@@ -351,7 +353,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:52
+#: en/other/live-environment.xml:52
 msgid ""
 "A /home version of snapshot exists too and its label is <command>home-sn.*</"
 "command>; it works the same as the main snapshot but it is only applied to /"
@@ -359,19 +361,19 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:53
+#: en/other/live-environment.xml:53
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
 "home automounting can."
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/live-environment.xml:56
+#: en/other/live-environment.xml:56
 msgid "Persistent SubText"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:57
+#: en/other/live-environment.xml:57
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
 "different locations or testing, such as <command>live-rw-nonwork</command> "
@@ -385,12 +387,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <chapter><section><section><title>
-#: en/live-environment.xml:60
+#: en/other/live-environment.xml:60
 msgid "Partial remastering"
 msgstr ""
 
 #. type: Content of: <chapter><section><section><para>
-#: en/live-environment.xml:61
+#: en/other/live-environment.xml:61
 msgid ""
 "The runtime modification of the tmpfs could be collected using live-snapshot "
 "in a squashfs and added to the cd by remastering the iso in the case of cd-r "
diff --git a/manual/pot/manual.xml.pot b/manual/pot/manual.xml.pot
index 7f6eee3..d875146 100644
--- a/manual/pot/manual.xml.pot
+++ b/manual/pot/manual.xml.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-29 17:29+0300\n"
+"POT-Creation-Date: 2010-07-06 03:29+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -376,7 +376,7 @@ msgstr ""
 #. type: Content of: <sect1><sect2><para><screen>
 #: en/about/manual.xml:149
 #, no-wrap
-msgid "# apt-get install dblatex docbook-xml docbook-xsl libxml2-utils make po4a w3m"
+msgid "# apt-get install dblatex docbook2odf docbook-xml docbook-xsl libxml2-utils make po4a w3m"
 msgstr ""
 
 #. type: Content of: <sect1><sect2><para>
diff --git a/manual/pot/project.xml.pot b/manual/pot/project.xml.pot
index 2572aa6..19ed595 100644
--- a/manual/pot/project.xml.pot
+++ b/manual/pot/project.xml.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-29 17:29+0300\n"
+"POT-Creation-Date: 2010-07-06 03:38+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manual/pot/use-cases.xml.pot b/manual/pot/use-cases.xml.pot
index eb03743..9cf2ad0 100644
--- a/manual/pot/use-cases.xml.pot
+++ b/manual/pot/use-cases.xml.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
+"POT-Creation-Date: 2010-07-06 03:03+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,108 +16,256 @@ msgstr ""
 "Content-Transfer-Encoding: ENCODING"
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/basics.xml:48 en/basics.xml:87 en/basics.xml:146 en/use-cases.xml:29
+#: en/other/basics.xml:48 en/other/basics.xml:87 en/other/basics.xml:146
+#: en/other/use-cases.xml:29 en/other/use-cases.xml:92
 #, no-wrap
 msgid "# lh build"
 msgstr ""
 
 #. type: Content of: <chapter><title>
-#: en/use-cases.xml:4
+#: en/other/use-cases.xml:4
 msgid "Use Cases"
 msgstr ""
 
 #. type: Content of: <chapter><para>
-#: en/use-cases.xml:5
+#: en/other/use-cases.xml:5
 msgid "This chapter is for users to document their use cases with Debian Live."
 msgstr ""
 
 #. type: Content of: <chapter><sect1><title>
-#: en/use-cases.xml:7
+#: en/other/use-cases.xml:7
 msgid "VNC Kiosk Client"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><para>
-#: en/use-cases.xml:8
+#: en/other/use-cases.xml:8
 msgid ""
 "Create an image with <filename>live-helper</filename> to boot directly to a "
 "VNC server."
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:11
+#: en/other/use-cases.xml:11
 #, no-wrap
 msgid "$ mkdir vncBuild"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:11
+#: en/other/use-cases.xml:11 en/other/use-cases.xml:41
 msgid "Make a build directory: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:14
+#: en/other/use-cases.xml:14
 #, no-wrap
 msgid "$ cd vncBuild"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:14
+#: en/other/use-cases.xml:14 en/other/use-cases.xml:44
 msgid "Move to the build directory: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:17
+#: en/other/use-cases.xml:17
 #, no-wrap
 msgid "$ lh config --packages \"gdm metacity xtightvncviewer\""
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:17
+#: en/other/use-cases.xml:17 en/other/use-cases.xml:47
 msgid ""
 "Example to config the build directory to include gdm metacity "
 "xtightvncviewer: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:20
+#: en/other/use-cases.xml:20
 #, no-wrap
 msgid "$ mkdir -p config/chroot_local-includes/etc/skel"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:20
+#: en/other/use-cases.xml:20
 msgid ""
 "Create a folder /etc/skel folder for a custom .xsession for the default "
 "user: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:23
+#: en/other/use-cases.xml:23
 #, no-wrap
 msgid "$ touch config/chroot_local-includes/etc/skel/.xsession"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:23
+#: en/other/use-cases.xml:23
 msgid ""
 "Create the .xsession for the default user: <placeholder type=\"screen\" id="
 "\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/use-cases.xml:26
+#: en/other/use-cases.xml:26
 #, no-wrap
 msgid " #!/bin/sh /usr/bin/metacity &amp; /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT exit "
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:26
+#: en/other/use-cases.xml:26
 msgid ""
 "Edit the .xsession file to launch metacity and start xvncviewer with "
 "something similar to the below: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
 #. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/use-cases.xml:29
+#: en/other/use-cases.xml:29
 msgid "Build the image: <placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
+#: en/other/use-cases.xml:32 en/other/use-cases.xml:125
+msgid "Enjoy."
+msgstr ""
+
+#. type: Content of: <chapter><sect1><title>
+#: en/other/use-cases.xml:37
+msgid "VMWare-Player Sessions"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><para>
+#: en/other/use-cases.xml:38
+msgid ""
+"Create an image with <filename>live-helper</filename> to boot directly to a "
+"specifiv VMWare session."
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:41
+#, no-wrap
+msgid "$ mkdir VMWare-Player"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:44
+#, no-wrap
+msgid "$ cd VMWare-Player"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:48
+#, no-wrap
+msgid ""
+"$ lh config --apt apt \\\n"
+"\t--apt-recommends disabled \\\n"
+"\t--archive-areas \"main\" \\\n"
+"\t--binary-images iso \\\n"
+"\t--binary-indices none \\\n"
+"\t--syslinux-menu vesamenu \\\n"
+"\t--bootappend-live \"persistent quickreboot\" \\\n"
+"\t--bootappend-install \"-- plainroot persistent video=vesa:ywrap,mtrr vga=788 quickreboot quiet live-config\" \\\n"
+"\t--debian-installer live \\\n"
+"\t--distribution lenny \\\n"
+"\t--hostname vmare-player-firmware \\\n"
+"\t--includes none \\\n"
+"\t--linux-flavours 686 \\\n"
+"\t--packages-lists \"gnome-core\" \\\n"
+"\t--packages \"gcc gparted linux-headers-2.6-\\${LH_LINUX_FLAVOURS} live-config-staging make metacity rsync wireless-tools\" \\\n"
+"\t--repositories live.debian.net \\\n"
+"\t--win32-loader disabled\n"
+"          "
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:69
+#, no-wrap
+msgid "$ touch config/chroot_local-hooks/01-vmware-player.sh"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
+#: en/other/use-cases.xml:69
+msgid ""
+"Create the 01-vmware-player hook: <placeholder type=\"screen\" id=\"0\"/>"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:74
+#, no-wrap
+msgid ""
+"#!/bin/sh\n"
+"_URL=\"http://archive.debian-maintainers.org/vmware/other/vmware-player/\"\n"
+"_VMPLAYER_VERSION=\"VMware-Player.i386.bundle\"\n"
+"echo \"I: Starting script for install of VMWare Player.\"\n"
+"cd /root\n"
+"echo \"I: Beginning download of ${_VMPLAYER_VERSION} from ${_URL} .\"\n"
+"wget ${_URL}${_VMPLAYER_VERSION}\n"
+"echo \"I: Starting install of VMWare Player.\"\n"
+"sh /root/${_VMPLAYER_VERSION}\n"
+"echo \"I: Cleaning up the VMWare Player download.\"\n"
+"rm /root/${_VMPLAYER_VERSION}\n"
+"#echo \"I: Starting interactive shell.\"\n"
+"#bash\n"
+"\n"
+"          "
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
+#: en/other/use-cases.xml:72
+msgid ""
+"Edit the 01-vmware-player hook to launch the VMWare-Player. The hook should "
+"look something like the below: <placeholder type=\"screen\" id=\"0\"/>"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
+#: en/other/use-cases.xml:92
+msgid ""
+"Build the image (note that during the build the VMWare-Player will prompt "
+"you to install or cancel): <placeholder type=\"screen\" id=\"0\"/>"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:96
+#, no-wrap
+msgid "live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME"
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
+#: en/other/use-cases.xml:98
+#, no-wrap
+msgid ""
+"# The script tests for boot parameter of\n"
+"# live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME\n"
+"#\n"
+"# ACTION: The operation to perform on the workstation (none|scratch)\n"
+"# IMAGEPATH: The folder path to the VMware image you want to run.\n"
+"# VMXNAME: The name of the VMware image you want to run.\n"
+"#\n"
+"# Notes:To use this file with WMWare images you will need to have a few things\n"
+"# setup:\n"
+"#\n"
+"# 1. The VMware Player needs to be installed in the image.\n"
+"# 2. This script uses (s|h)da1 for writing image data, and is used as a scratch\n"
+"#    space. This scratch space should be a file system with linux permissions\n"
+"#    such as ext2.\n"
+"# 3. VMware image(s) should be in a mounted folder and setup as follows:\n"
+"#    - Image(s) set to snapshot mode.\n"
+"#    - For each image, the image folder needs to have a file called\n"
+"#      image-release with a variable CRELEASE. An example: CRELEASE=\"1.0.0\"\n"
+"#\n"
+"# The image-release file is used by the image maintainer and this script to tell\n"
+"# workstation(s) using a given image, to erase locally stored vmware image files\n"
+"# and setup with the newly configure image. The operation of erasing locally\n"
+"# stored vmare image files, is referred to as a scratch.\n"
+"          "
+msgstr ""
+
+#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
+#: en/other/use-cases.xml:95
+msgid ""
+"After the build you will have an image you can boot live or install as "
+"firmware. The package live-config-staging is the package that installs the "
+"ability to utilize the VMWare-Player by calling live-config.vmware-player as "
+"a boot parameter in the following form: <placeholder type=\"screen\" id="
+"\"0\"/> Notes from the 900-vmware-player file are as follows: <placeholder "
+"type=\"screen\" id=\"1\"/>"
+msgstr ""

-- 
live-manual



More information about the debian-live-changes mailing list