[SCM] live-manual branch, tmp-sisu, updated. debian/2.0_a3-1-1-g9d3db75

Daniel Baumann daniel at debian.org
Fri Jul 9 15:34:54 UTC 2010


The following commit has been merged in the tmp-sisu branch:
commit 9d3db75fe439f27cd593afafa0f94f83398656c4
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Jul 9 16:19:59 2010 +0200

    Switching from docbook to sisu (INCOMPLETE).

diff --git a/debian/control b/debian/control
index 5f82607..d8451d7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Live Project <debian-live at lists.debian.org>
 Uploaders: Chris Lamb <lamby at debian.org>, Daniel Baumann <daniel at debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: dblatex, docbook-xml, docbook-xsl, po4a, w3m
+Build-Depends-Indep: sisu-complete, po4a
 Standards-Version: 3.9.0
 Homepage: http://live.debian.net/devel/live-manual/
 Vcs-Browser: http://live.debian.net/gitweb/?p=live-manual.git
diff --git a/manual/Makefile b/manual/Makefile
index b0fc0b6..d07a46b 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -10,14 +10,9 @@ po4a.cfg:
 	echo "[po4a_langs] $(LANGUAGES)" > po4a.cfg
 	echo "[po4a_paths] pot/\$$master.pot \$$lang:po/\$$lang/\$$master.po" >> po4a.cfg
 
-	for FILE in en/*.xml; \
+	for FILE in en/*.ssm en/*.ssi; \
 	do \
-		echo "[type: docbook] $${FILE} \$$lang:\$$lang/$$(basename $${FILE})" >> po4a.cfg; \
-	done
-
-	for FILE in en/*/*.xml; \
-	do \
-		echo "[type: docbook] $${FILE} \$$lang:\$$lang/$$(basename $$(dirname $${FILE}))/$$(basename $${FILE})" >> po4a.cfg; \
+		echo "[type: text] $${FILE} \$$lang:\$$lang/$$(basename $${FILE})" >> po4a.cfg; \
 	done
 
 	echo "[type: xhtml] en/index.html.in \$$lang:\$$lang/index.html.in" >> po4a.cfg
diff --git a/manual/bin/update-version.sh b/manual/bin/update-version.sh
index 4f65f76..04fa3dc 100755
--- a/manual/bin/update-version.sh
+++ b/manual/bin/update-version.sh
@@ -8,7 +8,4 @@ YEAR="$(LC_ALL=C date +%Y)"
 
 echo "Updating version information..."
 
-sed -i  -e "s|<!ENTITY pubdate.*$|<!ENTITY pubdate \"${DATE}\">|" \
-	-e "s|<!ENTITY releaseinfo.*$|<!ENTITY releaseinfo \"${VERSION}\">|" \
-	-e "s|<!ENTITY year.*$|<!ENTITY year \"${YEAR}\">|" \
-en/index.xml
+sed -i  -e "s|^ :published:.*$| :published: ${DATE}|" en/live-manual.ssm
diff --git a/manual/de/about.xml b/manual/de/about.xml
deleted file mode 100644
index 6fa62b7..0000000
--- a/manual/de/about.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter>
-  <title>About</title>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="about/manual.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="about/project.xml"/>
-</chapter>
diff --git a/manual/de/about/manual.xml b/manual/de/about/manual.xml
deleted file mode 100644
index 55f16aa..0000000
--- a/manual/de/about/manual.xml
+++ /dev/null
@@ -1,253 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<sect1 id="meta">
-  <title>About this manual</title>
-  <para> The main goal of this manual is to serve as a single access point to all
-documentation related to the Debian Live project. It does not include
-end-user documentation for using a Debian Live system as far as things are
-live specific. </para>
-  <para> Some of the commands mentioned in the text must be executed with superuser
-privileges which can be obtained by becoming the root user via
-<filename>su</filename> or by using <filename>sudo</filename>. To
-distinguish between commands which may be executed by an unprivileged user
-and those requiring superuser privileges, commands are prepended by
-<command>$</command> or <command>#</command> respectively. This symbol is
-not a part of the command. </para>
-  <sect2 id="terms">
-    <title>Terms</title>
-    <variablelist>
-      <varlistentry>
-        <term>Live system</term>
-        <listitem>
-          <para> An operating system that can boot without installation to a hard drive. Live
-systems do not alter local operating system(s) or file(s) already installed
-on the computer hard drive unless instructed to do so. Live systems are
-typically booted from media such as CDs/DVDs or USB sticks, some may also
-boot over the network. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>Debian Live</term>
-        <listitem>
-          <para> The Debian sub-project which maintains the <filename>live-helper</filename>,
-<filename>live-boot</filename> and <filename>live-config</filename>
-packages. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>Debian Live Projekt</term>
-        <listitem>
-          <para> A live system that uses software from the Debian operating system that may
-be booted from CDs, DVDs, USB sticks, over the network (via netboot images),
-and over the internet (via boot parameter fetch=URL) </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>Build system/host system</term>
-        <listitem>
-          <para> The environment used to create the live system. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <filename>live-helper</filename>
-        </term>
-        <listitem>
-          <para> A collection of scripts used to build customised Debian Live
-systems. <filename>live-helper</filename> was formerly know as
-<filename>live-package</filename>.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <filename>live-boot</filename>
-        </term>
-        <listitem>
-          <para> A collection of scripts used to boot live
-systems. <filename>live-boot</filename> was formerly a part of
-<filename>live-initramfs</filename>.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <filename>live-config</filename>
-        </term>
-        <listitem>
-          <para> A collection of scripts used to configure a live systems during the boot
-process. <filename>live-config</filename> was formerly a part of
-<filename>live-initramfs</filename>.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>Debian Installer/(d-i)</term>
-        <listitem>
-          <para> The official installation system for the Debian distribution. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>Cheat codes</term>
-        <listitem>
-          <para> FIXME </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>chroot</term>
-        <listitem>
-          <para> The chroot program, chroot(8), enables us to run different instances of the
-GNU/Linux environment on a single system simultaneously without rebooting. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>binary image</term>
-        <listitem>
-          <para> On a live system, binary image refers to the binary filesystem and the
-respective extension, such as binary.iso or binary.img. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>Target distribution</term>
-        <listitem>
-          <para> The distribution upon which your live system will be based. This can differ
-from the distribution of your Build System. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><emphasis>lenny</emphasis>/<emphasis>squeeze</emphasis>/<emphasis>sid</emphasis>
-stable/testing/unstable</term>
-        <listitem>
-          <para> The "stable" distribution contains the latest officially released
-distribution of Debian. The "testing" distribution is the staging area for
-the next stable release. A major advantage of using this distribution is
-that it has more recent versions of software relative to the "stable"
-release. The "unstable" distribution is where active development of Debian
-occurs. Generally, this distribution is run by developers and those who like
-to live on the edge. </para>
-          <para> At the time of writing, <emphasis>lenny</emphasis> is the current "stable"
-release and <emphasis>squeeze</emphasis> is the current "testing"
-release. <emphasis>sid</emphasis> will always be a synonym for the
-"unstable" release. </para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </sect2>
-  <sect2 id="authors">
-    <title>Authors</title>
-    <para> A list of authors (in alphabetical order): </para>
-    <itemizedlist>
-      <listitem>
-        <para> Ben Armstrong </para>
-      </listitem>
-      <listitem>
-        <para> Brendan Sleight </para>
-      </listitem>
-      <listitem>
-        <para> Chris Lamb </para>
-      </listitem>
-      <listitem>
-        <para> Daniel Baumann </para>
-      </listitem>
-      <listitem>
-        <para> Franklin Piat </para>
-      </listitem>
-      <listitem>
-        <para> Jonas Stein </para>
-      </listitem>
-      <listitem>
-        <para> Kai Hendry </para>
-      </listitem>
-      <listitem>
-        <para> Marco Amadori </para>
-      </listitem>
-      <listitem>
-        <para> Mathieu Geli </para>
-      </listitem>
-      <listitem>
-        <para> Matthias Kirschner </para>
-      </listitem>
-      <listitem>
-        <para> Richard Nelson </para>
-      </listitem>
-      <listitem>
-        <para> Trent W. Buck </para>
-      </listitem>
-    </itemizedlist>
-  </sect2>
-  <sect2 id="contributing">
-    <title>Contributing to this document</title>
-    <para> This manual is intended as a community project and all proposals for
-improvements and contributions are extremely welcome. The preferred way to
-submit a contribution is to send it to the mailing list. Please see <xref
-linkend="contact"/> for more information. </para>
-    <para> When submitting a contribution please clearly identify its copyright holder
-and include the licensing statement. Note that to be accepted the
-contribution must be licensed under the same license as the rest of the
-document, namely GPL version 3 or later. </para>
-    <para> The sources for this manual are maintained using the Git version control
-system. You can checkout the latest copy by executing: </para>
-    <para>
-      <screen>$ git clone git://live.debian.net/git/live-manual.git</screen>
-    </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 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>
-      <screen>$ make build</screen>
-    </para>
-    <sect3 id="commiting">
-      <title>Applying patches</title>
-      <para> Directly commiting to the repository is possible by anyone. However, we ask
-you to send bigger changes to the mailinglist to discuss them first. In
-order to push to the repository, the following steps are required. </para>
-      <itemizedlist>
-        <listitem>
-          <para> Fetch the public commit key: </para>
-          <para>
-            <screen>$ mkdir -p ~/.ssh/identity.d</screen> <screen>$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live -O ~/.ssh/identity.d/live-manual at debian-live</screen>
-<screen>$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live.pub -O ~/.ssh/identity.d/live-manual at debian-live.pub</screen> <screen>$ chmod 0600 ~/.ssh/identity.d/live-manual at debian-live*</screen>
-          </para>
-        </listitem>
-        <listitem>
-          <para> Add the following section to your openssh-client config: </para>
-          <para>
-            <screen> $ cat &gt;&gt; ~/.ssh/config &lt;&lt; EOF</screen> <screen>Host live.debian.net</screen>
-<screen>Hostname live.debian.net</screen> <screen>User gitosis</screen>
-<screen>IdentityFile ~/.ssh/identity.d/live-manual at debian-live</screen> <screen>EOF</screen>
-          </para>
-        </listitem>
-        <listitem>
-          <para> Checkout a clone of the manual through ssh: </para>
-          <para>
-            <screen>$ git clone gitosis at live.debian.net:/live-manual.git</screen>
-          </para>
-        </listitem>
-        <listitem>
-          <para> After editing the files in manual/en/, please call the 'commit' target in
-the toplevel directory to sanitize the files and update the translation
-files:</para>
-          <para>
-            <screen>$ make commit</screen>
-          </para>
-        </listitem>
-        <listitem>
-          <para> After sanitizing commit the changes. Write commit messages, that consist of
-full useful sentences, starting with a capital letter and ending with a full
-stop. Usually starting with the form 'Fixing/Adding/Removing/Correcting/': </para>
-          <para>
-            <screen>$ git commit -a</screen>
-          </para>
-        </listitem>
-        <listitem>
-          <para> Push the commit to the server: </para>
-          <para>
-            <screen>$ git push</screen>
-          </para>
-        </listitem>
-      </itemizedlist>
-    </sect3>
-  </sect2>
-</sect1>
diff --git a/manual/de/about/project.xml b/manual/de/about/project.xml
deleted file mode 100644
index 9275ceb..0000000
--- a/manual/de/about/project.xml
+++ /dev/null
@@ -1,146 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<sect1 id="about">
-  <title>Über das Debian Live Projekt</title>
-  <sect2 id="motivation">
-    <title>Motivation</title>
-    <sect3>
-      <title>What is wrong with current live systems</title>
-      <para> When Debian Live was initiated, there were already several Debian based live
-systems available and they are doing a great job. From the Debian
-perspective most of them have one or more of the following disadvantages: </para>
-      <orderedlist>
-        <listitem>
-          <para> They are unofficial projects, developed outside of Debian. </para>
-        </listitem>
-        <listitem>
-          <para> They mix different distributions, e.g. testing and unstable. </para>
-        </listitem>
-        <listitem>
-          <para> They support i386 only. </para>
-        </listitem>
-        <listitem>
-          <para> They modify the behaviour and/or appearance of packages by stripping them
-down to save space. </para>
-        </listitem>
-        <listitem>
-          <para> They include unofficial packages. </para>
-        </listitem>
-        <listitem>
-          <para> They ship custom kernels with additional patches that are not part of
-Debian. </para>
-        </listitem>
-        <listitem>
-          <para> They are large and slow due to their sheer size and thus not suitable for
-rescue issues. </para>
-        </listitem>
-        <listitem>
-          <para> They are not available in different flavours, e.g. CDs, DVDs, USB-stick and
-netboot images. </para>
-        </listitem>
-      </orderedlist>
-    </sect3>
-    <sect3>
-      <title>Why create our own live system?</title>
-      <para> Debian is the Universal Operating System: Debian has an official live system
-for showing around and to officially represent the true, one and only Debian
-system with the following main advantages: </para>
-      <orderedlist>
-        <listitem>
-          <para> It would be an official Debian subproject. </para>
-        </listitem>
-        <listitem>
-          <para> It reflects the (current) state of one distribution. </para>
-        </listitem>
-        <listitem>
-          <para> It runs on as many architectures as possible. </para>
-        </listitem>
-        <listitem>
-          <para> It consists of unchanged Debian packages only. </para>
-        </listitem>
-        <listitem>
-          <para> It does not contain any unofficial packages. </para>
-        </listitem>
-        <listitem>
-          <para> It uses an unaltered Debian kernel with no additional patches. </para>
-        </listitem>
-      </orderedlist>
-    </sect3>
-  </sect2>
-  <sect2 id="philosophy">
-    <title>Philosophy</title>
-    <sect3>
-      <title>Only unchanged, official packages</title>
-      <para> We will only use official packages from the Debian repository in the "main"
-section. The non-free section is not part of Debian and therefore cannot be
-used at all for official live system images. </para>
-      <para> We will not change any packages. Whenever we need to change something, we
-will do that in coordination with its package maintainer in Debian. </para>
-      <para> As an exception, our own packages such as <filename>live-helper</filename>,
-<filename>live-boot</filename> or <filename>live-config</filename> may
-temporarily be used from our own repository for development reasons (e.g. to
-create development snapshots). They will be uploaded to Debian on a regular
-basis. </para>
-    </sect3>
-    <sect3>
-      <title>No package configuration of the live system</title>
-      <para> In this phase we will not ship or install sample or alternative
-configurations. All packages are used in their default configuration as they
-are after a regular installation of Debian. </para>
-      <para> Whenever we need a different default configuration, we will do that in
-coordination with its package maintainer in Debian. </para>
-      <para> A system for configuring packages is provided using debconf in <command>lh
-config</command> (use --preseed FILE) allowing custom configured packages to
-be installed in your custom produced Debian Live images, but for official
-live images only default configuration will be used. For more information,
-please see <xref linkend="customization"/>. </para>
-      <para> Exception: There are a few essential changes needed to bring a live system
-to life (e.g. configuring pam to allow empty passwords). These essential
-changes have to be kept as minimal as possible and should be merged within
-the Debian repository if possible. </para>
-    </sect3>
-  </sect2>
-  <sect2 id="contact">
-    <title>Contact</title>
-    <variablelist>
-      <varlistentry>
-        <term>Mailing list</term>
-        <listitem>
-          <para> The primary contact for the project is the <ulink
-url="http://lists.debian.org/debian-live/">mailing list</ulink>. You can
-email the list directly by addressing your mail to
-<email>debian-live at lists.debian.org</email>. The <ulink
-url="http://lists.debian.org/debian-live/">list archives</ulink> are also
-available. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>IRC</term>
-        <listitem>
-          <para> A number of users and developers are present in the <ulink
-url="irc://irc.debian.org/#debian-live">#debian-live</ulink> channel on
-<ulink url="http://oftc.net">OFTC</ulink>. When asking a question on IRC,
-please be patient for an answer. If no answer is forthcoming, please email
-the mailing list. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>BTS</term>
-        <listitem>
-          <para> The Debian Bug Tracking System (BTS) contains details of bugs reported by
-users and developers. Each bug is given a number, and is kept on file until
-it is marked as having been dealt with. For more information, please see
-<xref linkend="bugs"/>. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>Wiki</term>
-        <listitem>
-          <para> The <ulink url="http://wiki.debian.org/DebianLive">Debian Live wiki</ulink>
-is a place to gather information, discuss applied technologies, and document
-frameworks of Debian Live systems that go beyond the scope of this document. </para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </sect2>
-</sect1>
diff --git a/manual/en/about/manual.xml b/manual/de/about_manual.ssi
similarity index 100%
rename from manual/en/about/manual.xml
rename to manual/de/about_manual.ssi
diff --git a/manual/en/about/project.xml b/manual/de/about_project.ssi
similarity index 100%
copy from manual/en/about/project.xml
copy to manual/de/about_project.ssi
diff --git a/manual/en/devel.xml b/manual/de/devel.ssi
similarity index 100%
rename from manual/en/devel.xml
rename to manual/de/devel.ssi
diff --git a/manual/de/devel.xml b/manual/de/devel.xml
deleted file mode 100644
index 8c3ef37..0000000
--- a/manual/de/devel.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<part>
-  <title>Development</title>
-</part>
diff --git a/manual/de/index.xml b/manual/de/index.xml
deleted file mode 100644
index a58aae9..0000000
--- a/manual/de/index.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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-07-09">
-<!ENTITY releaseinfo "2.0~a3">
-<!ENTITY year "2010">
-]>
-<book lang="en">
-  <title>Debian Live Handbuch</title>
-  <bookinfo>
-    <author> <othername>Debian Live Project</othername>
-<email>debian-live at lists.debian.org</email> </author>
-    <releaseinfo>&releaseinfo;</releaseinfo>
-    <pubdate>&pubdate;</pubdate> <copyright> <year>2006-&year;</year>
-<holder>Debian Live Project</holder> </copyright>
-    <legalnotice>
-      <para>This program is free software: you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the Free
-Software Foundation, either version 3 of the License, or (at your option)
-any later version.</para>
-      <para> This program is distributed in the hope that it will be useful, but WITHOUT
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-more details. </para>
-      <para> You should have received a copy of the GNU General Public License along with
-this program. If not, see <ulink
-url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>. </para>
-      <para> On Debian systems, the complete text of the GNU General Public License can
-be found in <ulink
-url="file:///usr/share/common-licenses/GPL-3">/usr/share/common-licenses/GPL-3</ulink>
-file.</para>
-    </legalnotice>
-  </bookinfo>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="about.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="user.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="devel.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="project.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other.xml"/>
-</book>
diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
new file mode 100644
index 0000000..fb0dc8d
--- /dev/null
+++ b/manual/de/live-manual.ssm
@@ -0,0 +1,54 @@
+<?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-07-09">
+<!ENTITY releaseinfo "2.0~a3">
+<!ENTITY year "2010">
+]>
+<book lang="en">
+  <title>Debian Live Manual</title>
+  <bookinfo>
+    <author>
+      <othername>Debian Live Project</othername>
+      <email>debian-live at lists.debian.org</email>
+    </author>
+    <releaseinfo>&releaseinfo;</releaseinfo>
+    <pubdate>&pubdate;</pubdate>
+    <copyright>
+      <year>2006-&year;</year>
+      <holder>Debian Live Project</holder>
+    </copyright>
+    <legalnotice>
+      <para>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</para>
+      <para> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. </para>
+      <para> You should have received a copy of the GNU General Public License along with this program. If not, see <ulink url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>. </para>
+      <para> On Debian systems, the complete text of the GNU General Public License can be found in <ulink url="file:///usr/share/common-licenses/GPL-3">/usr/share/common-licenses/GPL-3</ulink> file.</para>
+    </legalnotice>
+  </bookinfo>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="about.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="user.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="devel.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="project.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other.xml"/>
+</book>
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<part>
+  <title>Other</title>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/installation.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/basics.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/overview.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/customization.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/common-tasks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/live-environment.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/faq.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/reporting-bugs.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/howtos.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/coding-style.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/procedures.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/resources.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/use-cases.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/success-stories.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/troubleshooting.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/appendices_configuration-layout.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/appendices_configuration-files.xml"/>
+</part>
diff --git a/manual/de/other.xml b/manual/de/other.xml
deleted file mode 100644
index fc3e754..0000000
--- a/manual/de/other.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<part>
-  <title>Other</title>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/installation.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/basics.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/overview.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/customization.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/common-tasks.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/live-environment.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/faq.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/reporting-bugs.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/howtos.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/coding-style.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/procedures.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/resources.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/use-cases.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/success-stories.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/troubleshooting.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/appendices_configuration-layout.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/appendices_configuration-files.xml"/>
-</part>
diff --git a/manual/de/other/appendices_configuration-files.xml b/manual/de/other/appendices_configuration-files.xml
deleted file mode 100644
index ff4358c..0000000
--- a/manual/de/other/appendices_configuration-files.xml
+++ /dev/null
@@ -1,613 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<appendix id="configuration-files">
-  <title>Configuration files</title>
-  <section id="config-binary">
-    <title>The <filename>config/binary</filename> file</title>
-    <variablelist>
-      <varlistentry>
-        <term>LH_BINARY_FILESYSTEM</term>
-        <listitem>
-          <para>Set image filesystem. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BINARY_IMAGES</term>
-        <listitem>
-          <para>Set image type. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BINARY_INDICES</term>
-        <listitem>
-          <para>Set apt/aptitude generic indices. (See <xref
-linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BOOTAPPEND_LIVE</term>
-        <listitem>
-          <para>Set boot parameters. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BOOTAPPEND_INSTALL</term>
-        <listitem>
-          <para>Set boot parameters. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BOOTLOADER</term>
-        <listitem>
-          <para>Set bootloader. (See <xref linkend="bootloaders"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_CHECKSUMS</term>
-        <listitem>
-          <para>Set checksums. (See <xref linkend="cheat-codes"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_CHROOT_BUILD</term>
-        <listitem>
-          <para>Control if we build binary images chrooted. (See <xref
-linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_DEBIAN_INSTALLER</term>
-        <listitem>
-          <para>Set debian-installer. (See <xref linkend="debian-installer"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_DEBIAN_INSTALLER_DAILY</term>
-        <listitem>
-          <para>Set daily images. (See <xref linkend="debian-installer"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_ENCRYPTION</term>
-        <listitem>
-          <para>Set encrytion. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_GRUB_SPLASH</term>
-        <listitem>
-          <para>Set custom grub splash. (See <xref linkend="splash"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_HOSTNAME</term>
-        <listitem>
-          <para>Set hostname. (See <xref linkend="hostname"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_ISO_APPLICATION</term>
-        <listitem>
-          <para>Set iso author. (See <xref linkend="iso-metadata"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_ISO_PREPARER</term>
-        <listitem>
-          <para>Set iso preparer. (See <xref linkend="iso-metadata"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_ISO_PUBLISHER</term>
-        <listitem>
-          <para>Set iso publisher. (See <xref linkend="iso-metadata"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_ISO_VOLUME</term>
-        <listitem>
-          <para>Set iso volume (max 32 chars). (See <xref linkend="iso-metadata"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_JFFS2_ERASEBLOCK</term>
-        <listitem>
-          <para>Set jffs2 eraseblock size. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_MEMTEST</term>
-        <listitem>
-          <para>Set memtest. (See <xref linkend="memtest"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_NET_ROOT_FILESYSTEM</term>
-        <listitem>
-          <para>Set netboot filesystem. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_NET_ROOT_MOUNTOPTIONS</term>
-        <listitem>
-          <para>Set nfsopts. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_NET_ROOT_PATH</term>
-        <listitem>
-          <para>Set netboot server directory. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_NET_ROOT_SERVER</term>
-        <listitem>
-          <para>Set netboot server address. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_NET_COW_FILESYSTEM</term>
-        <listitem>
-          <para>Set net client cow filesystem. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_NET_COW_MOUNTOPTIONS</term>
-        <listitem>
-          <para>Set cow mount options. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_NET_COW_PATH</term>
-        <listitem>
-          <para>Set cow directory. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_NET_COW_SERVER</term>
-        <listitem>
-          <para>Set cow server. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_NET_TARBALL</term>
-        <listitem>
-          <para>Set net tarball. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SYSLINUX_SPLASH</term>
-        <listitem>
-          <para>Set custom syslinux splash. (See <xref linkend="splash"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SYSLINUX_TIMEOUT</term>
-        <listitem>
-          <para>Set custom syslinux timeout in seconds. (See <xref linkend="syslinux"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SYSLINUX_CFG</term>
-        <listitem>
-          <para>Set custom syslinux configuration file. (See <xref linkend="syslinux"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SYSLINUX_MENU</term>
-        <listitem>
-          <para>Set syslinux menu. (See <xref linkend="syslinux"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SYSLINUX_MENU_LIVE_ENTRY</term>
-        <listitem>
-          <para>Set text to be used on the menu for live entries. (See <xref
-linkend="syslinux"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY</term>
-        <listitem>
-          <para>Set text to be used on the menu for live entries (failsafe ones). (See <xref
-linkend="syslinux"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SYSLINUX_MENU_MEMTEST_ENTRY</term>
-        <listitem>
-          <para>Set text to be used on the menu for memtest entry. (See <xref
-linkend="syslinux"/> and <xref linkend="memtest"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_USERNAME</term>
-        <listitem>
-          <para>Set username. (See <xref linkend="live-user"/>)</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </section>
-  <section id="config-bootstrap">
-    <title>The <filename>config/bootstrap</filename> file</title>
-    <variablelist>
-      <varlistentry>
-        <term>LH_ARCHITECTURE</term>
-        <listitem>
-          <para>Select chroot architecture. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BOOTSTRAP_CONFIG</term>
-        <listitem>
-          <para>Set distribution config directory. (See <xref
-linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BOOTSTRAP_INCLUDE</term>
-        <listitem>
-          <para>Include packages on base. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BOOTSTRAP_EXCLUDE</term>
-        <listitem>
-          <para>Exclude packages on base. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BOOTSTRAP_FLAVOUR</term>
-        <listitem>
-          <para>Select flavour to use. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BOOTSTRAP_KEYRING</term>
-        <listitem>
-          <para>Set distribution keyring. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_DISTRIBUTION</term>
-        <listitem>
-          <para>Select distribution to use. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_MIRROR_BOOTSTRAP</term>
-        <listitem>
-          <para>Set mirror to bootstrap from. (See <xref linkend="package-sources"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_MIRROR_CHROOT</term>
-        <listitem>
-          <para>Set mirror to fetch packages from. (See <xref linkend="package-sources"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_MIRROR_CHROOT_SECURITY</term>
-        <listitem>
-          <para>Set security mirror to fetch packages from. (See <xref
-linkend="package-sources"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_MIRROR_BINARY</term>
-        <listitem>
-          <para>Set mirror which ends up in the image. (See <xref
-linkend="package-sources"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_MIRROR_BINARY_SECURITY</term>
-        <listitem>
-          <para>Set security mirror which ends up in the image. (See <xref
-linkend="package-sources"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SECTIONS</term>
-        <listitem>
-          <para>select section(s) to use. (See <xref linkend="package-sources"/>)</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </section>
-  <section id="config-chroot">
-    <title>The <filename>config/chroot</filename> file</title>
-    <variablelist>
-      <varlistentry>
-        <term>LH_CHROOT_FILESYSTEM</term>
-        <listitem>
-          <para>Set chroot filesystem. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_UNION_FILESYSTEM</term>
-        <listitem>
-          <para>Set union filesystem. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_EXPOSED_ROOT</term>
-        <listitem>
-          <para>expose root as read only. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_HOOKS</term>
-        <listitem>
-          <para>Set hook commands. (See <xref linkend="hooks"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_INTERACTIVE</term>
-        <listitem>
-          <para>Set interactive build. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_KEYRING_PACKAGES</term>
-        <listitem>
-          <para>Set keyring packages. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_LANGUAGE</term>
-        <listitem>
-          <para>Set language to use. (See <xref linkend="language"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_LINUX_FLAVOURS</term>
-        <listitem>
-          <para>Set kernel flavour to use. (See <xref linkend="kernel"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_LINUX_PACKAGES</term>
-        <listitem>
-          <para>Set kernel packages to use. (See <xref linkend="kernel"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_PACKAGES</term>
-        <listitem>
-          <para>Set packages to install. (See <xref linkend="lh-packages"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_PACKAGES_LISTS</term>
-        <listitem>
-          <para>Set package list to install. (See <xref linkend="package-lists"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_TASKS</term>
-        <listitem>
-          <para>Set tasks to install. (See <xref linkend="tasks"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SECURITY</term>
-        <listitem>
-          <para>enable security updates. (See <xref linkend="package-sources"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SYMLINKS</term>
-        <listitem>
-          <para>enable symlink convertion. (See <xref linkend="symlinks"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SYSVINIT</term>
-        <listitem>
-          <para>enable sysvinit. (See <xref linkend="startup-scripts"/>)</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </section>
-  <section id="config-common">
-    <title>The <filename>config/common</filename> file</title>
-    <variablelist>
-      <varlistentry>
-        <term>LH_APT</term>
-        <listitem>
-          <para>Set package manager. (See <xref linkend="package-installation"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_APT_FTP_PROXY</term>
-        <listitem>
-          <para>Set apt/aptitude ftp proxy. (See <xref linkend="package-installation"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_APT_HTTP_PROXY</term>
-        <listitem>
-          <para>Set apt/aptitude http proxy. (See <xref linkend="package-installation"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_APT_PDIFFS</term>
-        <listitem>
-          <para>Set apt/aptitude pdiff indices. (See <xref linkend="package-installation"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_APT_PIPELINE</term>
-        <listitem>
-          <para>Set apt/aptitude pipeline depth. (See <xref
-linkend="package-installation"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_APT_RECOMMENDS</term>
-        <listitem>
-          <para>Set apt/aptitude recommends. (See <xref linkend="package-installation"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_APT_SECURE</term>
-        <listitem>
-          <para>Set apt/aptitude security. (See <xref linkend="package-installation"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BOOTSTRAP</term>
-        <listitem>
-          <para>Set bootstrap program. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_CACHE</term>
-        <listitem>
-          <para>control cache. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_CACHE_INDICES</term>
-        <listitem>
-          <para>control if downloaded package indices should be cached. (See <xref
-linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_CACHE_PACKAGES</term>
-        <listitem>
-          <para>control if downloaded packages files should be cached. (See <xref
-linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_CACHE_STAGES</term>
-        <listitem>
-          <para>control if completed stages should be cached. (See <xref
-linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_DEBCONF_FRONTEND</term>
-        <listitem>
-          <para>Set debconf(1) frontend to use. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_DEBCONF_NOWARNINGS</term>
-        <listitem>
-          <para>Set debconf(1) warnings. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_DEBCONF_PRIORITY</term>
-        <listitem>
-          <para>Set debconf(1) priority to use. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_INITRAMFS</term>
-        <listitem>
-          <para>Set initramfs hook. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_FDISK</term>
-        <listitem>
-          <para>Set fdisk program. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_LOSETUP</term>
-        <listitem>
-          <para>Set losetup program. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_MODE</term>
-        <listitem>
-          <para>Set distribution mode. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_ROOT_COMMAND</term>
-        <listitem>
-          <para>use sudo or equivalent. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_USE_FAKEROOT</term>
-        <listitem>
-          <para>use fakeroot/fakechroot. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_TASKSEL</term>
-        <listitem>
-          <para>Set tasksel program. (See <xref linkend="tasks"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_INCLUDES</term>
-        <listitem>
-          <para>Set includes. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_TEMPLATES</term>
-        <listitem>
-          <para>Set templates. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_BREAKPOINTS</term>
-        <listitem>
-          <para>enable breakpoints. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_DEBUG</term>
-        <listitem>
-          <para>enable debug. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_FORCE</term>
-        <listitem>
-          <para>enable force. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_QUIET</term>
-        <listitem>
-          <para>enable quiet. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_VERBOSE</term>
-        <listitem>
-          <para>enable verbose. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </section>
-  <section id="config-source">
-    <title>The <filename>config/source</filename> file</title>
-    <variablelist>
-      <varlistentry>
-        <term>LH_SOURCE</term>
-        <listitem>
-          <para>Set source option. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>LH_SOURCE_IMAGES</term>
-        <listitem>
-          <para>Set image type. (See <xref linkend="configuration-layout"/>)</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </section>
-</appendix>
diff --git a/manual/de/other/appendices_configuration-layout.xml b/manual/de/other/appendices_configuration-layout.xml
deleted file mode 100644
index be5c697..0000000
--- a/manual/de/other/appendices_configuration-layout.xml
+++ /dev/null
@@ -1,192 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<appendix id="configuration-layout">
-  <title>Configuration layout</title>
-  <variablelist>
-    <title>Layout of the <filename class="directory">config/</filename> directory</title>
-    <varlistentry>
-      <term>
-        <filename class="directory">binary_debian-installer/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="debian-installer"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">binary_grub/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="bootloaders"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">binary_local-debs/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="debian-installer"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">binary_local-hooks/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="binary-local-hooks"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">binary_local-includes/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="binary-includes"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">binary_local-packageslists/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="configuration-layout"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">binary_local-udebs/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="debian-installer"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">binary_rootfs/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="configuration-layout"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">binary_syslinux/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="bootloaders"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">chroot_apt/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="custom-packages-apt"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">chroot_local-hooks/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="chroot-local-hooks"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">chroot_local-includes/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="chroot-local-includes"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">chroot_local-packages/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="local-packages"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">chroot_local-packageslists/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="package-lists"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">chroot_local-presed/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="debconf-preseed"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">chroot_sources/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="custom-apt-repo"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">includes/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="bootloaders"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename class="directory">templates/</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="bootloaders"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename>bootstrap</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="config-bootstrap"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename>binary</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="config-binary"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename>chroot</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="config-chroot"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename>common</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="config-common"/>)</para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        <filename>source</filename>
-      </term>
-      <listitem>
-        <para>(see <xref linkend="config-source"/>)</para>
-      </listitem>
-    </varlistentry>
-  </variablelist>
-</appendix>
diff --git a/manual/de/other/coding-style.xml b/manual/de/other/coding-style.xml
deleted file mode 100644
index 2fd4cbf..0000000
--- a/manual/de/other/coding-style.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="coding-style">
-  <title>Coding Style</title>
-  <para>This chapter documents the coding style used in
-<filename>live-helper</filename> and (ideally) in
-<filename>live-initramfs</filename>.</para>
-  <sect1 id="compatibilty">
-    <title>Compatibility</title>
-    <itemizedlist>
-      <listitem>Don't use syntax or semantics that are unique to the Bash shell. For example, the use of array constructs.</listitem>
-      <listitem>Only use the POSIX subset - for example, use $(foo) over `foo`.</listitem>
-      <listitem>You can check your scripts with 'sh -n' and 'checkbashisms'</listitem>
-    </itemizedlist>
-  </sect1>
-  <sect1 id="indenting">
-    <title>Indenting</title>
-    <itemizedlist>
-      <listitem>Always use tabs over spaces.</listitem>
-    </itemizedlist>
-  </sect1>
-  <sect1 id="wrapping">
-    <title>Wrapping</title>
-    <itemizedlist>
-      <listitem>Generally, lines are 80 chars at maximum.</listitem>
-      <listitem>Use the "Linux style" of line breaks: <para>Bad: <screen> if foo; then bar fi </screen> </para> <para>Good: <screen> if foo then bar fi </screen> </para></listitem>
-      <listitem>The same holds for functions: <para>Bad: <screen> foo () { bar } </screen> </para> <para>Good: <screen> foo () { bar } </screen> </para></listitem>
-    </itemizedlist>
-  </sect1>
-  <sect1 id="variables">
-    <title>Variables</title>
-    <itemizedlist>
-      <listitem>Variables are always in capital letters.</listitem>
-      <listitem>Variables that used in config always start with LH_ prefix.</listitem>
-      <listitem>Internal temporary variables should start with the _LH_ prefix.</listitem>
-      <listitem>Local variables start with __LH_ prefix.</listitem>
-      <listitem>Use braces around variables; eg. write ${FOO} instead of $FOO.</listitem>
-      <listitem>Always protect variables with respect to potential whitespaces, write "${FOO}" not ${FOO}.</listitem>
-      <listitem>For consistency reasons, always use quotes when assigning values to variables: <para>Bad: <screen> FOO=bar </screen> </para> <para>Good: <screen> FOO="bar" </screen> </para></listitem>
-      <listitem>If multiple variables are used, quote the full expression: <para>Bad: <screen> if [ -f "${FOO}"/foo/"${BAR}"/bar ] then foobar fi </screen> </para> <para>Good: <screen> if [ -f "${FOO}/foo/${BAR}/bar" ] then foobar fi </screen> </para></listitem>
-    </itemizedlist>
-  </sect1>
-  <sect1 id="misc">
-    <title>Miscellaneous</title>
-    <itemizedlist>
-      <listitem>Use "|" (without the surround quotes) as a seperator in calls to sed, e.g. "sed -e 's|foo|bar|'" (without "").</listitem>
-      <listitem>Don't use the test command for comparisons or tests, use "[" "]" (without ""), e.g. "if [ -x /bin/foo ]; ..." and not "if test -x /bin/foo; ...".</listitem>
-    </itemizedlist>
-  </sect1>
-</chapter>
diff --git a/manual/de/other/common-tasks.xml b/manual/de/other/common-tasks.xml
deleted file mode 100644
index e340c99..0000000
--- a/manual/de/other/common-tasks.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="common-tasks">
-  <title>Common tasks</title>
-  <section id="debian-installer">
-    <title>The Debian Installer</title>
-    <para> Although Debian Live is mostly concerned with avoiding permanent
-installation, integrating some form of installer to your image is
-possible. There are number of different "types" of installation, varying in
-what and how to install the image. </para>
-    <note>
-      <title> The "Debian Installer" </title>
-      <para> Please note the careful use of capital letters when referring to the "Debian
-Installer" in this section - when used like this we refer explicitly to the
-official installer for the Debian system, not anything else. It is often
-seen abbreviated to "d-i". </para>
-    </note>
-    <para> The three main types of installer are: </para>
-    <variablelist>
-      <varlistentry>
-        <term> "Normal" Debian Installer </term>
-        <listitem>
-          <para> This is a normal Debian Live image with a seperate kernel and initrd which
-(when selected from the appropriate bootloader) launches into a standard
-Debian Installer instance, just as if you had downloaded a CD image of
-Debian and booted it. </para>
-          <para> This means that Debian is installed by fetching and installing
-<command>.deb</command> packages using <filename>debootstrap</filename> or
-<filename>cdebootstrap</filename>, from the local media or some network-base
-network, resulting in a standard Debian system being installed to the hard
-disk. </para>
-          <para> This whole process can be preseeded and customised in a number of ways; see
-the relevant "DebianInstaller" wiki page and installation guide for
-more. This is operational now withing <filename>live-helper</filename>. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term> "Live" Debian Installer </term>
-        <listitem>
-          <para> This is a Debian Live image with a seperate kernel and initrd which (when
-selected from the appropriate bootloader) launches into an instance of the
-Debian Installer. </para>
-          <para> Installation will proceed in an identical fashion to the "Normal"
-installation described above, but at the actual package installation stage,
-instead of using <filename>debootstrap</filename> to fetch and install
-packages, the "live" filesystem image is copied to the target. After this
-stage, the Debian Installer continues as normal, installing and configuring
-items such as bootloaders and local users, etc. </para>
-          <para> This is working now. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term> "Ubuntu"-style installer </term>
-        <listitem>
-          <para> This is where you boot into a graphical Debian Live system and run a
-wizard-based program which installs and configures the live system, all the
-time remaining inside the live graphical environment. </para>
-          <para> This is currently NOT possible with Debian Live. </para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-    <para> By default, no installer will be included in the Debian Live image. You can
-enable it by using <filename>lh_config</filename> : <screen> $ lh_config --help ... [--debian-installer enabled|cdrom|netinst|netboot|businesscard|live|disabled] [--debian-installer-distribution CODENAME|daily] [--debian-installer-preseedfile FILE|URL] ... </screen> </para>
-    <para> The values "Normal", "Live" and "Ubuntu" are not valid values for <term>LH_BINARY_DEBIAN_INSTALLER</term>. Refer to the output of <filename>lh_config</filename> cited above to
-choose the appropriate values. </para>
-  </section>
-  <section id="wifi-connection">
-    <title>WiFi Connection</title>
-    <para> Depending on the Debian Live image you are using and the given tools
-configured with your Debian Live image you may need to only attach to an
-available access point. If you encounter difficulty a good place to start is
-at the Debian Wiki entry for <ulink
-url="http://wiki.debian.org/WiFi">WiFi</ulink>. </para>
-  </section>
-</chapter>
diff --git a/manual/de/other/customization.xml b/manual/de/other/customization.xml
deleted file mode 100644
index 923cbfa..0000000
--- a/manual/de/other/customization.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="customization">
-  <title>Customization</title>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="customization_packages.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="customization_contents.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="customization_internationalization.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="customization_bootup.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="customization_binary.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="customization_backports.xml"/>
-</chapter>
diff --git a/manual/de/other/customization_backports.xml b/manual/de/other/customization_backports.xml
deleted file mode 100644
index 5fcdb7c..0000000
--- a/manual/de/other/customization_backports.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<sect1 id="backports">
-  <title>Using a newer kernel with Lenny</title>
-  <para>The backports repository, backports.org, lacks the necessary module packages
-(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been
-set up, in order to build Lenny live images with a later kernel. Shown here
-is one way of doing it.</para>
-  <screen> $ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.binary.gpg # lh_build </screen>
-</sect1>
diff --git a/manual/de/other/customization_binary.xml b/manual/de/other/customization_binary.xml
deleted file mode 100644
index 89971c1..0000000
--- a/manual/de/other/customization_binary.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<sect1 id="binary">
-  <title>Customising the binary image</title>
-  <para>This chapter discusses FIXME</para>
-  <sect2 id="iso-metadata">
-    <title>ISO metadata</title>
-    <para> When creating an ISO9660 binary image, you can use the following options to
-add various textual metadata for your image. This can help you easily
-identify the version or configuration of an image without booting it. </para>
-    <variablelist>
-      <varlistentry>
-        <term><command>LH_ISO_APPLICATION</command> / <command>--iso-application
-<replaceable>NAME</replaceable></command></term>
-        <listitem>
-          <para> This should describe the application that will be on the image. The maximum
-length for this field is 128 characters. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><command>LH_ISO_PREPARER</command> / <command>--iso-preparer
-<replaceable>NAME</replaceable></command></term>
-        <listitem>
-          <para> This should describe the preparer of the image, usually with some contact
-details. The default for this option is the <filename>live-helper</filename>
-version you are using, which may help with debugging later. The maximum
-length for this field is 128 characters. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><command>LH_ISO_PUBLISHER</command> / <command>--iso-publisher
-<replaceable>NAME</replaceable></command></term>
-        <listitem>
-          <para> This should describe the publisher of the image, usually with some contact
-details. The maximum length for this field is 128 characters. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><command>LH_ISO_VOLUME</command> / <command>--iso-volume
-<replaceable>NAME</replaceable></command></term>
-        <listitem>
-          <para> This should specify the volume ID of the image. This is used as a
-user-visible label on some platforms such as Windows and Apple Mac OS. The
-maximum length for this field is 32 characters. </para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </sect2>
-</sect1>
diff --git a/manual/de/other/customization_bootup.xml b/manual/de/other/customization_bootup.xml
deleted file mode 100644
index 4d84765..0000000
--- a/manual/de/other/customization_bootup.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<sect1 id="bootup">
-  <title>Customising the bootup process</title>
-  <para>This chapter discusses customisation of bootup process of a live system,
-including kernel options, modifications to the bootloader, "splash" screens
-and startup scripts.</para>
-  <para>FIXME</para>
-  <sect2 id="kernel">
-    <title>Kernel</title>
-  </sect2>
-  <sect2 id="bootloaders">
-    <title>Bootloaders</title>
-    <para> FIXME </para>
-    <sect3>
-      <title>Choosing a bootloader</title>
-      <para> FIXME </para>
-    </sect3>
-    <sect3 id="syslinux">
-      <title>Syslinux</title>
-      <para>In the default configuration, Syslinux will pause indefinitely at its splash
-screen. To adjust this, modify the <command>LH_SYSLINUX_TIMEOUT</command>
-value or pass <command>--syslinux-timeout
-<replaceable>TIMEOUT</replaceable></command> to
-<filename>lh_config</filename>. The value is specified in units of 1/10s and
-the maximum possible timeout is 35996. A timeout of 0 (zero) disables the
-timeout completely. For more information please see syslinux(1).</para>
-    </sect3>
-    <sect3>
-      <title>Bootloader templates</title>
-      <para> FIXME </para>
-    </sect3>
-    <sect3>
-      <title>Booting a Debian Live USB/HDD system from a USB stick with Grub</title>
-      <para> Suppose you've built your Debian Live USB/HDD image, but want to install it
-on an already used USB stick with ext2/3 partition and Grub bootloader: </para>
-      <para>First, copy live components in a directory on your key: the Linux kernel
-(<filename>vmlinuz*</filename>), its Initial RAM disk
-(<filename>initrd*</filename>) and the system
-(<filename>filesystem.squashfs</filename>): <screen> # mkdir /media/myUsb/boot/live/ # cp binary/vmlinuz1 binary/initrd1.img binary/live/filesystem.squashfs /media/myUsb/boot/live/ </screen> </para>
-      <para>Then, add a stanza in Grub's menu definition to boot up this system:
-<screen> echo &gt;&gt;/media/myUsb/boot/grub/menu.lst &lt;&lt;EOF title my Debian Live root (hd0,1) # my Ext2 partition is the second on this stick kernel /boot/live/vmlinuz1 boot=live vga=791 persistent union=aufs live-media-path=boot/live initrd /boot/live/initrd1.img EOF </screen> The important kernel command line option
-to add here is <variablename>live-media-path</variablename>, which tells to Live initrd's script in which subdirectory to look for the
-SquashFS image. </para>
-      <para>Next, umount your USB stick and reboot on it. That's all!</para>
-    </sect3>
-  </sect2>
-  <sect2 id="splash">
-    <title>Splash screens</title>
-    <para> FIXME </para>
-  </sect2>
-  <sect2 id="memtest">
-    <title>Memtest</title>
-    <para> FIXME </para>
-  </sect2>
-  <sect2 id="startup-scripts">
-    <title>Startup scripts</title>
-    <para> FIXME </para>
-  </sect2>
-  <sect2 id="cheat-codes">
-    <title>Cheat codes</title>
-    <para> FIXME </para>
-    <para> Checksums. </para>
-  </sect2>
-</sect1>
diff --git a/manual/de/other/customization_contents.xml b/manual/de/other/customization_contents.xml
deleted file mode 100644
index ff864e1..0000000
--- a/manual/de/other/customization_contents.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<sect1 id="contents">
-  <title>Customising contents</title>
-  <para>This chapter discusses further customisation of the live system.</para>
-  <sect2>
-    <title>Includes</title>
-    <para>Using includes, it is possible to add (or replace) arbitrary files in your
-Debian Live image. <filename>live-helper</filename> provides three
-mechanisms for using them:</para>
-    <variablelist>
-      <varlistentry>
-        <term> Chroot local includes </term>
-        <listitem>
-          <para> These allow you to add or replace files to the chroot/Live
-filesystem. Please see <xref linkend="chroot-local-includes"/> for more
-information. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term> Binary local includes </term>
-        <listitem>
-          <para> These allow you to add or replace files in the binary image. Please see
-<xref linkend="binary-local-includes"/> for more information. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term> Binary includes </term>
-        <listitem>
-          <para> These allow you to add or replace Debian specific files in the binary image,
-such as the templates and tools directories. Please see <xref
-linkend="binary-includes"/> for more information. </para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-    <para> Please see <xref linkend="terms"/> for more information about the
-distinction between the "Live" and "binary" images. </para>
-    <sect3 id="chroot-local-includes">
-      <title>Live/chroot local includes</title>
-      <para> Chroot local includes can be used to add or replace files in the chroot/Live
-filesystem so that they are visible when the Live system is booted. Typical
-uses for them are to populate the skeleton user directory (<filename
-class="directory">/etc/skel</filename>) used by the live system to create
-the live user's home directory, or adding configuration files where
-additional processing is not required. </para>
-      <para> To include files, simply add them to your <filename
-class="directory">config/chroot_local-includes</filename> directory. This
-directory corresponds to the root directory (<filename
-class="directory">/</filename>) of the live system. For example, to add a
-file <filename>/var/www/index.html</filename> in the live system, use: </para>
-      <screen> $ mkdir -p config/chroot_local-includes/var/www $ cp /path/to/my/index.html config/chroot_local-includes/var/www </screen>
-      <para> Your configuration will then have the following layout: </para>
-      <screen> -- config [...] |-- chroot_local-includes | `-- var | `-- www | `-- index.html [...] `-- templates </screen>
-      <para> Chroot local includes are installed after package installation so that files
-installed by packages are overwritten. </para>
-    </sect3>
-    <sect3 id="binary-local-includes">
-      <title>Binary local includes</title>
-      <para> FIXME. </para>
-    </sect3>
-    <sect3 id="binary-includes">
-      <title>Binary includes</title>
-      <para> FIXME. </para>
-    </sect3>
-  </sect2>
-  <sect2 id="hooks">
-    <title>Hooks</title>
-    <para>FIXME.</para>
-    <para>Enabling hooks</para>
-    <sect3 id="chroot-local-hooks">
-      <title>Live/chroot local hooks</title>
-      <para>FIXME.</para>
-    </sect3>
-    <sect3 id="binary-local-hooks">
-      <title>Binary local hooks</title>
-      <para>FIXME.</para>
-    </sect3>
-  </sect2>
-  <sect2 id="debconf-preseed">
-    <title>Preseeding Debconf questions</title>
-    <para>Files in the <filename
-class="directory">config/chroot_local-preseed</filename> directory are
-considered to be debconf preseed files and are installed by
-<filename>live-helper</filename> using
-<filename>debconf-set-selections</filename>.</para>
-    <para>For more information about debconf, please see debconf(7) in the
-<command>debconf</command> package.</para>
-  </sect2>
-  <sect2 id="symlinks">
-    <title>Symlink conversion</title>
-    <para>FIXME. (This is probably in the wrong section)</para>
-  </sect2>
-</sect1>
diff --git a/manual/de/other/customization_internationalization.xml b/manual/de/other/customization_internationalization.xml
deleted file mode 100644
index 518ff2e..0000000
--- a/manual/de/other/customization_internationalization.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<sect1 id="internalization">
-  <title>Customising Locale And Language</title>
-  <para>This chapter discusses customisation for language specific parameters.</para>
-  <sect2 id="locale">
-    <title>Default locale and keyboard</title>
-    <para> The default locale when building a live cd is "locale=en_US.UTF-8". To set
-the locale for the UK (locale=en_GB.UTF-8) <screen> $ lh_config --bootappend-live "locale=en_GB.UTF-8" </screen> The entry for a British keyboard would be <screen> $ lh_config --bootappend-live "keyb=uk" </screen> To configure both the locale and the keyboard for the
-UK the entry would be <screen> $ lh_config --bootappend-live "locale=en_GB.UTF-8 keyb=uk" </screen> or <screen> $ lh_config --bootappend-live "locale=uk" </screen> </para>
-    <note> You can find a list of options in the manpage for live-initramfs. Only UTF8 locales are supported by live-initramfs. </note>
-  </sect2>
-  <sect2 id="default_language">
-    <title>l10n Packages</title>
-    <para> lh build can automatically check for each package, for which it's know that
-there are -l10n packages available and install them. To add Swedish packages
-the entry would be <screen> $ lh_config --language "se" </screen> This will also change
-the default syslinux language if <screen> config/templates/syslinux/se </screen> is
-available. Check syslinux configuration FIXME </para>
-  </sect2>
-</sect1>
diff --git a/manual/de/other/customization_packages.xml b/manual/de/other/customization_packages.xml
deleted file mode 100644
index 8c3aaf4..0000000
--- a/manual/de/other/customization_packages.xml
+++ /dev/null
@@ -1,288 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<sect1 id="packages">
-  <title>Customising package installation</title>
-  <para> This chapter discusses the customisation of package installation. This
-involves: </para>
-  <orderedlist>
-    <listitem>
-      <para> Selecting additional packages to be installed </para>
-    </listitem>
-    <listitem>
-      <para> Installing modified packages </para>
-    </listitem>
-  </orderedlist>
-  <sect2 id="package-sources">
-    <title>Package sources</title>
-    <para> FIXME </para>
-    <variablelist>
-      <varlistentry>
-        <term>Debian repositories</term>
-        <listitem>
-          <para> To set a local mirror (used to ''build'' the live-cd) </para>
-          <para>
-            <screen>$ lh config --mirror-bootstrap "http://local.intra.net/debian/" --mirror-chroot "http://local.intra.net/debian/"</screen>
-          </para>
-          <para> The generic mirror is added to the live-system's /etc/apt/sources.list. </para>
-          <para>
-            <screen>$ lh config --mirror-binary "http://ftp.debian.org/debian/"</screen>
-          </para>
-          <para> Note: It is ''not'' used for building the live-cd but to install new
-software while using the live-cd. </para>
-          <para> It can be disabled by setting binary indices parameter to disabled </para>
-          <para>
-            <screen>$ lh config --binary-indices disabled</screen>
-          </para>
-          <para> Note: the same applies for mirror chroot security and mirror binary security </para>
-          <para>
-            <screen>$ lh config --mirror-chroot-security {URL} $ lh config --mirror-binary-security {URL}</screen>
-          </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>Own repository</term>
-        <listitem>
-          <para> To add more repositories (e.g. backports, experimental packages, etc.),
-create
-<filename>config/chroot_sources/your-cdd-repo.{chroot,binary}</filename>
-file. </para>
-          <para> e.g. <filename>config/chroot_sources/live.chroot</filename> allows you to
-install packages from the debian live snapshot repository at live-cd build
-time (you have to add the packages in your package list): </para>
-          <para>
-            <screen>deb http://live.debian.net/ sid-snapshots main contrib non-free</screen>
-          </para>
-          <para> If you add the line to
-<filename>config/chroot_sources/live.binary</filename> the repository will
-be added to your live-system's <filename>/etc/apt/sources.list</filename>. </para>
-          <para> If such files exist, they will be picked up automatically. </para>
-          <para> You can also put the gpg-key used to sign the repository into
-config/chroot_sources/foo.{binary,chroot}.gpg </para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </sect2>
-  <sect2 id="package-installation">
-    <title>Package installation</title>
-    <para> You can elect to use either <command>apt</command> or
-<command>aptitude</command> when installing packages. Which utility is used
-is governed by the <command>LH_APT</command> variable in
-<filename>config/chroot</filename> or by the <command>--apt</command>
-argument to <filename>lh config</filename>: </para>
-    <variablelist>
-      <varlistentry>
-        <term>
-          <command>apt</command>
-        </term>
-        <listitem>
-          <para> Specifying a missing package causes package installation to fail, which may
-not be the desired behaviour. </para>
-          <para> This is the default setting for building images for Lenny or later. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <command>aptitude</command>
-        </term>
-        <listitem>
-          <para> Specifying a missing package causes package installation to succeed, which
-may not be the desired behaviour. </para>
-          <para> This is the default setting for building images for Etch. </para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </sect2>
-  <sect2>
-    <title>Installing additional packages</title>
-    <para><filename>live-helper</filename> has a number of mechanisms for indicating
-that additional packages should be installed, including: </para>
-    <orderedlist>
-      <listitem>
-        <para> The <command>LH_PACKAGES</command> variable </para>
-      </listitem>
-      <listitem>
-        <para> Package lists </para>
-      </listitem>
-      <listitem>
-        <para> Local packages (<filename>chroot_local-packages/</filename>) </para>
-      </listitem>
-      <listitem>
-        <para> Tasks </para>
-      </listitem>
-    </orderedlist>
-    <sect3 id="lh-packages">
-      <title>The <command>LH_PACKAGES</command> variable</title>
-      <para> To install additional packages, simply add them to the
-<command>LH_PACKAGES</command> variable in
-<filename>config/chroot</filename>. For example: </para>
-      <para>
-        <screen>LH_PACKAGES="package1 package2 package3 ... "</screen>
-      </para>
-      <para> You can also specify initial values on the command line: </para>
-      <para>
-        <screen>$ lh config --packages "package1 package2 package3"</screen>
-      </para>
-      <para> The behaviour of <filename>live-helper</filename> when specifying a package
-that does not exist is determined by your choice of APT utility. See <xref
-linkend="package-installation"/> for more details. </para>
-      <para> If you need to specify a large number of packages to be installed or you
-need flexibility regarding which packages to install, you should probably be
-using package lists. See <xref linkend="package-lists"/> for more
-information. </para>
-    </sect3>
-    <sect3 id="package-lists">
-      <title>Package lists</title>
-      <para> Package lists are a powerful way of expressing which packages should be
-installed. <filename>live-helper</filename> ships with a number of
-predefined package lists which provide sensible default package selections
-for the GNOME and KDE desktop environments, as well as standard systems. </para>
-      <para> To specify a package list, add the name of the list to the
-<command>LH_PACKAGES_LISTS</command> variable in
-<filename>config/chroot</filename>. For example: </para>
-      <para>
-        <screen>LH_PACKAGES_LISTS="gnome"</screen>
-      </para>
-      <para> Package lists that are distributed with <filename>live-helper</filename>
-reside in the <command>/usr/share/live-helper/lists</command> directory. </para>
-      <sect4>
-        <title>Local packages lists</title>
-        <para> You may supplement the supplied lists using local package lists stored in
-<command>config/chroot_local-packageslists</command>. </para>
-        <para> Package lists that exist in this directory always override package lists
-distributed with <filename>live-helper</filename>. This can cause undesired
-effects when. </para>
-        <note>
-          <title><filename>live-helper</filename> 2.x change</title>
-          <para> Any file with <command>.list</command> suffix in
-<command>config/chroot_local-packageslists</command> is automatically
-enabled, the variable LH_PACKAGES_LISTS should only be used referencing
-packages lists included in live-helper (at
-<command>/usr/share/live-helper/lists/</command>. </para>
-        </note>
-      </sect4>
-      <sect4>
-        <title>Extending a provided package list using includes</title>
-        <para> FIXME </para>
-        <para>
-          <screen>#include &lt;gnome&gt; iceweasel</screen>
-        </para>
-        <para> The package lists that are included with <filename>live-helper</filename>
-make extensive use of includes. They are available to view in the
-<command>/usr/share/live-helper/lists</command> directory. </para>
-      </sect4>
-      <sect4>
-        <title>Using conditionals inside packages lists</title>
-        <para> FIXME </para>
-        <para>
-          <screen>#if ARCHITECTURE amd64 ia32-libs #endif</screen>
-        </para>
-        <para> or if <command>LH_ARCHITECTURE</command> is set to <command>i386</command>
-or <command>amd64</command>: </para>
-        <para>
-          <screen>#if ARCHITECTURE i386 amd64 memtest86+ #endif</screen>
-        </para>
-        <para> or if <command>LH_SECTIONS</command> contains either
-<command>contrib</command> or <command>non-free</command>: </para>
-        <para>
-          <screen>#if SECTIONS contrib non-free vrms #endif</screen>
-        </para>
-        <para> A conditional may surround an <command>#include</command> directive: </para>
-        <para>
-          <screen>#if ARCHITECTURE amd64 #include &lt;gnome-full&gt; #endif</screen>
-        </para>
-        <para> Any <filename>live-helper</filename> configuration variable that begins with
-<command>LH_</command> can be tested in this way. </para>
-        <para> The nesting of conditionals is not supported. </para>
-      </sect4>
-    </sect3>
-    <sect3 id="tasks">
-      <title>Tasks</title>
-      <para> FIXME </para>
-    </sect3>
-  </sect2>
-  <sect2 id="custom-packages">
-    <title>Installing modified or third-party packages</title>
-    <para> Whilst it is against the philosophy of Debian Live, it may sometimes be
-necessary to build a Live system with modified versions of packages that are
-in the Debian repository. This may be to modify or support additional
-features, languages and branding, or even to remove elements of existing
-packages that are undesirable. Similarly, "third-party" packages may be used
-to add bespoke and/or proprietary functionality. </para>
-    <para> This section does not cover advice regarding building or maintaining
-modified packages. Joachim Breitner's <ulink
-url="http://www.joachim-breitner.de/blog/archives/282-How-to-fork-privately.html">'How
-to fork privately'</ulink> may be of interest, however. The creation of
-bespoke packages is covered in the <ulink
-url="http://www.debian.org/doc/maint-guide/">Debian New Maintainers'
-Guide</ulink> and elsewhere. </para>
-    <para> There are two ways of installing modified custom packages: </para>
-    <orderedlist>
-      <listitem>
-        <para>
-          <filename>chroot_local-packages</filename>
-        </para>
-      </listitem>
-      <listitem>
-        <para> Using a custom APT repository </para>
-      </listitem>
-    </orderedlist>
-    <para> The <filename>chroot_local-packages</filename> is simpler to achieve and
-useful for "one-off" customisations but has a number of drawbacks, whilst
-using a custom APT repository is more time-consuming to set up. </para>
-    <sect3 id="local-packages">
-      <title> Using <filename>chroot_local-packages</filename> to install custom packages </title>
-      <para> To install a custom package, simply copy it to the
-<command>config/chroot_local-packages</command> directory. Packages that are
-inside this directory will be automatically installed into the live system
-during build - you do not need to specify them elsewhere. </para>
-      <para> Packages <emphasis>must</emphasis> be named in the prescribed way. One
-simple way to do this is to use <command>dpkg-name</command>. FIXME </para>
-      <para> Using <filename>chroot_local-packages</filename> for installation of custom
-packages has disadvantages: </para>
-      <orderedlist>
-        <listitem>
-          <para> It is not possible to use secure APT </para>
-        </listitem>
-        <listitem>
-          <para> You must install all appropriate packages in the
-<command>config/chroot_local-packages</command> directory </para>
-        </listitem>
-        <listitem>
-          <para> It does not lend itself to storing Debian Live configurations in revision
-control </para>
-        </listitem>
-      </orderedlist>
-    </sect3>
-    <sect3 id="custom-apt-repo">
-      <title>Using an APT repository to install custom packages</title>
-      <para> FIXME </para>
-      <para> Unlike using <filename>chroot_local-packages</filename>, when using a custom
-APT repository you must ensure that you specify the packages elsewhere. See
-<xref linkend="lh-packages"/> for details. </para>
-      <para> Whilst it may seem unnecessary effort to create an APT repository to install
-custom packages, the infrastructure can be easily re-used at a later date to
-offer updates of the modified packages. </para>
-    </sect3>
-    <sect3 id="custom-packages-apt">
-      <title>Custom packages and APT</title>
-      <para><filename>live-helper</filename> uses APT to install all packages into the
-live system so will therefore inherit behaviours from this program. One
-relevant example is that (assuming a default configuration) given a package
-available in two different repositories with different version numbers, APT
-will elect to install the package with the higher version number. </para>
-      <para> Because of this, you may wish to increment the version number in your custom
-packages' <command>debian/changelog</command> files to ensure that your
-modified version is installed over one in the official Debian
-repositories. This may also be achieved by altering the live system's APT
-pinning preferences - see <xref linkend="apt-preferences"/> for more
-information. </para>
-    </sect3>
-    <sect3 id="apt-preferences">
-      <title>Altering APT preferences during Live system</title>
-      <para> FIXME </para>
-      <para> Whilst it may seem unnecessary effort to create an APT repository to install
-custom packages, the infrastructure can be easily re-used at a later date to
-offer updates of the modified package. </para>
-    </sect3>
-  </sect2>
-</sect1>
diff --git a/manual/de/other/faq.xml b/manual/de/other/faq.xml
deleted file mode 100644
index 5ea34ed..0000000
--- a/manual/de/other/faq.xml
+++ /dev/null
@@ -1,399 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="faq">
-  <title>Frequently asked questions (FAQ)</title>
-  <itemizedlist>
-    <listitem>
-      <para>Q: I downloaded a prebuilt live image. How do I put it on a USB stick?</para>
-      <para>A: See <xref linkend="image_copying"/> "Copying USB/HDD image to a USB
-stick"</para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I log my build?</para>
-      <para>A: You could use script, screen or tee: <screen>$ lh_build 2&gt;&amp;1 | tee build.log</screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How can I convert an already installed standard Debian partition into a
-Debian Live system?</para>
-      <para>A: Save the list of installed packages and load it into your new Debian Live
-System. Copy your /etc to config/chroot_local-includes</para>
-    </listitem>
-    <listitem>
-      <para>Q: What does 'losetup: could not find any free loop device' mean and how do
-I fix it?</para>
-      <para>A: Loop devices are used during the build; there probably aren't any free if
-you've aborted several builds. Something like: for l in /dev/loop0
-/dev/loop1 /dev/loop2 /dev/loop3 /dev/loop4 /dev/loop5 /dev/loop6 /dev/loop7
-; do losetup -d $l ; done should rectify the situation (assuming all loop
-devices in use were created by lh_build; if in doubt, check the contents of
-each loop device before deleting them with losetup -d).</para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I launch an interactive shell during the chroot stage?</para>
-      <para>A: To enable interactive shell: <screen>$ lh_config --interactive shell</screen> To
-continue the build process: <screen># logout</screen> or
-<screen># exit</screen> To disable interactive shell, set
-LH_INTERACTIVE to "disabled" in config/chroot. </para>
-    </listitem>
-    <listitem>
-      <para>Q: What is the root /user password?</para>
-      <para>A: The user password for the live user is 'live'. By default, there is not
-any root password. You can switch to root with <screen> sudo -i </screen> or set a password for root with <screen>sudo passwd</screen></para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I change root or any user password?</para>
-      <para>A: Add a chroot local hook script to change root or any user password each
-time you build an image.</para>
-      <para>e.g. config/chroot_local-hooks/01-update_password.sh to set root password to
-"nopasswd"</para>
-      <para><screen>#!/bin/sh echo "I: update password" echo "root:nopasswd" | chpasswd</screen><screen>$ chmod +x config/chroot_local-hooks/01-update_password.sh</screen><note>For live user; you need to copy the
-/usr/share/initramfs-tools/scripts/live-bottom/10adduser your build folder:
-<screen>mkdir -p config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/ cp /usr/share/initramfs-tools/scripts/live-bottom/10adduser config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/</screen></note> Then edit the
-config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/10adduser
-and paste in the new user_crypted password that you make with: <screen> echo "newlivepass" | mkpasswd -s.</screen> <para> Or add an hook file in config/chroot_local-hooks/ with something like the
-below: </para> <screen> #!/bin/sh # Change the autogenerated user password to "debianlive" plain_password="debianlive" password=$(echo "${plain_password}" | mkpasswd -s) sed -i -e 's/\(user_crypted=\)\(.*\)\( #.*\)/\1\"'${password}'\"\3/' /usr/share/initramfs-tools/scripts/live-bottom/10adduser update-initramfs -tu -kall</screen> <para> The latter (hook model) could be more future proof than the former solution
-since it modifies just one string selectively but it requires the package
-"whois" to be installed on the target system (for mkpasswd) or that you
-generate the $password string not at build time and include it crypted in
-the above script. </para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How to disable autologin?</para>
-      <para>A1: use the commandline parameter <screen>lh config --bootappend-live "noautologin"</screen> <para>A2: You need to set boot=noautologin noxautologin as described in man
-<filename>live-initramfs</filename> If you boot via TFTP you want to insert
-the option to pxelinux.cfg/default</para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I change default hostname or username?</para>
-      <para>A: To change default hostname or username: <screen>$ lh_config --hostname myhostname $ lh_config --username myusername</screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I make the final image smaller?</para>
-      <para>A: Clean orphaned apps/libs: Install package "deborphan" and then run 'sudo
-deborphan -n' . Delete unwanted packages. Remove the apt cache. Purge
-unwanted locales (see "localepurge" package). </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I customize bash-config permanently (aliases, bash-completion
-etc.)?</para>
-      <para>A: Add your own .bashrc config/chroot_local-includes/etc/skel/.bashrc</para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I disable services permanently? (Be careful!)</para>
-      <para> A: Add a chroot local hook script to disable a service each time you build
-an image: </para>
-      <para>e.g. config/chroot_local-hooks/01-disable_service.sh <screen>#!/bin/sh echo "I: disable service" update-rc.d -f 〈service name 〉 remove </screen> <screen> $ chmod +x config/chroot_local-hooks/01-disable_service.sh </screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I enable | disable the md5checksum at the ISO building?
-<screen>lh_config --checksums enabled|disabled </screen> Or change the LH_CHECKSUMS value. </para>
-    </listitem>
-    <listitem>
-      <para>Q: How to disable the generation of the .tar.gz file? <screen>lh_config --net-tarball none|gzip </screen> Or change the LH_NET_TARBALL value. (only available
-in snapsshot version at the moment 2008/Feb/28) </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I "build a new image" ?</para>
-      <para> A: Run commands: <screen>$ sudo lh_clean --binary $ sudo lh_build </screen>
-<emphasis>Hint:</emphasis> If the configuration had changed you should leave
-"--binary" out. This will clean your chroot directory too. </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I use Fluxbox ? <para>A: Add a new lists file with the fluxbox packages you want. </para> <para>Create /home/$USERNAME/.dmrc file (default username is "user").</para> <screen>$ cat .dmrc [Desktop] Session=fluxbox</screen> <note>.dmrc is owned by
-$USERNAME:$USERNAME. </note> <para>See also <ulink
-url="http://wiki.debian.org/Fluxbox/">http://wiki.debian.org/Fluxbox</ulink></para> <para> A short HOWTO can be found here: <ulink url="
-http://wiki.debian.org/MichaelAblassmeier/CustomLiveCD">
-http://wiki.debian.org/MichaelAblassmeier/CustomLiveCD</ulink></para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I use custom repositories?</para>
-      <para>A: <ulink url="http://wiki.debian.org/DebianLive/Configuration">See
-DebianLive/Configuration.</ulink></para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I customize the artwork for the live CD (grub or syslinux boot
-splash, usplash, etc.)?</para>
-      <para>A: <ulink url="http://wiki.debian.org/DebianLive/Howto/Custom_Artwork"> See
-DebianLive/Howto/Custom_Artwork. </ulink> FIXME: NEED TO UPDATE</para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I customize desktop environment (KDE, GNOME, XFCE, etc...) look? <para>A: Start the live system in qemu: </para> <screen>$ qemu -m 256 -cdrom binary.iso -boot d -redir tcp:4222:10.0.2.15:22</screen> <note>the -redir argument must be
-changed to meet your needs </note> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I execute a custom shell script inside the chroot system after the
-chroot stage?</para>
-      <para>A: Add your script in config/chroot_local-hooks. </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I add a script running immediately after all other scripts when
-the live system boots? <para>A: Add your script in
-config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/99script </para> <screen>$ chmod +x config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/99script</screen> <note>The hook script must be
-executable. Do not forget to lh_clean --chroot after making this change
-before you build again. </note> <para>You must also use the example script
-/usr/share/live-helper/examples/hooks/update-initramfs.sh to ensure your
-script gets built into the initramfs (read the comment header for
-instructions). </para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I add software not in Debian ?</para>
-      <para>A: See <xref linkend="packages"/> Customising package installation</para>
-    </listitem>
-    <listitem>
-      <para>Q: What is the manifest with Ubuntu used for?</para>
-      <para>A: Manifest is just the package list, which ubuntu does $something
-with. Don't worry about it. </para>
-    </listitem>
-    <listitem>
-      <para>Q: What is this {p} syntax with mtools{p} and parted{p} ?</para>
-      <para>A: That's aptitude. </para>
-    </listitem>
-    <listitem>
-      <para>Q: Do I need to write the image on USB stick to test it? <note>you must use
-qemu &gt;= 0.8. </note> </para>
-    </listitem>
-    <listitem>
-      <para>Q: What is /cow ?</para>
-      <para>A: Copy-on-write, the 'diff' from unionfs. </para>
-    </listitem>
-    <listitem>
-      <para>Q: Is /usr/share/live-helper/lists/standard-x11 like preseed or is preseed
-something else entirely?</para>
-      <para>A: It is not. It is a package list, not a debconf preseeding. </para>
-    </listitem>
-    <listitem>
-      <para>Q: What is the difference between standard and minimal? <para>standard: packages of priority standard and higher;</para> <para>minimal: packages of priority essential and higher; </para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: What can the sections be used for? Aren't they BIG?</para>
-      <para>A: Someone maybe wants to include packages from contrib or non-free. </para>
-    </listitem>
-    <listitem>
-      <para>Q: memtest86+ ... is that used?</para>
-      <para>A: Yes </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I build using predefined packages lists? <para>A: e.g. to build using standard-x11 packages list: </para> <screen>$ sudo lh_config -p standard-x11 $ sudo lh_build</screen> <note>The packages lists can be found in
-/usr/share/live-helper/lists/ directory. </note> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I rebuild without downloading all the packages again? <para>A: All packages are cached in cache subdirectory. They remain until a clean
-purge: </para> <screen>$ sudo lh_clean --purge</screen> <para>You do not have to do anything to prevent packages from being
-re-downloaded. You need to remember to clean whichever stages you want to
-rebuild first. </para> <para>e.g. to rebuild from the cached bootstrap, chroot packages and build a new
-image. </para> <screen>$ sudo lh_clean $ sudo lh_build</screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I boot USB debian-live on systems not supporting USB boot? <para>A: Make a boot CD with grub, configured to boot from a debian-live kernel
-copied on the cd structure.</para> <screen>$ mkdir -p iso/boot/grub $ cp /usr/lib/grub/i386-pc/stage2_eltorito iso/boot/grub $ cp chroot/boot/* iso/boot/</screen> <para>Create iso/boot/grub/menu.lst </para> <screen>default 0 timeout 5 color cyan/blue white/blue title Debian Live root (cd) kernel /boot/vmlinuz boot=live initrd /boot/initrd.img</screen> <para>Create the iso image </para> <screen>$ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \ -boot-load-size 4 -boot-info-table -o grub.iso iso</screen> <para>Burn the image. </para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I boot debian-live on systems not supporting CDROM or USB boot?</para>
-      <para>A: If you have a floppy drive, you may be able to use it, otherwise you will
-need to use loadlin/grub4dos/win32-loader. If you have a second system to
-serve up the image over the network, <ulink
-url="DebianLive/Howto/Creating_a_Netboot_Image"> See
-DebianLive/Howto/Creating_a_Netboot_Image. </ulink> FIXME LINK </para>
-    </listitem>
-    <listitem>
-      <para>Q: The X configuration does not seems to work, the resolution is too
-low. What can I do? <para>A: Use xdebconfigurator </para> <screen>$ lh_config --bootappend xdebconf $ lh_config --packages xdebconfigurator</screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: Apache has problems with static files <para>A: Sendfile does not work well on the unionfs used by Debian Live. Add the
-following to apache's configuration: </para> <screen>EnableSendfile off</screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I make hard disk partitions auto-mountable? <para><command>A: Short answer:</command> Right now the best is to use a script
-that will populate the fstab when the CD is booting. Such a script can be
-found <ulink
-url="https://devel.goto10.org/svn/puredyne/trunk/broth/stock/chroot_local-includes/sbin/diskmounter.sh">
-FIXME BROKEN LINK </ulink>. A proper solution based on HAL will be described
-here in a hopefully near future. </para> <para><command>A: Long Answer: </command> Since 55_nonpolkit-mount-policy.patch in
-HAL, debian-storage-policy-fixed-drives.fdi is not available anymore and the
-previous trick that consisted to remove this file to enable automounting of
-fixed drives as a consequence is obsolete.</para> <para>Eventually, it will be possible to combine HAL and PolicyKit to enable
-different permissions and actions to achieve advanced (auto)mounting for
-non-root users. Until then, because the live scripts are only touching to
-the fstab to add a swap partition if discovered at boot time, the only way
-to have fixed drives mounted automatically is to use a script that will
-populate the fstab file at the end of the multiuser runlevel. </para> <para>To achieve this, you can do, for example, the following: <para>download the <ulink
-url="https://devel.goto10.org/svn/puredyne/trunk/broth/stock/chroot_local-includes/sbin/diskmounter.sh">
-diskmounter.sh script FIXME BROKEN LINK </ulink> </para> <para>Create the chroot_local-includes/sbin directory, and move the script inside</para> <para>Make sure the script is executable (chmod +x diskmounter.sh)</para> <para>create the chroot_local-includes/etc/rc.local file and call the diskmounter
-from there (see this <ulink
-url="https://devel.goto10.org/svn/puredyne/trunk/broth/stock/chroot_local-includes/etc/rc.local">
-rc.local FIXME BROKEN LINK </ulink> </para> </para> When called correctly, the script detects ext2, ext3, reiserfs, xfs, FAT32,
-HFS+ and NTFS partitions and mount them read-write, except for NTFS. This
-will change soon and an option will be available to use ntfs-3g to mount
-NTFS as read-write. <para>comments, patches and other things about this script and issue:
-http://code.goto10.org/projects/puredyne/ticket/463</para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: Boot fails with panic: can't open /scripts/live </para>
-      <para>A: Add latest live-initramfs deb package into config/chroot_local-packages
-directory and rebuild. </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I configure the locale and the keyboard? </para>
-      <para>A: See <xref linkend="internalization"/> 10n</para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I get past boot prompt without a working keyboard? </para>
-      <para>A: See <xref linkend="bootup"/> Customising the bootup process</para>
-      <note>Boot from an USB-HDD on an iMac with GRUB did not work. </note>
-    </listitem>
-    <listitem>
-      <para>Q: Can I serve the root image from a web or ftp server? <para>A: Since live-initramfs 1.99, it should be possible to use the fetch=
-argument on the kernel command line. You can build a netboot image as usual,
-and when you are done edit the tftpboot/pxelinux.cfg/default file. Remove
-the references to network boot (netboot, nfsroot, nfsopts), and replace with
-fetch= 〈url where you placed the root image&gt;. </para> <note>You have to include wget in the chroot. It could work for other boot
-methods as well. However, I am not sure the live scripts configure the
-network when booting from a CD or USB disk.</note> <screen>$ lh_config --packages wget</screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: Why doesn't quickreboot (or some other boot parameter) work? <para>A: If you are building an etch image (which was the default up to
-2007/09/14) you have a very old version of casper which does not support
-quickreboot and possibly other boot parameters as well. You could configure
-your sources to use live-backports (see
-/usr/share/live-helper/examples/sources/live-backports) and switch to
-live-initramfs, or better yet, build a lenny image instead, which is the new
-default. </para> <screen>$ lh_config --distribution lenny $ lh_config --initramfs live-initramfs</screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I fix "Could not find kernel image" issue with syslinux
-bootloader? <para>A: Add a binary local hook script to fix kernel and initrd path each time
-you build an image. </para> e.g. config/binary_local-hooks/01-fix_syslinux.sh <screen>#!/bin/sh SYSLINUXCFG=`find binary -type f -name syslinux.cfg` sed -i "s|kernel /vmlinuz|kernel vmlinuz|g" ${SYSLINUXCFG} sed -i "s|initrd=/initrd|initrd=initrd|g" ${SYSLINUXCFG}</screen> <screen>$ chmod +x config/binary_local-hooks/01-fix_syslinux.sh</screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I use a newer kernel with lenny? <para>A: A build with backports.org kernels will fail as that repository lacks the
-necessary module packages (linux-modules-extra-2.6, aufs, etc.). Use the
-kernel backports <ulink
-url="http://unsupported.debian-maintainers.org/backports-kernel/">
-http://unsupported.debian-maintainers.org/backports-kernel/. </ulink> </para> The quick way to success: <screen>$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.binary.gpg $ lh_build</screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I use a custom kernel? <para>〉 Is there a nice way of booting debian-live with a custom kernel (not in an
-apt repo)? </para> <para>A: Copy it into config/chroot_local-packages and set
-LH_LINUX_PACKAGES="none" or use lh config --linux-packages " " </para> <para>Don't forget to compile your kernel with an union filesystem (unionfs or
-aufs), squashfs modules, and initrd support. </para> <para>〉 I can cause the kernel to be installed but it seems this happens later
-than grub/syslinux is configured so it's not listed and casper/ and the menu
-require munging. </para> <para>You need to follow the debian scheme, e.g. placing the files in /boot as
-vmlinuz-$version and initrd.img-$version etc. </para> <para>I personally wouldn't go that way which is too much of a hassle, and just
-use make-kpkg to produce custom kernel deb packages. They should integrate
-nicely if you just put them into config/chroot_local-packages and set
-LH_LINUX_PACKAGES="". </para> <para><emphasis>Hint:</emphasis> to work around an error, which lh_binary_syslinux
-will throw on custom kernels if there is not an 468/686 in the kernel-name,
-you need to set CONFIG_LOCALVERSION="-486" or "-686" within the kernel
-configuration (-&gt; General setup -&gt; Local version set to -486 or -686)
-corresponding to LH_LINUX_FLAVOURS="" or "686". this at least up till
-live-helper version 1.0~a40-1</para> see <para><ulink
-url="http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-July/001947.html">
-http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-July/001947.html</ulink></para> and <para><ulink
-url="http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-November/002581.html">http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-November/002581.html</ulink></para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I create a cross arch live CD image? <para><command>A: In short:</command> You can't. Read on: </para> <para>The procedure to create a live CD is based on creating a chroot that
-contains the files that will be finally available on the live CD. The live
-CD building procedure includes chrooting into the chroot dir and so some
-operations. chrooting means that the terminal you chroot on will behave as a
-different system so your real system and the chroot environment is decoupled
-somehow.</para> <para>Once the live CD scripts chroots into the chroot dir they have some
-operations to do inside that environment and your real system won't be able
-to run them unless you are using the same architecture.</para> <para>So you only are able to make live CD for the arch you run on. But this
-doesn't prevent you run qemu or some other machine emulator that make this
-possible.</para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: When is a lh_clean necessary? <para>lh_clean is a script in /usr/bin/ </para> <para>A: That depends what you've changed between builds <para>If, for example, you've built an iso image and you want a usb image, you
-only need to run <command> lh_clean --binary </command> before you run
-lh_build again. </para> <para>If you've <command> changed anything in the chroot </command> , you'll need
-to cleanup both chroot and binary with <command> lh_clean </command>before
-continuing </para> </para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How can i set boot= parameters?</para>
-      <para>A: Set LH_BOOTAPPEND_LIVE in config/binary </para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I include different modules to load when the live system boots? <para>A: Configure config/chroot_local-includes/etc/initramfs-tools/ </para> <para>The lh_chroot_hacks helper rebuilds the live/initrd1.img using the default
-initramfs.conf "MODULES = most". You may override that by supplying your own
-initramfs.conf, or else just add your own modules, e.g. </para> <screen>mkdir -p config/chroot_local-includes/etc/initramfs-tools/ echo "atl2" &gt;&gt; config/chroot_local-includes/etc/initramfs-tools/modules</screen> <note>Even though initramfs.conf(5) says
-"most adds all the framebuffer, acpi, file system, ide, sata, scsi and usb
-drivers", it actually includes network drivers as well. See
-auto_add_modules() in /usr/share/initramfs-tools/hook-functions for the
-complete list. </note> </para>
-    </listitem>
-    <listitem>
-      <para>Q: Can I have a splash screen? <para>A: Yes you can </para> You will not know what is going on when the splash screen is active, it may
-fail to activate on some hardware or break X on other (both usplash and
-splashy use libdirectfb which does some evil voodoo and may break you
-graphics or input until you reboot). However, you can install and activate
-it just as you would on any other Debian system. <para>To use splashy: </para> <para> 1) install splashy and read the README, the manpages are useless for setting
-it up. Add some parameters to your kernel command line, such as in your
-pxelinux configuration or in LH_BOOTAPPEND_LIVE in config/binary in
-debian-live configuration: </para> <screen>vga=792 splash quiet</screen> <para><filename>vga </filename>to select video mode, <filename>splash
-</filename>to activate splashy, <filename>quiet</filename> to suppress most
-kernel messages that you cannot see anyway but would scroll past before
-splashy manages to paint the graphics on your screen.</para> You might want to add splashy to the list of packages installed in your
-image: <screen>echo splashy &gt; config/chroot_local-packageslists/splashy echo splashy-themes &gt;&gt; config/chroot_local-packageslists/splashy</screen> <para>and select a theme:</para> <screen>echo '#!/bin/sh' &gt; config/chroot_local-hooks/splashy echo splashy_config -s debian-moreblue '||' true &gt;&gt; config/chroot_local-hooks/splashy # update the ramdisk to include the splash screen echo update-initramfs -u -k all &gt;&gt; config/chroot_local-hooks/splashy chmod 755 config/chroot_local-hooks/splashy </screen> <para> After you rebuild your live system you should observe a bluish splash screen
-while booting. Nothing happens while initramfs is running because there is
-no splashy support in initramfs-tools. Once the init starts the progress bar
-should start to fill.</para> <para>If <filename> vga=something</filename> sets a mode that your screen cannot
-show or your card cannot do vesa 2.0 (and thus you get plain text mode and
-no splashy) read the splashy faq.</para> </para>
-    </listitem>
-    <listitem>
-      <para>Q: Howto use my Broadcom eXtrem 2 network card (module bnx2) ? <para>A: Add the firmwares to the initrd image. </para> <para>You need to install the non-free package "firmware-bnx2". Uncompress your
-initrd image, then copy files : </para> <screen>cp /lib/firmware/bnx2x-e1-4.8.53.0.fw /lib/firmware/bnx2x-e1-5.0.21.0.fw /lib/firmware/bnx2x-e1h-4.8.53.0.fw /lib/firmware/bnx2x-e1h-5.0.21.0.fw ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/</screen> Recompress your initrd image and boot:
-it works ! </para>
-    </listitem>
-    <listitem>
-      <para>Q: X is broken (the system boots, messages scroll by, and then the screen
-goes blank). What do I do? <para>On my system starting X completely disables graphics so that I do not see
-anything even after X bails out and I am back to the console. To prevent
-this you can change the driver Xorg uses.</para> <para>If you have a working splash screen or at least graphical console you can
-use </para> <filename>live xdriver=fbdev</filename> <para>when booting the live system (instead of just enter). </para> Another driver you might want to try is <filename> vesa. </filename> <para>If all fails you might try to set xdriver to some wrong value so that Xorg
-fails to start and you can examine the system while you still see something
-on the console. </para> <filename>live xdriver=none</filename> </para>
-    </listitem>
-    <listitem>
-      <para>Q: How can I get Debian first stable versions?</para>
-      <para>I'm developing software and testing it on Live-CD. Thanks for the LiveCD
-project. To be sure my development is fully compatible with the "etch"
-version, I need the same scenario when Debian GNU/Linux 4.0 was published as
-stable (I believe 2007.04.08). If there was some bug on 2007.04.08 that was
-corrected one week later, I need to test software foreseeing that scenario
-without the bug solved.</para>
-    </listitem>
-    <listitem>
-      <para>Q: I get "fopen: Permission denied"-warnings from apt on building/at the
-live-system</para>
-      <para>That's a harmless bug in apt. However, if you want to get off this warnings
-in the live-system, add a file in chroot_local-hooks with follow row: </para>
-      <screen> chown -R man.man /var/cache/man </screen>
-    </listitem>
-    <listitem>
-      <para>Q: Why I always fail during "Retrieving Packages" stage when running
-lh_build? I have already set apt-http-proxy and so on.</para>
-      <para>A: lh_build retrieves packages via wget, as a result you need to enable the
-proxy settings in /etc/wgetrc before running lh_build.</para>
-    </listitem>
-    <listitem>
-      <para>Q: How do I edit Xorg.conf? <para>A: Xorg.conf is generated every time system boots, so it's useless to put
-modifed Xorg.conf in config/choort_local-includes/etc/X11, because it will
-be overwritten during boot. However, you can edit /usr/bin/dexconf, which
-generate xorg.conf during boot, so the result will be modified
-Xorg.conf. The modified dexconf has to be put in
-config/choort_local-includes/usr/bin. e.g.: you can configure Xorg.conf for
-two or more keyboards layouts with alt+shift toggle by editing dexconf and
-replacing the line:</para> <screen>Option "XkbLayout" "$XKB_LAYOUT"</screen> <para>with the lines: </para> <screen>Option "XkbLayout" "us,il" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"</screen> <para>when "us,il" are the wanted keyboard layouts.</para> <para>You can force default screen resulotion (e.g. 1024*768) by adding the lines:
-.</para> <screen> SubSection "Display" Modes "1024x768" EndSubSection</screen> <para>between the lines:</para> <screen> Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" . . . . . . . SECTION printf "EndSection\n" 〉 &amp;4</screen> </para>
-    </listitem>
-    <listitem>
-      <para>Q: Where are the build parameters for the prebuilt images</para>
-      <para>A: See <ulink
-url="http://live.debian.net/README.images">http://live.debian.net/README.images.</ulink></para>
-    </listitem>
-  </itemizedlist>
-</chapter>
diff --git a/manual/de/other/howtos.xml b/manual/de/other/howtos.xml
deleted file mode 100644
index 82d9e34..0000000
--- a/manual/de/other/howtos.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="howtos">
-  <title>Howtos</title>
-  <sect1 id="iso">
-    <title>ISO</title>
-    <para> Generating a Debian Live CD is very simple. You need to have <filename>
-live-helper </filename>(package available in Debian sid and lenny), and
-<filename> Debootstrap </filename>(or cdebootstrap) from etch or newer. </para>
-    <variablelist>
-      <varlistentry>
-        <term>Install live-helper</term>
-        <listitem> . <screen>apt-get install live-helper</screen> </listitem>
-      </varlistentry>
-    </variablelist>
-    <variablelist>
-      <varlistentry>
-        <term>Configure the current working directory with lh_config</term>
-        <listitem>. <para><screen>lh_config -b iso -a $ARCH</screen></para> <para> where <filename>$ARCH</filename> is the intended architecture (i.e. - i386
-or amd64). </para> <para><filename>-b</filename> flag is used to be sure to obtain image in ISO
-format. </para> </listitem>
-      </varlistentry>
-    </variablelist>
-    <variablelist>
-      <varlistentry>
-        <term>Build the image with lh_build</term>
-        <listitem>Execute lh_build as root: <para><screen>lh_build</screen></para> <para> The command above will create the basic image, containing just the Debian
-standard system (with no X at all). </para> <para> If you want to have any of the <ulink
-url="http://wiki.debian.org/DesktopEnvironment">Desktop_environments</ulink>
-on your livecd, <filename>ls /usr/share/live-helper/lists </filename> will
-show a number of available package Lists to choose from,
-e.g. <filename>lh_config -p gnome-desktop</filename> </para> <para> More examples are listed at DebianLive/Examples. FIXME LINK </para> <para> See <xref linkend="packages"/> for help configuring a local Debian Mirror
-and other aspects of the live system. </para> </listitem>
-      </varlistentry>
-    </variablelist>
-    <variablelist>
-      <varlistentry>
-        <term>Test the image</term>
-        <listitem> If you have qemu installed, you can boot the image with: <para><screen>qemu -cdrom binary.iso</screen></para> <para> If you have also <ulink url="http://wiki.debian.org/QEMU"> kqemu </ulink>
-installed, you can add <filename> -kernel-kqemu</filename> </para> </listitem>
-      </varlistentry>
-    </variablelist>
-  </sect1>
-  <sect1 id="iso_multiarch">
-    <title>ISO_(multiarch)</title>
-    <para> Multiple machine boot CDs can be created with the following manual
-procedure. This procedure has been successfully used to create a single CD
-which is bootable on alpha, i386, pmax, and sparc. It should be possible to
-also make the CD bootable on macppc, vax and on sun2, sun3 and sun3x. </para>
-    <para> To create a CD which is bootable by multiple architectures, use the
-following steps in this order. Please note that the order is critical. </para>
-    <para> Make sure you have all the required files including the various kernels and
-boot programs listed in the individual machine sections. </para>
-    <para> Include a directory somewhere in the cdsources directory called mdec.pmax
-and include the pmax bootxx_cd9660 file there. For example,
-<filename>/cdsources/usr/mdec.pmax/bootxx_cd9660.</filename> </para>
-    <para> Include a directory somewhere in the cdsources directory called mdec.vax and
-include the vax xxboot file there. For example,
-<filename>/cdsources/usr/mdec.vax/xxboot.</filename> </para>
-    <para> Include the macppc ofwboot.xcf bootloader in /cdsources. </para>
-    <para> Create an i386 bootable image. <screen>sh mkisofs -v -v -o output.iso -b i386/installation/floppy/boot-big.fs \ -c boot.catalog -l -J -r -L /cdsources 2 &amp;1 | tee /tmp/mkisofs.log exit</screen> </para>
-    <para>
-      <note> The appearance of the -v flag twice is required. If you are making a
-bootable CD for an Open Firmware 3 macppc model, make sure to include -hfs
--part in the parameters for mkisofs. </note>
-    </para>
-    <para> Run <filename>mksunbootcd </filename>on a NetBSD/sparc machine to install
-sparc and sun2/sun3 bootblocks. Alternatively, install the
-<filename>sysutils/mksunbootcd</filename> package on your favorite NetBSD
-machine. <screen>mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</screen> </para>
-    <para> Run the installboot(8) program targeted for NetBSD/pmax to install the pmax
-bootblocks. Note that in order to coexist with other NetBSD boot blocks, the
-pmax boot block is appended to the end of the ISO file system. </para>
-    <screen>installboot -m pmax -v -o append,sunsum output.iso /tmp/mdec.pmax/bootxx_cd9660</screen>
-    <para> The -o append,sunsum option appends the first stage boot block to the end of
-the ISO file system, and restores the checksum used when booting on a sun. </para>
-    <para> Run the installboot(8) program targeted for NetBSD/vax to install the vax
-bootblocks. Note that in order to coexist with other NetBSD boot blocks, the
-vax boot block is appended to the end of the ISO file system. </para>
-    <para> installboot -m vax -v -o append,sunsum output.iso /tmp/mdec.vax/xxboot </para>
-    <para> (See the pmax entry above for an explanation of the flags). </para>
-    <para> Run the installboot(8) program targeted for NetBSD/alpha to install the
-alpha bootblocks. </para>
-    <screen>installboot -m alpha -v -o append,sunsum output.iso /tmp/mdec.alpha/bootxx_cd9660</screen>
-    <para>
-      <note> The alpha installboot must occur after the others, because currently
-it's the only machine dependent back-end for installboot(8) that can
-calculate the alpha checksum. (See the pmax entry above for an explanation
-of the flags). </note>
-    </para>
-  </sect1>
-</chapter>
diff --git a/manual/de/other/installation.xml b/manual/de/other/installation.xml
deleted file mode 100644
index 820f013..0000000
--- a/manual/de/other/installation.xml
+++ /dev/null
@@ -1,153 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="installation">
-  <title>Installation</title>
-  <section>
-    <title>Requirements</title>
-    <para>Building Debian Live images has very few system requirements:</para>
-    <orderedlist>
-      <listitem>
-        <para>Super user (root) access</para>
-      </listitem>
-      <listitem>
-        <para>An up-to-date version of <filename>live-helper</filename></para>
-      </listitem>
-      <listitem>
-        <para>A POSIX-compliant shell, such as <command>bash</command> or
-<command>dash</command>.</para>
-      </listitem>
-      <listitem>
-        <para><command>debootstrap</command> or <command>cdebootstrap</command></para>
-      </listitem>
-      <listitem>
-        <para>Linux 2.6.x</para>
-      </listitem>
-    </orderedlist>
-    <para>Note that using Debian or a Debian-derived distribution is not required -
-<filename>live-helper</filename> will run on almost any operating system
-with the above requirements.</para>
-  </section>
-  <section>
-    <title>Installing <filename>live-helper</filename></title>
-    <para>You can install <filename>live-helper</filename> in a number of different
-ways:</para>
-    <orderedlist>
-      <listitem>
-        <para>From the Debian repository</para>
-      </listitem>
-      <listitem>
-        <para>From source</para>
-      </listitem>
-      <listitem>
-        <para>From snapshots</para>
-      </listitem>
-      <listitem>
-        <para>From backports.org</para>
-      </listitem>
-    </orderedlist>
-    <para>If you are using <emphasis>lenny</emphasis> or <emphasis>sid</emphasis> the
-recommended way is to install <filename>live-helper</filename> via the
-Debian repository.</para>
-    <section>
-      <title>From the Debian repository</title>
-      <para>Simply install <filename>live-helper</filename> like any other package:</para>
-      <screen># apt-get install live-helper</screen>
-      <para>or</para>
-      <screen># aptitude install live-helper</screen>
-    </section>
-    <section>
-      <title>From source</title>
-      <para><filename>live-helper</filename> is developed using the Git version control
-system. On Debian systems, this is provided by the
-<command>git-core</command> package. To check out the latest code, execute:</para>
-      <screen>$ git clone git://live.debian.net/git/live-helper.git</screen>
-      <para>You can build and install your own Debian package by executing:</para>
-      <screen> $ cd live-helper $ dpkg-buildpackage -rfakeroot -b -uc -us $ cd .. # dpkg -i live-helper*.deb </screen>
-      <para>You can also use a local version of <filename>live-helper</filename> without
-installation:</para>
-      <screen># live-helper/helpers/lh_local</screen>
-      <para>Subsequent calls to <filename>lh_</filename>-prefixed helpers in that shell
-environment will then use the version located in the directory you executed
-<filename>lh_local</filename> from.</para>
-      <para>You can also install <filename>live-helper</filename> directly to your
-system by executing:</para>
-      <screen># make install</screen>
-    </section>
-    <section>
-      <title>From 'snapshots'</title>
-      <para>If you do not wish to build or install <filename>live-helper</filename> from
-source, you can use snapshots. These are built automatically from the latest
-version in Git and are available on <ulink
-url="http://live.debian.net/debian/">http://live.debian.net/debian</ulink>.</para>
-    </section>
-    <section>
-      <title>
-        <filename>live-initramfs</filename>
-      </title>
-      <para>
-        <emphasis>N.B. You do not need to install
-<filename>live-initramfs</filename> on your system to create customised
-Debian Live systems. However, doing so will do no harm.</emphasis>
-      </para>
-      <section>
-        <title>Using a customised <filename>live-initramfs</filename></title>
-        <para>To modify the code you can follow the process below. Please ensure you are
-familiar with the terms mentioned in <xref linkend="terms"/>.</para>
-        <orderedlist>
-          <listitem>
-            <para>Checkout the <filename>live-initramfs</filename> source</para>
-            <screen>$ git clone git://live.debian.net/git/live-initramfs.git</screen>
-          </listitem>
-          <listitem>
-            <para>Make changes to your local copy</para>
-            <para>And beware that if you want to add your pre-init script in live-bottom, you
-should name it without dashes '-', e.g: call it "81new_feature" and not
-"81new-feature".</para>
-          </listitem>
-          <listitem>
-            <para>Build a <filename>live-initramfs</filename> <command>.deb</command></para>
-            <para>You must build either on your target distribution or in a chroot containing
-your target platform: this means if your target is lenny then you should
-build against lenny. You can use a personal builder such as
-<command>pbuilder</command> to automate building packages in chroot. To
-build directly on the target platform, use
-<command>dpkg-buildpackage</command> (provided by the
-<command>dpkg-dev</command> package):</para>
-            <screen> $ cd live-initramfs $ dpkg-buildpackage -rfakeroot -b -uc -us </screen>
-          </listitem>
-          <listitem>
-            <para>Use the generated <filename>live-initramfs</filename>
-<command>.deb</command></para>
-            <para>As <filename>live-initramfs</filename> is installed by the build system,
-installing the package in the host system is not sufficient: you should
-treat the generated <command>.deb</command> like another custom
-package. Please see <xref linkend="custom-packages"/> for more
-information. You should pay particular attention to <xref
-linkend="custom-packages-apt"/>.</para>
-          </listitem>
-        </orderedlist>
-      </section>
-      <section>
-        <title>Using <filename>live-initramfs</filename> snapshots</title>
-        <para>You can let <filename>live-helper</filename> automatically use the latest
-snapshot of <filename>live-initramfs</filename> by configuring a third-party
-repository in your live-system configuration. Assuming you have already
-created a configuration tree with <command>lh config</command>:</para>
-        <orderedlist>
-          <listitem>
-            <para>Create a sources.list entry for the chroot stage:</para>
-            <screen>echo "deb http://live.debian.net/ sid-snapshots main contrib non-free" &gt; config/chroot_sources/debian-live_sid-snapshots.chroot</screen>
-          </listitem>
-          <listitem>
-            <para>Create a sources.list entry for the binary stage:</para>
-            <screen>cp config/chroot_sources/debian-live_sid-snapshots.chroot config/chroot_sources/debian-live_sid-snapshots.binary</screen>
-          </listitem>
-          <listitem>
-            <para>Fetch the archive signing key:</para>
-            <screen> wget http://live.debian.net/debian/project/openpgp/archive-key.asc -O config/chroot_sources/debian-live_sid-snapshots.chroot.gpg cp config/chroot_sources/debian-live_sid-snapshots.chroot.gpg config/chroot_sources/debian-live_sid-snapshots.binary.gpg </screen>
-          </listitem>
-        </orderedlist>
-      </section>
-    </section>
-  </section>
-</chapter>
diff --git a/manual/de/other/live-environment.xml b/manual/de/other/live-environment.xml
deleted file mode 100644
index 4745c61..0000000
--- a/manual/de/other/live-environment.xml
+++ /dev/null
@@ -1,158 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="live-environment">
-  <title>The Live environment</title>
-  <section>
-    <title>Swap space</title>
-    <para>FIXME</para>
-  </section>
-  <section id="hostname">
-    <title>Hostname</title>
-    <para>The name of host running live system can be set with the
-<command>hostname</command> parameter into the
-<command>--bootappend-live</command> option of
-<filename>lh_config</filename>, e.g.: <screen>lh_config --bootappend-live "hostname=myhost"</screen>
-This parameter can also be used in kernel command line.</para>
-  </section>
-  <section id="live-user">
-    <title>The Live user</title>
-    <para>Username FIXME.</para>
-    <para>One important consideration is that the live user is created by
-<filename>live-initramfs</filename> during bootup, it is not created by
-<filename>live-helper</filename> when building the image.</para>
-    <para>You can specify additional groups that the live user will belong to by
-preseeding the <command>passwd/user-default-groups</command> debconf
-value. For example, to add the live user to the <command>fuse</command>
-group, add the following to a file in the <filename
-class="directory">config/chroot_local-preseed</filename> directory:</para>
-    <screen> debconf passwd/user-default-groups string audio cdrom dialout floppy video plugdev netdev powerdev fuse </screen>
-    <para>For more information about debconf preseeding, please see <xref
-linkend="debconf-preseed"/>.</para>
-  </section>
-  <section id="language">
-    <title>Language</title>
-    <para>When the live system boots, language is involved in three steps: <itemizedlist><listitem><simpara>the locale generation</simpara></listitem><listitem><simpara>setting the keyboard layout for the console</simpara></listitem><listitem><simpara>setting the keyboard layout for X</simpara></listitem></itemizedlist></para>
-    <para>To define the locale that should be generated, use the
-<command>locale</command> parameter into the
-<command>--bootappend-live</command> option of
-<filename>lh_config</filename>, e.g.: <screen>lh_config --bootappend-live "locale=sv_SE.utf8"</screen>
-This parameter can also be used in kernel command line. You can specify a
-locale by a two-letters code, or for better control, by a full
-<userinput><parameter>language</parameter>_<parameter>country</parameter>.<parameter>encoding</parameter></userinput>
-word.</para>
-    <para>Both the console and X keyboard configuration depends on the
-<command>keyb</command> parameter of the
-<command>--bootappend-live</command> option. Valid options for X keyboard
-layouts can be found in <filename>/etc/X11/xkb/base.xml</filename> (rather
-limited to two-letters country codes). To find the value (the two
-characters) corresponding to a language try searching for the english name
-of the nation where the language is spoken, e.g: <screen>$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name &lt;name&gt;se&lt;/name&gt; </screen> To get the locale files for swedish generated and a swedish
-keyboard layout in X use: <screen>lh_config --bootappend-live "locale=sv_SE.utf8 keyb=se"</screen> </para>
-    <para> A list of the valid values of the keyboards for the console can be figured
-with the following command: <screen>for i in `find /usr/share/keymaps/ -iname "*kmap.gz"`; do basename $i | head -c -9; echo; done | sort | less </screen> To make the
-console keyboard use a swedish layout use <screen>lh_config --bootappend-live "locale=sv_SE.utf8 keyb=se-latin1"</screen> </para>
-    <para>Alternatively, you can use the <literal>console-setup</literal> package, a
-tool to let you configure console layout using X (XKB) definitions; you can
-then setup your keyboard layout more precisely with
-<literal>klayout</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 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>
-  </section>
-  <section id="persistence">
-    <title>Persistence</title>
-    <para>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
-host hardware which runs it.</para>
-    <para>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
-should be considered read-only and all the runtime evolutions of the system
-are lost at shutdown.</para>
-    <para>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
-understand how it could work it could be handy to know that even if the
-system is booted and run from read-only media, modification to the files and
-directories are written on writable media, typically a ram disk (tmpfs) and
-ram disks' data do not survive reboots.</para>
-    <para>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
-multisession (re)writable CD/DVD. All these media are supported in Debian
-Live in different ways, and all but the last one require a special boot
-parameter to be specified at boot time: <command>persistent</command>.</para>
-    <section>
-      <title>Full persistence</title>
-      <para>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
-writable partition is used. In order to use this feature a partition with a
-clean writable supported filesystem on it labeled "live-rw" must be attached
-on the system at bootime and the system must be started with the boot
-parameter 'persistent'. This partition could be an ext2 partition on the
-hard disk or on a usb key created with, e.g.:</para>
-      <screen> # mkfs.ext2 -L live-rw /dev/sdb1 </screen>
-      <para>If you already have a partition on your device, you could just change the
-label with one of the following:</para>
-      <screen> # tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/sdb1 live-rw # for a fat filesystem </screen>
-      <para>But since live system users cannot always use a hard drive partition, and
-considering that most USB keys have poor write speeds, 'full' persistence
-could be also used with just image files, so you could create a file
-representing a partition and put this image file even on a NTFS partition of
-a foreign OS, with something like:</para>
-      <screen> $ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /sbin/mkfs.ext2 -F live-rw </screen>
-      <para>Then copy the <command>live-rw</command> file to a writable partition and
-reboot with the boot parameter 'persistent'.</para>
-    </section>
-    <section>
-      <title>Home automounting</title>
-      <para>If during the boot a partition (filesystem) image file or a partition
-labeled <command>home-rw</command> is discovered, this filesystem will be
-directly mounted as <command>/home</command>, thus permitting persistence of
-files that belong to e.g. the default user. It can be combined with full
-persistence.</para>
-    </section>
-    <section>
-      <title>Snapshots</title>
-      <para>Snapshots are collections of files and directories which are not mounted
-while running but which are copied from a persistent device to the system
-(tmpfs) at boot and which are resynced at reboot/shutdown of the system. The
-content of a snapshot could reside on a partition or an image file (like the
-above mentioned types) labeled <command>live-sn</command>, but it defaults
-to a simple cpio archive named <command>live-sn.cpio.gz</command>. As above,
-at boot time, the block devices connected to the system are traversed to see
-if a partition or a file named like that could be found. A power
-interruption during runtime could lead to data loss, hence a tool invoked
-<command>live-snapshot --refresh</command> could be called to sync important
-changes. This type of persistence, since it does not write continuously to
-the persistent media, is the most flash-based device friendly and the
-fastest of all the persistence systems.</para>
-      <para> 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 /home.</para>
-      <para>Snapshots cannot currently handle file deletion but full persistence and
-home automounting can.</para>
-    </section>
-    <section>
-      <title>Persistent SubText</title>
-      <para>If a user would need multiple persistent storage of the same type for
-different locations or testing, such as <command>live-rw-nonwork</command>
-and <command>live-rw-work</command>, the boot parameter
-<command>persistent-subtext</command> used in conjuntion with the boot
-parameter <command>persistent</command> will allow for multiple but unique
-persistent media. An example would be if a user wanted to use a persistent
-partition labeled <command>live-sn-subText</command> they would use the boot
-parameters of: <command>persistent</command>
-<command>persistent-subtext=subText</command>.</para>
-    </section>
-    <section>
-      <title>Partial remastering</title>
-      <para>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
-or adding a session to multisession cd/dvd(rw); live-initramfs mounts all
-/live filesystem in order or with the module bootparameter.</para>
-    </section>
-  </section>
-</chapter>
diff --git a/manual/de/other/overview.xml b/manual/de/other/overview.xml
deleted file mode 100644
index 1f15745..0000000
--- a/manual/de/other/overview.xml
+++ /dev/null
@@ -1,170 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="overview">
-  <title>Overview of tools</title>
-  <para> This chapter contains an overview of the two main tools used in building
-Debian Live systems. </para>
-  <section id="live-helper">
-    <title>
-      <filename>live-helper</filename>
-    </title>
-    <para><filename>live-helper</filename> is a collection of scripts to build Debian
-Live systems. These scripts are also referred to as "helpers". </para>
-    <para> The idea behind <filename>live-helper</filename> is to be a framework that
-uses a configuration directory to completely automate and customize all
-aspects of building a Live image. </para>
-    <para> Many concepts are similar to those in the <command>debhelper</command>
-Debian package tools written by Joey Hess: </para>
-    <orderedlist>
-      <listitem>
-        <para> The scripts have a central location for configuring their operation. </para>
-        <para> In <command>debhelper</command>, this is the <filename
-class="directory">debian</filename> subdirectory of a package tree. For
-example, <command>dh_install</command> will look for a file called
-<filename>debian/&lt;packagename&gt;.install</filename> to determine which
-files should exist in a particular binary package. In much the same way,
-<filename>live-helper</filename> stores its configuration entirely under a
-<filename class="directory">config/</filename> subdirectory. </para>
-      </listitem>
-      <listitem>
-        <para> The scripts are independent - that is to say, it is always safe to run each
-command. </para>
-      </listitem>
-    </orderedlist>
-    <para> Unlike <command>debhelper</command>, <filename>live-helper</filename>
-contains a tool to generate a skeleton configuration directory, <filename>lh
-config</filename>. This could be considered to be similar to tools such as
-<command>dh-make</command>. For more information about <filename>lh
-config</filename>, please see <xref linkend="lh-config"/>. </para>
-    <para> Besides the common <filename>config/common</filename>, which is used by all
-<filename>live-helper</filename> helper commands, some additional files can
-be used to configure the behavior of specific helper commands. These files
-are typically named <command>config/helper</command> or
-<command>config/stage</command> (where "stage", of course, is replaced with
-the name of the stage that they belong to, and "helper" with the name of the
-helper). </para>
-    <para> For example, the <command>lh bootstrap debootstrap</command> helper command
-uses files named <filename>config/bootstrap</filename> and
-<filename>config/bootstrap_debootstrap</filename> to read the options it
-will use. Generally, these files contain variables with values assigned, one
-variable per line. Some programs in <filename>live-helper</filename> use
-pairs of values or slightly more complicated variable assignments. </para>
-    <para><filename>live-helper</filename> respects environment variables which are
-present in the context of the shell it is running. If variables can be read
-from config files, then they override environment variables, and if command
-line options are used, they override values from config files. If no value
-for a given variable can be found (and is thus unset),
-<filename>live-helper</filename> will automatically set it to a default
-value. </para>
-    <para> All config files are shell scripts which are sourced by a
-<filename>live-helper</filename> program. That means they have to follow the
-normal shell syntax. You can also put comments in these files; lines
-beginning with "#" are ignored. </para>
-    <para> In some rare cases you may want to have different versions of these files
-for different architectures or distributions. If files named
-<command>config/stage.arch</command> or
-<command>config/stage_helper.arch</command>, and
-<command>config/stage.dist</command> or
-<command>config/stage_helper.dist</command> exist (where "arch" is the same
-as the output of <command>dpkg --print-architecture</command> and "dist" is
-the same as the codename of the target distribution), then they will be used
-in preference to the other, more general files. </para>
-    <para> Please see <xref linkend="installation"/> for information on how to install
-<filename>live-helper</filename>. </para>
-    <para> The remainder of this section discusses the three most important helpers: </para>
-    <variablelist>
-      <varlistentry>
-        <term>
-          <filename>lh config</filename>
-        </term>
-        <listitem>
-          <para> Responsible for initialising a Live system configuration directory. See
-<xref linkend="lh-config"/> for more information. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <filename>lh build</filename>
-        </term>
-        <listitem>
-          <para> Responsible for starting a Live system build. See <xref linkend="lh-build"/>
-for more information. </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <filename>lh clean</filename>
-        </term>
-        <listitem>
-          <para> Responsible for removing parts of a Live system build. See <xref
-linkend="lh-clean"/> for more information. </para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-    <section id="lh-config">
-      <title>The <filename>lh config</filename> helper</title>
-      <para> As discussed in <xref linkend="live-helper"/>, the scripts that make up
-<filename>live-helper</filename> source their configuration from a single
-directory named <command>config/</command>. As constructing this directory
-by hand would be time-consuming and error-prone, the <filename>lh
-config</filename> helper can be used to create skeleton configuration
-folders. </para>
-      <para> Issuing <filename>lh config</filename> without any arguments creates a
-<command>config</command> subdirectory which it populates with some default
-settings: </para>
-      <para>
-        <screen>$ lh config $ ls -l total 4.1k drwxr-xr-x 19 user group 4.1k 2008-05-09 21:37 config $ ls -l config/ total 104 -rw-r--r-- 1 user group 4175 2010-04-11 12:16 binary drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_debian-installer drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_debian-installer-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_grub drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-debs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-udebs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_rootfs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_syslinux -rw-r--r-- 1 user group 2205 2010-04-11 12:16 bootstrap -rw-r--r-- 1 user group 1599 2010-04-11 12:16 chroot drwxr-xr-x 2 user group 4096 2010-04
 -11 12:16 chroot_apt drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-packages drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-patches drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-preseed drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_sources -rw-r--r-- 1 user group 2938 2010-04-11 12:16 common drwxr-xr-x 2 user group 4096 2010-04-11 12:16 includes -rw-r--r-- 1 user group 206 2010-04-11 12:16 source drwxr-xr-x 2 user group 4096 2010-04-11 12:16 templates </screen>
-      </para>
-      <para> Using <filename>lh config</filename> without any arguments would be suitable
-for users who are either happy editing the generated files, or are simply
-happy with the defaults it creates. </para>
-      <para> You can ask <filename>lh config</filename> to generate a <filename
-class="directory">config/</filename> directory "preseeded" with various
-options. This might be suitable if you do not require the default settings
-but do not need to change a large number of options. For example: </para>
-      <para>
-        <screen>$ lh config -p gnome</screen>
-      </para>
-      <para> will build a <filename class="directory">config/</filename> directory
-configured to include the '<command>gnome</command>' package list. It is
-possible to specify many options: </para>
-      <para>
-        <screen>$ lh config --apt aptitude --binary-images net --hostname live-machine --username live-user ...</screen>
-      </para>
-      <para> A full list of options is available in the <command>lh_config</command> man
-page. Most options have a parallel with an "<command>LH_</command>" prefixed
-variable. </para>
-    </section>
-    <section id="lh-build">
-      <title>The <filename>lh build</filename> helper</title>
-      <para> The <filename>lh build</filename> helper reads in your configuration from
-the <filename class="directory">config/</filename> directory. It then runs
-the lower lower level commands needed to build your Live system. </para>
-    </section>
-    <section id="lh-clean">
-      <title>The <filename>lh clean</filename> helper</title>
-      <para> It is the job of the <filename>lh clean</filename> helper to remove various
-parts of a Live helper build so subsequent builds can start from a clean
-state. </para>
-    </section>
-  </section>
-  <section id="live-initramfs">
-    <title>The <filename>live-initramfs</filename> package</title>
-    <para><filename>live-initramfs</filename> is a collection of scripts providing
-hooks for the <command>initramfs-tools</command>, used to generate an
-initramfs capable of booting live systems, such as those created by
-<command>live-helper</command>. This includes the Debian Live isos, netboot
-tarballs, and usb stick images. </para>
-    <para> At boot time it will look for read-only media containing a "/live" directory
-where a root filesystem (often a compressed filesystem image like squashfs)
-is stored. If found, it will create a writable environment, using aufs or
-unionfs, for Debian like systems to boot from. </para>
-    <para><filename>live-initramfs</filename> is a fork of <ulink
-url="http://packages.ubuntu.com/casper">casper</ulink>. </para>
-    <para> More information on initial ramfs in Debian can be found in the <ulink
-url="http://kernel-handbook.alioth.debian.org/"> Debian Linux Kernel
-Handbook</ulink>'s chapter on <ulink
-url="http://kernel-handbook.alioth.debian.org/ch-initramfs.html">
-initramfs</ulink>. </para>
-  </section>
-</chapter>
diff --git a/manual/de/other/procedures.xml b/manual/de/other/procedures.xml
deleted file mode 100644
index 89e1df4..0000000
--- a/manual/de/other/procedures.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="procedures">
-  <title>Procedures</title>
-  <para>This chapter documents the procedures within the Debian Live project for
-various tasks that need cooperation with other teams in Debian.</para>
-  <sect1 id="udeb-uploads">
-    <title>Udeb Uploads</title>
-    <para>Before commiting releases of a udeb in d-i svn, one has to call:</para>
-    <screen>
-      <command>../../scripts/l10n/output-l10n-changes . -d</command>
-    </screen>
-  </sect1>
-  <sect1 id="major-releases">
-    <title>Major Releases</title>
-    <para>Releasing a new stable major version of Debian includes a lot of different
-teams working together to make it happen. At some point, the Live team comes
-in and builds live system images. The requirements to do this are:</para>
-    <itemizedlist>
-      <listitem>The local debian mirror (debian, debian-security, debian-volatile) of the debian-live buildd needs to be synced against a mirror that contains the released version.</listitem>
-      <listitem>The names of the image need to be known (e.g. debian-live-VERSION-ARCH-FLAVOUR.iso).</listitem>
-      <listitem>The data from debian-cd needs to be synced (udeb exclude lists).</listitem>
-      <listitem>The includes from debian-cd needs to be synced (README.*, doc/*, etc.).</listitem>
-      <listitem>Images are built and mirrored on cdimage.debian.org.</listitem>
-    </itemizedlist>
-  </sect1>
-  <sect1 id="point-releases">
-    <title>Point Releases</title>
-    <itemizedlist>
-      <listitem>Again, we need updated mirror of both debian and debian-security.</listitem>
-      <listitem>Before actual images can be built, the sizes of the gnome-desktop and kde-desktop CD images need to be checked that they are not too big.</listitem>
-      <listitem>Images are built and mirrored on cdimage.debian.org.</listitem>
-      <listitem>Send announcement mail.</listitem>
-    </itemizedlist>
-    <sect2 id="point-release-announce-template">
-      <title>Point release announcement template</title>
-      <para>An annoucement mail for point releases can be generated using the template
-below and the following command:</para>
-      <screen> $ sed \ -e 's|%major%|5.0|g' \ -e 's|%minor%|5.0.2|g' \ -e 's|%codename%|lenny|g' \ -e 's|%release_mail%|2009/msg00007.html|g' </screen>
-      <para>Please check the mail carefully before sending and pass it to others for
-proof-reading.</para>
-      <screen> Debian Live images for Debian GNU/Linux %major% updated The Debian Live project is pleased to announce the availability of updated Live images for its stable distribution Debian GNU/Linux %major% (codename "%codename%"). The images are available for download at: &lt;http://cdimage.debian.org/cdimage/release/current-live/&gt; This update incorporates the changes made in the %minor% point release, which adds corrections for security problems to the stable release along with a few adjustments for serious problems. A full list of the changes may be viewed at: &lt;http://lists.debian.org/debian-announce/%release_mail%&gt; It also includes the following Live-specific changes: COPYING debian html Makefile manual VERSION xml xsl [INSERT LIVE-SPECIFIC CHANGE HERE] COPYING debian html Makefile manual VERSION xml xsl [INSERT LIVE-SPECIFIC CHANGE HERE] COPYING debian html Makefile manual VERSION xml xsl [LARGER ISSUES MAY DESERVE THEIR OWN SECTION] URLs ---- Download loca
 tion of updated images: &lt;http://cdimage.debian.org/cdimage/release/current-live/&gt; Debian Live project homepage: &lt;http://live.debian.net/&gt; The current stable distribution: &lt;http://ftp.debian.org/debian/dists/stable&gt; stable distribution information (release notes, errata etc.): &lt;http://www.debian.org/releases/stable/&gt; Security announcements and information: &lt;http://www.debian.org/security/&gt; About Debian ------------- The Debian Project is an association of Free Software developers who volunteer their time and effort in order to produce the completely free operating system Debian GNU/Linux. About Debian Live ----------------- Debian Live is an official sub-project of Debian which produces Debian systems that do not require a classical installer. Images are available for CD/DVD discs, USB sticks and PXE netbooting as well as a bare filesystem images for booting directly from the internet. Contact Information ------------------- For further informati
 on, please visit the Debian Live web pages at &lt;http://live.debian.net/&gt; or alternatively send mail to &lt;debian-live at lists.debian.org&gt;. </screen>
-    </sect2>
-  </sect1>
-</chapter>
diff --git a/manual/de/other/reporting-bugs.xml b/manual/de/other/reporting-bugs.xml
deleted file mode 100644
index 6fa8146..0000000
--- a/manual/de/other/reporting-bugs.xml
+++ /dev/null
@@ -1,199 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="bugs">
-  <title>Reporting bugs</title>
-  <para>Debian Live is far from being perfect, but we want to make it as close as
-possible to perfect - with your help. Do not hesitate to report a bug: it is
-better to fill a report twice than never. However, this chapter includes
-recommendations how to file good bug reports.</para>
-  <para>For the impatient:</para>
-  <itemizedlist>
-    <listitem>
-      <para> Always check first the image status updates on <ulink
-url="http://live.debian.net/">our homepage</ulink> for known issues. </para>
-    </listitem>
-    <listitem>
-      <para> Always try to reproduce the bug with the <emphasis>most recent version of
-<filename>live-helper</filename> and
-<filename>live-initramfs</filename></emphasis> before submitting a bug
-report. </para>
-    </listitem>
-    <listitem>
-      <para> Try to give <emphasis>as specific information as possible</emphasis> about
-the bug. This includes (at least) the version of
-<filename>live-helper</filename> and <filename>live-initramfs</filename>
-used and the distribution of the live system you are building. </para>
-    </listitem>
-  </itemizedlist>
-  <section id="known-issues">
-    <title>Known issues</title>
-    <para>Due to the nature of Debian testing and Debian unstable branches being a
-moving target, building a live system may not always be possible.</para>
-    <para>If this is a problem, do not build a system based on testing or unstable,
-but go with stable. live-helper does always default to the current stable
-release.</para>
-    <para>Currently known issues are listed under the section 'status' on <ulink
-url="http://live.debian.net/">our homepage</ulink>.</para>
-    <para>It is out of the scope of this manual to train you in correctly identifying
-and fixing problems in packages of the development branches, however, there
-are two things you can always try: When not succeeding to build testing, try
-if unstable works. If unstable does not work either, revert to testing and
-pinning the newer version of the failing package from unstable.</para>
-  </section>
-  <section id="rebuild-from-scratch">
-    <title>Rebuild from scratch</title>
-    <para>To ensure that a particular bug is not caused by an unclean built system,
-please always rebuild the whole live system from scratch to see if the bug
-is reproducible.</para>
-  </section>
-  <section id="up-to-date">
-    <title>Use up-to-date packages</title>
-    <para>This means</para>
-    <para>Using outdated packages can cause significant problems when trying to
-reproduce (and ultimately fix) your problem. If a relevant package is not
-available in Debian anymore, please recognize that the resources of the
-Debian kernel team are limited and will be unlikely to be able to fix the
-problem.</para>
-  </section>
-  <section id="collect-information">
-    <title>Collect information</title>
-    <para>Please provide enough information with your report. At a minimum, it should
-contain the exact version of <filename>live-helper</filename> version where
-the bug is encountered, and steps to reproduce it. Please use common sense
-and include other relevant information if you think that it might help in
-solving the problem.</para>
-    <para>To make the most out of your bug report, we require at least the following
-information:</para>
-    <itemizedlist>
-      <listitem>
-        <para>Architecture of the host system</para>
-      </listitem>
-      <listitem>
-        <para>Version of <filename>live-helper</filename> on the host system</para>
-      </listitem>
-      <listitem>
-        <para>Version of <filename>live-initramfs</filename> on the live system</para>
-      </listitem>
-      <listitem>
-        <para>Version of <filename>debootstrap</filename> and/or
-<filename>cdebootstrap</filename> on the host system</para>
-      </listitem>
-      <listitem>
-        <para>Architecture of the live system</para>
-      </listitem>
-      <listitem>
-        <para>Distribution of the live system</para>
-      </listitem>
-      <listitem>
-        <para>Version of the kernel on the live system</para>
-      </listitem>
-    </itemizedlist>
-    <para> You can generate a log of the build process by using the
-<filename>tee</filename> command: </para>
-    <screen> # lh_build 2&gt;&amp;1 | tee buildlog.txt </screen>
-    <para>Additionally, to rule out other errors, it is always a good idea to tar up
-your config directory and upload it somewhere (do *not* send it as an
-attachment to the mailinglist), so that we can try to reproduce the errors
-you encountered.</para>
-    <para>Remember to send in any logs that were produced with English locale
-settings, e.g. run your live-helper commands with a leading
-<code>LC_ALL=C</code> or <code>LC_ALL=en_US</code>.</para>
-  </section>
-  <section id="correct-package">
-    <title>Use the correct package to report the bug against</title>
-    <para>Where does the bug appear?</para>
-    <para>
-      <variablelist>
-        <varlistentry>
-          <term>At build time whilst bootstrapping</term>
-          <listitem>
-            <para>
-              <para><filename>live-helper</filename> first bootstraps a basic Debian system with
-<command>debootstrap</command> or <command>cdebootstrap</command>. Depending
-on the bootstrapping tool used and the Debian distribution it is
-bootstrapping, it may fail. If a bug appears here, check if the error is
-related to a specific Debian package (most likely), or if it is related to
-cdebootstrap itself.</para>
-              <para>In both cases, this is not a bug in Debian Live, but rather in Debian itself
-which we can not fix this directly. Please report such a bug against
-<command>debootstrap</command>, <command>cdebootstrap</command> or the
-failing package.</para>
-            </para>
-          </listitem>
-        </varlistentry>
-        <varlistentry>
-          <term>At build time whilst installing packages</term>
-          <listitem>
-            <para><filename>live-helper</filename> installs additional packages from the
-Debian archive and depending on the Debian distribution used and the daily
-archive state, it can fail. If a bug appears here, check if the error is
-also reproducible on a normal system.</para>
-            <para>If this is the case, this is not a bug in Debian Live, but rather in Debian
-- please report it against the failing package. Running
-<filename>debootstrap</filename> seperately from the Live system build or
-running <filename>lh_bootstrap</filename> with <command>--debug</command>
-will give you more information.</para>
-            <para>Also, if you are using a local mirror and/or any of sort of proxy and you
-are experiencing a problem, please always reproduce it first by
-bootstrapping from an official mirror.</para>
-          </listitem>
-        </varlistentry>
-        <varlistentry>
-          <term>At boot-time</term>
-          <listitem>
-            <para> If your image does not boot, please report it to the mailing list together
-with the information requested in <xref linkend="collect-information"/>. Do
-not forget to mention, how/when the image failed, in Qemu, VMWare or real
-hardware. If you are using a virtualization technology of any kind, please
-always run it on real hardware before reporting a bug. Providing a
-screenshot of the failure is also very helpful. </para>
-          </listitem>
-        </varlistentry>
-        <varlistentry>
-          <term>At run-time</term>
-          <listitem>
-            <para>If a package was successfully installed, but fails while actually running
-the Live system, this is probably a bug in Debian Live. However, </para>
-          </listitem>
-        </varlistentry>
-      </variablelist>
-    </para>
-  </section>
-  <section id="research">
-    <title>Do the research</title>
-    <para>Before filing the bug, please search the web for the particular error
-message or symptom you are getting. As it is highly unlikely that you are
-the only person experiencing a particular problem, there is always a chance
-that it has been discussed elsewhere, and a possible solution, patch, or
-workaround has been proposed.</para>
-    <para>You should pay particular attention to the Debian Live mailing list, as well
-as the homepage, as these are likely to contain the most up-to-date
-information. If such information exists, always include the references to it
-in your bug report.</para>
-    <para>In addition, you should check the <ulink
-url="http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-helper">current
-bug list for <filename>live-helper</filename></ulink> and the <ulink
-url="http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-initramfs">current
-bug list for live-initramfs</ulink> to see whether something similar has
-been reported already.</para>
-  </section>
-  <section id="where">
-    <title>Where to report bugs</title>
-    <para>The Debian Live project keeps track of all bugs in the Debian Bug Tracking
-System (BTS). For information on how to use the system, please see <ulink
-url="http://bugs.debian.org">http://bugs.debian.org</ulink>. You can also
-submit the bugs by using the <command>reportbug</command> command from the
-package with the same name.</para>
-    <para>In general, you should report build time errors against the <ulink
-url="http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-helper">live-helper</ulink>
-package and run time errors against <ulink
-url="http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-initramfs">live-initramfs</ulink>.
-If you are unsure of which package is appropriate or need more help before
-submitting a bug report, please send a message to the mailing list and we
-will help you to figure it out.</para>
-    <para>Please note that bugs found in distributions derived from Debian (such as
-Ubuntu, Knoppix, Xandros, etc.) should <emphasis>not</emphasis> be reported
-to the Debian BTS unless they can be also reproduced on a Debian system
-using official Debian packages.</para>
-  </section>
-</chapter>
diff --git a/manual/de/other/resources.xml b/manual/de/other/resources.xml
deleted file mode 100644
index ecff95a..0000000
--- a/manual/de/other/resources.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="resources">
-  <title>Resources and links</title>
-  <section>
-    <title>Links</title>
-    <para>FIXME</para>
-    <orderedlist>
-      <listitem>
-        <para>
-          <ulink url="http://www.debian.org/">Debian homepage</ulink>
-        </para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section>
-    <title>English sources related to debian live</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          <ulink url="http://en.wikipedia.org/wiki/Debian_Live">Debian_Live definition
-on Wikipedia </ulink>
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <ulink url="http://layer-acht.org/slides/20070115_debian-live_LCA2007.odp">
-Presentation on Debian-Live </ulink>
-        </para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section>
-    <title>German sources related to debian live</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          <ulink url="http://wiki.skolelinux.de/DebianLive"> German translation (work
-in progress) </ulink>
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <ulink
-url="http://www.linux-magazin.de/online_artikel/workshop_debian_live_system_mit_etch">
-Article in linux-magazin.de </ulink>
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <ulink url="http://wiki.freenetproject.org/deDebianLiveCD"> Another german
-documentation </ulink>
-        </para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section>
-    <title>Spanish sources related to debian live</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          <ulink url="http://el-directorio.org/DebianLive"> Spanish documentation
-project </ulink>
-        </para>
-      </listitem>
-    </itemizedlist>
-  </section>
-</chapter>
diff --git a/manual/de/other/success-stories.xml b/manual/de/other/success-stories.xml
deleted file mode 100644
index 13af456..0000000
--- a/manual/de/other/success-stories.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="success-stories">
-  <title>Success Stories</title>
-  <para>This chapter documents success stories with Debian Live applied.</para>
-  <para>FIXME</para>
-</chapter>
diff --git a/manual/de/other/troubleshooting.xml b/manual/de/other/troubleshooting.xml
deleted file mode 100644
index 59377a1..0000000
--- a/manual/de/other/troubleshooting.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter id="troubleshooting">
-  <title>Hints for troubleshooting</title>
-  <para>To check on the client </para>
-  <itemizedlist>
-    <listitem>
-      <para> look at /live.log and /netboot.conf</para>
-    </listitem>
-    <listitem>
-      <para> could the image be mounted </para>
-    </listitem>
-  </itemizedlist>
-  <para>To check on the pc that creates the image </para>
-  <itemizedlist>
-    <listitem>
-      <para>was chroot unmounted after build? (it should) </para>
-    </listitem>
-  </itemizedlist>
-</chapter>
diff --git a/manual/de/other/use-cases.xml b/manual/de/other/use-cases.xml
deleted file mode 100644
index 89bb7e3..0000000
--- a/manual/de/other/use-cases.xml
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<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">
-    <title>VNC Kiosk Client</title>
-    <para>Create an image with <filename>live-helper</filename> to boot directly to a
-VNC server.</para>
-    <itemizedlist>
-      <listitem>
-        <para>Make a build directory: <screen>$ mkdir vncBuild</screen> </para>
-      </listitem>
-      <listitem>
-        <para>Move to the build directory: <screen>$ cd vncBuild</screen> </para>
-      </listitem>
-      <listitem>
-        <para>Example to config the build directory to include gdm metacity
-xtightvncviewer: <screen>$ lh config --packages "gdm metacity xtightvncviewer"</screen> </para>
-      </listitem>
-      <listitem>
-        <para>Create a folder /etc/skel folder for a custom .xsession for the default
-user: <screen>$ mkdir -p config/chroot_local-includes/etc/skel</screen> </para>
-      </listitem>
-      <listitem>
-        <para>Create the .xsession for the default user: <screen>$ touch config/chroot_local-includes/etc/skel/.xsession</screen> </para>
-      </listitem>
-      <listitem>
-        <para>Edit the .xsession file to launch metacity and start xvncviewer with
-something similar to the below: <screen> #!/bin/sh /usr/bin/metacity &amp; /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT exit </screen> </para>
-      </listitem>
-      <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/de/other/basics.xml b/manual/de/other_basics.ssi
similarity index 52%
rename from manual/de/other/basics.xml
rename to manual/de/other_basics.ssi
index 2e771b0..3d5b8b1 100644
--- a/manual/de/other/basics.xml
+++ b/manual/de/other_basics.ssi
@@ -1,18 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
 <chapter id="basics">
   <title>The basics</title>
-  <para> This chapter contains a brief overview of the build process as well as
-containing instructions on how to boot the various binary image types. </para>
+  <para> This chapter contains a brief overview of the build process as well as containing instructions on how to boot the various binary image types. </para>
   <section>
     <title>What is a live system?</title>
-    <para> 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
-installation on the usual drive(s), with an auto-configuration done at
-runtime (see <xref linkend="terms"/>). </para>
-    <para> 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
-following parts: </para>
+    <para> 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 installation on the usual drive(s), with an auto-configuration done at runtime (see <xref linkend="terms"/>). </para>
+    <para> 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 following parts: </para>
     <variablelist>
       <varlistentry>
         <term>Linux kernel</term>
@@ -23,61 +17,37 @@ following parts: </para>
       <varlistentry>
         <term>Initial RAM disk image (initrd)</term>
         <listitem>
-          <para> RAM disk setup for the Linux boot, containing modules possibly needed to
-mount the filesystem's image and some scripts to do it. </para>
+          <para> RAM disk setup for the Linux boot, containing modules possibly needed to mount the filesystem's image and some scripts to do it. </para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term>System image</term>
         <listitem>
-          <para> 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
-Debian Live system will use a RAM disk and 'union' mechanism to enable
-writing files within the running system. However, all modifications will be
-lost upon shutdown unless optional persistence partition(s) are used. (See
-<xref linkend="persistence"/>.) </para>
+          <para> 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 Debian Live system will use a RAM disk and 'union' mechanism to enable writing files within the running system. However, all modifications will be lost upon shutdown unless optional persistence partition(s) are used. (See <xref linkend="persistence"/>.) </para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term>Bootloader</term>
         <listitem>
-          <para> 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
-then loads the Linux kernel and its initrd to run with an associated
-filesystem image. Different solutions can be used depending on the target
-media and format of the filesystem containing the previous components:
-Isolinux to boot from a CD or DVD in ISO9660 format, syslinux for HDD or USB
-drive booting from a VFAT partition, GRUB for ext2/3 partition, pxelinux for
-PXE netboot, etc. </para>
+          <para> 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 then loads the Linux kernel and its initrd to run with an associated filesystem image. Different solutions can be used depending on the target media and format of the filesystem containing the previous components: Isolinux to boot from a CD or DVD in ISO9660 format, syslinux for HDD or USB drive booting from a VFAT partition, GRUB for ext2/3 partition, pxelinux for PXE netboot, etc. </para>
         </listitem>
       </varlistentry>
     </variablelist>
-    <para> 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
-media-dependant format(ISO9660 image, disk image, etc.) </para>
+    <para> 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 media-dependant format(ISO9660 image, disk image, etc.) </para>
   </section>
   <section>
     <title>First steps: building an ISO image</title>
-    <para> The following sequence of helper commands, provided by
-<filename>live-helper</filename>, will create a basic ISO image containing
-just the Debian standard system without X.org. It is suitable for burning to
-CD or DVD media. </para>
-    <para> First, we run the <filename>lh config</filename> helper command which will
-create a <filename>"config/"</filename> hierarchy in the current directory
-for use by other helper commands: </para>
+    <para> The following sequence of helper commands, provided by <filename>live-helper</filename>, will create a basic ISO image containing just the Debian standard system without X.org. It is suitable for burning to CD or DVD media. </para>
+    <para> First, we run the <filename>lh config</filename> helper command which will create a <filename>"config/"</filename> hierarchy in the current directory for use by other helper commands: </para>
     <para>
       <screen>$ lh config</screen>
     </para>
-    <para> 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
-<xref linkend="lh-config"/>). </para>
-    <para> Now that we have a <filename>"config/"</filename> hierarchy, we may build
-the image with the <filename>lh build</filename> helper command: </para>
+    <para> 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 <xref linkend="lh-config"/>). </para>
+    <para> Now that we have a <filename>"config/"</filename> hierarchy, we may build the image with the <filename>lh build</filename> helper command: </para>
     <para>
       <screen># lh build</screen>
     </para>
-    <para> This process can take a while, depending on the speed of your network
-connection (see <xref linkend="lh-build"/>). </para>
+    <para> This process can take a while, depending on the speed of your network connection (see <xref linkend="lh-build"/>). </para>
     <section>
       <title>Testing an ISO image with Qemu</title>
       <para> Testing an ISO is simple: </para>
@@ -85,18 +55,13 @@ connection (see <xref linkend="lh-build"/>). </para>
         <screen># apt-get install qemu $ qemu -cdrom binary.iso</screen>
       </para>
     </section>
-    <section><title>Testing an ISO image with virtualbox-ose</title><para> In order to test the ISO with virtualbox-ose: </para><para><screen># apt-get install virtualbox-ose</screen></para> and either install <itemizedlist><listitem><para>the modules package for a stock kernel eg
-virtualbox-ose-modules-2.6.26-1-486 or</para></listitem><listitem><para>the modules package compiled for your kernel using module-assistant from the
-package virtualbox-ose-source </para></listitem></itemizedlist> <para> Run Virtualbox:</para> For example, in Gnome <para> {{{Applications -&gt; System Tools -&gt; VirtualBox OSE }}}</para> <para>Create a virtual machine from your Live ISO</para> <para>To create a virtual machine "mylive" from A CDROM ISO "binary.iso" in
-VirtualBox:</para> <para> {{{Machine -&gt; New }}}</para> <para>In the Wizard: FIXME </para> </section>
+    <section><title>Testing an ISO image with virtualbox-ose</title><para> In order to test the ISO with virtualbox-ose: </para><para><screen># apt-get install virtualbox-ose</screen></para> and either install <itemizedlist><listitem><para>the modules package for a stock kernel eg virtualbox-ose-modules-2.6.26-1-486 or</para></listitem><listitem><para>the modules package compiled for your kernel using module-assistant from the package virtualbox-ose-source </para></listitem></itemizedlist> <para> Run Virtualbox:</para> For example, in Gnome <para> {{{Applications -&gt; System Tools -&gt; VirtualBox OSE }}}</para> <para>Create a virtual machine from your Live ISO</para> <para>To create a virtual machine "mylive" from A CDROM ISO "binary.iso" in VirtualBox:</para> <para> {{{Machine -&gt; New }}}</para> <para>In the Wizard: FIXME </para> </section>
     <section>
       <title>Testing an ISO image with VMware Workstation</title>
       <para>In order to test the ISO with VMware Workstation:</para>
       <para> Run VMware Workstation:</para>
       <para>Click on Edit virtual machine settings in the VM summary page. </para>
-      <para>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
-in the bios.</para>
+      <para>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 in the bios.</para>
     </section>
     <section>
       <title>Burning an ISO image to a physical medium</title>
@@ -108,19 +73,12 @@ in the bios.</para>
   </section>
   <section>
     <title>Building an USB/HDD image</title>
-    <para> 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
-booting from USB sticks, USB hard drives, and various other portable storage
-devices. </para>
-    <para> 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>
-helper command (see <xref linkend="lh-clean"/>): </para>
+    <para> 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 booting from USB sticks, USB hard drives, and various other portable storage devices. </para>
+    <para> 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> helper command (see <xref linkend="lh-clean"/>): </para>
     <para>
       <screen>$ lh clean --binary</screen>
     </para>
-    <para> Run the <filename>lh config</filename> helper command with the parameters to
-configure the <filename>"config/"</filename> hierarchy to create a USB/HDD
-image type: </para>
+    <para> Run the <filename>lh config</filename> helper command with the parameters to configure the <filename>"config/"</filename> hierarchy to create a USB/HDD image type: </para>
     <para>
       <screen>$ lh config -b usb-hdd</screen>
     </para>
@@ -130,18 +88,11 @@ image type: </para>
     </para>
     <section id="image_copying">
       <title>Copying USB/HDD image to a USB stick</title>
-      <para> The generated binary image contains a <acronym>VFAT</acronym> partition and
-the <command>syslinux</command> bootloader, ready to be directly written on
-an USB stick. Plug in an USB stick with a size larger than that of
-<filename>binary.img</filename> and type: </para>
+      <para> The generated binary image contains a <acronym>VFAT</acronym> partition and the <command>syslinux</command> bootloader, ready to be directly written on an USB stick. Plug in an USB stick with a size larger than that of <filename>binary.img</filename> and type: </para>
       <para>
         <screen>$ dd if=binary.img of=${USBSTICK}</screen>
       </para>
-      <para> where <replaceable>${USBSTICK}</replaceable> is the device file of your key,
-like <filename>/dev/sdb</filename> (not a partition like
-<filename>/dev/sdb1</filename>!); you can find the right device name by
-looking in <command>dmesg</command>'s output after plugging in the stick,
-for example. </para>
+      <para> where <replaceable>${USBSTICK}</replaceable> is the device file of your key, like <filename>/dev/sdb</filename> (not a partition like <filename>/dev/sdb1</filename>!); you can find the right device name by looking in <command>dmesg</command>'s output after plugging in the stick, for example. </para>
       <para>
         <important>This will definitely overwrite any previous contents on your stick!</important>
       </para>
@@ -156,22 +107,15 @@ for example. </para>
       <title>Testing an USB/HDD image with VMware Workstation</title>
       <para> In order to test the USB/HDD image with VMware Workstation: </para>
       <para> Run VMware Workstation:</para>
-      <para>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
-enter the device node of your usb stick.</para>
+      <para>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 enter the device node of your usb stick.</para>
     </section>
     <section>
       <title>Using the space left on a USB stick</title>
-      <para> 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
-gparted or parted to create a new partition on the stick. The first
-partition will be used by the Debian Live system. </para>
+      <para> 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 gparted or parted to create a new partition on the stick. The first partition will be used by the Debian Live system. </para>
       <para>
         <screen># gparted ${USBSTICK}</screen>
       </para>
-      <para> 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
-journaling causes too many writes to the stick). </para>
+      <para> 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 journaling causes too many writes to the stick). </para>
       <para>
         <screen># mkfs.ext2 ${USBSTICK}</screen>
       </para>
@@ -182,63 +126,36 @@ journaling causes too many writes to the stick). </para>
       <para>
         <important>Remember: Every time you install a new binary.img on the stick, all your data will be lost because the image includes a complete partition table.</important>
       </para>
-      <para> FIXME: Describe installing Debian Live to a partition (e.g. /dev/sdc1) AND
-using a bootloader to boot this. </para>
+      <para> FIXME: Describe installing Debian Live to a partition (e.g. /dev/sdc1) AND using a bootloader to boot this. </para>
     </section>
   </section>
   <section>
     <title>Building a netboot image</title>
-    <para> The following sequence of helper commands will create a basic netboot image
-containing the Debian standard system without X.org. It is suitable for
-booting over the network. </para>
-    <para> Note if you performed any previous examples, you will need to clean up your
-working directory with the <filename>lh clean</filename> helper command: </para>
+    <para> The following sequence of helper commands will create a basic netboot image containing the Debian standard system without X.org. It is suitable for booting over the network. </para>
+    <para> Note if you performed any previous examples, you will need to clean up your working directory with the <filename>lh clean</filename> helper command: </para>
     <para>
       <screen>$ lh clean --binary</screen>
     </para>
-    <para> Run the <filename>lh config</filename> helper command with the parameters to
-configure the <filename>"config/"</filename> hierarchy to create our netboot
-image: </para>
+    <para> Run the <filename>lh config</filename> helper command with the parameters to configure the <filename>"config/"</filename> hierarchy to create our netboot image: </para>
     <para>
       <screen>$ lh config -b net --net-root-path "/srv/debian-live" --net-root-server "192.168.0.1"</screen>
     </para>
-    <para> 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
-NFS. The <replaceable>net-root-path</replaceable> and
-<replaceable>net-root-server</replaceable> options specify the location and
-server, respectively, of the NFS server where the filesytem image will be
-located at boot-time. </para>
+    <para> 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 NFS. The <replaceable>net-root-path</replaceable> and <replaceable>net-root-server</replaceable> options specify the location and server, respectively, of the NFS server where the filesytem image will be located at boot-time. </para>
     <para> Now build the image with the <filename>lh build</filename> helper command: </para>
     <para>
       <screen># lh build</screen>
     </para>
-    <para> 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
-sends a <abbrev>DHCP</abbrev> request to get an <abbrev>IP</abbrev> address
-and information about what to do next. Typically the next step is getting a
-higher level boot loader via the <abbrev>TFTP</abbrev> protocol. That could
-be <application>Grub</application>, <application>PXELINUX</application>, or
-even boot directly to an operating system like
-<application>Linux</application>. </para>
-    <para> 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>tftpboot/debian-live/i386</filename>. </para>
+    <para> 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 sends a <abbrev>DHCP</abbrev> request to get an <abbrev>IP</abbrev> address and information about what to do next. Typically the next step is getting a higher level boot loader via the <abbrev>TFTP</abbrev> protocol. That could be <application>Grub</application>, <application>PXELINUX</application>, or even boot directly to an operating system like <application>Linux</application>. </para>
+    <para> 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>tftpboot/debian-live/i386</filename>. </para>
     <para> We must now configure three services on the server to enable netboot: </para>
     <variablelist>
       <varlistentry>
         <term>DHCP server</term>
         <listitem>
-          <para> 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
-location of the PXE bootloader. </para>
-          <para> Here is an example for inspiration, written for the ISC DHCP server (package
-<literal>dhcp3-server</literal>) in the
-<filename>/etc/dhcp3/dhcpd.conf</filename> configuration file: </para>
+          <para> 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 location of the PXE bootloader. </para>
+          <para> Here is an example for inspiration, written for the ISC DHCP server (package <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 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>
+            <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 speci
 fic 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>
           </para>
         </listitem>
       </varlistentry>
@@ -246,29 +163,19 @@ location of the PXE bootloader. </para>
         <term>TFTPd server</term>
         <listitem>
           <para> This serves the kernel and initial ramdisk to the system at run-time. </para>
-          <para> You should install the <command>tftpd-hpa</command> package. It can serve
-all files contained inside a root directory, usually
-<filename>/var/lib/tftpboot/</filename>, as defined with its
-<option>-s</option> option. To let it serve files inside
-<filename>/srv/debian-live/tftpboot</filename>, modify its start definition
-in <filename>/etc/inetd.conf</filename> with: </para>
+          <para> You should install the <command>tftpd-hpa</command> package. It can serve all files contained inside a root directory, usually <filename>/var/lib/tftpboot/</filename>, as defined with its <option>-s</option> option. To let it serve files inside <filename>/srv/debian-live/tftpboot</filename>, modify its start definition in <filename>/etc/inetd.conf</filename> with: </para>
           <para>
             <screen>tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /srv/debian-live/tftpboot -r blksize -v -v</screen>
           </para>
-          <para> and reload the super server with <command>/etc/init.d/openbsd-inetd
-reload</command>. </para>
+          <para> and reload the super server with <command>/etc/init.d/openbsd-inetd reload</command>. </para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term>NFS server</term>
         <listitem>
-          <para> 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
-server. </para>
-          <para> You should install the <command>nfs-kernel-server</command> package --
-<command>nfs-user-server</command> does not function correctly with netboot. </para>
-          <para> Then, make the filesystem image available through NFS by adding a line like
-the following to <filename>/etc/exports</filename>: </para>
+          <para> 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 server. </para>
+          <para> You should install the <command>nfs-kernel-server</command> package -- <command>nfs-user-server</command> does not function correctly with netboot. </para>
+          <para> Then, make the filesystem image available through NFS by adding a line like the following to <filename>/etc/exports</filename>: </para>
           <para>
             <screen>/srv/debian-live *(ro,async,subtree_check,no_root_squash)</screen>
           </para>
@@ -279,15 +186,11 @@ the following to <filename>/etc/exports</filename>: </para>
         </listitem>
       </varlistentry>
     </variablelist>
-    <para> 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
-<ulink url="http://d-i.alioth.debian.org/manual/en.i386/ch04s05.html">TFTP
-Net Booting</ulink> section might help as that process is very similar. </para>
+    <para> 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 <ulink url="http://d-i.alioth.debian.org/manual/en.i386/ch04s05.html">TFTP Net Booting</ulink> section might help as that process is very similar. </para>
   </section>
   <section>
     <title> Netboot testing HowTo </title>
-    <para> Netboot image creation is made easy with live-helper magic, but testing the
-images on physical machines can be really time consuming. </para>
+    <para> Netboot image creation is made easy with live-helper magic, but testing the images on physical machines can be really time consuming. </para>
     <para> To make our life easier, we can use virtualization. There are two solutions: </para>
     <variablelist>
       <varlistentry>
diff --git a/manual/en/other/coding-style.xml b/manual/de/other_coding-style.ssi
similarity index 100%
copy from manual/en/other/coding-style.xml
copy to manual/de/other_coding-style.ssi
diff --git a/manual/en/other/common-tasks.xml b/manual/de/other_common-tasks.ssi
similarity index 100%
copy from manual/en/other/common-tasks.xml
copy to manual/de/other_common-tasks.ssi
diff --git a/manual/en/other/appendices_configuration-files.xml b/manual/de/other_configuration-files.ssi
similarity index 100%
copy from manual/en/other/appendices_configuration-files.xml
copy to manual/de/other_configuration-files.ssi
diff --git a/manual/en/other/appendices_configuration-layout.xml b/manual/de/other_configuration-layout.ssi
similarity index 100%
copy from manual/en/other/appendices_configuration-layout.xml
copy to manual/de/other_configuration-layout.ssi
diff --git a/manual/en/other/customization.xml b/manual/de/other_customization.ssi
similarity index 100%
copy from manual/en/other/customization.xml
copy to manual/de/other_customization.ssi
diff --git a/manual/en/other/customization_backports.xml b/manual/de/other_customization_backports.ssi
similarity index 100%
copy from manual/en/other/customization_backports.xml
copy to manual/de/other_customization_backports.ssi
diff --git a/manual/en/other/customization_binary.xml b/manual/de/other_customization_binary.ssi
similarity index 100%
copy from manual/en/other/customization_binary.xml
copy to manual/de/other_customization_binary.ssi
diff --git a/manual/en/other/customization_bootup.xml b/manual/de/other_customization_bootup.ssi
similarity index 100%
copy from manual/en/other/customization_bootup.xml
copy to manual/de/other_customization_bootup.ssi
diff --git a/manual/en/other/customization_contents.xml b/manual/de/other_customization_contents.ssi
similarity index 100%
copy from manual/en/other/customization_contents.xml
copy to manual/de/other_customization_contents.ssi
diff --git a/manual/en/other/customization_internationalization.xml b/manual/de/other_customization_internationalization.ssi
similarity index 100%
copy from manual/en/other/customization_internationalization.xml
copy to manual/de/other_customization_internationalization.ssi
diff --git a/manual/en/other/customization_packages.xml b/manual/de/other_customization_packages.ssi
similarity index 100%
copy from manual/en/other/customization_packages.xml
copy to manual/de/other_customization_packages.ssi
diff --git a/manual/en/other/faq.xml b/manual/de/other_faq.ssi
similarity index 91%
copy from manual/en/other/faq.xml
copy to manual/de/other_faq.ssi
index a39fa8c..625a5ef 100644
--- a/manual/en/other/faq.xml
+++ b/manual/de/other_faq.ssi
@@ -52,7 +52,7 @@
     <listitem>
       <para>Q: How do I disable services permanently? (Be careful!)</para>
       <para> A: Add a chroot local hook script to disable a service each time you build an image: </para>
-      <para>e.g. config/chroot_local-hooks/01-disable_service.sh <screen>#!/bin/sh echo "I: disable service" update-rc.d -f 〈service name 〉 remove </screen> <screen> $ chmod +x config/chroot_local-hooks/01-disable_service.sh </screen> </para>
+      <para>e.g. config/chroot_local-hooks/01-disable_service.sh <screen>#!/bin/sh echo "I: disable service" update-rc.d -f 〈service name 〉 remove </screen> <screen> $ chmod +x config/chroot_local-hooks/01-disable_service.sh </screen> </para>
     </listitem>
     <listitem>
       <para>Q: How do I enable | disable the md5checksum at the ISO building? <screen>lh_config --checksums enabled|disabled </screen> Or change the LH_CHECKSUMS value. </para>
@@ -155,7 +155,7 @@
       <note>Boot from an USB-HDD on an iMac with GRUB did not work. </note>
     </listitem>
     <listitem>
-      <para>Q: Can I serve the root image from a web or ftp server? <para>A: Since live-initramfs 1.99, it should be possible to use the fetch= argument on the kernel command line. You can build a netboot image as usual, and when you are done edit the tftpboot/pxelinux.cfg/default file. Remove the references to network boot (netboot, nfsroot, nfsopts), and replace with fetch= 〈url where you placed the root image&gt;. </para> <note>You have to include wget in the chroot. It could work for other boot methods as well. However, I am not sure the live scripts configure the network when booting from a CD or USB disk.</note> <screen>$ lh_config --packages wget</screen> </para>
+      <para>Q: Can I serve the root image from a web or ftp server? <para>A: Since live-initramfs 1.99, it should be possible to use the fetch= argument on the kernel command line. You can build a netboot image as usual, and when you are done edit the tftpboot/pxelinux.cfg/default file. Remove the references to network boot (netboot, nfsroot, nfsopts), and replace with fetch= 〈url where you placed the root image&gt;. </para> <note>You have to include wget in the chroot. It could work for other boot methods as well. However, I am not sure the live scripts configure the network when booting from a CD or USB disk.</note> <screen>$ lh_config --packages wget</screen> </para>
     </listitem>
     <listitem>
       <para>Q: Why doesn't quickreboot (or some other boot parameter) work? <para>A: If you are building an etch image (which was the default up to 2007/09/14) you have a very old version of casper which does not support quickreboot and possibly other boot parameters as well. You could configure your sources to use live-backports (see /usr/share/live-helper/examples/sources/live-backports) and switch to live-initramfs, or better yet, build a lenny image instead, which is the new default. </para> <screen>$ lh_config --distribution lenny $ lh_config --initramfs live-initramfs</screen> </para>
@@ -167,7 +167,7 @@
       <para>Q: How do I use a newer kernel with lenny? <para>A: A build with backports.org kernels will fail as that repository lacks the necessary module packages (linux-modules-extra-2.6, aufs, etc.). Use the kernel backports <ulink url="http://unsupported.debian-maintainers.org/backports-kernel/"> http://unsupported.debian-maintainers.org/backports-kernel/. </ulink> </para> The quick way to success: <screen>$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_so
 urces/backports-kernel.binary.gpg $ lh_build</screen> </para>
     </listitem>
     <listitem>
-      <para>Q: How do I use a custom kernel? <para>〉 Is there a nice way of booting debian-live with a custom kernel (not in an apt repo)? </para> <para>A: Copy it into config/chroot_local-packages and set LH_LINUX_PACKAGES="none" or use lh config --linux-packages " " </para> <para>Don't forget to compile your kernel with an union filesystem (unionfs or aufs), squashfs modules, and initrd support. </para> <para>〉 I can cause the kernel to be installed but it seems this happens later than grub/syslinux is configured so it's not listed and casper/ and the menu require munging. </para> <para>You need to follow the debian scheme, e.g. placing the files in /boot as vmlinuz-$version and initrd.img-$version etc. </para> <para>I personally wouldn't go that way which is too much of a hassle, and just use make-kpkg to produce custom kernel deb packages. They should integrate nicely if you just put them into config/chroot_local-packages and set LH_LINUX_PACKAGES="". </para> <para><
 emphasis>Hint:</emphasis> to work around an error, which lh_binary_syslinux will throw on custom kernels if there is not an 468/686 in the kernel-name, you need to set CONFIG_LOCALVERSION="-486" or "-686" within the kernel configuration (-&gt; General setup -&gt; Local version set to -486 or -686) corresponding to LH_LINUX_FLAVOURS="" or "686". this at least up till live-helper version 1.0~a40-1</para> see <para><ulink url="http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-July/001947.html"> http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-July/001947.html</ulink></para> and <para><ulink url="http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-November/002581.html">http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-November/002581.html</ulink></para> </para>
+      <para>Q: How do I use a custom kernel? <para>〉 Is there a nice way of booting debian-live with a custom kernel (not in an apt repo)? </para> <para>A: Copy it into config/chroot_local-packages and set LH_LINUX_PACKAGES="none" or use lh config --linux-packages " " </para> <para>Don't forget to compile your kernel with an union filesystem (unionfs or aufs), squashfs modules, and initrd support. </para> <para>〉 I can cause the kernel to be installed but it seems this happens later than grub/syslinux is configured so it's not listed and casper/ and the menu require munging. </para> <para>You need to follow the debian scheme, e.g. placing the files in /boot as vmlinuz-$version and initrd.img-$version etc. </para> <para>I personally wouldn't go that way which is too much of a hassle, and just use make-kpkg to produce custom kernel deb packages. They should integrate nicely if you just put them into config/chroot_local-packages and set LH_LINUX_PACKAGES="". </para> <
 para><emphasis>Hint:</emphasis> to work around an error, which lh_binary_syslinux will throw on custom kernels if there is not an 468/686 in the kernel-name, you need to set CONFIG_LOCALVERSION="-486" or "-686" within the kernel configuration (-&gt; General setup -&gt; Local version set to -486 or -686) corresponding to LH_LINUX_FLAVOURS="" or "686". this at least up till live-helper version 1.0~a40-1</para> see <para><ulink url="http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-July/001947.html"> http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-July/001947.html</ulink></para> and <para><ulink url="http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-November/002581.html">http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-November/002581.html</ulink></para> </para>
     </listitem>
     <listitem>
       <para>Q: How do I create a cross arch live CD image? <para><command>A: In short:</command> You can't. Read on: </para> <para>The procedure to create a live CD is based on creating a chroot that contains the files that will be finally available on the live CD. The live CD building procedure includes chrooting into the chroot dir and so some operations. chrooting means that the terminal you chroot on will behave as a different system so your real system and the chroot environment is decoupled somehow.</para> <para>Once the live CD scripts chroots into the chroot dir they have some operations to do inside that environment and your real system won't be able to run them unless you are using the same architecture.</para> <para>So you only are able to make live CD for the arch you run on. But this doesn't prevent you run qemu or some other machine emulator that make this possible.</para> </para>
@@ -205,7 +205,7 @@
       <para>A: lh_build retrieves packages via wget, as a result you need to enable the proxy settings in /etc/wgetrc before running lh_build.</para>
     </listitem>
     <listitem>
-      <para>Q: How do I edit Xorg.conf? <para>A: Xorg.conf is generated every time system boots, so it's useless to put modifed Xorg.conf in config/choort_local-includes/etc/X11, because it will be overwritten during boot. However, you can edit /usr/bin/dexconf, which generate xorg.conf during boot, so the result will be modified Xorg.conf. The modified dexconf has to be put in config/choort_local-includes/usr/bin. e.g.: you can configure Xorg.conf for two or more keyboards layouts with alt+shift toggle by editing dexconf and replacing the line:</para> <screen>Option "XkbLayout" "$XKB_LAYOUT"</screen> <para>with the lines: </para> <screen>Option "XkbLayout" "us,il" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"</screen> <para>when "us,il" are the wanted keyboard layouts.</para> <para>You can force default screen resulotion (e.g. 1024*768) by adding the lines: .</para> <screen> SubSection "Display" Modes "1024x768" EndSubSection</screen> <para>between the lines:</p
 ara> <screen> Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" . . . . . . . SECTION printf "EndSection\n" 〉 &amp;4</screen> </para>
+      <para>Q: How do I edit Xorg.conf? <para>A: Xorg.conf is generated every time system boots, so it's useless to put modifed Xorg.conf in config/choort_local-includes/etc/X11, because it will be overwritten during boot. However, you can edit /usr/bin/dexconf, which generate xorg.conf during boot, so the result will be modified Xorg.conf. The modified dexconf has to be put in config/choort_local-includes/usr/bin. e.g.: you can configure Xorg.conf for two or more keyboards layouts with alt+shift toggle by editing dexconf and replacing the line:</para> <screen>Option "XkbLayout" "$XKB_LAYOUT"</screen> <para>with the lines: </para> <screen>Option "XkbLayout" "us,il" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"</screen> <para>when "us,il" are the wanted keyboard layouts.</para> <para>You can force default screen resulotion (e.g. 1024*768) by adding the lines: .</para> <screen> SubSection "Display" Modes "1024x768" EndSubSection</screen> <para>between the lines:</p
 ara> <screen> Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" . . . . . . . SECTION printf "EndSection\n" 〉 &amp;4</screen> </para>
     </listitem>
     <listitem>
       <para>Q: Where are the build parameters for the prebuilt images</para>
diff --git a/manual/en/other/howtos.xml b/manual/de/other_howtos.ssi
similarity index 100%
copy from manual/en/other/howtos.xml
copy to manual/de/other_howtos.ssi
diff --git a/manual/en/other/installation.xml b/manual/de/other_installation.ssi
similarity index 100%
copy from manual/en/other/installation.xml
copy to manual/de/other_installation.ssi
diff --git a/manual/en/other/live-environment.xml b/manual/de/other_live-environment.ssi
similarity index 95%
copy from manual/en/other/live-environment.xml
copy to manual/de/other_live-environment.ssi
index 46ffe2e..dc36567 100644
--- a/manual/en/other/live-environment.xml
+++ b/manual/de/other_live-environment.ssi
@@ -24,7 +24,7 @@
     <para>To define the locale that should be generated, use the <command>locale</command> parameter into the <command>--bootappend-live</command> option of <filename>lh_config</filename>, e.g.: <screen>lh_config --bootappend-live "locale=sv_SE.utf8"</screen> This parameter can also be used in kernel command line. You can specify a locale by a two-letters code, or for better control, by a full <userinput><parameter>language</parameter>_<parameter>country</parameter>.<parameter>encoding</parameter></userinput> word.</para>
     <para>Both the console and X keyboard configuration depends on the <command>keyb</command> parameter of the <command>--bootappend-live</command> option. Valid options for X keyboard layouts can be found in <filename>/etc/X11/xkb/base.xml</filename> (rather limited to two-letters country codes). To find the value (the two characters) corresponding to a language try searching for the english name of the nation where the language is spoken, e.g: <screen>$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name &lt;name&gt;se&lt;/name&gt; </screen> To get the locale files for swedish generated and a swedish keyboard layout in X use: <screen>lh_config --bootappend-live "locale=sv_SE.utf8 keyb=se"</screen> </para>
     <para> A list of the valid values of the keyboards for the console can be figured with the following command: <screen>for i in `find /usr/share/keymaps/ -iname "*kmap.gz"`; do basename $i | head -c -9; echo; done | sort | less </screen> To make the console keyboard use a swedish layout use <screen>lh_config --bootappend-live "locale=sv_SE.utf8 keyb=se-latin1"</screen> </para>
-    <para>Alternatively, you can use the <literal>console-setup</literal> package, a tool to let you configure console layout using X (XKB) definitions; you can then setup your keyboard layout more precisely with <literal>klayout</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 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>
+    <para>Alternatively, you can use the <literal>console-setup</literal> package, a tool to let you configure console layout using X (XKB) definitions; you can then setup your keyboard layout more precisely with <literal>klayout</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 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>
   </section>
   <section id="persistence">
     <title>Persistence</title>
diff --git a/manual/en/other/overview.xml b/manual/de/other_overview.ssi
similarity index 100%
copy from manual/en/other/overview.xml
copy to manual/de/other_overview.ssi
diff --git a/manual/en/other/procedures.xml b/manual/de/other_procedures.ssi
similarity index 100%
copy from manual/en/other/procedures.xml
copy to manual/de/other_procedures.ssi
diff --git a/manual/en/other/reporting-bugs.xml b/manual/de/other_reporting-bugs.ssi
similarity index 100%
copy from manual/en/other/reporting-bugs.xml
copy to manual/de/other_reporting-bugs.ssi
diff --git a/manual/en/other/resources.xml b/manual/de/other_resources.ssi
similarity index 100%
copy from manual/en/other/resources.xml
copy to manual/de/other_resources.ssi
diff --git a/manual/en/other/success-stories.xml b/manual/de/other_success-stories.ssi
similarity index 100%
copy from manual/en/other/success-stories.xml
copy to manual/de/other_success-stories.ssi
diff --git a/manual/en/other/troubleshooting.xml b/manual/de/other_troubleshooting.ssi
similarity index 100%
copy from manual/en/other/troubleshooting.xml
copy to manual/de/other_troubleshooting.ssi
diff --git a/manual/en/other/use-cases.xml b/manual/de/other_use-cases.ssi
similarity index 100%
copy from manual/en/other/use-cases.xml
copy to manual/de/other_use-cases.ssi
diff --git a/manual/en/project.xml b/manual/de/project.ssi
similarity index 100%
rename from manual/en/project.xml
rename to manual/de/project.ssi
diff --git a/manual/de/project.xml b/manual/de/project.xml
deleted file mode 100644
index 6ff8300..0000000
--- a/manual/de/project.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<part>
-  <title>Project</title>
-</part>
diff --git a/manual/en/user.xml b/manual/de/user.ssi
similarity index 100%
rename from manual/en/user.xml
rename to manual/de/user.ssi
diff --git a/manual/de/user.xml b/manual/de/user.xml
deleted file mode 100644
index 8f5edff..0000000
--- a/manual/de/user.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<part>
-  <title>User</title>
-</part>
diff --git a/manual/en/_sisu/sisurc.yml b/manual/en/_sisu/sisurc.yml
new file mode 100644
index 0000000..8b1c71e
--- /dev/null
+++ b/manual/en/_sisu/sisurc.yml
@@ -0,0 +1,126 @@
+# Name: SiSU - Simple information Structuring Universe
+# Author: Ralph at Amissah.com
+# Description: Site wide envionment defaults set here
+# system environment info / resource configuration file, for sisu
+# License: GPL v3 or later
+#   site environment configuration file
+#   this file should be configured and live in
+#      /etc/sisu     #per environment settings, overridden by:
+#      ~/.sisu       #per user settings, overridden by:
+#     ./_sisu        #per local markup directory settings
+#% #image source directory, main path and subdirectories
+#image:
+#  path:         'sisu_working'
+#  public:       '_sisu/image'
+#  #all:           'image'
+#% presentation/web directory, main path and subdirectories (most subdirectories are created automatically based on markup directory name)
+#webserv:
+#  url_root:     'http://www.your.url' #without dir stub
+#  path:         '/var/www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home
+#  images:       '_sisu/image'
+#  man:          'man'
+#  cgi:          '/usr/lib/cgi-bin'
+#  feed:         'feed'
+#  sqlite:       'sisu/sqlite'
+#  webrick_url:  true
+#show_output_on: 'filesystem' #for -v and -u url information, alternatives: 'filesystem','webserver','remote_webserver','local:8111','localhost','localhost:8080','webrick','path'
+#show_output_on: 'local:8111'
+#webserv_cgi:
+#  host:         localhost
+#  base_path:    ~
+#  port:         '8081'
+#  user:         ~
+show_output_on: 'filesystem_url'
+#texinfo display output
+#texinfo:
+#  stub:         'texinfo'
+##% processing directories, main path and subdirectories (appended to $HOME), using defaults set in sysenv
+#processing:
+#  path:         '~'
+#  dir:         '.sisu_processing~'
+#  metaverse:    'metaverse'
+#  tune:         'tune'
+#  latex:        'tex'
+#  texinfo:      'texinfo'
+#  concord_max:  400000
+#% flag - set (non-default) processing flag shortcuts -1, -2 etc. (here adding colour and verbosity as default)
+flag:
+  color:        true                        # making colour default -c is toggle, and will now toggle colour off
+  default:      '-NhwepoabxXyYv'            # -m run by default; includes verbose
+  i:            '-hwpoay'                   # -m run by default
+  ii:           '-NhwepoabxXy'              # -m run by default
+  iii:          '-NhwepoabxXyY'             # -m run by default
+  iv:           '-NhwepoabxXYDy --update'   # -m run by default
+  v:            '-NhwepoabxXYDyv --update'  # -m run by default; includes verbose
+#% papersize, (LaTeX/pdf) available values: A4, US_letter, book_b5, book_a5, US_legal
+default:
+  papersize:    'A4,letter'
+  #texpdf_font:  'Liberation Serif' # 'Liberation Sans' 'Liberation Serif'
+  #text_wrap:    78
+  #emphasis:     'bold' #make *{emphasis}* 'bold', 'italics' or 'underscore', default if not configured is 'bold'
+  #digest:       'sha' #sha is sha256, default is md5
+  #multilingual:  false
+  #language_file: 2
+  #language:     'English'
+#% markup, make *{emphasis}* 'bold' or 'italics', default if not configured is 'bold'
+#% settings used by ssh scp
+#remote:
+#  -
+#    user:         '[usrname]'
+#    host:         '[remote.hostname]'
+#    path:         '.' #no trailing slash eg 'sisu/www'
+#  -
+#    user:         '[usrname]'
+#    host:         '[remote.hostname]'
+#    path:         '.' #no trailing slash eg 'sisu/www'
+#% webrick information
+#webrick:
+#  port:         '8081'
+#% sql database info, postgresql and sqlite
+#db:
+#  share_source: false # boolean, default is false
+#  postgresql:
+#    port:       # '[port (default is 5432)]'
+#    host:       # '[if not localhost, provide host tcp/ip address or domain name]''
+#    user:       # '[(if different from user) provide username]'
+#    password:   # '[password if required]'
+#  sqlite:
+#    path:       ~ # './sisu_sqlite.db'
+#    port:       "**"
+#% possible values ~, true, false, or command instruction e.g. editor: 'gvim -c :R -c :S'.
+#will only ignore if value set to false, absence or nil will not remove program as should operate without rc file
+#ie in case of ~ will ignore and use hard coded defaults within program), true, false, or command instruction e.g. editor: 'gvim -c :R -c :S'
+#on value true system defaults used, to change, e.g. editor specify
+permission_set:
+  zap:          false
+  css_modify:   false
+#  remote_base_site:  true
+program_set:
+  rmagick:       false
+#  wc:           true
+#  editor:       true
+#  postgresql:   true
+#  sqlite:       true
+#  tidy:         true
+#  rexml:        true
+#  pdflatex:     true
+#program_select:
+#  editor:       'gvim -c :R -c :S'
+#  pdf_viewer:   'evince'
+#  web_browser:  'firefox' #'iceweasel' #'epiphany' #'galeon' #'konqueror' #'kazehakase'
+#  console_www_browser: 'links2' #'elinks' #'w3m' #'lynx' #'links'
+#  epub_viewer:  'ebook-viewer' #'calibre' #'okular' #'fbreader'
+#  odf_viewer:   'oowriter' #'abiword'
+#  xml_viewer:   'xml-viewer'
+#  man:          'nroff -man' #'groff -man -Tascii' # 'nroff -man'
+#promo:              sisu_icon, sisu, sisu_search_libre, open_society, fsf, ruby
+#search:
+#  sisu:
+#    flag:              true
+##    action:            http://localhost:8081/cgi-bin/sisu_pgsql.cgi
+#    action:            http://search.sisudoc.org
+#    db:                sisu
+#    title:             sample search form
+#  hyperestraier:
+#    flag:              true
+#    action:            http://search.sisudoc.org/cgi-bin/estseek.cgi?
diff --git a/manual/en/about.xml b/manual/en/about.xml
deleted file mode 100644
index 9d89040..0000000
--- a/manual/en/about.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<chapter>
-  <title>About</title>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="about/manual.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="about/project.xml"/>
-</chapter>
diff --git a/manual/en/about_manual.ssi b/manual/en/about_manual.ssi
new file mode 100644
index 0000000..50db7d8
--- /dev/null
+++ b/manual/en/about_manual.ssi
@@ -0,0 +1,123 @@
+:C~ About this manual ~#
+
+The main goal of this manual is to serve as a single access point to all documentation related to the Debian Live project. It does not include end-user documentation for using a Debian Live system as far as things are live specific.
+
+Some of the commands mentioned in the text must be executed with superuser privileges which can be obtained by becoming the root user via #{su}# or by using #{sudo}#. To distinguish between commands which may be executed by an unprivileged user and those requiring superuser privileges, commands are prepended by #{$}# or #{#}# respectively. This symbol is not a part of the command.
+
+1~ Terms ~#
+
+_* Live system: An operating system that can boot without installation to a hard drive. Live systems do not alter local operating system(s) or file(s) already installed on the computer hard drive unless instructed to do so. Live systems are typically booted from media such as CDs/DVDs or USB sticks, some may also boot over the network.
+
+_* Debian Live: The Debian sub-project which maintains the #{live-helper}#, #{live-boot}# and #{live-config}# packages.
+
+_* Debian Live system: A live system that uses software from the Debian operating system that may be booted from CDs, DVDs, USB sticks, over the network (via netboot images), and over the internet (via boot parameter fetch=URL).
+
+_* Build system/host system: The environment used to create the live system.
+
+_* #{live-helper}#: A collection of scripts used to build customised Debian Live systems. #{live-helper}# was formerly know as #{live-package}#.
+
+#{live-boot}#
+A collection of scripts used to boot live systems. #{live-boot}# was formerly a part of #{live-initramfs}#.
+
+_* #{live-config}#: A collection of scripts used to configure a live systems during the boot process. #{live-config}# was formerly a part of #{live-initramfs}#.
+
+_* Debian Installer/(d-i): The official installation system for the Debian distribution.
+
+_* Boot parameters: FIXME.
+
+_* chroot: The chroot program, chroot(8), enables us to run different instances of the GNU/Linux environment on a single system simultaneously without rebooting.
+
+_* binary image: On a live system, binary image refers to the binary filesystem and the respective extension, such as binary.iso or binary.img.
+
+_* Target distribution: The distribution upon which your live system will be based. This can differ from the distribution of your Build System.
+
+_* lenny, squeeze, sid and stable, testing, unstable: The "stable" distribution contains the latest officially released distribution of Debian. The "testing" distribution is the staging area for the next stable release. A major advantage of using this distribution is that it has more recent versions of software relative to the "stable" release. The "unstable" distribution is where active development of Debian occurs. Generally, this distribution is run by developers and those who like to live on the edge. At the time of writing, lenny is the current "stable" release and squeeze is the current "testing" release. sid will always be a synonym for the "unstable" release.
+
+1~ Authors ~#
+
+A list of authors (in alphabetical order):
+
+_* Ben Armstrong
+_* Brendan Sleight
+_* Chris Lamb
+_* Daniel Baumann
+_* Franklin Piat
+_* Jonas Stein
+_* Kai Hendry
+_* Marco Amadori
+_* Mathieu Geli
+_* Matthias Kirschner
+_* Richard Nelson
+_* Trent W. Buck
+
+1~ Contributing to this document ~#
+
+This manual is intended as a community project and all proposals for improvements and contributions are extremely welcome. The preferred way to submit a contribution is to send it to the mailing list. Please see <xref linkend="contact"/> for more information.
+
+When submitting a contribution please clearly identify its copyright holder and include the licensing statement. Note that to be accepted the contribution must be licensed under the same license as the rest of the document, namely GPL version 3 or later.
+
+The sources for this manual are maintained using the Git version control system. You can checkout the latest copy by executing:
+
+code{
+$ git clone git://live.debian.net/git/live-manual.git
+}code
+
+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:
+
+code{
+# apt-get install sisu-complete po4a
+}code
+
+You may build the live-manual from the top level directory of your git checkout by executing:
+
+code{
+$ make build
+}code
+
+1~ Applying patches ~#
+
+Directly commiting to the repository is possible by anyone. However, we ask you to send bigger changes to the mailinglist to discuss them first. In order to push to the repository, the following steps are required.
+
+Fetch the public commit key:
+
+code{
+$ mkdir -p ~/.ssh/identity.d
+$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live -O ~/.ssh/identity.d/live-manual at debian-live
+wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live.pub -O ~/.ssh/identity.d/live-manual at debian-live.pub
+$ chmod 0600 ~/.ssh/identity.d/live-manual at debian-live*
+}code
+
+Add the following section to your openssh-client config:
+
+code{
+$ cat >> ~/.ssh/config << EOF
+Host live.debian.net
+	Hostname live.debian.net
+	User gitosis
+	IdentityFile ~/.ssh/identity.d/live-manual at debian-live
+EOF
+}code
+
+Checkout a clone of the manual through ssh:
+
+code{
+$ git clone gitosis at live.debian.net:/live-manual.git
+}code
+
+After editing the files in manual/en/, please call the 'commit' target in the toplevel directory to sanitize the files and update the translation files:
+
+code{
+$ make commit
+}code
+
+After sanitizing commit the changes. Write commit messages, that consist of full useful sentences, starting with a capital letter and ending with a full stop. Usually starting with the form 'Fixing/Adding/Removing/Correcting/':
+
+code{
+$ git commit -a
+}code
+
+Push the commit to the server:
+
+code{
+$ git push
+}code
diff --git a/manual/en/about/project.xml b/manual/en/about_project.ssi
similarity index 100%
rename from manual/en/about/project.xml
rename to manual/en/about_project.ssi
diff --git a/manual/en/index.xml b/manual/en/index.xml
deleted file mode 100644
index 58585dc..0000000
--- a/manual/en/index.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?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-07-09">
-<!ENTITY releaseinfo "2.0~a3">
-<!ENTITY year "2010">
-]>
-<book lang="en">
-  <title>Debian Live Manual</title>
-  <bookinfo>
-    <author>
-      <othername>Debian Live Project</othername>
-      <email>debian-live at lists.debian.org</email>
-    </author>
-    <releaseinfo>&releaseinfo;</releaseinfo>
-    <pubdate>&pubdate;</pubdate>
-    <copyright>
-      <year>2006-&year;</year>
-      <holder>Debian Live Project</holder>
-    </copyright>
-    <legalnotice>
-      <para>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</para>
-      <para> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. </para>
-      <para> You should have received a copy of the GNU General Public License along with this program. If not, see <ulink url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>. </para>
-      <para> On Debian systems, the complete text of the GNU General Public License can be found in <ulink url="file:///usr/share/common-licenses/GPL-3">/usr/share/common-licenses/GPL-3</ulink> file.</para>
-    </legalnotice>
-  </bookinfo>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="about.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="user.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="devel.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="project.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other.xml"/>
-</book>
diff --git a/manual/en/live-manual.ssm b/manual/en/live-manual.ssm
new file mode 100644
index 0000000..ea8fa17
--- /dev/null
+++ b/manual/en/live-manual.ssm
@@ -0,0 +1,59 @@
+% SiSU 2.0
+
+ at title: Debian Live Manual
+
+ at creator: Debian Live Project <debian-live at lists.debian.org>
+
+ at rights:
+ :copyright: Copyright (C) 2006-2010 Debian Live Project
+ :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+
+% This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+% You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
+% On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
+
+ at classify:
+ :topic_register: Software:documentation
+
+ at date:
+ :published: 2010-06-29
+
+ at publisher: Debian Live Project <debian-live at lists.debian.org>
+
+ at links: {Debian Live Project}http://live.debian.net/
+
+% @make:
+
+:A~ @title @creator ~#
+
+:B~ About ~#
+
+<< about_manual.ssi
+
+% << about_project.ssi
+
+:B~ User ~#
+
+:B~ Development ~#
+
+:B~ Project ~#
+
+:B~ Other ~#
+
+% << other_installation.ssi
+% << other_basics.ssi
+% << other_overview.ssi
+% << other_customization.ssi
+% << other_common-tasks.ssi
+% << other_live-environment.ssi
+% << other_faq.ssi
+% << other_reporting-bugs.ssi
+% << other_howtos.ssi
+% << other_coding-style.ssi
+% << other_procedures.ssi
+% << other_resources.ssi
+% << other_use-cases.ssi
+% << other_success-stories.ssi
+% << other_troubleshooting.ssi
+% << other_configuration-layout.ssi
+% << other_configuration-files.ssi
diff --git a/manual/en/other.xml b/manual/en/other.xml
deleted file mode 100644
index e353dbf..0000000
--- a/manual/en/other.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<part>
-  <title>Other</title>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/installation.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/basics.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/overview.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/customization.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/common-tasks.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/live-environment.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/faq.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/reporting-bugs.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/howtos.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/coding-style.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/procedures.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/resources.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/use-cases.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/success-stories.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/troubleshooting.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/appendices_configuration-layout.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/appendices_configuration-files.xml"/>
-</part>
diff --git a/manual/en/other/basics.xml b/manual/en/other_basics.ssi
similarity index 100%
rename from manual/en/other/basics.xml
rename to manual/en/other_basics.ssi
diff --git a/manual/en/other/coding-style.xml b/manual/en/other_coding-style.ssi
similarity index 100%
rename from manual/en/other/coding-style.xml
rename to manual/en/other_coding-style.ssi
diff --git a/manual/en/other/common-tasks.xml b/manual/en/other_common-tasks.ssi
similarity index 100%
rename from manual/en/other/common-tasks.xml
rename to manual/en/other_common-tasks.ssi
diff --git a/manual/en/other/appendices_configuration-files.xml b/manual/en/other_configuration-files.ssi
similarity index 100%
rename from manual/en/other/appendices_configuration-files.xml
rename to manual/en/other_configuration-files.ssi
diff --git a/manual/en/other/appendices_configuration-layout.xml b/manual/en/other_configuration-layout.ssi
similarity index 100%
rename from manual/en/other/appendices_configuration-layout.xml
rename to manual/en/other_configuration-layout.ssi
diff --git a/manual/en/other/customization.xml b/manual/en/other_customization.ssi
similarity index 100%
rename from manual/en/other/customization.xml
rename to manual/en/other_customization.ssi
diff --git a/manual/en/other/customization_backports.xml b/manual/en/other_customization_backports.ssi
similarity index 100%
rename from manual/en/other/customization_backports.xml
rename to manual/en/other_customization_backports.ssi
diff --git a/manual/en/other/customization_binary.xml b/manual/en/other_customization_binary.ssi
similarity index 100%
rename from manual/en/other/customization_binary.xml
rename to manual/en/other_customization_binary.ssi
diff --git a/manual/en/other/customization_bootup.xml b/manual/en/other_customization_bootup.ssi
similarity index 100%
rename from manual/en/other/customization_bootup.xml
rename to manual/en/other_customization_bootup.ssi
diff --git a/manual/en/other/customization_contents.xml b/manual/en/other_customization_contents.ssi
similarity index 100%
rename from manual/en/other/customization_contents.xml
rename to manual/en/other_customization_contents.ssi
diff --git a/manual/en/other/customization_internationalization.xml b/manual/en/other_customization_internationalization.ssi
similarity index 100%
rename from manual/en/other/customization_internationalization.xml
rename to manual/en/other_customization_internationalization.ssi
diff --git a/manual/en/other/customization_packages.xml b/manual/en/other_customization_packages.ssi
similarity index 100%
rename from manual/en/other/customization_packages.xml
rename to manual/en/other_customization_packages.ssi
diff --git a/manual/en/other/faq.xml b/manual/en/other_faq.ssi
similarity index 100%
rename from manual/en/other/faq.xml
rename to manual/en/other_faq.ssi
diff --git a/manual/en/other/howtos.xml b/manual/en/other_howtos.ssi
similarity index 100%
rename from manual/en/other/howtos.xml
rename to manual/en/other_howtos.ssi
diff --git a/manual/en/other/installation.xml b/manual/en/other_installation.ssi
similarity index 100%
rename from manual/en/other/installation.xml
rename to manual/en/other_installation.ssi
diff --git a/manual/en/other/live-environment.xml b/manual/en/other_live-environment.ssi
similarity index 100%
rename from manual/en/other/live-environment.xml
rename to manual/en/other_live-environment.ssi
diff --git a/manual/en/other/overview.xml b/manual/en/other_overview.ssi
similarity index 100%
rename from manual/en/other/overview.xml
rename to manual/en/other_overview.ssi
diff --git a/manual/en/other/procedures.xml b/manual/en/other_procedures.ssi
similarity index 100%
rename from manual/en/other/procedures.xml
rename to manual/en/other_procedures.ssi
diff --git a/manual/en/other/reporting-bugs.xml b/manual/en/other_reporting-bugs.ssi
similarity index 100%
rename from manual/en/other/reporting-bugs.xml
rename to manual/en/other_reporting-bugs.ssi
diff --git a/manual/en/other/resources.xml b/manual/en/other_resources.ssi
similarity index 100%
rename from manual/en/other/resources.xml
rename to manual/en/other_resources.ssi
diff --git a/manual/en/other/success-stories.xml b/manual/en/other_success-stories.ssi
similarity index 100%
rename from manual/en/other/success-stories.xml
rename to manual/en/other_success-stories.ssi
diff --git a/manual/en/other/troubleshooting.xml b/manual/en/other_troubleshooting.ssi
similarity index 100%
rename from manual/en/other/troubleshooting.xml
rename to manual/en/other_troubleshooting.ssi
diff --git a/manual/en/other/use-cases.xml b/manual/en/other_use-cases.ssi
similarity index 100%
rename from manual/en/other/use-cases.xml
rename to manual/en/other_use-cases.ssi
diff --git a/manual/po/de/about.xml.po b/manual/po/de/about.xml.po
deleted file mode 100644
index 6d8b5ec..0000000
--- a/manual/po/de/about.xml.po
+++ /dev/null
@@ -1,21 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 12:07+0300\n"
-"PO-Revision-Date: 2010-06-06 12:07+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><title>
-#: en/chapters/about.xml:9
-msgid "About"
-msgstr ""
diff --git a/manual/po/de/about_manual.ssi.po b/manual/po/de/about_manual.ssi.po
new file mode 100644
index 0000000..7047a87
--- /dev/null
+++ b/manual/po/de/about_manual.ssi.po
@@ -0,0 +1,229 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/about_manual.ssi:206
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"meta\">\n"
+"  <title>About this manual</title>\n"
+"  <para> The main goal of this manual is to serve as a single access point to all documentation related to the Debian Live project. It does not include end-user documentation for using a Debian Live system as far as things are live specific. </para>\n"
+"  <para> Some of the commands mentioned in the text must be executed with superuser privileges which can be obtained by becoming the root user via <filename>su</filename> or by using <filename>sudo</filename>. To distinguish between commands which may be executed by an unprivileged user and those requiring superuser privileges, commands are prepended by <command>$</command> or <command>#</command> respectively. This symbol is not a part of the command. </para>\n"
+"  <sect2 id=\"terms\">\n"
+"    <title>Terms</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Live system</term>\n"
+"        <listitem>\n"
+"          <para> An operating system that can boot without installation to a hard drive. Live systems do not alter local operating system(s) or file(s) already installed on the computer hard drive unless instructed to do so. Live systems are typically booted from media such as CDs/DVDs or USB sticks, some may also boot over the network. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Debian Live</term>\n"
+"        <listitem>\n"
+"          <para> The Debian sub-project which maintains the <filename>live-helper</filename>, <filename>live-boot</filename> and <filename>live-config</filename> packages. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Debian Live system</term>\n"
+"        <listitem>\n"
+"          <para> A live system that uses software from the Debian operating system that may be booted from CDs, DVDs, USB sticks, over the network (via netboot images), and over the internet (via boot parameter fetch=URL) </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Build system/host system</term>\n"
+"        <listitem>\n"
+"          <para> The environment used to create the live system. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>live-helper</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> A collection of scripts used to build customised Debian Live systems. <filename>live-helper</filename> was formerly know as <filename>live-package</filename>.</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>live-boot</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> A collection of scripts used to boot live systems. <filename>live-boot</filename> was formerly a part of <filename>live-initramfs</filename>.</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>live-config</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> A collection of scripts used to configure a live systems during the boot process. <filename>live-config</filename> was formerly a part of <filename>live-initramfs</filename>.</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Debian Installer/(d-i)</term>\n"
+"        <listitem>\n"
+"          <para> The official installation system for the Debian distribution. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Cheat codes</term>\n"
+"        <listitem>\n"
+"          <para> FIXME </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>chroot</term>\n"
+"        <listitem>\n"
+"          <para> The chroot program, chroot(8), enables us to run different instances of the GNU/Linux environment on a single system simultaneously without rebooting. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>binary image</term>\n"
+"        <listitem>\n"
+"          <para> On a live system, binary image refers to the binary filesystem and the respective extension, such as binary.iso or binary.img. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Target distribution</term>\n"
+"        <listitem>\n"
+"          <para> The distribution upon which your live system will be based. This can differ from the distribution of your Build System. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term><emphasis>lenny</emphasis>/<emphasis>squeeze</emphasis>/<emphasis>sid</emphasis> stable/testing/unstable</term>\n"
+"        <listitem>\n"
+"          <para> The \"stable\" distribution contains the latest officially released distribution of Debian. The \"testing\" distribution is the staging area for the next stable release. A major advantage of using this distribution is that it has more recent versions of software relative to the \"stable\" release. The \"unstable\" distribution is where active development of Debian occurs. Generally, this distribution is run by developers and those who like to live on the edge. </para>\n"
+"          <para> At the time of writing, <emphasis>lenny</emphasis> is the current \"stable\" release and <emphasis>squeeze</emphasis> is the current \"testing\" release. <emphasis>sid</emphasis> will always be a synonym for the \"unstable\" release. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect2>\n"
+"  <sect2 id=\"authors\">\n"
+"    <title>Authors</title>\n"
+"    <para> A list of authors (in alphabetical order): </para>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para> Ben Armstrong </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Brendan Sleight </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Chris Lamb </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Daniel Baumann </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Franklin Piat </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Jonas Stein </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Kai Hendry </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Marco Amadori </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Mathieu Geli </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Matthias Kirschner </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Richard Nelson </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Trent W. Buck </para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </sect2>\n"
+"  <sect2 id=\"contributing\">\n"
+"    <title>Contributing to this document</title>\n"
+"    <para> This manual is intended as a community project and all proposals for improvements and contributions are extremely welcome. The preferred way to submit a contribution is to send it to the mailing list. Please see <xref linkend=\"contact\"/> for more information. </para>\n"
+"    <para> When submitting a contribution please clearly identify its copyright holder and include the licensing statement. Note that to be accepted the contribution must be licensed under the same license as the rest of the document, namely GPL version 3 or later. </para>\n"
+"    <para> The sources for this manual are maintained using the Git version control system. You can checkout the latest copy by executing: </para>\n"
+"    <para>\n"
+"      <screen>$ git clone git://live.debian.net/git/live-manual.git</screen>\n"
+"    </para>\n"
+"    <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>\n"
+"    <para>\n"
+"      <screen># apt-get install dblatex docbook2odf docbook-xml docbook-xsl libxml2-utils make po4a w3m</screen>\n"
+"    </para>\n"
+"    <para> You may build the live-manual from the top level directory of your git checkout by executing: </para>\n"
+"    <para>\n"
+"      <screen>$ make build</screen>\n"
+"    </para>\n"
+"    <sect3 id=\"commiting\">\n"
+"      <title>Applying patches</title>\n"
+"      <para> Directly commiting to the repository is possible by anyone. However, we ask you to send bigger changes to the mailinglist to discuss them first. In order to push to the repository, the following steps are required. </para>\n"
+"      <itemizedlist>\n"
+"        <listitem>\n"
+"          <para> Fetch the public commit key: </para>\n"
+"          <para>\n"
+"            <screen>$ mkdir -p ~/.ssh/identity.d</screen>\n"
+"            <screen>$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live -O ~/.ssh/identity.d/live-manual at debian-live</screen>\n"
+"            <screen>$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live.pub -O ~/.ssh/identity.d/live-manual at debian-live.pub</screen>\n"
+"            <screen>$ chmod 0600 ~/.ssh/identity.d/live-manual at debian-live*</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> Add the following section to your openssh-client config: </para>\n"
+"          <para>\n"
+"            <screen> $ cat &gt;&gt; ~/.ssh/config &lt;&lt; EOF</screen>\n"
+"            <screen>Host live.debian.net</screen>\n"
+"            <screen>Hostname live.debian.net</screen>\n"
+"            <screen>User gitosis</screen>\n"
+"            <screen>IdentityFile ~/.ssh/identity.d/live-manual at debian-live</screen>\n"
+"            <screen>EOF</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> Checkout a clone of the manual through ssh: </para>\n"
+"          <para>\n"
+"            <screen>$ git clone gitosis at live.debian.net:/live-manual.git</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> After editing the files in manual/en/, please call the 'commit' target in the toplevel directory to sanitize the files and update the translation files:</para>\n"
+"          <para>\n"
+"            <screen>$ make commit</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> After sanitizing commit the changes. Write commit messages, that consist of full useful sentences, starting with a capital letter and ending with a full stop. Usually starting with the form 'Fixing/Adding/Removing/Correcting/': </para>\n"
+"          <para>\n"
+"            <screen>$ git commit -a</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> Push the commit to the server: </para>\n"
+"          <para>\n"
+"            <screen>$ git push</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"      </itemizedlist>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/po/de/about_project.ssi.po b/manual/po/de/about_project.ssi.po
new file mode 100644
index 0000000..5fc2f15
--- /dev/null
+++ b/manual/po/de/about_project.ssi.po
@@ -0,0 +1,130 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/about_project.ssi:107
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"about\">\n"
+"  <title>About the Debian Live Project</title>\n"
+"  <sect2 id=\"motivation\">\n"
+"    <title>Motivation</title>\n"
+"    <sect3>\n"
+"      <title>What is wrong with current live systems</title>\n"
+"      <para> When Debian Live was initiated, there were already several Debian based live systems available and they are doing a great job. From the Debian perspective most of them have one or more of the following disadvantages: </para>\n"
+"      <orderedlist>\n"
+"        <listitem>\n"
+"          <para> They are unofficial projects, developed outside of Debian. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They mix different distributions, e.g. testing and unstable. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They support i386 only. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They modify the behaviour and/or appearance of packages by stripping them down to save space. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They include unofficial packages. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They ship custom kernels with additional patches that are not part of Debian. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They are large and slow due to their sheer size and thus not suitable for rescue issues. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They are not available in different flavours, e.g. CDs, DVDs, USB-stick and netboot images. </para>\n"
+"        </listitem>\n"
+"      </orderedlist>\n"
+"    </sect3>\n"
+"    <sect3>\n"
+"      <title>Why create our own live system?</title>\n"
+"      <para> Debian is the Universal Operating System: Debian has an official live system for showing around and to officially represent the true, one and only Debian system with the following main advantages: </para>\n"
+"      <orderedlist>\n"
+"        <listitem>\n"
+"          <para> It would be an official Debian subproject. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It reflects the (current) state of one distribution. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It runs on as many architectures as possible. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It consists of unchanged Debian packages only. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It does not contain any unofficial packages. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It uses an unaltered Debian kernel with no additional patches. </para>\n"
+"        </listitem>\n"
+"      </orderedlist>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"philosophy\">\n"
+"    <title>Philosophy</title>\n"
+"    <sect3>\n"
+"      <title>Only unchanged, official packages</title>\n"
+"      <para> We will only use official packages from the Debian repository in the \"main\" section. The non-free section is not part of Debian and therefore cannot be used at all for official live system images. </para>\n"
+"      <para> We will not change any packages. Whenever we need to change something, we will do that in coordination with its package maintainer in Debian. </para>\n"
+"      <para> As an exception, our own packages such as <filename>live-helper</filename>, <filename>live-boot</filename> or <filename>live-config</filename> may temporarily be used from our own repository for development reasons (e.g. to create development snapshots). They will be uploaded to Debian on a regular basis. </para>\n"
+"    </sect3>\n"
+"    <sect3>\n"
+"      <title>No package configuration of the live system</title>\n"
+"      <para> In this phase we will not ship or install sample or alternative configurations. All packages are used in their default configuration as they are after a regular installation of Debian. </para>\n"
+"      <para> Whenever we need a different default configuration, we will do that in coordination with its package maintainer in Debian. </para>\n"
+"      <para> A system for configuring packages is provided using debconf in <command>lh config</command> (use --preseed FILE) allowing custom configured packages to be installed in your custom produced Debian Live images, but for official live images only default configuration will be used. For more information, please see <xref linkend=\"customization\"/>. </para>\n"
+"      <para> Exception: There are a few essential changes needed to bring a live system to life (e.g. configuring pam to allow empty passwords). These essential changes have to be kept as minimal as possible and should be merged within the Debian repository if possible. </para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"contact\">\n"
+"    <title>Contact</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Mailing list</term>\n"
+"        <listitem>\n"
+"          <para> The primary contact for the project is the <ulink url=\"http://lists.debian.org/debian-live/\">mailing list</ulink>. You can email the list directly by addressing your mail to <email>debian-live at lists.debian.org</email>. The <ulink url=\"http://lists.debian.org/debian-live/\">list archives</ulink> are also available. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>IRC</term>\n"
+"        <listitem>\n"
+"          <para> A number of users and developers are present in the <ulink url=\"irc://irc.debian.org/#debian-live\">#debian-live</ulink> channel on <ulink url=\"http://oftc.net\">OFTC</ulink>. When asking a question on IRC, please be patient for an answer. If no answer is forthcoming, please email the mailing list. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>BTS</term>\n"
+"        <listitem>\n"
+"          <para> The Debian Bug Tracking System (BTS) contains details of bugs reported by users and developers. Each bug is given a number, and is kept on file until it is marked as having been dealt with. For more information, please see <xref linkend=\"bugs\"/>. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Wiki</term>\n"
+"        <listitem>\n"
+"          <para> The <ulink url=\"http://wiki.debian.org/DebianLive\">Debian Live wiki</ulink> is a place to gather information, discuss applied technologies, and document frameworks of Debian Live systems that go beyond the scope of this document. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/po/de/appendices_configuration-files.xml.po b/manual/po/de/appendices_configuration-files.xml.po
deleted file mode 100644
index 83b6e42..0000000
--- a/manual/po/de/appendices_configuration-files.xml.po
+++ /dev/null
@@ -1,1037 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 12:16+0300\n"
-"PO-Revision-Date: 2010-06-06 12:16+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <appendix><title>
-#: en/appendices_configuration-files.xml:8
-msgid "Configuration files"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices_configuration-files.xml:11
-msgid "The <filename>config/binary</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:15
-msgid "LH_BINARY_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:16
-msgid "Set image filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:20
-msgid "LH_BINARY_IMAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:21
-#: en/appendices_configuration-files.xml:512
-msgid "Set image type. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:25
-msgid "LH_BINARY_INDICES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:26
-msgid ""
-"Set apt/aptitude generic indices. (See <xref linkend=\"configuration-layout"
-"\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:30
-msgid "LH_BOOTAPPEND_LIVE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:31
-#: en/appendices_configuration-files.xml:36
-msgid "Set boot parameters. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:35
-msgid "LH_BOOTAPPEND_INSTALL"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:40
-msgid "LH_BOOTLOADER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:41
-msgid "Set bootloader. (See <xref linkend=\"bootloaders\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:45
-msgid "LH_CHECKSUMS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:46
-msgid "Set checksums. (See <xref linkend=\"cheat-codes\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:50
-msgid "LH_CHROOT_BUILD"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:51
-msgid ""
-"Control if we build binary images chrooted. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:55
-msgid "LH_DEBIAN_INSTALLER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:56
-msgid "Set debian-installer. (See <xref linkend=\"debian-installer\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:60
-msgid "LH_DEBIAN_INSTALLER_DAILY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:61
-msgid "Set daily images. (See <xref linkend=\"debian-installer\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:65
-msgid "LH_ENCRYPTION"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:66
-msgid "Set encrytion. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:70
-msgid "LH_GRUB_SPLASH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:71
-msgid "Set custom grub splash. (See <xref linkend=\"splash\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:75
-msgid "LH_HOSTNAME"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:76
-msgid "Set hostname. (See <xref linkend=\"hostname\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:80
-msgid "LH_ISO_APPLICATION"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:81
-msgid "Set iso author. (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:85
-msgid "LH_ISO_PREPARER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:86
-msgid "Set iso preparer. (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:90
-msgid "LH_ISO_PUBLISHER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:91
-msgid "Set iso publisher. (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:95
-msgid "LH_ISO_VOLUME"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:96
-msgid "Set iso volume (max 32 chars). (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:100
-msgid "LH_JFFS2_ERASEBLOCK"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:101
-msgid ""
-"Set jffs2 eraseblock size. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:105
-msgid "LH_MEMTEST"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:106
-msgid "Set memtest. (See <xref linkend=\"memtest\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:110
-msgid "LH_NET_ROOT_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:111
-msgid "Set netboot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:115
-msgid "LH_NET_ROOT_MOUNTOPTIONS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:116
-msgid "Set nfsopts. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:120
-msgid "LH_NET_ROOT_PATH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:121
-msgid ""
-"Set netboot server directory. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:125
-msgid "LH_NET_ROOT_SERVER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:126
-msgid ""
-"Set netboot server address. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:130
-msgid "LH_NET_COW_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:131
-msgid ""
-"Set net client cow filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:135
-msgid "LH_NET_COW_MOUNTOPTIONS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:136
-msgid "Set cow mount options. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:140
-msgid "LH_NET_COW_PATH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:141
-msgid "Set cow directory. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:145
-msgid "LH_NET_COW_SERVER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:146
-msgid "Set cow server. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:150
-msgid "LH_NET_TARBALL"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:151
-msgid "Set net tarball. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:155
-msgid "LH_SYSLINUX_SPLASH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:156
-msgid "Set custom syslinux splash. (See <xref linkend=\"splash\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:160
-msgid "LH_SYSLINUX_TIMEOUT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:161
-msgid ""
-"Set custom syslinux timeout in seconds. (See <xref linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:165
-msgid "LH_SYSLINUX_CFG"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:166
-msgid ""
-"Set custom syslinux configuration file. (See <xref linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:170
-msgid "LH_SYSLINUX_MENU"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:171
-msgid "Set syslinux menu. (See <xref linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:175
-msgid "LH_SYSLINUX_MENU_LIVE_ENTRY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:176
-msgid ""
-"Set text to be used on the menu for live entries. (See <xref linkend="
-"\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:180
-msgid "LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:181
-msgid ""
-"Set text to be used on the menu for live entries (failsafe ones). (See <xref "
-"linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:185
-msgid "LH_SYSLINUX_MENU_MEMTEST_ENTRY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:186
-msgid ""
-"Set text to be used on the menu for memtest entry. (See <xref linkend="
-"\"syslinux\"/> and <xref linkend=\"memtest\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:190
-msgid "LH_USERNAME"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:191
-msgid "Set username. (See <xref linkend=\"live-user\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices_configuration-files.xml:198
-msgid "The <filename>config/bootstrap</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:202
-msgid "LH_ARCHITECTURE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:203
-msgid ""
-"Select chroot architecture. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:207
-msgid "LH_BOOTSTRAP_CONFIG"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:208
-msgid ""
-"Set distribution config directory. (See <xref linkend=\"configuration-layout"
-"\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:212
-msgid "LH_BOOTSTRAP_INCLUDE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:213
-msgid ""
-"Include packages on base. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:217
-msgid "LH_BOOTSTRAP_EXCLUDE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:218
-msgid ""
-"Exclude packages on base. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:222
-msgid "LH_BOOTSTRAP_FLAVOUR"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:223
-msgid "Select flavour to use. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:227
-msgid "LH_BOOTSTRAP_KEYRING"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:228
-msgid ""
-"Set distribution keyring. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:232
-msgid "LH_DISTRIBUTION"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:233
-msgid ""
-"Select distribution to use. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:237
-msgid "LH_MIRROR_BOOTSTRAP"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:238
-msgid "Set mirror to bootstrap from. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:242
-msgid "LH_MIRROR_CHROOT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:243
-msgid ""
-"Set mirror to fetch packages from. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:247
-msgid "LH_MIRROR_CHROOT_SECURITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:248
-msgid ""
-"Set security mirror to fetch packages from. (See <xref linkend=\"package-"
-"sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:252
-msgid "LH_MIRROR_BINARY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:253
-msgid ""
-"Set mirror which ends up in the image. (See <xref linkend=\"package-sources"
-"\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:257
-msgid "LH_MIRROR_BINARY_SECURITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:258
-msgid ""
-"Set security mirror which ends up in the image. (See <xref linkend=\"package-"
-"sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:262
-msgid "LH_SECTIONS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:263
-msgid "select section(s) to use. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices_configuration-files.xml:269
-msgid "The <filename>config/chroot</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:273
-msgid "LH_CHROOT_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:274
-msgid "Set chroot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:278
-msgid "LH_UNION_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:279
-msgid "Set union filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:283
-msgid "LH_EXPOSED_ROOT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:284
-msgid ""
-"expose root as read only. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:288
-msgid "LH_HOOKS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:289
-msgid "Set hook commands. (See <xref linkend=\"hooks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:293
-msgid "LH_INTERACTIVE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:294
-msgid "Set interactive build. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:298
-msgid "LH_KEYRING_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:299
-msgid "Set keyring packages. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:303
-msgid "LH_LANGUAGE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:304
-msgid "Set language to use. (See <xref linkend=\"language\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:308
-msgid "LH_LINUX_FLAVOURS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:309
-msgid "Set kernel flavour to use. (See <xref linkend=\"kernel\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:313
-msgid "LH_LINUX_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:314
-msgid "Set kernel packages to use. (See <xref linkend=\"kernel\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:318
-msgid "LH_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:319
-msgid "Set packages to install. (See <xref linkend=\"lh-packages\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:323
-msgid "LH_PACKAGES_LISTS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:324
-msgid "Set package list to install. (See <xref linkend=\"package-lists\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:328
-msgid "LH_TASKS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:329
-msgid "Set tasks to install. (See <xref linkend=\"tasks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:333
-msgid "LH_SECURITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:334
-msgid "enable security updates. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:338
-msgid "LH_SYMLINKS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:339
-msgid "enable symlink convertion. (See <xref linkend=\"symlinks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:343
-msgid "LH_SYSVINIT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:344
-msgid "enable sysvinit. (See <xref linkend=\"startup-scripts\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices_configuration-files.xml:351
-msgid "The <filename>config/common</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:355
-msgid "LH_APT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:356
-msgid "Set package manager. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:360
-msgid "LH_APT_FTP_PROXY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:361
-msgid ""
-"Set apt/aptitude ftp proxy. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:365
-msgid "LH_APT_HTTP_PROXY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:366
-msgid ""
-"Set apt/aptitude http proxy. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:370
-msgid "LH_APT_PDIFFS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:371
-msgid ""
-"Set apt/aptitude pdiff indices. (See <xref linkend=\"package-installation\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:375
-msgid "LH_APT_PIPELINE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:376
-msgid ""
-"Set apt/aptitude pipeline depth. (See <xref linkend=\"package-installation\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:380
-msgid "LH_APT_RECOMMENDS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:381
-msgid ""
-"Set apt/aptitude recommends. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:385
-msgid "LH_APT_SECURE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:386
-msgid ""
-"Set apt/aptitude security. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:390
-msgid "LH_BOOTSTRAP"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:391
-msgid "Set bootstrap program. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:395
-msgid "LH_CACHE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:396
-msgid "control cache. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:400
-msgid "LH_CACHE_INDICES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:401
-msgid ""
-"control if downloaded package indices should be cached. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:405
-msgid "LH_CACHE_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:406
-msgid ""
-"control if downloaded packages files should be cached. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:410
-msgid "LH_CACHE_STAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:411
-msgid ""
-"control if completed stages should be cached. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:415
-msgid "LH_DEBCONF_FRONTEND"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:416
-msgid ""
-"Set debconf(1) frontend to use. (See <xref linkend=\"configuration-layout\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:420
-msgid "LH_DEBCONF_NOWARNINGS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:421
-msgid "Set debconf(1) warnings. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:425
-msgid "LH_DEBCONF_PRIORITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:426
-msgid ""
-"Set debconf(1) priority to use. (See <xref linkend=\"configuration-layout\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:430
-msgid "LH_INITRAMFS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:431
-msgid "Set initramfs hook. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:435
-msgid "LH_FDISK"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:436
-msgid "Set fdisk program. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:440
-msgid "LH_LOSETUP"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:441
-msgid "Set losetup program. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:445
-msgid "LH_MODE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:446
-msgid "Set distribution mode. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:450
-msgid "LH_ROOT_COMMAND"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:451
-msgid "use sudo or equivalent. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:455
-msgid "LH_USE_FAKEROOT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:456
-msgid "use fakeroot/fakechroot. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:460
-msgid "LH_TASKSEL"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:461
-msgid "Set tasksel program. (See <xref linkend=\"tasks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:465
-msgid "LH_INCLUDES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:466
-msgid "Set includes. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:470
-msgid "LH_TEMPLATES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:471
-msgid "Set templates. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:475
-msgid "LH_BREAKPOINTS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:476
-msgid "enable breakpoints. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:480
-msgid "LH_DEBUG"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:481
-msgid "enable debug. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:485
-msgid "LH_FORCE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:486
-msgid "enable force. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:490
-msgid "LH_QUIET"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:491
-msgid "enable quiet. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:495
-msgid "LH_VERBOSE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:496
-msgid "enable verbose. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices_configuration-files.xml:502
-msgid "The <filename>config/source</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:506
-msgid "LH_SOURCE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:507
-msgid "Set source option. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:511
-msgid "LH_SOURCE_IMAGES"
-msgstr ""
diff --git a/manual/po/de/appendices_configuration-layout.xml.po b/manual/po/de/appendices_configuration-layout.xml.po
deleted file mode 100644
index 52f1b82..0000000
--- a/manual/po/de/appendices_configuration-layout.xml.po
+++ /dev/null
@@ -1,233 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 12:16+0300\n"
-"PO-Revision-Date: 2010-06-06 12:16+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <appendix><title>
-#: en/appendices_configuration-layout.xml:8
-msgid "Configuration layout"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><title>
-#: en/appendices_configuration-layout.xml:11
-msgid ""
-"Layout of the <filename class=\"directory\">config/</filename> directory"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:14
-msgid "<filename class=\"directory\">binary_debian-installer/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:15
-#: en/appendices_configuration-layout.xml:23
-#: en/appendices_configuration-layout.xml:39
-msgid "(see <xref linkend=\"debian-installer\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:18
-msgid "<filename class=\"directory\">binary_grub/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:19
-#: en/appendices_configuration-layout.xml:47
-#: en/appendices_configuration-layout.xml:79
-#: en/appendices_configuration-layout.xml:83
-msgid "(see <xref linkend=\"bootloaders\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:22
-msgid "<filename class=\"directory\">binary_local-debs/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:26
-msgid "<filename class=\"directory\">binary_local-hooks/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:27
-msgid "(see <xref linkend=\"binary-local-hooks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:30
-msgid "<filename class=\"directory\">binary_local-includes/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:31
-msgid "(see <xref linkend=\"binary-includes\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:34
-msgid "<filename class=\"directory\">binary_local-packageslists/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:35
-#: en/appendices_configuration-layout.xml:43
-msgid "(see <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:38
-msgid "<filename class=\"directory\">binary_local-udebs/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:42
-msgid "<filename class=\"directory\">binary_rootfs/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:46
-msgid "<filename class=\"directory\">binary_syslinux/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:50
-msgid "<filename class=\"directory\">chroot_apt/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:51
-msgid "(see <xref linkend=\"custom-packages-apt\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:54
-msgid "<filename class=\"directory\">chroot_local-hooks/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:55
-msgid "(see <xref linkend=\"chroot-local-hooks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:58
-msgid "<filename class=\"directory\">chroot_local-includes/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:59
-msgid "(see <xref linkend=\"chroot-local-includes\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:62
-msgid "<filename class=\"directory\">chroot_local-packages/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:63
-msgid "(see <xref linkend=\"local-packages\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:66
-msgid "<filename class=\"directory\">chroot_local-packageslists/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:67
-msgid "(see <xref linkend=\"package-lists\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:70
-msgid "<filename class=\"directory\">chroot_local-presed/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:71
-msgid "(see <xref linkend=\"debconf-preseed\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:74
-msgid "<filename class=\"directory\">chroot_sources/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:75
-msgid "(see <xref linkend=\"custom-apt-repo\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:78
-msgid "<filename class=\"directory\">includes/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:82
-msgid "<filename class=\"directory\">templates/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:87
-msgid "<filename>bootstrap</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:88
-msgid "(see <xref linkend=\"config-bootstrap\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:91
-msgid "<filename>binary</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:92
-msgid "(see <xref linkend=\"config-binary\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:95
-msgid "<filename>chroot</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:96
-msgid "(see <xref linkend=\"config-chroot\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:99
-msgid "<filename>common</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:100
-msgid "(see <xref linkend=\"config-common\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:103
-msgid "<filename>source</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:104
-msgid "(see <xref linkend=\"config-source\"/>)"
-msgstr ""
diff --git a/manual/po/de/basics.xml.po b/manual/po/de/basics.xml.po
deleted file mode 100644
index 1b6606b..0000000
--- a/manual/po/de/basics.xml.po
+++ /dev/null
@@ -1,760 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\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"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/basics.xml:4
-msgid "The basics"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: 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/other/basics.xml:7
-msgid "What is a live system?"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"installation on the usual drive(s), with an auto-configuration done at "
-"runtime (see <xref linkend=\"terms\"/>)."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"following parts:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/other/basics.xml:12
-msgid "Linux kernel"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/other/basics.xml:14
-msgid "The Linux image, usually named <filename>vmlinuz*</filename>."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/other/basics.xml:18
-msgid "Initial RAM disk image (initrd)"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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/other/basics.xml:24
-msgid "System image"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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 "
-"Debian Live system will use a RAM disk and 'union' mechanism to enable "
-"writing files within the running system. However, all modifications will be "
-"lost upon shutdown unless optional persistence partition(s) are used. (See "
-"<xref linkend=\"persistence\"/>.)"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/other/basics.xml:30
-msgid "Bootloader"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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 "
-"then loads the Linux kernel and its initrd to run with an associated "
-"filesystem image. Different solutions can be used depending on the target "
-"media and format of the filesystem containing the previous components: "
-"Isolinux to boot from a CD or DVD in ISO9660 format, syslinux for HDD or USB "
-"drive booting from a VFAT partition, GRUB for ext2/3 partition, pxelinux for "
-"PXE netboot, etc."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"media-dependant format(ISO9660 image, disk image, etc.)"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/basics.xml:39
-msgid "First steps: building an ISO image"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"standard system without X.org. It is suitable for burning to CD or DVD media."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"for use by other helper commands:"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: en/other/basics.xml:43
-#, no-wrap
-msgid "$ lh config"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"<xref linkend=\"lh-config\"/>)."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/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/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/other/basics.xml:52
-msgid "Testing an ISO image with Qemu"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:53
-msgid "Testing an ISO is simple:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: 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/other/basics.xml:58
-msgid "Testing an ISO image with virtualbox-ose"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/basics.xml:58
-#, no-wrap
-msgid "# apt-get install virtualbox-ose"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: 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/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/other/basics.xml:58
-msgid "Run Virtualbox:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:58
-msgid "{{{Applications -&gt; System Tools -&gt; VirtualBox OSE }}}"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:58
-msgid "Create a virtual machine from your Live ISO"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/basics.xml:58
-msgid "{{{Machine -&gt; New }}}"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:58
-msgid "In the Wizard: FIXME"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/basics.xml:60
-msgid "Testing an ISO image with VMware Workstation"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:61
-msgid "In order to test the ISO with VMware Workstation:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:62 en/other/basics.xml:109
-msgid "Run VMware Workstation:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/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 "
-"in the bios."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/basics.xml:67
-msgid "Burning an ISO image to a physical medium"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:68
-msgid "Burning an ISO image is easy:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/other/basics.xml:70
-#, no-wrap
-msgid "# apt-get install wodim $ wodim binary.iso"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/basics.xml:75
-msgid "Building an USB/HDD image"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"booting from USB sticks, USB hard drives, and various other portable storage "
-"devices."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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> "
-"helper command (see <xref linkend=\"lh-clean\"/>):"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: en/other/basics.xml:79 en/other/basics.xml:137
-#, no-wrap
-msgid "$ lh clean --binary"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"image type:"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: en/other/basics.xml:83
-#, no-wrap
-msgid "$ lh config -b usb-hdd"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/other/basics.xml:90
-msgid "Copying USB/HDD image to a USB stick"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"an USB stick. Plug in an USB stick with a size larger than that of "
-"<filename>binary.img</filename> and type:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/other/basics.xml:93
-#, no-wrap
-msgid "$ dd if=binary.img of=${USBSTICK}"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/"
-"sdb1</filename>!); you can find the right device name by looking in "
-"<command>dmesg</command>'s output after plugging in the stick, for example."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/basics.xml:101
-msgid "Testing a USB/HDD image with Qemu"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: 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/other/basics.xml:107
-msgid "Testing an USB/HDD image with VMware Workstation"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/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 "
-"enter the device node of your usb stick."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/basics.xml:113
-msgid "Using the space left on a USB stick"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"gparted or parted to create a new partition on the stick. The first "
-"partition will be used by the Debian Live system."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/other/basics.xml:116
-#, no-wrap
-msgid "# gparted ${USBSTICK}"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"journaling causes too many writes to the stick)."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/other/basics.xml:120
-#, no-wrap
-msgid "# mkfs.ext2 ${USBSTICK}"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/basics.xml:124
-#, no-wrap
-msgid "# mkfs.vfat -F 32"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/basics.xml:133
-msgid "Building a netboot image"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"booting over the network."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/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 "
-"netboot image:"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: 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/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 "
-"NFS. The <replaceable>net-root-path</replaceable> and <replaceable>net-root-"
-"server</replaceable> options specify the location and server, respectively, "
-"of the NFS server where the filesytem image will be located at boot-time."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"sends a <abbrev>DHCP</abbrev> request to get an <abbrev>IP</abbrev> address "
-"and information about what to do next. Typically the next step is getting a "
-"higher level boot loader via the <abbrev>TFTP</abbrev> protocol. That could "
-"be <application>Grub</application>, <application>PXELINUX</application>, or "
-"even boot directly to an operating system like <application>Linux</"
-"application>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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>tftpboot/debian-live/i386</filename>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/other/basics.xml:153
-msgid "DHCP server"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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 "
-"location of the PXE bootloader."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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</"
-"filename> configuration file:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: 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 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/other/basics.xml:163
-msgid "TFTPd server"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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/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/"
-"tftpboot/</filename>, as defined with its <option>-s</option> option. To let "
-"it serve files inside <filename>/srv/debian-live/tftpboot</filename>, modify "
-"its start definition in <filename>/etc/inetd.conf</filename> with:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: 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/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/other/basics.xml:174
-msgid "NFS server"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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 "
-"server."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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/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/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/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/other/basics.xml:184
-#, no-wrap
-msgid "# exportfs -rv"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"<ulink url=\"http://d-i.alioth.debian.org/manual/en.i386/ch04s05.html\">TFTP "
-"Net Booting</ulink> section might help as that process is very similar."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/basics.xml:192
-msgid "Netboot testing HowTo"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/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/other/basics.xml:197
-msgid "VMWare Player"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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/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/other/basics.xml:201
-msgid "Paste this text inside:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: 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/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/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/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/other/basics.xml:213
-msgid "Qemu"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/other/basics.xml:215
-msgid "Install qemu, bridge-utils, sudo."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/other/basics.xml:216
-msgid "Edit <filename>/etc/qemu-ifup</filename>:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: 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/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/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/coding-style.xml.po b/manual/po/de/coding-style.xml.po
deleted file mode 100644
index 5b627ce..0000000
--- a/manual/po/de/coding-style.xml.po
+++ /dev/null
@@ -1,107 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
-"PO-Revision-Date: 2010-06-18 17:51+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><title>
-#: en/coding-style.xml:4
-msgid "Coding Style"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/coding-style.xml:5
-msgid ""
-"This chapter documents the coding style used in <filename>live-helper</"
-"filename> and (ideally) in <filename>live-initramfs</filename>."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/coding-style.xml:7
-msgid "Compatibility"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/coding-style.xml:15
-msgid "Indenting"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/coding-style.xml:21
-msgid "Wrapping"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:24
-#, no-wrap
-msgid " if foo; then bar fi "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/coding-style.xml:24 en/coding-style.xml:25 en/coding-style.xml:37
-#: en/coding-style.xml:38
-msgid "Bad: <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:24
-#, no-wrap
-msgid " if foo then bar fi "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/coding-style.xml:24 en/coding-style.xml:25 en/coding-style.xml:37
-#: en/coding-style.xml:38
-msgid "Good: <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:25
-#, no-wrap
-msgid " foo () { bar } "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/coding-style.xml:29
-msgid "Variables"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:37
-#, no-wrap
-msgid " FOO=bar "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:37
-#, no-wrap
-msgid " FOO=\"bar\" "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:38
-#, no-wrap
-msgid " if [ -f \"${FOO}\"/foo/\"${BAR}\"/bar ] then foobar fi "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:38
-#, no-wrap
-msgid " if [ -f \"${FOO}/foo/${BAR}/bar\" ] then foobar fi "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/coding-style.xml:42
-msgid "Miscellaneous"
-msgstr ""
diff --git a/manual/po/de/common-tasks.xml.po b/manual/po/de/common-tasks.xml.po
deleted file mode 100644
index 3c4ca1d..0000000
--- a/manual/po/de/common-tasks.xml.po
+++ /dev/null
@@ -1,179 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
-"PO-Revision-Date: 2010-06-18 17:51+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><title>
-#: en/common-tasks.xml:4
-msgid "Common tasks"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/common-tasks.xml:6
-msgid "The Debian Installer"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:7
-msgid ""
-"Although Debian Live is mostly concerned with avoiding permanent "
-"installation, integrating some form of installer to your image is possible. "
-"There are number of different \"types\" of installation, varying in what and "
-"how to install the image."
-msgstr ""
-
-#. type: Content of: <chapter><section><note><title>
-#: en/common-tasks.xml:9
-msgid "The \"Debian Installer\""
-msgstr ""
-
-#. type: Content of: <chapter><section><note><para>
-#: en/common-tasks.xml:10
-msgid ""
-"Please note the careful use of capital letters when referring to the "
-"\"Debian Installer\" in this section - when used like this we refer "
-"explicitly to the official installer for the Debian system, not anything "
-"else. It is often seen abbreviated to \"d-i\"."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:12
-msgid "The three main types of installer are:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/common-tasks.xml:15
-msgid "\"Normal\" Debian Installer"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:17
-msgid ""
-"This is a normal Debian Live image with a seperate kernel and initrd which "
-"(when selected from the appropriate bootloader) launches into a standard "
-"Debian Installer instance, just as if you had downloaded a CD image of "
-"Debian and booted it."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:18
-msgid ""
-"This means that Debian is installed by fetching and installing <command>."
-"deb</command> packages using <filename>debootstrap</filename> or "
-"<filename>cdebootstrap</filename>, from the local media or some network-base "
-"network, resulting in a standard Debian system being installed to the hard "
-"disk."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:19
-msgid ""
-"This whole process can be preseeded and customised in a number of ways; see "
-"the relevant \"DebianInstaller\" wiki page and installation guide for more. "
-"This is operational now withing <filename>live-helper</filename>."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/common-tasks.xml:23
-msgid "\"Live\" Debian Installer"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:25
-msgid ""
-"This is a Debian Live image with a seperate kernel and initrd which (when "
-"selected from the appropriate bootloader) launches into an instance of the "
-"Debian Installer."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:26
-msgid ""
-"Installation will proceed in an identical fashion to the \"Normal\" "
-"installation described above, but at the actual package installation stage, "
-"instead of using <filename>debootstrap</filename> to fetch and install "
-"packages, the \"live\" filesystem image is copied to the target. After this "
-"stage, the Debian Installer continues as normal, installing and configuring "
-"items such as bootloaders and local users, etc."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:27
-msgid "This is working now."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/common-tasks.xml:31
-msgid "\"Ubuntu\"-style installer"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:33
-msgid ""
-"This is where you boot into a graphical Debian Live system and run a wizard-"
-"based program which installs and configures the live system, all the time "
-"remaining inside the live graphical environment."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:34
-msgid "This is currently NOT possible with Debian Live."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: en/common-tasks.xml:38
-#, no-wrap
-msgid " $ lh_config --help ... [--debian-installer enabled|cdrom|netinst|netboot|businesscard|live|disabled] [--debian-installer-distribution CODENAME|daily] [--debian-installer-preseedfile FILE|URL] ... "
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:38
-msgid ""
-"By default, no installer will be included in the Debian Live image. You can "
-"enable it by using <filename>lh_config</filename> : <placeholder type="
-"\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:39
-msgid "The values \"Normal\", \"Live\" and \"Ubuntu\" are not valid values for"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><term>
-#: en/common-tasks.xml:39
-msgid "LH_BINARY_DEBIAN_INSTALLER"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:39
-msgid ""
-". Refer to the output of <filename>lh_config</filename> cited above to "
-"choose the appropriate values."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/common-tasks.xml:42
-msgid "WiFi Connection"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:43
-msgid ""
-"Depending on the Debian Live image you are using and the given tools "
-"configured with your Debian Live image you may need to only attach to an "
-"available access point. If you encounter difficulty a good place to start is "
-"at the Debian Wiki entry for <ulink url=\"http://wiki.debian.org/WiFi"
-"\">WiFi</ulink>."
-msgstr ""
diff --git a/manual/po/de/customization.xml.po b/manual/po/de/customization.xml.po
deleted file mode 100644
index 91109b6..0000000
--- a/manual/po/de/customization.xml.po
+++ /dev/null
@@ -1,21 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 12:07+0300\n"
-"PO-Revision-Date: 2010-06-06 12:07+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><title>
-#: en/chapters/customization.xml:7
-msgid "Customization"
-msgstr ""
diff --git a/manual/po/de/customization_backports.xml.po b/manual/po/de/customization_backports.xml.po
deleted file mode 100644
index 3787584..0000000
--- a/manual/po/de/customization_backports.xml.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 17:46+0300\n"
-"PO-Revision-Date: 2010-06-06 17:46+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <sect1><title>
-#: en/customization_backports.xml:6
-msgid "Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_backports.xml:7
-msgid ""
-"The backports repository, backports.org, lacks the necessary module packages "
-"(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been "
-"set up, in order to build Lenny live images with a later kernel. Shown here "
-"is one way of doing it."
-msgstr ""
-
-#. type: Content of: <sect1><screen>
-#: en/customization_backports.xml:8
-#, no-wrap
-msgid " $ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.binary.gpg # lh_build "
-msgstr ""
diff --git a/manual/po/de/customization_binary.xml.po b/manual/po/de/customization_binary.xml.po
deleted file mode 100644
index 8fa96f9..0000000
--- a/manual/po/de/customization_binary.xml.po
+++ /dev/null
@@ -1,98 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
-"PO-Revision-Date: 2010-06-18 17:51+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <sect1><title>
-#: en/customization_binary.xml:4
-msgid "Customising the binary image"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_binary.xml:5
-msgid "This chapter discusses FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_binary.xml:7
-msgid "ISO metadata"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_binary.xml:8
-msgid ""
-"When creating an ISO9660 binary image, you can use the following options to "
-"add various textual metadata for your image. This can help you easily "
-"identify the version or configuration of an image without booting it."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_binary.xml:11
-msgid ""
-"<command>LH_ISO_APPLICATION</command> / <command>--iso-application "
-"<replaceable>NAME</replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_binary.xml:13
-msgid ""
-"This should describe the application that will be on the image. The maximum "
-"length for this field is 128 characters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_binary.xml:17
-msgid ""
-"<command>LH_ISO_PREPARER</command> / <command>--iso-preparer "
-"<replaceable>NAME</replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_binary.xml:19
-msgid ""
-"This should describe the preparer of the image, usually with some contact "
-"details. The default for this option is the <filename>live-helper</filename> "
-"version you are using, which may help with debugging later. The maximum "
-"length for this field is 128 characters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_binary.xml:23
-msgid ""
-"<command>LH_ISO_PUBLISHER</command> / <command>--iso-publisher "
-"<replaceable>NAME</replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_binary.xml:25
-msgid ""
-"This should describe the publisher of the image, usually with some contact "
-"details. The maximum length for this field is 128 characters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_binary.xml:29
-msgid ""
-"<command>LH_ISO_VOLUME</command> / <command>--iso-volume <replaceable>NAME</"
-"replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_binary.xml:31
-msgid ""
-"This should specify the volume ID of the image. This is used as a user-"
-"visible label on some platforms such as Windows and Apple Mac OS. The "
-"maximum length for this field is 32 characters."
-msgstr ""
diff --git a/manual/po/de/customization_bootup.xml.po b/manual/po/de/customization_bootup.xml.po
deleted file mode 100644
index 199d625..0000000
--- a/manual/po/de/customization_bootup.xml.po
+++ /dev/null
@@ -1,162 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 17:46+0300\n"
-"PO-Revision-Date: 2010-06-06 17:46+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about_manual.xml:63 en/customization_bootup.xml:48
-msgid "Cheat codes"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/about_manual.xml:65 en/customization_bootup.xml:8
-#: en/customization_bootup.xml:14 en/customization_bootup.xml:17
-#: en/customization_bootup.xml:25 en/customization_bootup.xml:37
-#: en/customization_bootup.xml:41 en/customization_bootup.xml:45
-#: en/customization_bootup.xml:49 en/customization_packages.xml:18
-#: en/customization_packages.xml:130 en/customization_packages.xml:138
-#: en/customization_packages.xml:160 en/customization_packages.xml:198
-#: en/customization_packages.xml:209 en/live-environment.xml:9
-#: en/resources.xml:9 en/success-stories.xml:8
-msgid "FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><title>
-#: en/customization_bootup.xml:6
-msgid "Customising the bootup process"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_bootup.xml:7
-msgid ""
-"This chapter discusses customisation of bootup process of a live system, "
-"including kernel options, modifications to the bootloader, \"splash\" "
-"screens and startup scripts."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_bootup.xml:10
-msgid "Kernel"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_bootup.xml:13
-msgid "Bootloaders"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_bootup.xml:16
-msgid "Choosing a bootloader"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_bootup.xml:20
-msgid "Syslinux"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:21
-msgid ""
-"In the default configuration, Syslinux will pause indefinitely at its splash "
-"screen. To adjust this, modify the <command>LH_SYSLINUX_TIMEOUT</command> "
-"value or pass <command>--syslinux-timeout <replaceable>TIMEOUT</"
-"replaceable></command> to <filename>lh_config</filename>. The value is "
-"specified in units of 1/10s and the maximum possible timeout is 35996. A "
-"timeout of 0 (zero) disables the timeout completely. For more information "
-"please see syslinux(1)."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_bootup.xml:24
-msgid "Bootloader templates"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_bootup.xml:28
-msgid "Booting a Debian Live USB/HDD system from a USB stick with Grub"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:29
-msgid ""
-"Suppose you've built your Debian Live USB/HDD image, but want to install it "
-"on an already used USB stick with ext2/3 partition and Grub bootloader:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/customization_bootup.xml:30
-#, no-wrap
-msgid " # mkdir /media/myUsb/boot/live/ # cp binary/vmlinuz1 binary/initrd1.img binary/live/filesystem.squashfs /media/myUsb/boot/live/ "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:30
-msgid ""
-"First, copy live components in a directory on your key: the Linux kernel "
-"(<filename>vmlinuz*</filename>), its Initial RAM disk (<filename>initrd*</"
-"filename>) and the system (<filename>filesystem.squashfs</filename>): "
-"<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/customization_bootup.xml:31
-#, no-wrap
-msgid " echo &gt;&gt;/media/myUsb/boot/grub/menu.lst &lt;&lt;EOF title my Debian Live root (hd0,1) # my Ext2 partition is the second on this stick kernel /boot/live/vmlinuz1 boot=live vga=791 persistent union=aufs live-media-path=boot/live initrd /boot/live/initrd1.img EOF "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:31
-msgid ""
-"Then, add a stanza in Grub's menu definition to boot up this system: "
-"<placeholder type=\"screen\" id=\"0\"/> The important kernel command line "
-"option to add here is"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><variablename>
-#: en/customization_bootup.xml:31
-msgid "live-media-path"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:31
-msgid ""
-", which tells to Live initrd's script in which subdirectory to look for the "
-"SquashFS image."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:32
-msgid "Next, umount your USB stick and reboot on it. That's all!"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_bootup.xml:36
-msgid "Splash screens"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_bootup.xml:40
-msgid "Memtest"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_bootup.xml:44
-msgid "Startup scripts"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_bootup.xml:50
-msgid "Checksums."
-msgstr ""
diff --git a/manual/po/de/customization_contents.xml.po b/manual/po/de/customization_contents.xml.po
deleted file mode 100644
index 35fee80..0000000
--- a/manual/po/de/customization_contents.xml.po
+++ /dev/null
@@ -1,191 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
-"PO-Revision-Date: 2010-06-18 17:51+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <sect1><title>
-#: en/customization_contents.xml:4
-msgid "Customising contents"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_contents.xml:5
-msgid "This chapter discusses further customisation of the live system."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_contents.xml:7
-msgid "Includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:8
-msgid ""
-"Using includes, it is possible to add (or replace) arbitrary files in your "
-"Debian Live image. <filename>live-helper</filename> provides three "
-"mechanisms for using them:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_contents.xml:11
-msgid "Chroot local includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_contents.xml:13
-msgid ""
-"These allow you to add or replace files to the chroot/Live filesystem. "
-"Please see <xref linkend=\"chroot-local-includes\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_contents.xml:17 en/customization_contents.xml:40
-msgid "Binary local includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_contents.xml:19
-msgid ""
-"These allow you to add or replace files in the binary image. Please see "
-"<xref linkend=\"binary-local-includes\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_contents.xml:23 en/customization_contents.xml:44
-msgid "Binary includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_contents.xml:25
-msgid ""
-"These allow you to add or replace Debian specific files in the binary image, "
-"such as the templates and tools directories. Please see <xref linkend="
-"\"binary-includes\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:29
-msgid ""
-"Please see <xref linkend=\"terms\"/> for more information about the "
-"distinction between the \"Live\" and \"binary\" images."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_contents.xml:31
-msgid "Live/chroot local includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_contents.xml:32
-msgid ""
-"Chroot local includes can be used to add or replace files in the chroot/Live "
-"filesystem so that they are visible when the Live system is booted. Typical "
-"uses for them are to populate the skeleton user directory (<filename class="
-"\"directory\">/etc/skel</filename>) used by the live system to create the "
-"live user's home directory, or adding configuration files where additional "
-"processing is not required."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_contents.xml:33
-msgid ""
-"To include files, simply add them to your <filename class=\"directory"
-"\">config/chroot_local-includes</filename> directory. This directory "
-"corresponds to the root directory (<filename class=\"directory\">/</"
-"filename>) of the live system. For example, to add a file <filename>/var/www/"
-"index.html</filename> in the live system, use:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><screen>
-#: en/customization_contents.xml:34
-#, no-wrap
-msgid " $ mkdir -p config/chroot_local-includes/var/www $ cp /path/to/my/index.html config/chroot_local-includes/var/www "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_contents.xml:35
-msgid "Your configuration will then have the following layout:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><screen>
-#: en/customization_contents.xml:36
-#, no-wrap
-msgid " -- config [...] |-- chroot_local-includes | `-- var | `-- www | `-- index.html [...] `-- templates "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_contents.xml:37
-msgid ""
-"Chroot local includes are installed after package installation so that files "
-"installed by packages are overwritten."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_contents.xml:41 en/customization_contents.xml:45
-#: en/customization_contents.xml:50 en/customization_contents.xml:54
-#: en/customization_contents.xml:58
-msgid "FIXME."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_contents.xml:49
-msgid "Hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:51
-msgid "Enabling hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_contents.xml:53
-msgid "Live/chroot local hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_contents.xml:57
-msgid "Binary local hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_contents.xml:62
-msgid "Preseeding Debconf questions"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:63
-msgid ""
-"Files in the <filename class=\"directory\">config/chroot_local-preseed</"
-"filename> directory are considered to be debconf preseed files and are "
-"installed by <filename>live-helper</filename> using <filename>debconf-set-"
-"selections</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:64
-msgid ""
-"For more information about debconf, please see debconf(7) in the "
-"<command>debconf</command> package."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_contents.xml:67
-msgid "Symlink conversion"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:68
-msgid "FIXME. (This is probably in the wrong section)"
-msgstr ""
diff --git a/manual/po/de/customization_internationalization.xml.po b/manual/po/de/customization_internationalization.xml.po
deleted file mode 100644
index c11726b..0000000
--- a/manual/po/de/customization_internationalization.xml.po
+++ /dev/null
@@ -1,93 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 17:46+0300\n"
-"PO-Revision-Date: 2010-06-06 17:46+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <sect1><title>
-#: en/customization_internationalization.xml:6
-msgid "Customising Locale And Language"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_internationalization.xml:7
-msgid "This chapter discusses customisation for language specific parameters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_internationalization.xml:9
-msgid "Default locale and keyboard"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:10
-#, no-wrap
-msgid " $ lh_config --bootappend-live \"locale=en_GB.UTF-8\" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:10
-#, no-wrap
-msgid " $ lh_config --bootappend-live \"keyb=uk\" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:10
-#, no-wrap
-msgid " $ lh_config --bootappend-live \"locale=en_GB.UTF-8 keyb=uk\" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:10
-#, no-wrap
-msgid " $ lh_config --bootappend-live \"locale=uk\" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_internationalization.xml:10
-msgid ""
-"The default locale when building a live cd is \"locale=en_US.UTF-8\". To set "
-"the locale for the UK (locale=en_GB.UTF-8) <placeholder type=\"screen\" id="
-"\"0\"/> The entry for a British keyboard would be <placeholder type=\"screen"
-"\" id=\"1\"/> To configure both the locale and the keyboard for the UK the "
-"entry would be <placeholder type=\"screen\" id=\"2\"/> or <placeholder type="
-"\"screen\" id=\"3\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_internationalization.xml:14
-msgid "l10n Packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:15
-#, no-wrap
-msgid " $ lh_config --language \"se\" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:15
-#, no-wrap
-msgid " config/templates/syslinux/se "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_internationalization.xml:15
-msgid ""
-"lh build can automatically check for each package, for which it's know that "
-"there are -l10n packages available and install them. To add Swedish packages "
-"the entry would be <placeholder type=\"screen\" id=\"0\"/> This will also "
-"change the default syslinux language if <placeholder type=\"screen\" id="
-"\"1\"/> is available. Check syslinux configuration FIXME"
-msgstr ""
diff --git a/manual/po/de/customization_packages.xml.po b/manual/po/de/customization_packages.xml.po
deleted file mode 100644
index 28554bc..0000000
--- a/manual/po/de/customization_packages.xml.po
+++ /dev/null
@@ -1,604 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
-"PO-Revision-Date: 2010-06-18 17:51+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"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
-msgid "FIXME"
-msgstr ""
-
-#. 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
-msgid "<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><title>
-#: en/customization_packages.xml:4
-msgid "Customising package installation"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_packages.xml:5
-msgid ""
-"This chapter discusses the customisation of package installation. This "
-"involves:"
-msgstr ""
-
-#. type: Content of: <sect1><orderedlist><listitem><para>
-#: en/customization_packages.xml:8
-msgid "Selecting additional packages to be installed"
-msgstr ""
-
-#. type: Content of: <sect1><orderedlist><listitem><para>
-#: en/customization_packages.xml:11
-msgid "Installing modified packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_packages.xml:15
-msgid "Package sources"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_packages.xml:19
-msgid "Debian repositories"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:21
-msgid "To set a local mirror (used to ''build'' the live-cd)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/customization_packages.xml:23
-#, no-wrap
-msgid "$ lh config --mirror-bootstrap \"http://local.intra.net/debian/\" --mirror-chroot \"http://local.intra.net/debian/\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:25
-msgid "The generic mirror is added to the live-system's /etc/apt/sources.list."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/customization_packages.xml:27
-#, no-wrap
-msgid "$ lh config --mirror-binary \"http://ftp.debian.org/debian/\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:29
-msgid ""
-"Note: It is ''not'' used for building the live-cd but to install new "
-"software while using the live-cd."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:30
-msgid "It can be disabled by setting binary indices parameter to disabled"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/customization_packages.xml:32
-#, no-wrap
-msgid "$ lh config --binary-indices disabled"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:34
-msgid ""
-"Note: the same applies for mirror chroot security and mirror binary security"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/customization_packages.xml:36
-#, no-wrap
-msgid "$ lh config --mirror-chroot-security {URL} $ lh config --mirror-binary-security {URL}"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_packages.xml:41
-msgid "Own repository"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:43
-msgid ""
-"To add more repositories (e.g. backports, experimental packages, etc.), "
-"create <filename>config/chroot_sources/your-cdd-repo.{chroot,binary}</"
-"filename> file."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:44
-msgid ""
-"e.g. <filename>config/chroot_sources/live.chroot</filename> allows you to "
-"install packages from the debian live snapshot repository at live-cd build "
-"time (you have to add the packages in your package list):"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/customization_packages.xml:46
-#, no-wrap
-msgid "deb http://live.debian.net/ sid-snapshots main contrib non-free"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:48
-msgid ""
-"If you add the line to <filename>config/chroot_sources/live.binary</"
-"filename> the repository will be added to your live-system's <filename>/etc/"
-"apt/sources.list</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:49
-msgid "If such files exist, they will be picked up automatically."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:50
-msgid ""
-"You can also put the gpg-key used to sign the repository into config/"
-"chroot_sources/foo.{binary,chroot}.gpg"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_packages.xml:56
-msgid "Package installation"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:57
-msgid ""
-"You can elect to use either <command>apt</command> or <command>aptitude</"
-"command> when installing packages. Which utility is used is governed by the "
-"<command>LH_APT</command> variable in <filename>config/chroot</filename> or "
-"by the <command>--apt</command> argument to <filename>lh config</filename>:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_packages.xml:61
-msgid "<command>apt</command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:64
-msgid ""
-"Specifying a missing package causes package installation to fail, which may "
-"not be the desired behaviour."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:65
-msgid "This is the default setting for building images for Lenny or later."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_packages.xml:70
-msgid "<command>aptitude</command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:73
-msgid ""
-"Specifying a missing package causes package installation to succeed, which "
-"may not be the desired behaviour."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:74
-msgid "This is the default setting for building images for Etch."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_packages.xml:80
-msgid "Installing additional packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:81
-msgid ""
-"<filename>live-helper</filename> has a number of mechanisms for indicating "
-"that additional packages should be installed, including:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:84 en/customization_packages.xml:97
-msgid "The <command>LH_PACKAGES</command> variable"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:87 en/customization_packages.xml:110
-msgid "Package lists"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><orderedlist><listitem><para>
-#: en/customization_packages.xml:90
-msgid "Local packages (<filename>chroot_local-packages/</filename>)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:93 en/customization_packages.xml:157
-msgid "Tasks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:98
-msgid ""
-"To install additional packages, simply add them to the <command>LH_PACKAGES</"
-"command> variable in <filename>config/chroot</filename>. For example:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/customization_packages.xml:100
-#, no-wrap
-msgid "LH_PACKAGES=\"package1 package2 package3 ... \""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:102
-msgid "You can also specify initial values on the command line:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/customization_packages.xml:104
-#, no-wrap
-msgid "$ lh config --packages \"package1 package2 package3\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:106
-msgid ""
-"The behaviour of <filename>live-helper</filename> when specifying a package "
-"that does not exist is determined by your choice of APT utility. See <xref "
-"linkend=\"package-installation\"/> for more details."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:107
-msgid ""
-"If you need to specify a large number of packages to be installed or you "
-"need flexibility regarding which packages to install, you should probably be "
-"using package lists. See <xref linkend=\"package-lists\"/> for more "
-"information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:111
-msgid ""
-"Package lists are a powerful way of expressing which packages should be "
-"installed. <filename>live-helper</filename> ships with a number of "
-"predefined package lists which provide sensible default package selections "
-"for the GNOME and KDE desktop environments, as well as standard systems."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:112
-msgid ""
-"To specify a package list, add the name of the list to the "
-"<command>LH_PACKAGES_LISTS</command> variable in <filename>config/chroot</"
-"filename>. For example:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/customization_packages.xml:114
-#, no-wrap
-msgid "LH_PACKAGES_LISTS=\"gnome\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:116
-msgid ""
-"Package lists that are distributed with <filename>live-helper</filename> "
-"reside in the <command>/usr/share/live-helper/lists</command> directory."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><title>
-#: en/customization_packages.xml:118
-msgid "Local packages lists"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:119
-msgid ""
-"You may supplement the supplied lists using local package lists stored in "
-"<command>config/chroot_local-packageslists</command>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:120
-msgid ""
-"Package lists that exist in this directory always override package lists "
-"distributed with <filename>live-helper</filename>. This can cause undesired "
-"effects when."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><note><title>
-#: en/customization_packages.xml:122
-msgid "<filename>live-helper</filename> 2.x change"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><note><para>
-#: en/customization_packages.xml:123
-msgid ""
-"Any file with <command>.list</command> suffix in <command>config/"
-"chroot_local-packageslists</command> is automatically enabled, the variable "
-"LH_PACKAGES_LISTS should only be used referencing packages lists included in "
-"live-helper (at <command>/usr/share/live-helper/lists/</command>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><title>
-#: en/customization_packages.xml:127
-msgid "Extending a provided package list using includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/customization_packages.xml:130
-#, no-wrap
-msgid "#include &lt;gnome&gt; iceweasel"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:132
-msgid ""
-"The package lists that are included with <filename>live-helper</filename> "
-"make extensive use of includes. They are available to view in the <command>/"
-"usr/share/live-helper/lists</command> directory."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><title>
-#: en/customization_packages.xml:135
-msgid "Using conditionals inside packages lists"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/customization_packages.xml:138
-#, no-wrap
-msgid "#if ARCHITECTURE amd64 ia32-libs #endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:140
-msgid ""
-"or if <command>LH_ARCHITECTURE</command> is set to <command>i386</command> "
-"or <command>amd64</command>:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/customization_packages.xml:142
-#, no-wrap
-msgid "#if ARCHITECTURE i386 amd64 memtest86+ #endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:144
-msgid ""
-"or if <command>LH_SECTIONS</command> contains either <command>contrib</"
-"command> or <command>non-free</command>:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/customization_packages.xml:146
-#, no-wrap
-msgid "#if SECTIONS contrib non-free vrms #endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:148
-msgid "A conditional may surround an <command>#include</command> directive:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/customization_packages.xml:150
-#, no-wrap
-msgid "#if ARCHITECTURE amd64 #include &lt;gnome-full&gt; #endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:152
-msgid ""
-"Any <filename>live-helper</filename> configuration variable that begins with "
-"<command>LH_</command> can be tested in this way."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:153
-msgid "The nesting of conditionals is not supported."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_packages.xml:162
-msgid "Installing modified or third-party packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:163
-msgid ""
-"Whilst it is against the philosophy of Debian Live, it may sometimes be "
-"necessary to build a Live system with modified versions of packages that are "
-"in the Debian repository. This may be to modify or support additional "
-"features, languages and branding, or even to remove elements of existing "
-"packages that are undesirable. Similarly, \"third-party\" packages may be "
-"used to add bespoke and/or proprietary functionality."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:164
-msgid ""
-"This section does not cover advice regarding building or maintaining "
-"modified packages. Joachim Breitner's <ulink url=\"http://www.joachim-"
-"breitner.de/blog/archives/282-How-to-fork-privately.html\">'How to fork "
-"privately'</ulink> may be of interest, however. The creation of bespoke "
-"packages is covered in the <ulink url=\"http://www.debian.org/doc/maint-"
-"guide/\">Debian New Maintainers' Guide</ulink> and elsewhere."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:165
-msgid "There are two ways of installing modified custom packages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><orderedlist><listitem><para>
-#: en/customization_packages.xml:169
-msgid "<filename>chroot_local-packages</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><orderedlist><listitem><para>
-#: en/customization_packages.xml:173
-msgid "Using a custom APT repository"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:176
-msgid ""
-"The <filename>chroot_local-packages</filename> is simpler to achieve and "
-"useful for \"one-off\" customisations but has a number of drawbacks, whilst "
-"using a custom APT repository is more time-consuming to set up."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:178
-msgid ""
-"Using <filename>chroot_local-packages</filename> to install custom packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:179
-msgid ""
-"To install a custom package, simply copy it to the <command>config/"
-"chroot_local-packages</command> directory. Packages that are inside this "
-"directory will be automatically installed into the live system during build "
-"- you do not need to specify them elsewhere."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:180
-msgid ""
-"Packages <emphasis>must</emphasis> be named in the prescribed way. One "
-"simple way to do this is to use <command>dpkg-name</command>. FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:181
-msgid ""
-"Using <filename>chroot_local-packages</filename> for installation of custom "
-"packages has disadvantages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/customization_packages.xml:184
-msgid "It is not possible to use secure APT"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/customization_packages.xml:187
-msgid ""
-"You must install all appropriate packages in the <command>config/"
-"chroot_local-packages</command> directory"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/customization_packages.xml:190
-msgid ""
-"It does not lend itself to storing Debian Live configurations in revision "
-"control"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:195
-msgid "Using an APT repository to install custom packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:197
-msgid ""
-"Unlike using <filename>chroot_local-packages</filename>, when using a custom "
-"APT repository you must ensure that you specify the packages elsewhere. See "
-"<xref linkend=\"lh-packages\"/> for details."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:198
-msgid ""
-"Whilst it may seem unnecessary effort to create an APT repository to install "
-"custom packages, the infrastructure can be easily re-used at a later date to "
-"offer updates of the modified packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:201
-msgid "Custom packages and APT"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:202
-msgid ""
-"<filename>live-helper</filename> uses APT to install all packages into the "
-"live system so will therefore inherit behaviours from this program. One "
-"relevant example is that (assuming a default configuration) given a package "
-"available in two different repositories with different version numbers, APT "
-"will elect to install the package with the higher version number."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:203
-msgid ""
-"Because of this, you may wish to increment the version number in your custom "
-"packages' <command>debian/changelog</command> files to ensure that your "
-"modified version is installed over one in the official Debian repositories. "
-"This may also be achieved by altering the live system's APT pinning "
-"preferences - see <xref linkend=\"apt-preferences\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:206
-msgid "Altering APT preferences during Live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:208
-msgid ""
-"Whilst it may seem unnecessary effort to create an APT repository to install "
-"custom packages, the infrastructure can be easily re-used at a later date to "
-"offer updates of the modified package."
-msgstr ""
diff --git a/manual/po/de/devel.ssi.po b/manual/po/de/devel.ssi.po
new file mode 100644
index 0000000..8ff846b
--- /dev/null
+++ b/manual/po/de/devel.ssi.po
@@ -0,0 +1,28 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/devel.ssi:5
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<part>\n"
+"  <title>Development</title>\n"
+"</part>\n"
+msgstr ""
diff --git a/manual/po/de/devel.xml.po b/manual/po/de/devel.xml.po
deleted file mode 100644
index 805b196..0000000
--- a/manual/po/de/devel.xml.po
+++ /dev/null
@@ -1,21 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 19:02+0300\n"
-"PO-Revision-Date: 2010-06-18 19:02+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <part><title>
-#: en/devel.xml:4
-msgid "Development"
-msgstr ""
diff --git a/manual/po/de/faq.xml.po b/manual/po/de/faq.xml.po
deleted file mode 100644
index 2b33efe..0000000
--- a/manual/po/de/faq.xml.po
+++ /dev/null
@@ -1,1504 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-12 14:20+0300\n"
-"PO-Revision-Date: 2010-06-12 14:20+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><section><section><para>
-#: en/about_manual.xml:143 en/about_manual.xml:147 en/about_manual.xml:151
-#: en/about_manual.xml:160 en/about_manual.xml:166 en/about_manual.xml:172
-#: en/about_manual.xml:178 en/about_manual.xml:184 en/basics.xml:45
-#: en/basics.xml:50 en/basics.xml:57 en/basics.xml:60 en/basics.xml:72
-#: en/basics.xml:81 en/basics.xml:85 en/basics.xml:89 en/basics.xml:95
-#: en/basics.xml:105 en/basics.xml:118 en/basics.xml:122 en/basics.xml:126
-#: en/basics.xml:139 en/basics.xml:143 en/basics.xml:148 en/basics.xml:160
-#: en/basics.xml:170 en/basics.xml:182 en/basics.xml:186 en/basics.xml:205
-#: en/basics.xml:220 en/customization_packages.xml:25
-#: en/customization_packages.xml:29 en/customization_packages.xml:34
-#: en/customization_packages.xml:38 en/customization_packages.xml:48
-#: en/customization_packages.xml:102 en/customization_packages.xml:106
-#: en/customization_packages.xml:116 en/customization_packages.xml:132
-#: en/customization_packages.xml:140 en/customization_packages.xml:144
-#: en/customization_packages.xml:148 en/customization_packages.xml:152
-#: en/faq.xml:36 en/faq.xml:128 en/faq.xml:131 en/faq.xml:138 en/faq.xml:141
-#: en/faq.xml:163 en/faq.xml:188 en/faq.xml:210 en/howtos.xml:19
-#: en/howtos.xml:25 en/howtos.xml:31 en/overview.xml:61 en/overview.xml:66
-#: en/overview.xml:70
-msgid "<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><title>
-#: en/faq.xml:6
-msgid "Frequently asked questions (FAQ)"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:9
-msgid "Q: I downloaded a prebuilt live image. How do I put it on a USB stick?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:10
-msgid ""
-"A: See <xref linkend=\"image_copying\"/> \"Copying USB/HDD image to a USB "
-"stick\""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:13
-msgid "Q: How do I log my build?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:14
-#, no-wrap
-msgid "$ lh_build 2&gt;&amp;1 | tee build.log"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:14
-msgid ""
-"A: You could use script, screen or tee: <placeholder type=\"screen\" id="
-"\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:17
-msgid ""
-"Q: How can I convert an already installed standard Debian partition into a "
-"Debian Live system?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:18
-msgid ""
-"A: Save the list of installed packages and load it into your new Debian Live "
-"System. Copy your /etc to config/chroot_local-includes"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:21
-msgid ""
-"Q: What does 'losetup: could not find any free loop device' mean and how do "
-"I fix it?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:22
-msgid ""
-"A: Loop devices are used during the build; there probably aren't any free if "
-"you've aborted several builds. Something like: for l in /dev/loop0 /dev/"
-"loop1 /dev/loop2 /dev/loop3 /dev/loop4 /dev/loop5 /dev/loop6 /dev/loop7 ; do "
-"losetup -d $l ; done should rectify the situation (assuming all loop devices "
-"in use were created by lh_build; if in doubt, check the contents of each "
-"loop device before deleting them with losetup -d)."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:25
-msgid "Q: How do I launch an interactive shell during the chroot stage?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:26
-#, no-wrap
-msgid "$ lh_config --interactive shell"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:26
-#, no-wrap
-msgid "# logout"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:26
-#, no-wrap
-msgid "# exit"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:26
-msgid ""
-"A: To enable interactive shell: <placeholder type=\"screen\" id=\"0\"/> To "
-"continue the build process: <placeholder type=\"screen\" id=\"1\"/> or "
-"<placeholder type=\"screen\" id=\"2\"/> To disable interactive shell, set "
-"LH_INTERACTIVE to \"disabled\" in config/chroot."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:29
-msgid "Q: What is the root /user password?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:30
-#, no-wrap
-msgid " sudo -i "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:30
-#, no-wrap
-msgid "sudo passwd"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:30
-msgid ""
-"A: The user password for the live user is 'live'. By default, there is not "
-"any root password. You can switch to root with <placeholder type=\"screen\" "
-"id=\"0\"/> or set a password for root with <placeholder type=\"screen\" id="
-"\"1\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:33
-msgid "Q: How do I change root or any user password?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:34
-msgid ""
-"A: Add a chroot local hook script to change root or any user password each "
-"time you build an image."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:35
-msgid ""
-"e.g. config/chroot_local-hooks/01-update_password.sh to set root password to "
-"\"nopasswd\""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:36
-#, no-wrap
-msgid "#!/bin/sh echo \"I: update password\" echo \"root:nopasswd\" | chpasswd"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:36
-#, no-wrap
-msgid "$ chmod +x config/chroot_local-hooks/01-update_password.sh"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><note><screen>
-#: en/faq.xml:36
-#, no-wrap
-msgid "mkdir -p config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/ cp /usr/share/initramfs-tools/scripts/live-bottom/10adduser config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:36
-#, no-wrap
-msgid " echo \"newlivepass\" | mkpasswd -s."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:36
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/><placeholder type=\"screen\" id=\"1\"/"
-"><note>For live user; you need to copy the /usr/share/initramfs-tools/"
-"scripts/live-bottom/10adduser your build folder: <placeholder type=\"screen"
-"\" id=\"2\"/></note> Then edit the config/chroot_local-includes/usr/share/"
-"initramfs-tools/scripts/live-bottom/10adduser and paste in the new "
-"user_crypted password that you make with: <placeholder type=\"screen\" id="
-"\"3\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:36
-msgid ""
-"Or add an hook file in config/chroot_local-hooks/ with something like the "
-"below:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:36
-#, no-wrap
-msgid " #!/bin/sh # Change the autogenerated user password to \"debianlive\" plain_password=\"debianlive\" password=$(echo \"${plain_password}\" | mkpasswd -s) sed -i -e 's/\\(user_crypted=\\)\\(.*\\)\\( #.*\\)/\\1\\\"'${password}'\\\"\\3/' /usr/share/initramfs-tools/scripts/live-bottom/10adduser update-initramfs -tu -kall"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:36
-msgid ""
-"The latter (hook model) could be more future proof than the former solution "
-"since it modifies just one string selectively but it requires the package "
-"\"whois\" to be installed on the target system (for mkpasswd) or that you "
-"generate the $password string not at build time and include it crypted in "
-"the above script."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:39
-msgid "Q: How to disable autologin?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:40
-#, no-wrap
-msgid "lh config --bootappend-live \"noautologin\""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:40
-msgid ""
-"A1: use the commandline parameter <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:40
-msgid ""
-"A2: You need to set boot=noautologin noxautologin as described in man "
-"<filename>live-initramfs</filename> If you boot via TFTP you want to insert "
-"the option to pxelinux.cfg/default"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:43
-msgid "Q: How do I change default hostname or username?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:44
-#, no-wrap
-msgid "$ lh_config --hostname myhostname $ lh_config --username myusername"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:44
-msgid ""
-"A: To change default hostname or username: <placeholder type=\"screen\" id="
-"\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:47
-msgid "Q: How do I make the final image smaller?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:48
-msgid ""
-"A: Clean orphaned apps/libs: Install package \"deborphan\" and then run "
-"'sudo deborphan -n' . Delete unwanted packages. Remove the apt cache. Purge "
-"unwanted locales (see \"localepurge\" package)."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:51
-msgid ""
-"Q: How do I customize bash-config permanently (aliases, bash-completion "
-"etc.)?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:52
-msgid "A: Add your own .bashrc config/chroot_local-includes/etc/skel/.bashrc"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:55
-msgid "Q: How do I disable services permanently? (Be careful!)"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:56
-msgid ""
-"A: Add a chroot local hook script to disable a service each time you build "
-"an image:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:57
-#, no-wrap
-msgid "#!/bin/sh echo \"I: disable service\" update-rc.d -f 〈service name 〉 remove "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:57
-#, no-wrap
-msgid " $ chmod +x config/chroot_local-hooks/01-disable_service.sh "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:57
-msgid ""
-"e.g. config/chroot_local-hooks/01-disable_service.sh <placeholder type="
-"\"screen\" id=\"0\"/> <placeholder type=\"screen\" id=\"1\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:60
-#, no-wrap
-msgid "lh_config --checksums enabled|disabled "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:60
-msgid ""
-"Q: How do I enable | disable the md5checksum at the ISO building? "
-"<placeholder type=\"screen\" id=\"0\"/> Or change the LH_CHECKSUMS value."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:63
-#, no-wrap
-msgid "lh_config --net-tarball none|gzip "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:63
-msgid ""
-"Q: How to disable the generation of the .tar.gz file? <placeholder type="
-"\"screen\" id=\"0\"/> Or change the LH_NET_TARBALL value. (only available in "
-"snapsshot version at the moment 2008/Feb/28)"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:66
-msgid "Q: How do I \"build a new image\" ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:67
-#, no-wrap
-msgid "$ sudo lh_clean --binary $ sudo lh_build "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:67
-msgid ""
-"A: Run commands: <placeholder type=\"screen\" id=\"0\"/> <emphasis>Hint:</"
-"emphasis> If the configuration had changed you should leave \"--binary\" "
-"out. This will clean your chroot directory too."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:70
-msgid "Q: How do I use Fluxbox ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:70
-msgid "A: Add a new lists file with the fluxbox packages you want."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:70
-msgid "Create /home/$USERNAME/.dmrc file (default username is \"user\")."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:70
-#, no-wrap
-msgid "$ cat .dmrc [Desktop] Session=fluxbox"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:70
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <note>.dmrc is owned by $USERNAME:"
-"$USERNAME. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:70
-msgid ""
-"See also <ulink url=\"http://wiki.debian.org/Fluxbox/\">http://wiki.debian."
-"org/Fluxbox</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:70
-msgid ""
-"A short HOWTO can be found here: <ulink url=\" http://wiki.debian.org/"
-"MichaelAblassmeier/CustomLiveCD\"> http://wiki.debian.org/MichaelAblassmeier/"
-"CustomLiveCD</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:73
-msgid "Q: How do I use custom repositories?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:74
-msgid ""
-"A: <ulink url=\"http://wiki.debian.org/DebianLive/Configuration\">See "
-"DebianLive/Configuration.</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:77
-msgid ""
-"Q: How do I customize the artwork for the live CD (grub or syslinux boot "
-"splash, usplash, etc.)?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:78
-msgid ""
-"A: <ulink url=\"http://wiki.debian.org/DebianLive/Howto/Custom_Artwork\"> "
-"See DebianLive/Howto/Custom_Artwork. </ulink> FIXME: NEED TO UPDATE"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:81
-msgid ""
-"Q: How do I customize desktop environment (KDE, GNOME, XFCE, etc...) look?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:81
-msgid "A: Start the live system in qemu:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:81
-#, no-wrap
-msgid "$ qemu -m 256 -cdrom binary.iso -boot d -redir tcp:4222:10.0.2.15:22"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:81
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <note>the -redir argument must be "
-"changed to meet your needs </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:84
-msgid ""
-"Q: How do I execute a custom shell script inside the chroot system after the "
-"chroot stage?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:85
-msgid "A: Add your script in config/chroot_local-hooks."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:88
-msgid ""
-"Q: How do I add a script running immediately after all other scripts when "
-"the live system boots?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:88
-msgid ""
-"A: Add your script in config/chroot_local-includes/usr/share/initramfs-tools/"
-"scripts/live-bottom/99script"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:88
-#, no-wrap
-msgid "$ chmod +x config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/99script"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:88
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <note>The hook script must be "
-"executable. Do not forget to lh_clean --chroot after making this change "
-"before you build again. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:88
-msgid ""
-"You must also use the example script /usr/share/live-helper/examples/hooks/"
-"update-initramfs.sh to ensure your script gets built into the initramfs "
-"(read the comment header for instructions)."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:91
-msgid "Q: How do I add software not in Debian ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:92
-msgid "A: See <xref linkend=\"packages\"/> Customising package installation"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:95
-msgid "Q: What is the manifest with Ubuntu used for?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:96
-msgid ""
-"A: Manifest is just the package list, which ubuntu does $something with. "
-"Don't worry about it."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:99
-msgid "Q: What is this {p} syntax with mtools{p} and parted{p} ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:100
-msgid "A: That's aptitude."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:103
-msgid ""
-"Q: Do I need to write the image on USB stick to test it? <note>you must use "
-"qemu &gt;= 0.8. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:106
-msgid "Q: What is /cow ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:107
-msgid "A: Copy-on-write, the 'diff' from unionfs."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:110
-msgid ""
-"Q: Is /usr/share/live-helper/lists/standard-x11 like preseed or is preseed "
-"something else entirely?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:111
-msgid "A: It is not. It is a package list, not a debconf preseeding."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:114
-msgid "Q: What is the difference between standard and minimal?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:114
-msgid "standard: packages of priority standard and higher;"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:114
-msgid "minimal: packages of priority essential and higher;"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:117
-msgid "Q: What can the sections be used for? Aren't they BIG?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:118
-msgid "A: Someone maybe wants to include packages from contrib or non-free."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:121
-msgid "Q: memtest86+ ... is that used?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:122
-msgid "A: Yes"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:125
-msgid "Q: How do I build using predefined packages lists?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:125
-msgid "A: e.g. to build using standard-x11 packages list:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:125
-#, no-wrap
-msgid "$ sudo lh_config -p standard-x11 $ sudo lh_build"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:125
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <note>The packages lists can be "
-"found in /usr/share/live-helper/lists/ directory. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:128
-msgid "Q: How do I rebuild without downloading all the packages again?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:128
-msgid ""
-"A: All packages are cached in cache subdirectory. They remain until a clean "
-"purge:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:128
-#, no-wrap
-msgid "$ sudo lh_clean --purge"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:128
-msgid ""
-"You do not have to do anything to prevent packages from being re-downloaded. "
-"You need to remember to clean whichever stages you want to rebuild first."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:128
-msgid ""
-"e.g. to rebuild from the cached bootstrap, chroot packages and build a new "
-"image."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:128
-#, no-wrap
-msgid "$ sudo lh_clean $ sudo lh_build"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:131
-msgid "Q: How do I boot USB debian-live on systems not supporting USB boot?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:131
-msgid ""
-"A: Make a boot CD with grub, configured to boot from a debian-live kernel "
-"copied on the cd structure."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:131
-#, no-wrap
-msgid "$ mkdir -p iso/boot/grub $ cp /usr/lib/grub/i386-pc/stage2_eltorito iso/boot/grub $ cp chroot/boot/* iso/boot/"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:131
-msgid "Create iso/boot/grub/menu.lst"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:131
-#, no-wrap
-msgid "default 0 timeout 5 color cyan/blue white/blue title Debian Live root (cd) kernel /boot/vmlinuz boot=live initrd /boot/initrd.img"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:131
-msgid "Create the iso image"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:131
-#, no-wrap
-msgid "$ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \\ -boot-load-size 4 -boot-info-table -o grub.iso iso"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:131
-msgid "Burn the image."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:134
-msgid ""
-"Q: How do I boot debian-live on systems not supporting CDROM or USB boot?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:135
-msgid ""
-"A: If you have a floppy drive, you may be able to use it, otherwise you will "
-"need to use loadlin/grub4dos/win32-loader. If you have a second system to "
-"serve up the image over the network, <ulink url=\"DebianLive/Howto/"
-"Creating_a_Netboot_Image\"> See DebianLive/Howto/Creating_a_Netboot_Image. </"
-"ulink> FIXME LINK"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:138
-msgid ""
-"Q: The X configuration does not seems to work, the resolution is too low. "
-"What can I do?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:138
-msgid "A: Use xdebconfigurator"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:138
-#, no-wrap
-msgid "$ lh_config --bootappend xdebconf $ lh_config --packages xdebconfigurator"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:141
-msgid "Q: Apache has problems with static files"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:141
-msgid ""
-"A: Sendfile does not work well on the unionfs used by Debian Live. Add the "
-"following to apache's configuration:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:141
-#, no-wrap
-msgid "EnableSendfile off"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:144
-msgid "Q: How do I make hard disk partitions auto-mountable?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:144
-msgid ""
-"<command>A: Short answer:</command> Right now the best is to use a script "
-"that will populate the fstab when the CD is booting. Such a script can be "
-"found <ulink url=\"https://devel.goto10.org/svn/puredyne/trunk/broth/stock/"
-"chroot_local-includes/sbin/diskmounter.sh\"> FIXME BROKEN LINK </ulink>. A "
-"proper solution based on HAL will be described here in a hopefully near "
-"future."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:144
-msgid ""
-"<command>A: Long Answer: </command> Since 55_nonpolkit-mount-policy.patch in "
-"HAL, debian-storage-policy-fixed-drives.fdi is not available anymore and the "
-"previous trick that consisted to remove this file to enable automounting of "
-"fixed drives as a consequence is obsolete."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:144
-msgid ""
-"Eventually, it will be possible to combine HAL and PolicyKit to enable "
-"different permissions and actions to achieve advanced (auto)mounting for non-"
-"root users. Until then, because the live scripts are only touching to the "
-"fstab to add a swap partition if discovered at boot time, the only way to "
-"have fixed drives mounted automatically is to use a script that will "
-"populate the fstab file at the end of the multiuser runlevel."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:144
-msgid "To achieve this, you can do, for example, the following:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:144
-msgid ""
-"download the <ulink url=\"https://devel.goto10.org/svn/puredyne/trunk/broth/"
-"stock/chroot_local-includes/sbin/diskmounter.sh\"> diskmounter.sh script "
-"FIXME BROKEN LINK </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:144
-msgid ""
-"Create the chroot_local-includes/sbin directory, and move the script inside"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:144
-msgid "Make sure the script is executable (chmod +x diskmounter.sh)"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:144
-msgid ""
-"create the chroot_local-includes/etc/rc.local file and call the diskmounter "
-"from there (see this <ulink url=\"https://devel.goto10.org/svn/puredyne/"
-"trunk/broth/stock/chroot_local-includes/etc/rc.local\"> rc.local FIXME "
-"BROKEN LINK </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:144
-msgid ""
-"When called correctly, the script detects ext2, ext3, reiserfs, xfs, FAT32, "
-"HFS+ and NTFS partitions and mount them read-write, except for NTFS. This "
-"will change soon and an option will be available to use ntfs-3g to mount "
-"NTFS as read-write."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:144
-msgid ""
-"comments, patches and other things about this script and issue: http://code."
-"goto10.org/projects/puredyne/ticket/463"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:147
-msgid "Q: Boot fails with panic: can't open /scripts/live"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:148
-msgid ""
-"A: Add latest live-initramfs deb package into config/chroot_local-packages "
-"directory and rebuild."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:151
-msgid "Q: How do I configure the locale and the keyboard?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:152
-msgid "A: See <xref linkend=\"internalization\"/> 10n"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:155
-msgid "Q: How do I get past boot prompt without a working keyboard?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:156
-msgid "A: See <xref linkend=\"bootup\"/> Customising the bootup process"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:160
-msgid "Q: Can I serve the root image from a web or ftp server?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:160
-msgid ""
-"A: Since live-initramfs 1.99, it should be possible to use the fetch= "
-"argument on the kernel command line. You can build a netboot image as usual, "
-"and when you are done edit the tftpboot/pxelinux.cfg/default file. Remove "
-"the references to network boot (netboot, nfsroot, nfsopts), and replace with "
-"fetch= 〈url where you placed the root image&gt;."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:160
-#, no-wrap
-msgid "$ lh_config --packages wget"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:160
-msgid ""
-"<note>You have to include wget in the chroot. It could work for other boot "
-"methods as well. However, I am not sure the live scripts configure the "
-"network when booting from a CD or USB disk.</note> <placeholder type=\"screen"
-"\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:163
-msgid "Q: Why doesn't quickreboot (or some other boot parameter) work?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:163
-msgid ""
-"A: If you are building an etch image (which was the default up to "
-"2007/09/14) you have a very old version of casper which does not support "
-"quickreboot and possibly other boot parameters as well. You could configure "
-"your sources to use live-backports (see /usr/share/live-helper/examples/"
-"sources/live-backports) and switch to live-initramfs, or better yet, build a "
-"lenny image instead, which is the new default."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:163
-#, no-wrap
-msgid "$ lh_config --distribution lenny $ lh_config --initramfs live-initramfs"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:166
-msgid ""
-"Q: How do I fix \"Could not find kernel image\" issue with syslinux "
-"bootloader?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:166
-msgid ""
-"A: Add a binary local hook script to fix kernel and initrd path each time "
-"you build an image."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:166
-#, no-wrap
-msgid "#!/bin/sh SYSLINUXCFG=`find binary -type f -name syslinux.cfg` sed -i \"s|kernel /vmlinuz|kernel vmlinuz|g\" ${SYSLINUXCFG} sed -i \"s|initrd=/initrd|initrd=initrd|g\" ${SYSLINUXCFG}"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:166
-#, no-wrap
-msgid "$ chmod +x config/binary_local-hooks/01-fix_syslinux.sh"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:166
-msgid ""
-"e.g. config/binary_local-hooks/01-fix_syslinux.sh <placeholder type=\"screen"
-"\" id=\"0\"/> <placeholder type=\"screen\" id=\"1\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:169
-msgid "Q: How do I use a newer kernel with lenny?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:169
-msgid ""
-"A: A build with backports.org kernels will fail as that repository lacks the "
-"necessary module packages (linux-modules-extra-2.6, aufs, etc.). Use the "
-"kernel backports <ulink url=\"http://unsupported.debian-maintainers.org/"
-"backports-kernel/\"> http://unsupported.debian-maintainers.org/backports-"
-"kernel/. </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:169
-#, no-wrap
-msgid "$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.binary.gpg $ lh_build"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:169
-msgid "The quick way to success: <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:172
-msgid "Q: How do I use a custom kernel?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"〉 Is there a nice way of booting debian-live with a custom kernel (not in "
-"an apt repo)?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"A: Copy it into config/chroot_local-packages and set LH_LINUX_PACKAGES=\"none"
-"\" or use lh config --linux-packages \" \""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"Don't forget to compile your kernel with an union filesystem (unionfs or "
-"aufs), squashfs modules, and initrd support."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"〉 I can cause the kernel to be installed but it seems this happens later "
-"than grub/syslinux is configured so it's not listed and casper/ and the menu "
-"require munging."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"You need to follow the debian scheme, e.g. placing the files in /boot as "
-"vmlinuz-$version and initrd.img-$version etc."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"I personally wouldn't go that way which is too much of a hassle, and just "
-"use make-kpkg to produce custom kernel deb packages. They should integrate "
-"nicely if you just put them into config/chroot_local-packages and set "
-"LH_LINUX_PACKAGES=\"\"."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"<emphasis>Hint:</emphasis> to work around an error, which lh_binary_syslinux "
-"will throw on custom kernels if there is not an 468/686 in the kernel-name, "
-"you need to set CONFIG_LOCALVERSION=\"-486\" or \"-686\" within the kernel "
-"configuration (-&gt; General setup -&gt; Local version set to -486 or -686) "
-"corresponding to LH_LINUX_FLAVOURS=\"\" or \"686\". this at least up till "
-"live-helper version 1.0~a40-1"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:172
-msgid "see"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"<ulink url=\"http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-"
-"July/001947.html\"> http://lists.alioth.debian.org/pipermail/debian-live-"
-"devel/2007-July/001947.html</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:172
-msgid "and"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"<ulink url=\"http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-"
-"November/002581.html\">http://lists.alioth.debian.org/pipermail/debian-live-"
-"devel/2007-November/002581.html</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:175
-msgid "Q: How do I create a cross arch live CD image?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:175
-msgid "<command>A: In short:</command> You can't. Read on:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:175
-msgid ""
-"The procedure to create a live CD is based on creating a chroot that "
-"contains the files that will be finally available on the live CD. The live "
-"CD building procedure includes chrooting into the chroot dir and so some "
-"operations. chrooting means that the terminal you chroot on will behave as a "
-"different system so your real system and the chroot environment is decoupled "
-"somehow."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:175
-msgid ""
-"Once the live CD scripts chroots into the chroot dir they have some "
-"operations to do inside that environment and your real system won't be able "
-"to run them unless you are using the same architecture."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:175
-msgid ""
-"So you only are able to make live CD for the arch you run on. But this "
-"doesn't prevent you run qemu or some other machine emulator that make this "
-"possible."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:178
-msgid "Q: When is a lh_clean necessary?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:178
-msgid "lh_clean is a script in /usr/bin/"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:178
-msgid "A: That depends what you've changed between builds"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:178
-msgid ""
-"If, for example, you've built an iso image and you want a usb image, you "
-"only need to run <command> lh_clean --binary </command> before you run "
-"lh_build again."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:178
-msgid ""
-"If you've <command> changed anything in the chroot </command> , you'll need "
-"to cleanup both chroot and binary with <command> lh_clean </command>before "
-"continuing"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:181
-msgid "Q: How can i set boot= parameters?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:182
-msgid "A: Set LH_BOOTAPPEND_LIVE in config/binary"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:185
-msgid ""
-"Q: How do I include different modules to load when the live system boots?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:185
-msgid "A: Configure config/chroot_local-includes/etc/initramfs-tools/"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:185
-msgid ""
-"The lh_chroot_hacks helper rebuilds the live/initrd1.img using the default "
-"initramfs.conf \"MODULES = most\". You may override that by supplying your "
-"own initramfs.conf, or else just add your own modules, e.g."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:185
-#, no-wrap
-msgid "mkdir -p config/chroot_local-includes/etc/initramfs-tools/ echo \"atl2\" &gt;&gt; config/chroot_local-includes/etc/initramfs-tools/modules"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:185
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <note>Even though initramfs.conf(5) "
-"says \"most adds all the framebuffer, acpi, file system, ide, sata, scsi and "
-"usb drivers\", it actually includes network drivers as well. See "
-"auto_add_modules() in /usr/share/initramfs-tools/hook-functions for the "
-"complete list. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:188
-msgid "Q: Can I have a splash screen?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid "A: Yes you can"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:188
-msgid ""
-"You will not know what is going on when the splash screen is active, it may "
-"fail to activate on some hardware or break X on other (both usplash and "
-"splashy use libdirectfb which does some evil voodoo and may break you "
-"graphics or input until you reboot). However, you can install and activate "
-"it just as you would on any other Debian system."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid "To use splashy:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid ""
-"1) install splashy and read the README, the manpages are useless for setting "
-"it up. Add some parameters to your kernel command line, such as in your "
-"pxelinux configuration or in LH_BOOTAPPEND_LIVE in config/binary in debian-"
-"live configuration:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:188
-#, no-wrap
-msgid "vga=792 splash quiet"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid ""
-"<filename>vga </filename>to select video mode, <filename>splash </"
-"filename>to activate splashy, <filename>quiet</filename> to suppress most "
-"kernel messages that you cannot see anyway but would scroll past before "
-"splashy manages to paint the graphics on your screen."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:188
-#, no-wrap
-msgid "echo splashy &gt; config/chroot_local-packageslists/splashy echo splashy-themes &gt;&gt; config/chroot_local-packageslists/splashy"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:188
-msgid ""
-"You might want to add splashy to the list of packages installed in your "
-"image: <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid "and select a theme:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:188
-#, no-wrap
-msgid "echo '#!/bin/sh' &gt; config/chroot_local-hooks/splashy echo splashy_config -s debian-moreblue '||' true &gt;&gt; config/chroot_local-hooks/splashy # update the ramdisk to include the splash screen echo update-initramfs -u -k all &gt;&gt; config/chroot_local-hooks/splashy chmod 755 config/chroot_local-hooks/splashy "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid ""
-"After you rebuild your live system you should observe a bluish splash screen "
-"while booting. Nothing happens while initramfs is running because there is "
-"no splashy support in initramfs-tools. Once the init starts the progress bar "
-"should start to fill."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid ""
-"If <filename> vga=something</filename> sets a mode that your screen cannot "
-"show or your card cannot do vesa 2.0 (and thus you get plain text mode and "
-"no splashy) read the splashy faq."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:191
-msgid "Q: Howto use my Broadcom eXtrem 2 network card (module bnx2) ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:191
-msgid "A: Add the firmwares to the initrd image."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:191
-msgid ""
-"You need to install the non-free package \"firmware-bnx2\". Uncompress your "
-"initrd image, then copy files :"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:191
-#, no-wrap
-msgid "cp /lib/firmware/bnx2x-e1-4.8.53.0.fw /lib/firmware/bnx2x-e1-5.0.21.0.fw /lib/firmware/bnx2x-e1h-4.8.53.0.fw /lib/firmware/bnx2x-e1h-5.0.21.0.fw ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:191
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> Recompress your initrd image and "
-"boot: it works !"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:194
-msgid ""
-"Q: X is broken (the system boots, messages scroll by, and then the screen "
-"goes blank). What do I do?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:194
-msgid ""
-"On my system starting X completely disables graphics so that I do not see "
-"anything even after X bails out and I am back to the console. To prevent "
-"this you can change the driver Xorg uses."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:194
-msgid ""
-"If you have a working splash screen or at least graphical console you can use"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:194
-msgid "<filename>live xdriver=fbdev</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:194
-msgid "when booting the live system (instead of just enter)."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:194
-msgid "Another driver you might want to try is <filename> vesa. </filename>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:194
-msgid ""
-"If all fails you might try to set xdriver to some wrong value so that Xorg "
-"fails to start and you can examine the system while you still see something "
-"on the console."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:194
-msgid "<filename>live xdriver=none</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:197
-msgid "Q: How can I get Debian first stable versions?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:198
-msgid ""
-"I'm developing software and testing it on Live-CD. Thanks for the LiveCD "
-"project. To be sure my development is fully compatible with the \"etch\" "
-"version, I need the same scenario when Debian GNU/Linux 4.0 was published as "
-"stable (I believe 2007.04.08). If there was some bug on 2007.04.08 that was "
-"corrected one week later, I need to test software foreseeing that scenario "
-"without the bug solved."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:201
-msgid ""
-"Q: I get \"fopen: Permission denied\"-warnings from apt on building/at the "
-"live-system"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:202
-msgid ""
-"That's a harmless bug in apt. However, if you want to get off this warnings "
-"in the live-system, add a file in chroot_local-hooks with follow row:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><screen>
-#: en/faq.xml:203
-#, no-wrap
-msgid " chown -R man.man /var/cache/man "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:206
-msgid ""
-"Q: Why I always fail during \"Retrieving Packages\" stage when running "
-"lh_build? I have already set apt-http-proxy and so on."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:207
-msgid ""
-"A: lh_build retrieves packages via wget, as a result you need to enable the "
-"proxy settings in /etc/wgetrc before running lh_build."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:210
-msgid "Q: How do I edit Xorg.conf?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:210
-msgid ""
-"A: Xorg.conf is generated every time system boots, so it's useless to put "
-"modifed Xorg.conf in config/choort_local-includes/etc/X11, because it will "
-"be overwritten during boot. However, you can edit /usr/bin/dexconf, which "
-"generate xorg.conf during boot, so the result will be modified Xorg.conf. "
-"The modified dexconf has to be put in config/choort_local-includes/usr/bin. "
-"e.g.: you can configure Xorg.conf for two or more keyboards layouts with alt"
-"+shift toggle by editing dexconf and replacing the line:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:210
-#, no-wrap
-msgid "Option \"XkbLayout\" \"$XKB_LAYOUT\""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:210
-msgid "with the lines:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:210
-#, no-wrap
-msgid "Option \"XkbLayout\" \"us,il\" Option \"XkbOptions\" \"grp:alt_shift_toggle,grp_led:scroll\""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:210
-msgid "when \"us,il\" are the wanted keyboard layouts."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:210
-msgid ""
-"You can force default screen resulotion (e.g. 1024*768) by adding the "
-"lines: ."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:210
-#, no-wrap
-msgid " SubSection \"Display\" Modes \"1024x768\" EndSubSection"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:210
-msgid "between the lines:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:210
-#, no-wrap
-msgid " Section \"Screen\" Identifier \"Default Screen\" Monitor \"Configured Monitor\" . . . . . . . SECTION printf \"EndSection\\n\" 〉 &amp;4"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:213
-msgid "Q: Where are the build parameters for the prebuilt images"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:214
-msgid ""
-"A: See <ulink url=\"http://live.debian.net/README.images\">http://live."
-"debian.net/README.images.</ulink>"
-msgstr ""
diff --git a/manual/po/de/howtos.xml.po b/manual/po/de/howtos.xml.po
deleted file mode 100644
index de31e36..0000000
--- a/manual/po/de/howtos.xml.po
+++ /dev/null
@@ -1,295 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-08 22:38+0300\n"
-"PO-Revision-Date: 2010-06-08 22:38+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><section><section><para>
-#: en/about_manual.xml:143 en/about_manual.xml:147 en/about_manual.xml:151
-#: en/about_manual.xml:160 en/about_manual.xml:166 en/about_manual.xml:172
-#: en/about_manual.xml:178 en/about_manual.xml:184 en/basics.xml:45
-#: en/basics.xml:50 en/basics.xml:57 en/basics.xml:60 en/basics.xml:72
-#: en/basics.xml:81 en/basics.xml:85 en/basics.xml:89 en/basics.xml:95
-#: en/basics.xml:105 en/basics.xml:118 en/basics.xml:122 en/basics.xml:126
-#: en/basics.xml:139 en/basics.xml:143 en/basics.xml:148 en/basics.xml:160
-#: en/basics.xml:170 en/basics.xml:182 en/basics.xml:186 en/basics.xml:205
-#: en/basics.xml:220 en/customization_packages.xml:25
-#: en/customization_packages.xml:29 en/customization_packages.xml:34
-#: en/customization_packages.xml:38 en/customization_packages.xml:48
-#: en/customization_packages.xml:102 en/customization_packages.xml:106
-#: en/customization_packages.xml:116 en/customization_packages.xml:132
-#: en/customization_packages.xml:140 en/customization_packages.xml:144
-#: en/customization_packages.xml:148 en/customization_packages.xml:152
-#: en/faq.xml:36 en/faq.xml:128 en/faq.xml:131 en/faq.xml:138 en/faq.xml:141
-#: en/faq.xml:163 en/faq.xml:188 en/faq.xml:210 en/howtos.xml:19
-#: en/howtos.xml:25 en/howtos.xml:31 en/overview.xml:61 en/overview.xml:66
-#: en/overview.xml:70
-msgid "<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><title>
-#: en/howtos.xml:6
-msgid "Howtos"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/howtos.xml:8
-msgid "ISO"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:9
-msgid ""
-"Generating a Debian Live CD is very simple. You need to have <filename> live-"
-"helper </filename>(package available in Debian sid and lenny), and "
-"<filename> Debootstrap </filename>(or cdebootstrap) from etch or newer."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><term>
-#: en/howtos.xml:12
-msgid "Install live-helper"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><screen>
-#: en/howtos.xml:13
-#, no-wrap
-msgid "apt-get install live-helper"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><term>
-#: en/howtos.xml:18
-msgid "Configure the current working directory with lh_config"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para><screen>
-#: en/howtos.xml:19
-#, no-wrap
-msgid "lh_config -b iso -a $ARCH"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:19
-msgid ""
-"where <filename>$ARCH</filename> is the intended architecture (i.e. - i386 "
-"or amd64)."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:19
-msgid ""
-"<filename>-b</filename> flag is used to be sure to obtain image in ISO "
-"format."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><term>
-#: en/howtos.xml:24
-msgid "Build the image with lh_build"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para><screen>
-#: en/howtos.xml:25
-#, no-wrap
-msgid "lh_build"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:25
-msgid ""
-"The command above will create the basic image, containing just the Debian "
-"standard system (with no X at all)."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:25
-msgid ""
-"If you want to have any of the <ulink url=\"http://wiki.debian.org/"
-"DesktopEnvironment\">Desktop_environments</ulink> on your livecd, "
-"<filename>ls /usr/share/live-helper/lists </filename> will show a number of "
-"available package Lists to choose from, e.g. <filename>lh_config -p gnome-"
-"desktop</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:25
-msgid "More examples are listed at DebianLive/Examples. FIXME LINK"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:25
-msgid ""
-"See <xref linkend=\"packages\"/> for help configuring a local Debian Mirror "
-"and other aspects of the live system."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><term>
-#: en/howtos.xml:30
-msgid "Test the image"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para><screen>
-#: en/howtos.xml:31
-#, no-wrap
-msgid "qemu -cdrom binary.iso"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:31
-msgid ""
-"If you have also <ulink url=\"http://wiki.debian.org/QEMU\"> kqemu </ulink> "
-"installed, you can add <filename> -kernel-kqemu</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/howtos.xml:36
-msgid "ISO_(multiarch)"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:37
-msgid ""
-"Multiple machine boot CDs can be created with the following manual "
-"procedure. This procedure has been successfully used to create a single CD "
-"which is bootable on alpha, i386, pmax, and sparc. It should be possible to "
-"also make the CD bootable on macppc, vax and on sun2, sun3 and sun3x."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:38
-msgid ""
-"To create a CD which is bootable by multiple architectures, use the "
-"following steps in this order. Please note that the order is critical."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:39
-msgid ""
-"Make sure you have all the required files including the various kernels and "
-"boot programs listed in the individual machine sections."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:40
-msgid ""
-"Include a directory somewhere in the cdsources directory called mdec.pmax "
-"and include the pmax bootxx_cd9660 file there. For example, <filename>/"
-"cdsources/usr/mdec.pmax/bootxx_cd9660.</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:41
-msgid ""
-"Include a directory somewhere in the cdsources directory called mdec.vax and "
-"include the vax xxboot file there. For example, <filename>/cdsources/usr/"
-"mdec.vax/xxboot.</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:42
-msgid "Include the macppc ofwboot.xcf bootloader in /cdsources."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para><screen>
-#: en/howtos.xml:43
-#, no-wrap
-msgid "sh mkisofs -v -v -o output.iso -b i386/installation/floppy/boot-big.fs \\ -c boot.catalog -l -J -r -L /cdsources 2 &amp;1 | tee /tmp/mkisofs.log exit"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:43
-msgid "Create an i386 bootable image. <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:45
-msgid ""
-"<note> The appearance of the -v flag twice is required. If you are making a "
-"bootable CD for an Open Firmware 3 macppc model, make sure to include -hfs -"
-"part in the parameters for mkisofs. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para><screen>
-#: en/howtos.xml:47
-#, no-wrap
-msgid "mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:47
-msgid ""
-"Run <filename>mksunbootcd </filename>on a NetBSD/sparc machine to install "
-"sparc and sun2/sun3 bootblocks. Alternatively, install the "
-"<filename>sysutils/mksunbootcd</filename> package on your favorite NetBSD "
-"machine. <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:48
-msgid ""
-"Run the installboot(8) program targeted for NetBSD/pmax to install the pmax "
-"bootblocks. Note that in order to coexist with other NetBSD boot blocks, the "
-"pmax boot block is appended to the end of the ISO file system."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><screen>
-#: en/howtos.xml:49
-#, no-wrap
-msgid "installboot -m pmax -v -o append,sunsum output.iso /tmp/mdec.pmax/bootxx_cd9660"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:50
-msgid ""
-"The -o append,sunsum option appends the first stage boot block to the end of "
-"the ISO file system, and restores the checksum used when booting on a sun."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:51
-msgid ""
-"Run the installboot(8) program targeted for NetBSD/vax to install the vax "
-"bootblocks. Note that in order to coexist with other NetBSD boot blocks, the "
-"vax boot block is appended to the end of the ISO file system."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:52
-msgid "installboot -m vax -v -o append,sunsum output.iso /tmp/mdec.vax/xxboot"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:53
-msgid "(See the pmax entry above for an explanation of the flags)."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:54
-msgid ""
-"Run the installboot(8) program targeted for NetBSD/alpha to install the "
-"alpha bootblocks."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><screen>
-#: en/howtos.xml:55
-#, no-wrap
-msgid "installboot -m alpha -v -o append,sunsum output.iso /tmp/mdec.alpha/bootxx_cd9660"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:57
-msgid ""
-"<note> The alpha installboot must occur after the others, because currently "
-"it's the only machine dependent back-end for installboot(8) that can "
-"calculate the alpha checksum. (See the pmax entry above for an explanation "
-"of the flags). </note>"
-msgstr ""
diff --git a/manual/po/de/index.xml.po b/manual/po/de/index.xml.po
deleted file mode 100644
index 087723d..0000000
--- a/manual/po/de/index.xml.po
+++ /dev/null
@@ -1,94 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-07-09 15:56+0300\n"
-"PO-Revision-Date: 2010-06-18 17:51+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of the pubdate entity
-#: en/index.xml:3
-msgid "2010-07-09"
-msgstr ""
-
-#. type: Content of the releaseinfo entity
-#: en/index.xml:4
-msgid "2.0~a3"
-msgstr ""
-
-#. type: Content of the year entity
-#: en/index.xml:5
-msgid "2010"
-msgstr ""
-
-#. type: Attribute 'lang' of: <book>
-#: en/index.xml:7
-msgid "en"
-msgstr ""
-
-#. type: Content of: <book><title>
-#: en/index.xml:8
-msgid "Debian Live Manual"
-msgstr "Debian Live Handbuch"
-
-#. type: Content of: <book><bookinfo>
-#: en/index.xml:10
-msgid ""
-"<author> <othername>Debian Live Project</othername> <email>debian-live at lists."
-"debian.org</email> </author>"
-msgstr ""
-
-#. type: Content of: <book><bookinfo><releaseinfo>
-#: en/index.xml:14
-msgid "&releaseinfo;"
-msgstr ""
-
-#. type: Content of: <book><bookinfo>
-#: en/index.xml:15
-msgid ""
-"<pubdate>&pubdate;</pubdate> <copyright> <year>2006-&year;</year> "
-"<holder>Debian Live Project</holder> </copyright>"
-msgstr ""
-
-#. type: Content of: <book><bookinfo><legalnotice><para>
-#: en/index.xml:21
-msgid ""
-"This program is free software: you can redistribute it and/or modify it "
-"under the terms of the GNU General Public License as published by the Free "
-"Software Foundation, either version 3 of the License, or (at your option) "
-"any later version."
-msgstr ""
-
-#. type: Content of: <book><bookinfo><legalnotice><para>
-#: en/index.xml:22
-msgid ""
-"This program is distributed in the hope that it will be useful, but WITHOUT "
-"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
-"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
-"more details."
-msgstr ""
-
-#. type: Content of: <book><bookinfo><legalnotice><para>
-#: en/index.xml:23
-msgid ""
-"You should have received a copy of the GNU General Public License along with "
-"this program. If not, see <ulink url=\"http://www.gnu.org/licenses/\">http://"
-"www.gnu.org/licenses/</ulink>."
-msgstr ""
-
-#. type: Content of: <book><bookinfo><legalnotice><para>
-#: en/index.xml:24
-msgid ""
-"On Debian systems, the complete text of the GNU General Public License can "
-"be found in <ulink url=\"file:///usr/share/common-licenses/GPL-3\">/usr/"
-"share/common-licenses/GPL-3</ulink> file."
-msgstr ""
diff --git a/manual/po/de/installation.xml.po b/manual/po/de/installation.xml.po
deleted file mode 100644
index 009fc5e..0000000
--- a/manual/po/de/installation.xml.po
+++ /dev/null
@@ -1,335 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 19:32+0300\n"
-"PO-Revision-Date: 2010-06-18 17:51+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><title>
-#: en/other/installation.xml:4
-msgid "Installation"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/installation.xml:6
-msgid "Requirements"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/other/installation.xml:7
-msgid "Building Debian Live images has very few system requirements:"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:10
-msgid "Super user (root) access"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:13
-msgid "An up-to-date version of <filename>live-helper</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:16
-msgid ""
-"A POSIX-compliant shell, such as <command>bash</command> or <command>dash</"
-"command>."
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:19
-msgid "<command>debootstrap</command> or <command>cdebootstrap</command>"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:22
-msgid "Linux 2.6.x"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/other/installation.xml:25
-msgid ""
-"Note that using Debian or a Debian-derived distribution is not required - "
-"<filename>live-helper</filename> will run on almost any operating system "
-"with the above requirements."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/installation.xml:28
-msgid "Installing <filename>live-helper</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/other/installation.xml:29
-msgid ""
-"You can install <filename>live-helper</filename> in a number of different "
-"ways:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/installation.xml:32 en/other/installation.xml:46
-msgid "From the Debian repository"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/installation.xml:35 en/other/installation.xml:53
-msgid "From source"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:38
-msgid "From snapshots"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:41
-msgid "From backports.org"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/other/installation.xml:44
-msgid ""
-"If you are using <emphasis>lenny</emphasis> or <emphasis>sid</emphasis> the "
-"recommended way is to install <filename>live-helper</filename> via the "
-"Debian repository."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:47
-msgid "Simply install <filename>live-helper</filename> like any other package:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:48
-#, no-wrap
-msgid "# apt-get install live-helper"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:49
-msgid "or"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:50
-#, no-wrap
-msgid "# aptitude install live-helper"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:54
-msgid ""
-"<filename>live-helper</filename> is developed using the Git version control "
-"system. On Debian systems, this is provided by the <command>git-core</"
-"command> package. To check out the latest code, execute:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:55
-#, no-wrap
-msgid "$ git clone git://live.debian.net/git/live-helper.git"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:56
-msgid "You can build and install your own Debian package by executing:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:57
-#, no-wrap
-msgid " $ cd live-helper $ dpkg-buildpackage -rfakeroot -b -uc -us $ cd .. # dpkg -i live-helper*.deb "
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:58
-msgid ""
-"You can also use a local version of <filename>live-helper</filename> without "
-"installation:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:59
-#, no-wrap
-msgid "# live-helper/helpers/lh_local"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:60
-msgid ""
-"Subsequent calls to <filename>lh_</filename>-prefixed helpers in that shell "
-"environment will then use the version located in the directory you executed "
-"<filename>lh_local</filename> from."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:61
-msgid ""
-"You can also install <filename>live-helper</filename> directly to your "
-"system by executing:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:62
-#, no-wrap
-msgid "# make install"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/installation.xml:65
-msgid "From 'snapshots'"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:66
-msgid ""
-"If you do not wish to build or install <filename>live-helper</filename> from "
-"source, you can use snapshots. These are built automatically from the latest "
-"version in Git and are available on <ulink url=\"http://live.debian.net/"
-"debian/\">http://live.debian.net/debian</ulink>."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/installation.xml:70
-msgid "<filename>live-initramfs</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:73
-msgid ""
-"<emphasis>N.B. You do not need to install <filename>live-initramfs</"
-"filename> on your system to create customised Debian Live systems. However, "
-"doing so will do no harm.</emphasis>"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><title>
-#: en/other/installation.xml:76
-msgid "Using a customised <filename>live-initramfs</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><para>
-#: en/other/installation.xml:77
-msgid ""
-"To modify the code you can follow the process below. Please ensure you are "
-"familiar with the terms mentioned in <xref linkend=\"terms\"/>."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:80
-msgid "Checkout the <filename>live-initramfs</filename> source"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
-#: en/other/installation.xml:81
-#, no-wrap
-msgid "$ git clone git://live.debian.net/git/live-initramfs.git"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:84
-msgid "Make changes to your local copy"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:85
-msgid ""
-"And beware that if you want to add your pre-init script in live-bottom, you "
-"should name it without dashes '-', e.g: call it \"81new_feature\" and not "
-"\"81new-feature\"."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:88
-msgid "Build a <filename>live-initramfs</filename> <command>.deb</command>"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:89
-msgid ""
-"You must build either on your target distribution or in a chroot containing "
-"your target platform: this means if your target is lenny then you should "
-"build against lenny. You can use a personal builder such as "
-"<command>pbuilder</command> to automate building packages in chroot. To "
-"build directly on the target platform, use <command>dpkg-buildpackage</"
-"command> (provided by the <command>dpkg-dev</command> package):"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
-#: en/other/installation.xml:90
-#, no-wrap
-msgid " $ cd live-initramfs $ dpkg-buildpackage -rfakeroot -b -uc -us "
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:93
-msgid ""
-"Use the generated <filename>live-initramfs</filename> <command>.deb</command>"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:94
-msgid ""
-"As <filename>live-initramfs</filename> is installed by the build system, "
-"installing the package in the host system is not sufficient: you should "
-"treat the generated <command>.deb</command> like another custom package. "
-"Please see <xref linkend=\"custom-packages\"/> for more information. You "
-"should pay particular attention to <xref linkend=\"custom-packages-apt\"/>."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><title>
-#: en/other/installation.xml:99
-msgid "Using <filename>live-initramfs</filename> snapshots"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><para>
-#: en/other/installation.xml:100
-msgid ""
-"You can let <filename>live-helper</filename> automatically use the latest "
-"snapshot of <filename>live-initramfs</filename> by configuring a third-party "
-"repository in your live-system configuration. Assuming you have already "
-"created a configuration tree with <command>lh config</command>:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:103
-msgid "Create a sources.list entry for the chroot stage:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
-#: en/other/installation.xml:104
-#, no-wrap
-msgid "echo \"deb http://live.debian.net/ sid-snapshots main contrib non-free\" &gt; config/chroot_sources/debian-live_sid-snapshots.chroot"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:107
-msgid "Create a sources.list entry for the binary stage:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
-#: en/other/installation.xml:108
-#, no-wrap
-msgid "cp config/chroot_sources/debian-live_sid-snapshots.chroot config/chroot_sources/debian-live_sid-snapshots.binary"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:111
-msgid "Fetch the archive signing key:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
-#: en/other/installation.xml:112
-#, no-wrap
-msgid " wget http://live.debian.net/debian/project/openpgp/archive-key.asc -O config/chroot_sources/debian-live_sid-snapshots.chroot.gpg cp config/chroot_sources/debian-live_sid-snapshots.chroot.gpg config/chroot_sources/debian-live_sid-snapshots.binary.gpg "
-msgstr ""
diff --git a/manual/po/de/live-environment.xml.po b/manual/po/de/live-environment.xml.po
deleted file mode 100644
index 229fd2a..0000000
--- a/manual/po/de/live-environment.xml.po
+++ /dev/null
@@ -1,401 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\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"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><para>
-#: 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/other/live-environment.xml:4
-msgid "The Live environment"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/live-environment.xml:6
-msgid "Swap space"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/live-environment.xml:10
-msgid "Hostname"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: en/other/live-environment.xml:11
-#, no-wrap
-msgid "lh_config --bootappend-live \"hostname=myhost\""
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"<filename>lh_config</filename>, e.g.: <placeholder type=\"screen\" id=\"0\"/"
-"> This parameter can also be used in kernel command line."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/live-environment.xml:14
-msgid "The Live user"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/other/live-environment.xml:15
-msgid "Username FIXME."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"<filename>live-helper</filename> when building the image."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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. "
-"For example, to add the live user to the <command>fuse</command> group, add "
-"the following to a file in the <filename class=\"directory\">config/"
-"chroot_local-preseed</filename> directory:"
-msgstr ""
-
-#. type: Content of: <chapter><section><screen>
-#: 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/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/other/live-environment.xml:22
-msgid "Language"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/other/live-environment.xml:23
-msgid "the locale generation"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><itemizedlist><listitem><simpara>
-#: 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/other/live-environment.xml:23
-msgid "setting the keyboard layout for X"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: 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/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 "
-"<filename>lh_config</filename>, e.g.: <placeholder type=\"screen\" id=\"0\"/"
-"> This parameter can also be used in kernel command line. You can specify a "
-"locale by a two-letters code, or for better control, by a full "
-"<userinput><parameter>language</parameter>_<parameter>country</parameter>."
-"<parameter>encoding</parameter></userinput> word."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: 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/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/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 "
-"options for X keyboard layouts can be found in <filename>/etc/X11/xkb/base."
-"xml</filename> (rather limited to two-letters country codes). To find the "
-"value (the two characters) corresponding to a language try searching for the "
-"english name of the nation where the language is spoken, e.g: <placeholder "
-"type=\"screen\" id=\"0\"/> To get the locale files for swedish generated and "
-"a swedish keyboard layout in X use: <placeholder type=\"screen\" id=\"1\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: 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/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/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 "
-"the console keyboard use a swedish layout use <placeholder type=\"screen\" "
-"id=\"1\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: 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/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 "
-"then setup your keyboard layout more precisely with <literal>klayout</"
-"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 "
-"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 "
-"to the <literal>klayout</literal>'s value."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/live-environment.xml:30
-msgid "Persistence"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"host hardware which runs it."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"should be considered read-only and all the runtime evolutions of the system "
-"are lost at shutdown."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"understand how it could work it could be handy to know that even if the "
-"system is booted and run from read-only media, modification to the files and "
-"directories are written on writable media, typically a ram disk (tmpfs) and "
-"ram disks' data do not survive reboots."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"multisession (re)writable CD/DVD. All these media are supported in Debian "
-"Live in different ways, and all but the last one require a special boot "
-"parameter to be specified at boot time: <command>persistent</command>."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/live-environment.xml:36
-msgid "Full persistence"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"writable partition is used. In order to use this feature a partition with a "
-"clean writable supported filesystem on it labeled \"live-rw\" must be "
-"attached on the system at bootime and the system must be started with the "
-"boot parameter 'persistent'. This partition could be an ext2 partition on "
-"the hard disk or on a usb key created with, e.g.:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: 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/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/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/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 "
-"could be also used with just image files, so you could create a file "
-"representing a partition and put this image file even on a NTFS partition of "
-"a foreign OS, with something like:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: 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/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/other/live-environment.xml:46
-msgid "Home automounting"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"directly mounted as <command>/home</command>, thus permitting persistence of "
-"files that belong to e.g. the default user. It can be combined with full "
-"persistence."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/live-environment.xml:50
-msgid "Snapshots"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"(tmpfs) at boot and which are resynced at reboot/shutdown of the system. The "
-"content of a snapshot could reside on a partition or an image file (like the "
-"above mentioned types) labeled <command>live-sn</command>, but it defaults "
-"to a simple cpio archive named <command>live-sn.cpio.gz</command>. As above, "
-"at boot time, the block devices connected to the system are traversed to see "
-"if a partition or a file named like that could be found. A power "
-"interruption during runtime could lead to data loss, hence a tool invoked "
-"<command>live-snapshot --refresh</command> could be called to sync important "
-"changes. This type of persistence, since it does not write continuously to "
-"the persistent media, is the most flash-based device friendly and the "
-"fastest of all the persistence systems."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 /"
-"home."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/live-environment.xml:56
-msgid "Persistent SubText"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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> "
-"and <command>live-rw-work</command>, the boot parameter <command>persistent-"
-"subtext</command> used in conjuntion with the boot parameter "
-"<command>persistent</command> will allow for multiple but unique persistent "
-"media. An example would be if a user wanted to use a persistent partition "
-"labeled <command>live-sn-subText</command> they would use the boot "
-"parameters of: <command>persistent</command> <command>persistent-"
-"subtext=subText</command>."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/live-environment.xml:60
-msgid "Partial remastering"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"or adding a session to multisession cd/dvd(rw); live-initramfs mounts all /"
-"live filesystem in order or with the module bootparameter."
-msgstr ""
diff --git a/manual/po/de/live-manual.ssm.po b/manual/po/de/live-manual.ssm.po
new file mode 100644
index 0000000..b5d1da6
--- /dev/null
+++ b/manual/po/de/live-manual.ssm.po
@@ -0,0 +1,77 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/live-manual.ssm:54
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE book PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\" [\n"
+"<!ENTITY pubdate \"2010-07-09\">\n"
+"<!ENTITY releaseinfo \"2.0~a3\">\n"
+"<!ENTITY year \"2010\">\n"
+"]>\n"
+"<book lang=\"en\">\n"
+"  <title>Debian Live Manual</title>\n"
+"  <bookinfo>\n"
+"    <author>\n"
+"      <othername>Debian Live Project</othername>\n"
+"      <email>debian-live at lists.debian.org</email>\n"
+"    </author>\n"
+"    <releaseinfo>&releaseinfo;</releaseinfo>\n"
+"    <pubdate>&pubdate;</pubdate>\n"
+"    <copyright>\n"
+"      <year>2006-&year;</year>\n"
+"      <holder>Debian Live Project</holder>\n"
+"    </copyright>\n"
+"    <legalnotice>\n"
+"      <para>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</para>\n"
+"      <para> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. </para>\n"
+"      <para> You should have received a copy of the GNU General Public License along with this program. If not, see <ulink url=\"http://www.gnu.org/licenses/\">http://www.gnu.org/licenses/</ulink>. </para>\n"
+"      <para> On Debian systems, the complete text of the GNU General Public License can be found in <ulink url=\"file:///usr/share/common-licenses/GPL-3\">/usr/share/common-licenses/GPL-3</ulink> file.</para>\n"
+"    </legalnotice>\n"
+"  </bookinfo>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"about.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"user.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"devel.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"project.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other.xml\"/>\n"
+"</book>\n"
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<part>\n"
+"  <title>Other</title>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/installation.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/basics.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/overview.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/customization.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/common-tasks.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/live-environment.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/faq.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/reporting-bugs.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/howtos.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/coding-style.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/procedures.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/resources.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/use-cases.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/success-stories.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/troubleshooting.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/appendices_configuration-layout.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/appendices_configuration-files.xml\"/>\n"
+"</part>\n"
+msgstr ""
diff --git a/manual/po/de/manual.xml.po b/manual/po/de/manual.xml.po
deleted file mode 100644
index ec2ae6e..0000000
--- a/manual/po/de/manual.xml.po
+++ /dev/null
@@ -1,543 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\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"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <sect1><title>
-#: en/about/manual.xml:4
-msgid "About this manual"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/about/manual.xml:5
-msgid ""
-"The main goal of this manual is to serve as a single access point to all "
-"documentation related to the Debian Live project. It does not include end-"
-"user documentation for using a Debian Live system as far as things are live "
-"specific."
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/about/manual.xml:6
-msgid ""
-"Some of the commands mentioned in the text must be executed with superuser "
-"privileges which can be obtained by becoming the root user via <filename>su</"
-"filename> or by using <filename>sudo</filename>. To distinguish between "
-"commands which may be executed by an unprivileged user and those requiring "
-"superuser privileges, commands are prepended by <command>$</command> or "
-"<command>#</command> respectively. This symbol is not a part of the command."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/manual.xml:8
-msgid "Terms"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:11
-msgid "Live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:13
-msgid ""
-"An operating system that can boot without installation to a hard drive. Live "
-"systems do not alter local operating system(s) or file(s) already installed "
-"on the computer hard drive unless instructed to do so. Live systems are "
-"typically booted from media such as CDs/DVDs or USB sticks, some may also "
-"boot over the network."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:17
-msgid "Debian Live"
-msgstr "Debian Live"
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:19
-msgid ""
-"The Debian sub-project which maintains the <filename>live-helper</filename>, "
-"<filename>live-boot</filename> and <filename>live-config</filename> packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:23
-msgid "Debian Live system"
-msgstr "Debian Live Projekt"
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:25
-msgid ""
-"A live system that uses software from the Debian operating system that may "
-"be booted from CDs, DVDs, USB sticks, over the network (via netboot images), "
-"and over the internet (via boot parameter fetch=URL)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:29
-msgid "Build system/host system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:31
-msgid "The environment used to create the live system."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/about/manual.xml:36 en/other/overview.xml:8
-msgid "<filename>live-helper</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:39
-msgid ""
-"A collection of scripts used to build customised Debian Live systems. "
-"<filename>live-helper</filename> was formerly know as <filename>live-"
-"package</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:44
-msgid "<filename>live-boot</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:47
-msgid ""
-"A collection of scripts used to boot live systems. <filename>live-boot</"
-"filename> was formerly a part of <filename>live-initramfs</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:52
-msgid "<filename>live-config</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:55
-msgid ""
-"A collection of scripts used to configure a live systems during the boot "
-"process. <filename>live-config</filename> was formerly a part of "
-"<filename>live-initramfs</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:59
-msgid "Debian Installer/(d-i)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:61
-msgid "The official installation system for the Debian distribution."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/manual.xml:65 en/other/customization_bootup.xml:46
-msgid "Cheat codes"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: 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: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:71
-msgid "chroot"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:73
-msgid ""
-"The chroot program, chroot(8), enables us to run different instances of the "
-"GNU/Linux environment on a single system simultaneously without rebooting."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:77
-msgid "binary image"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:79
-msgid ""
-"On a live system, binary image refers to the binary filesystem and the "
-"respective extension, such as binary.iso or binary.img."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:83
-msgid "Target distribution"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:85
-msgid ""
-"The distribution upon which your live system will be based. This can differ "
-"from the distribution of your Build System."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:89
-msgid ""
-"<emphasis>lenny</emphasis>/<emphasis>squeeze</emphasis>/<emphasis>sid</"
-"emphasis> stable/testing/unstable"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:91
-msgid ""
-"The \"stable\" distribution contains the latest officially released "
-"distribution of Debian. The \"testing\" distribution is the staging area for "
-"the next stable release. A major advantage of using this distribution is "
-"that it has more recent versions of software relative to the \"stable\" "
-"release. The \"unstable\" distribution is where active development of Debian "
-"occurs. Generally, this distribution is run by developers and those who like "
-"to live on the edge."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:92
-msgid ""
-"At the time of writing, <emphasis>lenny</emphasis> is the current \"stable\" "
-"release and <emphasis>squeeze</emphasis> is the current \"testing\" release. "
-"<emphasis>sid</emphasis> will always be a synonym for the \"unstable\" "
-"release."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/manual.xml:98
-msgid "Authors"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about/manual.xml:99
-msgid "A list of authors (in alphabetical order):"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:102
-msgid "Ben Armstrong"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:105
-msgid "Brendan Sleight"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:108
-msgid "Chris Lamb"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:111
-msgid "Daniel Baumann"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:114
-msgid "Franklin Piat"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:117
-msgid "Jonas Stein"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:120
-msgid "Kai Hendry"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:123
-msgid "Marco Amadori"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:126
-msgid "Mathieu Geli"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:129
-msgid "Matthias Kirschner"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:132
-msgid "Richard Nelson"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:135
-msgid "Trent W. Buck"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/manual.xml:140
-msgid "Contributing to this document"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about/manual.xml:141
-msgid ""
-"This manual is intended as a community project and all proposals for "
-"improvements and contributions are extremely welcome. The preferred way to "
-"submit a contribution is to send it to the mailing list. Please see <xref "
-"linkend=\"contact\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about/manual.xml:142
-msgid ""
-"When submitting a contribution please clearly identify its copyright holder "
-"and include the licensing statement. Note that to be accepted the "
-"contribution must be licensed under the same license as the rest of the "
-"document, namely GPL version 3 or later."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about/manual.xml:143
-msgid ""
-"The sources for this manual are maintained using the Git version control "
-"system. You can checkout the latest copy by executing:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/about/manual.xml:145
-#, no-wrap
-msgid "$ git clone git://live.debian.net/git/live-manual.git"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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: <sect1><sect2><para>
-#: en/about/manual.xml:147
-msgid ""
-"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:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/about/manual.xml:149
-#, no-wrap
-msgid "# apt-get install dblatex docbook2odf docbook-xml docbook-xsl libxml2-utils make po4a w3m"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about/manual.xml:151
-msgid ""
-"You may build the live-manual from the top level directory of your git "
-"checkout by executing:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/about/manual.xml:153
-#, no-wrap
-msgid "$ make build"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about/manual.xml:156
-msgid "Applying patches"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/manual.xml:157
-msgid ""
-"Directly commiting to the repository is possible by anyone. However, we ask "
-"you to send bigger changes to the mailinglist to discuss them first. In "
-"order to push to the repository, the following steps are required."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:160
-msgid "Fetch the public commit key:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:162
-#, no-wrap
-msgid "$ mkdir -p ~/.ssh/identity.d"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:163
-#, no-wrap
-msgid "$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live -O ~/.ssh/identity.d/live-manual at debian-live"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:164
-#, no-wrap
-msgid "$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live.pub -O ~/.ssh/identity.d/live-manual at debian-live.pub"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:165
-#, no-wrap
-msgid "$ chmod 0600 ~/.ssh/identity.d/live-manual at debian-live*"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:162
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <placeholder type=\"screen\" id="
-"\"1\"/> <placeholder type=\"screen\" id=\"2\"/> <placeholder type=\"screen\" "
-"id=\"3\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:169
-msgid "Add the following section to your openssh-client config:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:171
-#, no-wrap
-msgid " $ cat &gt;&gt; ~/.ssh/config &lt;&lt; EOF"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:172
-#, no-wrap
-msgid "Host live.debian.net"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:173
-#, no-wrap
-msgid "Hostname live.debian.net"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:174
-#, no-wrap
-msgid "User gitosis"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:175
-#, no-wrap
-msgid "IdentityFile ~/.ssh/identity.d/live-manual at debian-live"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:176
-#, no-wrap
-msgid "EOF"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:171
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <placeholder type=\"screen\" id="
-"\"1\"/> <placeholder type=\"screen\" id=\"2\"/> <placeholder type=\"screen\" "
-"id=\"3\"/> <placeholder type=\"screen\" id=\"4\"/> <placeholder type=\"screen"
-"\" id=\"5\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:180
-msgid "Checkout a clone of the manual through ssh:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:182
-#, no-wrap
-msgid "$ git clone gitosis at live.debian.net:/live-manual.git"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:186
-msgid ""
-"After editing the files in manual/en/, please call the 'commit' target in "
-"the toplevel directory to sanitize the files and update the translation "
-"files:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:188
-#, no-wrap
-msgid "$ make commit"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:192
-msgid ""
-"After sanitizing commit the changes. Write commit messages, that consist of "
-"full useful sentences, starting with a capital letter and ending with a full "
-"stop. Usually starting with the form 'Fixing/Adding/Removing/Correcting/':"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:194
-#, no-wrap
-msgid "$ git commit -a"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:198
-msgid "Push the commit to the server:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:200
-#, no-wrap
-msgid "$ git push"
-msgstr ""
diff --git a/manual/po/de/other.xml.po b/manual/po/de/other.xml.po
deleted file mode 100644
index 9874e9a..0000000
--- a/manual/po/de/other.xml.po
+++ /dev/null
@@ -1,21 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 18:53+0300\n"
-"PO-Revision-Date: 2010-06-18 18:53+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <part><title>
-#: en/other.xml:4
-msgid "Other"
-msgstr ""
diff --git a/manual/po/de/other_basics.ssi.po b/manual/po/de/other_basics.ssi.po
new file mode 100644
index 0000000..b4388e7
--- /dev/null
+++ b/manual/po/de/other_basics.ssi.po
@@ -0,0 +1,249 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_basics.ssi:226
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"basics\">\n"
+"  <title>The basics</title>\n"
+"  <para> This chapter contains a brief overview of the build process as well as containing instructions on how to boot the various binary image types. </para>\n"
+"  <section>\n"
+"    <title>What is a live system?</title>\n"
+"    <para> 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 installation on the usual drive(s), with an auto-configuration done at runtime (see <xref linkend=\"terms\"/>). </para>\n"
+"    <para> 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 following parts: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Linux kernel</term>\n"
+"        <listitem>\n"
+"          <para> The Linux image, usually named <filename>vmlinuz*</filename>. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Initial RAM disk image (initrd)</term>\n"
+"        <listitem>\n"
+"          <para> RAM disk setup for the Linux boot, containing modules possibly needed to mount the filesystem's image and some scripts to do it. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>System image</term>\n"
+"        <listitem>\n"
+"          <para> 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 Debian Live system will use a RAM disk and 'union' mechanism to enable writing files within the running system. However, all modifications will be lost upon shutdown unless optional persistence partition(s) are used. (See <xref linkend=\"persistence\"/>.) </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Bootloader</term>\n"
+"        <listitem>\n"
+"          <para> 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 then loads the Linux kernel and its initrd to run with an associated filesystem image. Different solutions can be used depending on the target media and format of the filesystem containing the previous components: Isolinux to boot from a CD or DVD in ISO9660 format, syslinux for HDD or USB drive booting from a VFAT partition, GRUB for ext2/3 partition, pxelinux for PXE netboot, etc. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <para> 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 media-dependant format(ISO9660 image, disk image, etc.) </para>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>First steps: building an ISO image</title>\n"
+"    <para> The following sequence of helper commands, provided by <filename>live-helper</filename>, will create a basic ISO image containing just the Debian standard system without X.org. It is suitable for burning to CD or DVD media. </para>\n"
+"    <para> First, we run the <filename>lh config</filename> helper command which will create a <filename>\"config/\"</filename> hierarchy in the current directory for use by other helper commands: </para>\n"
+"    <para>\n"
+"      <screen>$ lh config</screen>\n"
+"    </para>\n"
+"    <para> 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 <xref linkend=\"lh-config\"/>). </para>\n"
+"    <para> Now that we have a <filename>\"config/\"</filename> hierarchy, we may build the image with the <filename>lh build</filename> helper command: </para>\n"
+"    <para>\n"
+"      <screen># lh build</screen>\n"
+"    </para>\n"
+"    <para> This process can take a while, depending on the speed of your network connection (see <xref linkend=\"lh-build\"/>). </para>\n"
+"    <section>\n"
+"      <title>Testing an ISO image with Qemu</title>\n"
+"      <para> Testing an ISO is simple: </para>\n"
+"      <para>\n"
+"        <screen># apt-get install qemu $ qemu -cdrom binary.iso</screen>\n"
+"      </para>\n"
+"    </section>\n"
+"    <section><title>Testing an ISO image with virtualbox-ose</title><para> In order to test the ISO with virtualbox-ose: </para><para><screen># apt-get install virtualbox-ose</screen></para> and either install <itemizedlist><listitem><para>the modules package for a stock kernel eg virtualbox-ose-modules-2.6.26-1-486 or</para></listitem><listitem><para>the modules package compiled for your kernel using module-assistant from the package virtualbox-ose-source </para></listitem></itemizedlist> <para> Run Virtualbox:</para> For example, in Gnome <para> {{{Applications -&gt; System Tools -&gt; VirtualBox OSE }}}</para> <para>Create a virtual machine from your Live ISO</para> <para>To create a virtual machine \"mylive\" from A CDROM ISO \"binary.iso\" in VirtualBox:</para> <para> {{{Machine -&gt; New }}}</para> <para>In the Wizard: FIXME </para> </section>\n"
+"    <section>\n"
+"      <title>Testing an ISO image with VMware Workstation</title>\n"
+"      <para>In order to test the ISO with VMware Workstation:</para>\n"
+"      <para> Run VMware Workstation:</para>\n"
+"      <para>Click on Edit virtual machine settings in the VM summary page. </para>\n"
+"      <para>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 in the bios.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Burning an ISO image to a physical medium</title>\n"
+"      <para> Burning an ISO image is easy: </para>\n"
+"      <para>\n"
+"        <screen># apt-get install wodim $ wodim binary.iso</screen>\n"
+"      </para>\n"
+"    </section>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>Building an USB/HDD image</title>\n"
+"    <para> 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 booting from USB sticks, USB hard drives, and various other portable storage devices. </para>\n"
+"    <para> 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> helper command (see <xref linkend=\"lh-clean\"/>): </para>\n"
+"    <para>\n"
+"      <screen>$ lh clean --binary</screen>\n"
+"    </para>\n"
+"    <para> Run the <filename>lh config</filename> helper command with the parameters to configure the <filename>\"config/\"</filename> hierarchy to create a USB/HDD image type: </para>\n"
+"    <para>\n"
+"      <screen>$ lh config -b usb-hdd</screen>\n"
+"    </para>\n"
+"    <para> Now build the image with the <filename>lh build</filename> helper command: </para>\n"
+"    <para>\n"
+"      <screen># lh build</screen>\n"
+"    </para>\n"
+"    <section id=\"image_copying\">\n"
+"      <title>Copying USB/HDD image to a USB stick</title>\n"
+"      <para> The generated binary image contains a <acronym>VFAT</acronym> partition and the <command>syslinux</command> bootloader, ready to be directly written on an USB stick. Plug in an USB stick with a size larger than that of <filename>binary.img</filename> and type: </para>\n"
+"      <para>\n"
+"        <screen>$ dd if=binary.img of=${USBSTICK}</screen>\n"
+"      </para>\n"
+"      <para> where <replaceable>${USBSTICK}</replaceable> is the device file of your key, like <filename>/dev/sdb</filename> (not a partition like <filename>/dev/sdb1</filename>!); you can find the right device name by looking in <command>dmesg</command>'s output after plugging in the stick, for example. </para>\n"
+"      <para>\n"
+"        <important>This will definitely overwrite any previous contents on your stick!</important>\n"
+"      </para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Testing a USB/HDD image with Qemu</title>\n"
+"      <para>\n"
+"        <screen># apt-get install qemu $ qemu -hda binary.img</screen>\n"
+"      </para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Testing an USB/HDD image with VMware Workstation</title>\n"
+"      <para> In order to test the USB/HDD image with VMware Workstation: </para>\n"
+"      <para> Run VMware Workstation:</para>\n"
+"      <para>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 enter the device node of your usb stick.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Using the space left on a USB stick</title>\n"
+"      <para> 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 gparted or parted to create a new partition on the stick. The first partition will be used by the Debian Live system. </para>\n"
+"      <para>\n"
+"        <screen># gparted ${USBSTICK}</screen>\n"
+"      </para>\n"
+"      <para> 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 journaling causes too many writes to the stick). </para>\n"
+"      <para>\n"
+"        <screen># mkfs.ext2 ${USBSTICK}</screen>\n"
+"      </para>\n"
+"      <para> If you want to use this data partition with Windows, use FAT32. </para>\n"
+"      <para>\n"
+"        <screen># mkfs.vfat -F 32</screen>\n"
+"      </para>\n"
+"      <para>\n"
+"        <important>Remember: Every time you install a new binary.img on the stick, all your data will be lost because the image includes a complete partition table.</important>\n"
+"      </para>\n"
+"      <para> FIXME: Describe installing Debian Live to a partition (e.g. /dev/sdc1) AND using a bootloader to boot this. </para>\n"
+"    </section>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>Building a netboot image</title>\n"
+"    <para> The following sequence of helper commands will create a basic netboot image containing the Debian standard system without X.org. It is suitable for booting over the network. </para>\n"
+"    <para> Note if you performed any previous examples, you will need to clean up your working directory with the <filename>lh clean</filename> helper command: </para>\n"
+"    <para>\n"
+"      <screen>$ lh clean --binary</screen>\n"
+"    </para>\n"
+"    <para> Run the <filename>lh config</filename> helper command with the parameters to configure the <filename>\"config/\"</filename> hierarchy to create our netboot image: </para>\n"
+"    <para>\n"
+"      <screen>$ lh config -b net --net-root-path \"/srv/debian-live\" --net-root-server \"192.168.0.1\"</screen>\n"
+"    </para>\n"
+"    <para> 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 NFS. The <replaceable>net-root-path</replaceable> and <replaceable>net-root-server</replaceable> options specify the location and server, respectively, of the NFS server where the filesytem image will be located at boot-time. </para>\n"
+"    <para> Now build the image with the <filename>lh build</filename> helper command: </para>\n"
+"    <para>\n"
+"      <screen># lh build</screen>\n"
+"    </para>\n"
+"    <para> 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 sends a <abbrev>DHCP</abbrev> request to get an <abbrev>IP</abbrev> address and information about what to do next. Typically the next step is getting a higher level boot loader via the <abbrev>TFTP</abbrev> protocol. That could be <application>Grub</application>, <application>PXELINUX</application>, or even boot directly to an operating system like <application>Linux</application>. </para>\n"
+"    <para> 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>tftpboot/debian-live/i386</filename>. </para>\n"
+"    <para> We must now configure three services on the server to enable netboot: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>DHCP server</term>\n"
+"        <listitem>\n"
+"          <para> 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 location of the PXE bootloader. </para>\n"
+"          <para> Here is an example for inspiration, written for the ISC DHCP server (package <literal>dhcp3-server</literal>) in the <filename>/etc/dhcp3/dhcpd.conf</filename> configuration file: </para>\n"
+"          <para>\n"
+"            <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>\n"
+"          </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>TFTPd server</term>\n"
+"        <listitem>\n"
+"          <para> This serves the kernel and initial ramdisk to the system at run-time. </para>\n"
+"          <para> You should install the <command>tftpd-hpa</command> package. It can serve all files contained inside a root directory, usually <filename>/var/lib/tftpboot/</filename>, as defined with its <option>-s</option> option. To let it serve files inside <filename>/srv/debian-live/tftpboot</filename>, modify its start definition in <filename>/etc/inetd.conf</filename> with: </para>\n"
+"          <para>\n"
+"            <screen>tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /srv/debian-live/tftpboot -r blksize -v -v</screen>\n"
+"          </para>\n"
+"          <para> and reload the super server with <command>/etc/init.d/openbsd-inetd reload</command>. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>NFS server</term>\n"
+"        <listitem>\n"
+"          <para> 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 server. </para>\n"
+"          <para> You should install the <command>nfs-kernel-server</command> package -- <command>nfs-user-server</command> does not function correctly with netboot. </para>\n"
+"          <para> Then, make the filesystem image available through NFS by adding a line like the following to <filename>/etc/exports</filename>: </para>\n"
+"          <para>\n"
+"            <screen>/srv/debian-live *(ro,async,subtree_check,no_root_squash)</screen>\n"
+"          </para>\n"
+"          <para> and tell the NFS server about this new export with the following command: </para>\n"
+"          <para>\n"
+"            <screen># exportfs -rv</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <para> 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 <ulink url=\"http://d-i.alioth.debian.org/manual/en.i386/ch04s05.html\">TFTP Net Booting</ulink> section might help as that process is very similar. </para>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title> Netboot testing HowTo </title>\n"
+"    <para> Netboot image creation is made easy with live-helper magic, but testing the images on physical machines can be really time consuming. </para>\n"
+"    <para> To make our life easier, we can use virtualization. There are two solutions: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>VMWare Player</term>\n"
+"        <listitem>\n"
+"          <para> Install VMWare Player (\"free as in beer\" edition) </para>\n"
+"          <para> Create a PXETester directory, and create a text file called pxe.vwx inside </para>\n"
+"          <para> Paste this text inside: </para>\n"
+"          <para>\n"
+"            <screen>#!/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\"</screen>\n"
+"          </para>\n"
+"          <para> You can play with this configuration file (i.e. change memory limit to 256) </para>\n"
+"          <para> Double click on this file (or run VMWare player and selecet this file). </para>\n"
+"          <para> When running just press space if that strange question comes up... </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Qemu</term>\n"
+"        <listitem>\n"
+"          <para> Install qemu, bridge-utils, sudo. </para>\n"
+"          <para> Edit <filename>/etc/qemu-ifup</filename>: </para>\n"
+"          <para>\n"
+"            <screen>#!/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</screen>\n"
+"          </para>\n"
+"          <para> Get, or build a grub-floppy-netboot (in the svn). </para>\n"
+"          <para> Launch qemu with \"-net nic,vlan=0 -net tap,vlan=0,ifname=tun0\" </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_coding-style.ssi.po b/manual/po/de/other_coding-style.ssi.po
new file mode 100644
index 0000000..0085391
--- /dev/null
+++ b/manual/po/de/other_coding-style.ssi.po
@@ -0,0 +1,71 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_coding-style.ssi:48
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"coding-style\">\n"
+"  <title>Coding Style</title>\n"
+"  <para>This chapter documents the coding style used in <filename>live-helper</filename> and (ideally) in <filename>live-initramfs</filename>.</para>\n"
+"  <sect1 id=\"compatibilty\">\n"
+"    <title>Compatibility</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Don't use syntax or semantics that are unique to the Bash shell. For example, the use of array constructs.</listitem>\n"
+"      <listitem>Only use the POSIX subset - for example, use $(foo) over `foo`.</listitem>\n"
+"      <listitem>You can check your scripts with 'sh -n' and 'checkbashisms'</listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"indenting\">\n"
+"    <title>Indenting</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Always use tabs over spaces.</listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"wrapping\">\n"
+"    <title>Wrapping</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Generally, lines are 80 chars at maximum.</listitem>\n"
+"      <listitem>Use the \"Linux style\" of line breaks: <para>Bad: <screen> if foo; then bar fi </screen> </para> <para>Good: <screen> if foo then bar fi </screen> </para></listitem>\n"
+"      <listitem>The same holds for functions: <para>Bad: <screen> foo () { bar } </screen> </para> <para>Good: <screen> foo () { bar } </screen> </para></listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"variables\">\n"
+"    <title>Variables</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Variables are always in capital letters.</listitem>\n"
+"      <listitem>Variables that used in config always start with LH_ prefix.</listitem>\n"
+"      <listitem>Internal temporary variables should start with the _LH_ prefix.</listitem>\n"
+"      <listitem>Local variables start with __LH_ prefix.</listitem>\n"
+"      <listitem>Use braces around variables; eg. write ${FOO} instead of $FOO.</listitem>\n"
+"      <listitem>Always protect variables with respect to potential whitespaces, write \"${FOO}\" not ${FOO}.</listitem>\n"
+"      <listitem>For consistency reasons, always use quotes when assigning values to variables: <para>Bad: <screen> FOO=bar </screen> </para> <para>Good: <screen> FOO=\"bar\" </screen> </para></listitem>\n"
+"      <listitem>If multiple variables are used, quote the full expression: <para>Bad: <screen> if [ -f \"${FOO}\"/foo/\"${BAR}\"/bar ] then foobar fi </screen> </para> <para>Good: <screen> if [ -f \"${FOO}/foo/${BAR}/bar\" ] then foobar fi </screen> </para></listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"misc\">\n"
+"    <title>Miscellaneous</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Use \"|\" (without the surround quotes) as a seperator in calls to sed, e.g. \"sed -e 's|foo|bar|'\" (without \"\").</listitem>\n"
+"      <listitem>Don't use the test command for comparisons or tests, use \"[\" \"]\" (without \"\"), e.g. \"if [ -x /bin/foo ]; ...\" and not \"if test -x /bin/foo; ...\".</listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_common-tasks.ssi.po b/manual/po/de/other_common-tasks.ssi.po
new file mode 100644
index 0000000..2443241
--- /dev/null
+++ b/manual/po/de/other_common-tasks.ssi.po
@@ -0,0 +1,68 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_common-tasks.ssi:45
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"common-tasks\">\n"
+"  <title>Common tasks</title>\n"
+"  <section id=\"debian-installer\">\n"
+"    <title>The Debian Installer</title>\n"
+"    <para> Although Debian Live is mostly concerned with avoiding permanent installation, integrating some form of installer to your image is possible. There are number of different \"types\" of installation, varying in what and how to install the image. </para>\n"
+"    <note>\n"
+"      <title> The \"Debian Installer\" </title>\n"
+"      <para> Please note the careful use of capital letters when referring to the \"Debian Installer\" in this section - when used like this we refer explicitly to the official installer for the Debian system, not anything else. It is often seen abbreviated to \"d-i\". </para>\n"
+"    </note>\n"
+"    <para> The three main types of installer are: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term> \"Normal\" Debian Installer </term>\n"
+"        <listitem>\n"
+"          <para> This is a normal Debian Live image with a seperate kernel and initrd which (when selected from the appropriate bootloader) launches into a standard Debian Installer instance, just as if you had downloaded a CD image of Debian and booted it. </para>\n"
+"          <para> This means that Debian is installed by fetching and installing <command>.deb</command> packages using <filename>debootstrap</filename> or <filename>cdebootstrap</filename>, from the local media or some network-base network, resulting in a standard Debian system being installed to the hard disk. </para>\n"
+"          <para> This whole process can be preseeded and customised in a number of ways; see the relevant \"DebianInstaller\" wiki page and installation guide for more. This is operational now withing <filename>live-helper</filename>. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term> \"Live\" Debian Installer </term>\n"
+"        <listitem>\n"
+"          <para> This is a Debian Live image with a seperate kernel and initrd which (when selected from the appropriate bootloader) launches into an instance of the Debian Installer. </para>\n"
+"          <para> Installation will proceed in an identical fashion to the \"Normal\" installation described above, but at the actual package installation stage, instead of using <filename>debootstrap</filename> to fetch and install packages, the \"live\" filesystem image is copied to the target. After this stage, the Debian Installer continues as normal, installing and configuring items such as bootloaders and local users, etc. </para>\n"
+"          <para> This is working now. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term> \"Ubuntu\"-style installer </term>\n"
+"        <listitem>\n"
+"          <para> This is where you boot into a graphical Debian Live system and run a wizard-based program which installs and configures the live system, all the time remaining inside the live graphical environment. </para>\n"
+"          <para> This is currently NOT possible with Debian Live. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <para> By default, no installer will be included in the Debian Live image. You can enable it by using <filename>lh_config</filename> : <screen> $ lh_config --help ... [--debian-installer enabled|cdrom|netinst|netboot|businesscard|live|disabled] [--debian-installer-distribution CODENAME|daily] [--debian-installer-preseedfile FILE|URL] ... </screen> </para>\n"
+"    <para> The values \"Normal\", \"Live\" and \"Ubuntu\" are not valid values for <term>LH_BINARY_DEBIAN_INSTALLER</term>. Refer to the output of <filename>lh_config</filename> cited above to choose the appropriate values. </para>\n"
+"  </section>\n"
+"  <section id=\"wifi-connection\">\n"
+"    <title>WiFi Connection</title>\n"
+"    <para> Depending on the Debian Live image you are using and the given tools configured with your Debian Live image you may need to only attach to an available access point. If you encounter difficulty a good place to start is at the Debian Wiki entry for <ulink url=\"http://wiki.debian.org/WiFi\">WiFi</ulink>. </para>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_configuration-files.ssi.po b/manual/po/de/other_configuration-files.ssi.po
new file mode 100644
index 0000000..ee4d86f
--- /dev/null
+++ b/manual/po/de/other_configuration-files.ssi.po
@@ -0,0 +1,623 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_configuration-files.ssi:600
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE appendix PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<appendix id=\"configuration-files\">\n"
+"  <title>Configuration files</title>\n"
+"  <section id=\"config-binary\">\n"
+"    <title>The <filename>config/binary</filename> file</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>LH_BINARY_FILESYSTEM</term>\n"
+"        <listitem>\n"
+"          <para>Set image filesystem. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BINARY_IMAGES</term>\n"
+"        <listitem>\n"
+"          <para>Set image type. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BINARY_INDICES</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude generic indices. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTAPPEND_LIVE</term>\n"
+"        <listitem>\n"
+"          <para>Set boot parameters. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTAPPEND_INSTALL</term>\n"
+"        <listitem>\n"
+"          <para>Set boot parameters. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTLOADER</term>\n"
+"        <listitem>\n"
+"          <para>Set bootloader. (See <xref linkend=\"bootloaders\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CHECKSUMS</term>\n"
+"        <listitem>\n"
+"          <para>Set checksums. (See <xref linkend=\"cheat-codes\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CHROOT_BUILD</term>\n"
+"        <listitem>\n"
+"          <para>Control if we build binary images chrooted. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBIAN_INSTALLER</term>\n"
+"        <listitem>\n"
+"          <para>Set debian-installer. (See <xref linkend=\"debian-installer\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBIAN_INSTALLER_DAILY</term>\n"
+"        <listitem>\n"
+"          <para>Set daily images. (See <xref linkend=\"debian-installer\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ENCRYPTION</term>\n"
+"        <listitem>\n"
+"          <para>Set encrytion. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_GRUB_SPLASH</term>\n"
+"        <listitem>\n"
+"          <para>Set custom grub splash. (See <xref linkend=\"splash\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_HOSTNAME</term>\n"
+"        <listitem>\n"
+"          <para>Set hostname. (See <xref linkend=\"hostname\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ISO_APPLICATION</term>\n"
+"        <listitem>\n"
+"          <para>Set iso author. (See <xref linkend=\"iso-metadata\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ISO_PREPARER</term>\n"
+"        <listitem>\n"
+"          <para>Set iso preparer. (See <xref linkend=\"iso-metadata\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ISO_PUBLISHER</term>\n"
+"        <listitem>\n"
+"          <para>Set iso publisher. (See <xref linkend=\"iso-metadata\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ISO_VOLUME</term>\n"
+"        <listitem>\n"
+"          <para>Set iso volume (max 32 chars). (See <xref linkend=\"iso-metadata\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_JFFS2_ERASEBLOCK</term>\n"
+"        <listitem>\n"
+"          <para>Set jffs2 eraseblock size. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MEMTEST</term>\n"
+"        <listitem>\n"
+"          <para>Set memtest. (See <xref linkend=\"memtest\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_ROOT_FILESYSTEM</term>\n"
+"        <listitem>\n"
+"          <para>Set netboot filesystem. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_ROOT_MOUNTOPTIONS</term>\n"
+"        <listitem>\n"
+"          <para>Set nfsopts. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_ROOT_PATH</term>\n"
+"        <listitem>\n"
+"          <para>Set netboot server directory. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_ROOT_SERVER</term>\n"
+"        <listitem>\n"
+"          <para>Set netboot server address. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_COW_FILESYSTEM</term>\n"
+"        <listitem>\n"
+"          <para>Set net client cow filesystem. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_COW_MOUNTOPTIONS</term>\n"
+"        <listitem>\n"
+"          <para>Set cow mount options. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_COW_PATH</term>\n"
+"        <listitem>\n"
+"          <para>Set cow directory. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_COW_SERVER</term>\n"
+"        <listitem>\n"
+"          <para>Set cow server. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_TARBALL</term>\n"
+"        <listitem>\n"
+"          <para>Set net tarball. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_SPLASH</term>\n"
+"        <listitem>\n"
+"          <para>Set custom syslinux splash. (See <xref linkend=\"splash\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_TIMEOUT</term>\n"
+"        <listitem>\n"
+"          <para>Set custom syslinux timeout in seconds. (See <xref linkend=\"syslinux\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_CFG</term>\n"
+"        <listitem>\n"
+"          <para>Set custom syslinux configuration file. (See <xref linkend=\"syslinux\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_MENU</term>\n"
+"        <listitem>\n"
+"          <para>Set syslinux menu. (See <xref linkend=\"syslinux\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_MENU_LIVE_ENTRY</term>\n"
+"        <listitem>\n"
+"          <para>Set text to be used on the menu for live entries. (See <xref linkend=\"syslinux\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY</term>\n"
+"        <listitem>\n"
+"          <para>Set text to be used on the menu for live entries (failsafe ones). (See <xref linkend=\"syslinux\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_MENU_MEMTEST_ENTRY</term>\n"
+"        <listitem>\n"
+"          <para>Set text to be used on the menu for memtest entry. (See <xref linkend=\"syslinux\"/> and <xref linkend=\"memtest\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_USERNAME</term>\n"
+"        <listitem>\n"
+"          <para>Set username. (See <xref linkend=\"live-user\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"  <section id=\"config-bootstrap\">\n"
+"    <title>The <filename>config/bootstrap</filename> file</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>LH_ARCHITECTURE</term>\n"
+"        <listitem>\n"
+"          <para>Select chroot architecture. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP_CONFIG</term>\n"
+"        <listitem>\n"
+"          <para>Set distribution config directory. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP_INCLUDE</term>\n"
+"        <listitem>\n"
+"          <para>Include packages on base. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP_EXCLUDE</term>\n"
+"        <listitem>\n"
+"          <para>Exclude packages on base. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP_FLAVOUR</term>\n"
+"        <listitem>\n"
+"          <para>Select flavour to use. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP_KEYRING</term>\n"
+"        <listitem>\n"
+"          <para>Set distribution keyring. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DISTRIBUTION</term>\n"
+"        <listitem>\n"
+"          <para>Select distribution to use. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MIRROR_BOOTSTRAP</term>\n"
+"        <listitem>\n"
+"          <para>Set mirror to bootstrap from. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MIRROR_CHROOT</term>\n"
+"        <listitem>\n"
+"          <para>Set mirror to fetch packages from. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MIRROR_CHROOT_SECURITY</term>\n"
+"        <listitem>\n"
+"          <para>Set security mirror to fetch packages from. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MIRROR_BINARY</term>\n"
+"        <listitem>\n"
+"          <para>Set mirror which ends up in the image. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MIRROR_BINARY_SECURITY</term>\n"
+"        <listitem>\n"
+"          <para>Set security mirror which ends up in the image. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SECTIONS</term>\n"
+"        <listitem>\n"
+"          <para>select section(s) to use. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"  <section id=\"config-chroot\">\n"
+"    <title>The <filename>config/chroot</filename> file</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>LH_CHROOT_FILESYSTEM</term>\n"
+"        <listitem>\n"
+"          <para>Set chroot filesystem. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_UNION_FILESYSTEM</term>\n"
+"        <listitem>\n"
+"          <para>Set union filesystem. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_EXPOSED_ROOT</term>\n"
+"        <listitem>\n"
+"          <para>expose root as read only. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_HOOKS</term>\n"
+"        <listitem>\n"
+"          <para>Set hook commands. (See <xref linkend=\"hooks\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_INTERACTIVE</term>\n"
+"        <listitem>\n"
+"          <para>Set interactive build. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_KEYRING_PACKAGES</term>\n"
+"        <listitem>\n"
+"          <para>Set keyring packages. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_LANGUAGE</term>\n"
+"        <listitem>\n"
+"          <para>Set language to use. (See <xref linkend=\"language\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_LINUX_FLAVOURS</term>\n"
+"        <listitem>\n"
+"          <para>Set kernel flavour to use. (See <xref linkend=\"kernel\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_LINUX_PACKAGES</term>\n"
+"        <listitem>\n"
+"          <para>Set kernel packages to use. (See <xref linkend=\"kernel\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_PACKAGES</term>\n"
+"        <listitem>\n"
+"          <para>Set packages to install. (See <xref linkend=\"lh-packages\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_PACKAGES_LISTS</term>\n"
+"        <listitem>\n"
+"          <para>Set package list to install. (See <xref linkend=\"package-lists\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_TASKS</term>\n"
+"        <listitem>\n"
+"          <para>Set tasks to install. (See <xref linkend=\"tasks\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SECURITY</term>\n"
+"        <listitem>\n"
+"          <para>enable security updates. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYMLINKS</term>\n"
+"        <listitem>\n"
+"          <para>enable symlink convertion. (See <xref linkend=\"symlinks\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSVINIT</term>\n"
+"        <listitem>\n"
+"          <para>enable sysvinit. (See <xref linkend=\"startup-scripts\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"  <section id=\"config-common\">\n"
+"    <title>The <filename>config/common</filename> file</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT</term>\n"
+"        <listitem>\n"
+"          <para>Set package manager. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_FTP_PROXY</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude ftp proxy. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_HTTP_PROXY</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude http proxy. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_PDIFFS</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude pdiff indices. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_PIPELINE</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude pipeline depth. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_RECOMMENDS</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude recommends. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_SECURE</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude security. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP</term>\n"
+"        <listitem>\n"
+"          <para>Set bootstrap program. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CACHE</term>\n"
+"        <listitem>\n"
+"          <para>control cache. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CACHE_INDICES</term>\n"
+"        <listitem>\n"
+"          <para>control if downloaded package indices should be cached. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CACHE_PACKAGES</term>\n"
+"        <listitem>\n"
+"          <para>control if downloaded packages files should be cached. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CACHE_STAGES</term>\n"
+"        <listitem>\n"
+"          <para>control if completed stages should be cached. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBCONF_FRONTEND</term>\n"
+"        <listitem>\n"
+"          <para>Set debconf(1) frontend to use. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBCONF_NOWARNINGS</term>\n"
+"        <listitem>\n"
+"          <para>Set debconf(1) warnings. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBCONF_PRIORITY</term>\n"
+"        <listitem>\n"
+"          <para>Set debconf(1) priority to use. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_INITRAMFS</term>\n"
+"        <listitem>\n"
+"          <para>Set initramfs hook. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_FDISK</term>\n"
+"        <listitem>\n"
+"          <para>Set fdisk program. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_LOSETUP</term>\n"
+"        <listitem>\n"
+"          <para>Set losetup program. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MODE</term>\n"
+"        <listitem>\n"
+"          <para>Set distribution mode. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ROOT_COMMAND</term>\n"
+"        <listitem>\n"
+"          <para>use sudo or equivalent. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_USE_FAKEROOT</term>\n"
+"        <listitem>\n"
+"          <para>use fakeroot/fakechroot. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_TASKSEL</term>\n"
+"        <listitem>\n"
+"          <para>Set tasksel program. (See <xref linkend=\"tasks\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_INCLUDES</term>\n"
+"        <listitem>\n"
+"          <para>Set includes. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_TEMPLATES</term>\n"
+"        <listitem>\n"
+"          <para>Set templates. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BREAKPOINTS</term>\n"
+"        <listitem>\n"
+"          <para>enable breakpoints. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBUG</term>\n"
+"        <listitem>\n"
+"          <para>enable debug. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_FORCE</term>\n"
+"        <listitem>\n"
+"          <para>enable force. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_QUIET</term>\n"
+"        <listitem>\n"
+"          <para>enable quiet. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_VERBOSE</term>\n"
+"        <listitem>\n"
+"          <para>enable verbose. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"  <section id=\"config-source\">\n"
+"    <title>The <filename>config/source</filename> file</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>LH_SOURCE</term>\n"
+"        <listitem>\n"
+"          <para>Set source option. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SOURCE_IMAGES</term>\n"
+"        <listitem>\n"
+"          <para>Set image type. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"</appendix>\n"
+msgstr ""
diff --git a/manual/po/de/other_configuration-layout.ssi.po b/manual/po/de/other_configuration-layout.ssi.po
new file mode 100644
index 0000000..69a6baa
--- /dev/null
+++ b/manual/po/de/other_configuration-layout.ssi.po
@@ -0,0 +1,215 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_configuration-layout.ssi:192
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE appendix PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<appendix id=\"configuration-layout\">\n"
+"  <title>Configuration layout</title>\n"
+"  <variablelist>\n"
+"    <title>Layout of the <filename class=\"directory\">config/</filename> directory</title>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_debian-installer/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"debian-installer\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_grub/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"bootloaders\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_local-debs/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"debian-installer\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_local-hooks/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"binary-local-hooks\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_local-includes/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"binary-includes\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_local-packageslists/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"configuration-layout\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_local-udebs/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"debian-installer\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_rootfs/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"configuration-layout\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_syslinux/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"bootloaders\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_apt/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"custom-packages-apt\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_local-hooks/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"chroot-local-hooks\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_local-includes/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"chroot-local-includes\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_local-packages/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"local-packages\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_local-packageslists/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"package-lists\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_local-presed/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"debconf-preseed\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_sources/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"custom-apt-repo\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">includes/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"bootloaders\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">templates/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"bootloaders\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename>bootstrap</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"config-bootstrap\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename>binary</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"config-binary\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename>chroot</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"config-chroot\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename>common</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"config-common\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename>source</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"config-source\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"  </variablelist>\n"
+"</appendix>\n"
+msgstr ""
diff --git a/manual/po/de/other_customization.ssi.po b/manual/po/de/other_customization.ssi.po
new file mode 100644
index 0000000..2cbe909
--- /dev/null
+++ b/manual/po/de/other_customization.ssi.po
@@ -0,0 +1,34 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_customization.ssi:11
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"customization\">\n"
+"  <title>Customization</title>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_packages.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_contents.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_internationalization.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_bootup.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_binary.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_backports.xml\"/>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_customization_backports.ssi.po b/manual/po/de/other_customization_backports.ssi.po
new file mode 100644
index 0000000..6014043
--- /dev/null
+++ b/manual/po/de/other_customization_backports.ssi.po
@@ -0,0 +1,30 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_customization_backports.ssi:7
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"backports\">\n"
+"  <title>Using a newer kernel with Lenny</title>\n"
+"  <para>The backports repository, backports.org, lacks the necessary module packages (linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been set up, in order to build Lenny live images with a later kernel. Shown here is one way of doing it.</para>\n"
+"  <screen> $ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.binary.gpg # lh_build </screen>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/po/de/other_customization_binary.ssi.po b/manual/po/de/other_customization_binary.ssi.po
new file mode 100644
index 0000000..29c16f6
--- /dev/null
+++ b/manual/po/de/other_customization_binary.ssi.po
@@ -0,0 +1,59 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_customization_binary.ssi:36
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"binary\">\n"
+"  <title>Customising the binary image</title>\n"
+"  <para>This chapter discusses FIXME</para>\n"
+"  <sect2 id=\"iso-metadata\">\n"
+"    <title>ISO metadata</title>\n"
+"    <para> When creating an ISO9660 binary image, you can use the following options to add various textual metadata for your image. This can help you easily identify the version or configuration of an image without booting it. </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term><command>LH_ISO_APPLICATION</command> / <command>--iso-application <replaceable>NAME</replaceable></command></term>\n"
+"        <listitem>\n"
+"          <para> This should describe the application that will be on the image. The maximum length for this field is 128 characters. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term><command>LH_ISO_PREPARER</command> / <command>--iso-preparer <replaceable>NAME</replaceable></command></term>\n"
+"        <listitem>\n"
+"          <para> This should describe the preparer of the image, usually with some contact details. The default for this option is the <filename>live-helper</filename> version you are using, which may help with debugging later. The maximum length for this field is 128 characters. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term><command>LH_ISO_PUBLISHER</command> / <command>--iso-publisher <replaceable>NAME</replaceable></command></term>\n"
+"        <listitem>\n"
+"          <para> This should describe the publisher of the image, usually with some contact details. The maximum length for this field is 128 characters. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term><command>LH_ISO_VOLUME</command> / <command>--iso-volume <replaceable>NAME</replaceable></command></term>\n"
+"        <listitem>\n"
+"          <para> This should specify the volume ID of the image. This is used as a user-visible label on some platforms such as Windows and Apple Mac OS. The maximum length for this field is 32 characters. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/po/de/other_customization_bootup.ssi.po b/manual/po/de/other_customization_bootup.ssi.po
new file mode 100644
index 0000000..ae2c97a
--- /dev/null
+++ b/manual/po/de/other_customization_bootup.ssi.po
@@ -0,0 +1,73 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_customization_bootup.ssi:50
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"bootup\">\n"
+"  <title>Customising the bootup process</title>\n"
+"  <para>This chapter discusses customisation of bootup process of a live system, including kernel options, modifications to the bootloader, \"splash\" screens and startup scripts.</para>\n"
+"  <para>FIXME</para>\n"
+"  <sect2 id=\"kernel\">\n"
+"    <title>Kernel</title>\n"
+"  </sect2>\n"
+"  <sect2 id=\"bootloaders\">\n"
+"    <title>Bootloaders</title>\n"
+"    <para> FIXME </para>\n"
+"    <sect3>\n"
+"      <title>Choosing a bootloader</title>\n"
+"      <para> FIXME </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"syslinux\">\n"
+"      <title>Syslinux</title>\n"
+"      <para>In the default configuration, Syslinux will pause indefinitely at its splash screen. To adjust this, modify the <command>LH_SYSLINUX_TIMEOUT</command> value or pass <command>--syslinux-timeout <replaceable>TIMEOUT</replaceable></command> to <filename>lh_config</filename>. The value is specified in units of 1/10s and the maximum possible timeout is 35996. A timeout of 0 (zero) disables the timeout completely. For more information please see syslinux(1).</para>\n"
+"    </sect3>\n"
+"    <sect3>\n"
+"      <title>Bootloader templates</title>\n"
+"      <para> FIXME </para>\n"
+"    </sect3>\n"
+"    <sect3>\n"
+"      <title>Booting a Debian Live USB/HDD system from a USB stick with Grub</title>\n"
+"      <para> Suppose you've built your Debian Live USB/HDD image, but want to install it on an already used USB stick with ext2/3 partition and Grub bootloader: </para>\n"
+"      <para>First, copy live components in a directory on your key: the Linux kernel (<filename>vmlinuz*</filename>), its Initial RAM disk (<filename>initrd*</filename>) and the system (<filename>filesystem.squashfs</filename>): <screen> # mkdir /media/myUsb/boot/live/ # cp binary/vmlinuz1 binary/initrd1.img binary/live/filesystem.squashfs /media/myUsb/boot/live/ </screen> </para>\n"
+"      <para>Then, add a stanza in Grub's menu definition to boot up this system: <screen> echo &gt;&gt;/media/myUsb/boot/grub/menu.lst &lt;&lt;EOF title my Debian Live root (hd0,1) # my Ext2 partition is the second on this stick kernel /boot/live/vmlinuz1 boot=live vga=791 persistent union=aufs live-media-path=boot/live initrd /boot/live/initrd1.img EOF </screen> The important kernel command line option to add here is <variablename>live-media-path</variablename>, which tells to Live initrd's script in which subdirectory to look for the SquashFS image. </para>\n"
+"      <para>Next, umount your USB stick and reboot on it. That's all!</para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"splash\">\n"
+"    <title>Splash screens</title>\n"
+"    <para> FIXME </para>\n"
+"  </sect2>\n"
+"  <sect2 id=\"memtest\">\n"
+"    <title>Memtest</title>\n"
+"    <para> FIXME </para>\n"
+"  </sect2>\n"
+"  <sect2 id=\"startup-scripts\">\n"
+"    <title>Startup scripts</title>\n"
+"    <para> FIXME </para>\n"
+"  </sect2>\n"
+"  <sect2 id=\"cheat-codes\">\n"
+"    <title>Cheat codes</title>\n"
+"    <para> FIXME </para>\n"
+"    <para> Checksums. </para>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/po/de/other_customization_contents.ssi.po b/manual/po/de/other_customization_contents.ssi.po
new file mode 100644
index 0000000..1ad5388
--- /dev/null
+++ b/manual/po/de/other_customization_contents.ssi.po
@@ -0,0 +1,93 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_customization_contents.ssi:70
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"contents\">\n"
+"  <title>Customising contents</title>\n"
+"  <para>This chapter discusses further customisation of the live system.</para>\n"
+"  <sect2>\n"
+"    <title>Includes</title>\n"
+"    <para>Using includes, it is possible to add (or replace) arbitrary files in your Debian Live image. <filename>live-helper</filename> provides three mechanisms for using them:</para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term> Chroot local includes </term>\n"
+"        <listitem>\n"
+"          <para> These allow you to add or replace files to the chroot/Live filesystem. Please see <xref linkend=\"chroot-local-includes\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term> Binary local includes </term>\n"
+"        <listitem>\n"
+"          <para> These allow you to add or replace files in the binary image. Please see <xref linkend=\"binary-local-includes\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term> Binary includes </term>\n"
+"        <listitem>\n"
+"          <para> These allow you to add or replace Debian specific files in the binary image, such as the templates and tools directories. Please see <xref linkend=\"binary-includes\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <para> Please see <xref linkend=\"terms\"/> for more information about the distinction between the \"Live\" and \"binary\" images. </para>\n"
+"    <sect3 id=\"chroot-local-includes\">\n"
+"      <title>Live/chroot local includes</title>\n"
+"      <para> Chroot local includes can be used to add or replace files in the chroot/Live filesystem so that they are visible when the Live system is booted. Typical uses for them are to populate the skeleton user directory (<filename class=\"directory\">/etc/skel</filename>) used by the live system to create the live user's home directory, or adding configuration files where additional processing is not required. </para>\n"
+"      <para> To include files, simply add them to your <filename class=\"directory\">config/chroot_local-includes</filename> directory. This directory corresponds to the root directory (<filename class=\"directory\">/</filename>) of the live system. For example, to add a file <filename>/var/www/index.html</filename> in the live system, use: </para>\n"
+"      <screen> $ mkdir -p config/chroot_local-includes/var/www $ cp /path/to/my/index.html config/chroot_local-includes/var/www </screen>\n"
+"      <para> Your configuration will then have the following layout: </para>\n"
+"      <screen> -- config [...] |-- chroot_local-includes | `-- var | `-- www | `-- index.html [...] `-- templates </screen>\n"
+"      <para> Chroot local includes are installed after package installation so that files installed by packages are overwritten. </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"binary-local-includes\">\n"
+"      <title>Binary local includes</title>\n"
+"      <para> FIXME. </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"binary-includes\">\n"
+"      <title>Binary includes</title>\n"
+"      <para> FIXME. </para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"hooks\">\n"
+"    <title>Hooks</title>\n"
+"    <para>FIXME.</para>\n"
+"    <para>Enabling hooks</para>\n"
+"    <sect3 id=\"chroot-local-hooks\">\n"
+"      <title>Live/chroot local hooks</title>\n"
+"      <para>FIXME.</para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"binary-local-hooks\">\n"
+"      <title>Binary local hooks</title>\n"
+"      <para>FIXME.</para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"debconf-preseed\">\n"
+"    <title>Preseeding Debconf questions</title>\n"
+"    <para>Files in the <filename class=\"directory\">config/chroot_local-preseed</filename> directory are considered to be debconf preseed files and are installed by <filename>live-helper</filename> using <filename>debconf-set-selections</filename>.</para>\n"
+"    <para>For more information about debconf, please see debconf(7) in the <command>debconf</command> package.</para>\n"
+"  </sect2>\n"
+"  <sect2 id=\"symlinks\">\n"
+"    <title>Symlink conversion</title>\n"
+"    <para>FIXME. (This is probably in the wrong section)</para>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/po/de/other_customization_internationalization.ssi.po b/manual/po/de/other_customization_internationalization.ssi.po
new file mode 100644
index 0000000..c5cfea6
--- /dev/null
+++ b/manual/po/de/other_customization_internationalization.ssi.po
@@ -0,0 +1,38 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_customization_internationalization.ssi:15
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"internalization\">\n"
+"  <title>Customising Locale And Language</title>\n"
+"  <para>This chapter discusses customisation for language specific parameters.</para>\n"
+"  <sect2 id=\"locale\">\n"
+"    <title>Default locale and keyboard</title>\n"
+"    <para> The default locale when building a live cd is \"locale=en_US.UTF-8\". To set the locale for the UK (locale=en_GB.UTF-8) <screen> $ lh_config --bootappend-live \"locale=en_GB.UTF-8\" </screen> The entry for a British keyboard would be <screen> $ lh_config --bootappend-live \"keyb=uk\" </screen> To configure both the locale and the keyboard for the UK the entry would be <screen> $ lh_config --bootappend-live \"locale=en_GB.UTF-8 keyb=uk\" </screen> or <screen> $ lh_config --bootappend-live \"locale=uk\" </screen> </para>\n"
+"    <note> You can find a list of options in the manpage for live-initramfs. Only UTF8 locales are supported by live-initramfs. </note>\n"
+"  </sect2>\n"
+"  <sect2 id=\"default_language\">\n"
+"    <title>l10n Packages</title>\n"
+"    <para> lh build can automatically check for each package, for which it's know that there are -l10n packages available and install them. To add Swedish packages the entry would be <screen> $ lh_config --language \"se\" </screen> This will also change the default syslinux language if <screen> config/templates/syslinux/se </screen> is available. Check syslinux configuration FIXME </para>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/po/de/other_customization_packages.ssi.po b/manual/po/de/other_customization_packages.ssi.po
new file mode 100644
index 0000000..b828ac6
--- /dev/null
+++ b/manual/po/de/other_customization_packages.ssi.po
@@ -0,0 +1,234 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_customization_packages.ssi:211
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"packages\">\n"
+"  <title>Customising package installation</title>\n"
+"  <para> This chapter discusses the customisation of package installation. This involves: </para>\n"
+"  <orderedlist>\n"
+"    <listitem>\n"
+"      <para> Selecting additional packages to be installed </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para> Installing modified packages </para>\n"
+"    </listitem>\n"
+"  </orderedlist>\n"
+"  <sect2 id=\"package-sources\">\n"
+"    <title>Package sources</title>\n"
+"    <para> FIXME </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Debian repositories</term>\n"
+"        <listitem>\n"
+"          <para> To set a local mirror (used to ''build'' the live-cd) </para>\n"
+"          <para>\n"
+"            <screen>$ lh config --mirror-bootstrap \"http://local.intra.net/debian/\" --mirror-chroot \"http://local.intra.net/debian/\"</screen>\n"
+"          </para>\n"
+"          <para> The generic mirror is added to the live-system's /etc/apt/sources.list. </para>\n"
+"          <para>\n"
+"            <screen>$ lh config --mirror-binary \"http://ftp.debian.org/debian/\"</screen>\n"
+"          </para>\n"
+"          <para> Note: It is ''not'' used for building the live-cd but to install new software while using the live-cd. </para>\n"
+"          <para> It can be disabled by setting binary indices parameter to disabled </para>\n"
+"          <para>\n"
+"            <screen>$ lh config --binary-indices disabled</screen>\n"
+"          </para>\n"
+"          <para> Note: the same applies for mirror chroot security and mirror binary security </para>\n"
+"          <para>\n"
+"            <screen>$ lh config --mirror-chroot-security {URL} $ lh config --mirror-binary-security {URL}</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Own repository</term>\n"
+"        <listitem>\n"
+"          <para> To add more repositories (e.g. backports, experimental packages, etc.), create <filename>config/chroot_sources/your-cdd-repo.{chroot,binary}</filename> file. </para>\n"
+"          <para> e.g. <filename>config/chroot_sources/live.chroot</filename> allows you to install packages from the debian live snapshot repository at live-cd build time (you have to add the packages in your package list): </para>\n"
+"          <para>\n"
+"            <screen>deb http://live.debian.net/ sid-snapshots main contrib non-free</screen>\n"
+"          </para>\n"
+"          <para> If you add the line to <filename>config/chroot_sources/live.binary</filename> the repository will be added to your live-system's <filename>/etc/apt/sources.list</filename>. </para>\n"
+"          <para> If such files exist, they will be picked up automatically. </para>\n"
+"          <para> You can also put the gpg-key used to sign the repository into config/chroot_sources/foo.{binary,chroot}.gpg </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect2>\n"
+"  <sect2 id=\"package-installation\">\n"
+"    <title>Package installation</title>\n"
+"    <para> You can elect to use either <command>apt</command> or <command>aptitude</command> when installing packages. Which utility is used is governed by the <command>LH_APT</command> variable in <filename>config/chroot</filename> or by the <command>--apt</command> argument to <filename>lh config</filename>: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <command>apt</command>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> Specifying a missing package causes package installation to fail, which may not be the desired behaviour. </para>\n"
+"          <para> This is the default setting for building images for Lenny or later. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <command>aptitude</command>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> Specifying a missing package causes package installation to succeed, which may not be the desired behaviour. </para>\n"
+"          <para> This is the default setting for building images for Etch. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect2>\n"
+"  <sect2>\n"
+"    <title>Installing additional packages</title>\n"
+"    <para><filename>live-helper</filename> has a number of mechanisms for indicating that additional packages should be installed, including: </para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para> The <command>LH_PACKAGES</command> variable </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Package lists </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Local packages (<filename>chroot_local-packages/</filename>) </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Tasks </para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"    <sect3 id=\"lh-packages\">\n"
+"      <title>The <command>LH_PACKAGES</command> variable</title>\n"
+"      <para> To install additional packages, simply add them to the <command>LH_PACKAGES</command> variable in <filename>config/chroot</filename>. For example: </para>\n"
+"      <para>\n"
+"        <screen>LH_PACKAGES=\"package1 package2 package3 ... \"</screen>\n"
+"      </para>\n"
+"      <para> You can also specify initial values on the command line: </para>\n"
+"      <para>\n"
+"        <screen>$ lh config --packages \"package1 package2 package3\"</screen>\n"
+"      </para>\n"
+"      <para> The behaviour of <filename>live-helper</filename> when specifying a package that does not exist is determined by your choice of APT utility. See <xref linkend=\"package-installation\"/> for more details. </para>\n"
+"      <para> If you need to specify a large number of packages to be installed or you need flexibility regarding which packages to install, you should probably be using package lists. See <xref linkend=\"package-lists\"/> for more information. </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"package-lists\">\n"
+"      <title>Package lists</title>\n"
+"      <para> Package lists are a powerful way of expressing which packages should be installed. <filename>live-helper</filename> ships with a number of predefined package lists which provide sensible default package selections for the GNOME and KDE desktop environments, as well as standard systems. </para>\n"
+"      <para> To specify a package list, add the name of the list to the <command>LH_PACKAGES_LISTS</command> variable in <filename>config/chroot</filename>. For example: </para>\n"
+"      <para>\n"
+"        <screen>LH_PACKAGES_LISTS=\"gnome\"</screen>\n"
+"      </para>\n"
+"      <para> Package lists that are distributed with <filename>live-helper</filename> reside in the <command>/usr/share/live-helper/lists</command> directory. </para>\n"
+"      <sect4>\n"
+"        <title>Local packages lists</title>\n"
+"        <para> You may supplement the supplied lists using local package lists stored in <command>config/chroot_local-packageslists</command>. </para>\n"
+"        <para> Package lists that exist in this directory always override package lists distributed with <filename>live-helper</filename>. This can cause undesired effects when. </para>\n"
+"        <note>\n"
+"          <title><filename>live-helper</filename> 2.x change</title>\n"
+"          <para> Any file with <command>.list</command> suffix in <command>config/chroot_local-packageslists</command> is automatically enabled, the variable LH_PACKAGES_LISTS should only be used referencing packages lists included in live-helper (at <command>/usr/share/live-helper/lists/</command>. </para>\n"
+"        </note>\n"
+"      </sect4>\n"
+"      <sect4>\n"
+"        <title>Extending a provided package list using includes</title>\n"
+"        <para> FIXME </para>\n"
+"        <para>\n"
+"          <screen>#include &lt;gnome&gt; iceweasel</screen>\n"
+"        </para>\n"
+"        <para> The package lists that are included with <filename>live-helper</filename> make extensive use of includes. They are available to view in the <command>/usr/share/live-helper/lists</command> directory. </para>\n"
+"      </sect4>\n"
+"      <sect4>\n"
+"        <title>Using conditionals inside packages lists</title>\n"
+"        <para> FIXME </para>\n"
+"        <para>\n"
+"          <screen>#if ARCHITECTURE amd64 ia32-libs #endif</screen>\n"
+"        </para>\n"
+"        <para> or if <command>LH_ARCHITECTURE</command> is set to <command>i386</command> or <command>amd64</command>: </para>\n"
+"        <para>\n"
+"          <screen>#if ARCHITECTURE i386 amd64 memtest86+ #endif</screen>\n"
+"        </para>\n"
+"        <para> or if <command>LH_SECTIONS</command> contains either <command>contrib</command> or <command>non-free</command>: </para>\n"
+"        <para>\n"
+"          <screen>#if SECTIONS contrib non-free vrms #endif</screen>\n"
+"        </para>\n"
+"        <para> A conditional may surround an <command>#include</command> directive: </para>\n"
+"        <para>\n"
+"          <screen>#if ARCHITECTURE amd64 #include &lt;gnome-full&gt; #endif</screen>\n"
+"        </para>\n"
+"        <para> Any <filename>live-helper</filename> configuration variable that begins with <command>LH_</command> can be tested in this way. </para>\n"
+"        <para> The nesting of conditionals is not supported. </para>\n"
+"      </sect4>\n"
+"    </sect3>\n"
+"    <sect3 id=\"tasks\">\n"
+"      <title>Tasks</title>\n"
+"      <para> FIXME </para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"custom-packages\">\n"
+"    <title>Installing modified or third-party packages</title>\n"
+"    <para> Whilst it is against the philosophy of Debian Live, it may sometimes be necessary to build a Live system with modified versions of packages that are in the Debian repository. This may be to modify or support additional features, languages and branding, or even to remove elements of existing packages that are undesirable. Similarly, \"third-party\" packages may be used to add bespoke and/or proprietary functionality. </para>\n"
+"    <para> This section does not cover advice regarding building or maintaining modified packages. Joachim Breitner's <ulink url=\"http://www.joachim-breitner.de/blog/archives/282-How-to-fork-privately.html\">'How to fork privately'</ulink> may be of interest, however. The creation of bespoke packages is covered in the <ulink url=\"http://www.debian.org/doc/maint-guide/\">Debian New Maintainers' Guide</ulink> and elsewhere. </para>\n"
+"    <para> There are two ways of installing modified custom packages: </para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <filename>chroot_local-packages</filename>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Using a custom APT repository </para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"    <para> The <filename>chroot_local-packages</filename> is simpler to achieve and useful for \"one-off\" customisations but has a number of drawbacks, whilst using a custom APT repository is more time-consuming to set up. </para>\n"
+"    <sect3 id=\"local-packages\">\n"
+"      <title> Using <filename>chroot_local-packages</filename> to install custom packages </title>\n"
+"      <para> To install a custom package, simply copy it to the <command>config/chroot_local-packages</command> directory. Packages that are inside this directory will be automatically installed into the live system during build - you do not need to specify them elsewhere. </para>\n"
+"      <para> Packages <emphasis>must</emphasis> be named in the prescribed way. One simple way to do this is to use <command>dpkg-name</command>. FIXME </para>\n"
+"      <para> Using <filename>chroot_local-packages</filename> for installation of custom packages has disadvantages: </para>\n"
+"      <orderedlist>\n"
+"        <listitem>\n"
+"          <para> It is not possible to use secure APT </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> You must install all appropriate packages in the <command>config/chroot_local-packages</command> directory </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It does not lend itself to storing Debian Live configurations in revision control </para>\n"
+"        </listitem>\n"
+"      </orderedlist>\n"
+"    </sect3>\n"
+"    <sect3 id=\"custom-apt-repo\">\n"
+"      <title>Using an APT repository to install custom packages</title>\n"
+"      <para> FIXME </para>\n"
+"      <para> Unlike using <filename>chroot_local-packages</filename>, when using a custom APT repository you must ensure that you specify the packages elsewhere. See <xref linkend=\"lh-packages\"/> for details. </para>\n"
+"      <para> Whilst it may seem unnecessary effort to create an APT repository to install custom packages, the infrastructure can be easily re-used at a later date to offer updates of the modified packages. </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"custom-packages-apt\">\n"
+"      <title>Custom packages and APT</title>\n"
+"      <para><filename>live-helper</filename> uses APT to install all packages into the live system so will therefore inherit behaviours from this program. One relevant example is that (assuming a default configuration) given a package available in two different repositories with different version numbers, APT will elect to install the package with the higher version number. </para>\n"
+"      <para> Because of this, you may wish to increment the version number in your custom packages' <command>debian/changelog</command> files to ensure that your modified version is installed over one in the official Debian repositories. This may also be achieved by altering the live system's APT pinning preferences - see <xref linkend=\"apt-preferences\"/> for more information. </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"apt-preferences\">\n"
+"      <title>Altering APT preferences during Live system</title>\n"
+"      <para> FIXME </para>\n"
+"      <para> Whilst it may seem unnecessary effort to create an APT repository to install custom packages, the infrastructure can be easily re-used at a later date to offer updates of the modified package. </para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/po/de/other_faq.ssi.po b/manual/po/de/other_faq.ssi.po
new file mode 100644
index 0000000..a03ea37
--- /dev/null
+++ b/manual/po/de/other_faq.ssi.po
@@ -0,0 +1,238 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_faq.ssi:215
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"faq\">\n"
+"  <title>Frequently asked questions (FAQ)</title>\n"
+"  <itemizedlist>\n"
+"    <listitem>\n"
+"      <para>Q: I downloaded a prebuilt live image. How do I put it on a USB stick?</para>\n"
+"      <para>A: See <xref linkend=\"image_copying\"/> \"Copying USB/HDD image to a USB stick\"</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I log my build?</para>\n"
+"      <para>A: You could use script, screen or tee: <screen>$ lh_build 2&gt;&amp;1 | tee build.log</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How can I convert an already installed standard Debian partition into a Debian Live system?</para>\n"
+"      <para>A: Save the list of installed packages and load it into your new Debian Live System. Copy your /etc to config/chroot_local-includes</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What does 'losetup: could not find any free loop device' mean and how do I fix it?</para>\n"
+"      <para>A: Loop devices are used during the build; there probably aren't any free if you've aborted several builds. Something like: for l in /dev/loop0 /dev/loop1 /dev/loop2 /dev/loop3 /dev/loop4 /dev/loop5 /dev/loop6 /dev/loop7 ; do losetup -d $l ; done should rectify the situation (assuming all loop devices in use were created by lh_build; if in doubt, check the contents of each loop device before deleting them with losetup -d).</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I launch an interactive shell during the chroot stage?</para>\n"
+"      <para>A: To enable interactive shell: <screen>$ lh_config --interactive shell</screen> To continue the build process: <screen># logout</screen> or <screen># exit</screen> To disable interactive shell, set LH_INTERACTIVE to \"disabled\" in config/chroot. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What is the root /user password?</para>\n"
+"      <para>A: The user password for the live user is 'live'. By default, there is not any root password. You can switch to root with <screen> sudo -i </screen> or set a password for root with <screen>sudo passwd</screen></para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I change root or any user password?</para>\n"
+"      <para>A: Add a chroot local hook script to change root or any user password each time you build an image.</para>\n"
+"      <para>e.g. config/chroot_local-hooks/01-update_password.sh to set root password to \"nopasswd\"</para>\n"
+"      <para><screen>#!/bin/sh echo \"I: update password\" echo \"root:nopasswd\" | chpasswd</screen><screen>$ chmod +x config/chroot_local-hooks/01-update_password.sh</screen><note>For live user; you need to copy the /usr/share/initramfs-tools/scripts/live-bottom/10adduser your build folder: <screen>mkdir -p config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/ cp /usr/share/initramfs-tools/scripts/live-bottom/10adduser config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/</screen></note> Then edit the config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/10adduser and paste in the new user_crypted password that you make with: <screen> echo \"newlivepass\" | mkpasswd -s.</screen> <para> Or add an hook file in config/chroot_local-hooks/ with something like the below: </para> <screen> #!/bin/sh # Change the autogenerated user password to \"debianlive\" plain_password=\"debianlive\" password=$(echo \"${plain_pass
 word}\" | mkpasswd -s) sed -i -e 's/\\(user_crypted=\\)\\(.*\\)\\( #.*\\)/\\1\\\"'${password}'\\\"\\3/' /usr/share/initramfs-tools/scripts/live-bottom/10adduser update-initramfs -tu -kall</screen> <para> The latter (hook model) could be more future proof than the former solution since it modifies just one string selectively but it requires the package \"whois\" to be installed on the target system (for mkpasswd) or that you generate the $password string not at build time and include it crypted in the above script. </para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How to disable autologin?</para>\n"
+"      <para>A1: use the commandline parameter <screen>lh config --bootappend-live \"noautologin\"</screen> <para>A2: You need to set boot=noautologin noxautologin as described in man <filename>live-initramfs</filename> If you boot via TFTP you want to insert the option to pxelinux.cfg/default</para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I change default hostname or username?</para>\n"
+"      <para>A: To change default hostname or username: <screen>$ lh_config --hostname myhostname $ lh_config --username myusername</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I make the final image smaller?</para>\n"
+"      <para>A: Clean orphaned apps/libs: Install package \"deborphan\" and then run 'sudo deborphan -n' . Delete unwanted packages. Remove the apt cache. Purge unwanted locales (see \"localepurge\" package). </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I customize bash-config permanently (aliases, bash-completion etc.)?</para>\n"
+"      <para>A: Add your own .bashrc config/chroot_local-includes/etc/skel/.bashrc</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I disable services permanently? (Be careful!)</para>\n"
+"      <para> A: Add a chroot local hook script to disable a service each time you build an image: </para>\n"
+"      <para>e.g. config/chroot_local-hooks/01-disable_service.sh <screen>#!/bin/sh echo \"I: disable service\" update-rc.d -f 〈service name 〉 remove </screen> <screen> $ chmod +x config/chroot_local-hooks/01-disable_service.sh </screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I enable | disable the md5checksum at the ISO building? <screen>lh_config --checksums enabled|disabled </screen> Or change the LH_CHECKSUMS value. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How to disable the generation of the .tar.gz file? <screen>lh_config --net-tarball none|gzip </screen> Or change the LH_NET_TARBALL value. (only available in snapsshot version at the moment 2008/Feb/28) </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I \"build a new image\" ?</para>\n"
+"      <para> A: Run commands: <screen>$ sudo lh_clean --binary $ sudo lh_build </screen> <emphasis>Hint:</emphasis> If the configuration had changed you should leave \"--binary\" out. This will clean your chroot directory too. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I use Fluxbox ? <para>A: Add a new lists file with the fluxbox packages you want. </para> <para>Create /home/$USERNAME/.dmrc file (default username is \"user\").</para> <screen>$ cat .dmrc [Desktop] Session=fluxbox</screen> <note>.dmrc is owned by $USERNAME:$USERNAME. </note> <para>See also <ulink url=\"http://wiki.debian.org/Fluxbox/\">http://wiki.debian.org/Fluxbox</ulink></para> <para> A short HOWTO can be found here: <ulink url=\" http://wiki.debian.org/MichaelAblassmeier/CustomLiveCD\"> http://wiki.debian.org/MichaelAblassmeier/CustomLiveCD</ulink></para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I use custom repositories?</para>\n"
+"      <para>A: <ulink url=\"http://wiki.debian.org/DebianLive/Configuration\">See DebianLive/Configuration.</ulink></para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I customize the artwork for the live CD (grub or syslinux boot splash, usplash, etc.)?</para>\n"
+"      <para>A: <ulink url=\"http://wiki.debian.org/DebianLive/Howto/Custom_Artwork\"> See DebianLive/Howto/Custom_Artwork. </ulink> FIXME: NEED TO UPDATE</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I customize desktop environment (KDE, GNOME, XFCE, etc...) look? <para>A: Start the live system in qemu: </para> <screen>$ qemu -m 256 -cdrom binary.iso -boot d -redir tcp:4222:10.0.2.15:22</screen> <note>the -redir argument must be changed to meet your needs </note> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I execute a custom shell script inside the chroot system after the chroot stage?</para>\n"
+"      <para>A: Add your script in config/chroot_local-hooks. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I add a script running immediately after all other scripts when the live system boots? <para>A: Add your script in config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/99script </para> <screen>$ chmod +x config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/99script</screen> <note>The hook script must be executable. Do not forget to lh_clean --chroot after making this change before you build again. </note> <para>You must also use the example script /usr/share/live-helper/examples/hooks/update-initramfs.sh to ensure your script gets built into the initramfs (read the comment header for instructions). </para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I add software not in Debian ?</para>\n"
+"      <para>A: See <xref linkend=\"packages\"/> Customising package installation</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What is the manifest with Ubuntu used for?</para>\n"
+"      <para>A: Manifest is just the package list, which ubuntu does $something with. Don't worry about it. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What is this {p} syntax with mtools{p} and parted{p} ?</para>\n"
+"      <para>A: That's aptitude. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Do I need to write the image on USB stick to test it? <note>you must use qemu &gt;= 0.8. </note> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What is /cow ?</para>\n"
+"      <para>A: Copy-on-write, the 'diff' from unionfs. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Is /usr/share/live-helper/lists/standard-x11 like preseed or is preseed something else entirely?</para>\n"
+"      <para>A: It is not. It is a package list, not a debconf preseeding. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What is the difference between standard and minimal? <para>standard: packages of priority standard and higher;</para> <para>minimal: packages of priority essential and higher; </para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What can the sections be used for? Aren't they BIG?</para>\n"
+"      <para>A: Someone maybe wants to include packages from contrib or non-free. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: memtest86+ ... is that used?</para>\n"
+"      <para>A: Yes </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I build using predefined packages lists? <para>A: e.g. to build using standard-x11 packages list: </para> <screen>$ sudo lh_config -p standard-x11 $ sudo lh_build</screen> <note>The packages lists can be found in /usr/share/live-helper/lists/ directory. </note> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I rebuild without downloading all the packages again? <para>A: All packages are cached in cache subdirectory. They remain until a clean purge: </para> <screen>$ sudo lh_clean --purge</screen> <para>You do not have to do anything to prevent packages from being re-downloaded. You need to remember to clean whichever stages you want to rebuild first. </para> <para>e.g. to rebuild from the cached bootstrap, chroot packages and build a new image. </para> <screen>$ sudo lh_clean $ sudo lh_build</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I boot USB debian-live on systems not supporting USB boot? <para>A: Make a boot CD with grub, configured to boot from a debian-live kernel copied on the cd structure.</para> <screen>$ mkdir -p iso/boot/grub $ cp /usr/lib/grub/i386-pc/stage2_eltorito iso/boot/grub $ cp chroot/boot/* iso/boot/</screen> <para>Create iso/boot/grub/menu.lst </para> <screen>default 0 timeout 5 color cyan/blue white/blue title Debian Live root (cd) kernel /boot/vmlinuz boot=live initrd /boot/initrd.img</screen> <para>Create the iso image </para> <screen>$ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \\ -boot-load-size 4 -boot-info-table -o grub.iso iso</screen> <para>Burn the image. </para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I boot debian-live on systems not supporting CDROM or USB boot?</para>\n"
+"      <para>A: If you have a floppy drive, you may be able to use it, otherwise you will need to use loadlin/grub4dos/win32-loader. If you have a second system to serve up the image over the network, <ulink url=\"DebianLive/Howto/Creating_a_Netboot_Image\"> See DebianLive/Howto/Creating_a_Netboot_Image. </ulink> FIXME LINK </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: The X configuration does not seems to work, the resolution is too low. What can I do? <para>A: Use xdebconfigurator </para> <screen>$ lh_config --bootappend xdebconf $ lh_config --packages xdebconfigurator</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Apache has problems with static files <para>A: Sendfile does not work well on the unionfs used by Debian Live. Add the following to apache's configuration: </para> <screen>EnableSendfile off</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I make hard disk partitions auto-mountable? <para><command>A: Short answer:</command> Right now the best is to use a script that will populate the fstab when the CD is booting. Such a script can be found <ulink url=\"https://devel.goto10.org/svn/puredyne/trunk/broth/stock/chroot_local-includes/sbin/diskmounter.sh\"> FIXME BROKEN LINK </ulink>. A proper solution based on HAL will be described here in a hopefully near future. </para> <para><command>A: Long Answer: </command> Since 55_nonpolkit-mount-policy.patch in HAL, debian-storage-policy-fixed-drives.fdi is not available anymore and the previous trick that consisted to remove this file to enable automounting of fixed drives as a consequence is obsolete.</para> <para>Eventually, it will be possible to combine HAL and PolicyKit to enable different permissions and actions to achieve advanced (auto)mounting for non-root users. Until then, because the live scripts are only touching to the fstab to add a s
 wap partition if discovered at boot time, the only way to have fixed drives mounted automatically is to use a script that will populate the fstab file at the end of the multiuser runlevel. </para> <para>To achieve this, you can do, for example, the following: <para>download the <ulink url=\"https://devel.goto10.org/svn/puredyne/trunk/broth/stock/chroot_local-includes/sbin/diskmounter.sh\"> diskmounter.sh script FIXME BROKEN LINK </ulink> </para> <para>Create the chroot_local-includes/sbin directory, and move the script inside</para> <para>Make sure the script is executable (chmod +x diskmounter.sh)</para> <para>create the chroot_local-includes/etc/rc.local file and call the diskmounter from there (see this <ulink url=\"https://devel.goto10.org/svn/puredyne/trunk/broth/stock/chroot_local-includes/etc/rc.local\"> rc.local FIXME BROKEN LINK </ulink> </para> </para> When called correctly, the script detects ext2, ext3, reiserfs, xfs, FAT32, HFS+ and NTFS partitions and mount the
 m read-write, except for NTFS. This will change soon and an option will be available to use ntfs-3g to mount NTFS as read-write. <para>comments, patches and other things about this script and issue: http://code.goto10.org/projects/puredyne/ticket/463</para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Boot fails with panic: can't open /scripts/live </para>\n"
+"      <para>A: Add latest live-initramfs deb package into config/chroot_local-packages directory and rebuild. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I configure the locale and the keyboard? </para>\n"
+"      <para>A: See <xref linkend=\"internalization\"/> 10n</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I get past boot prompt without a working keyboard? </para>\n"
+"      <para>A: See <xref linkend=\"bootup\"/> Customising the bootup process</para>\n"
+"      <note>Boot from an USB-HDD on an iMac with GRUB did not work. </note>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Can I serve the root image from a web or ftp server? <para>A: Since live-initramfs 1.99, it should be possible to use the fetch= argument on the kernel command line. You can build a netboot image as usual, and when you are done edit the tftpboot/pxelinux.cfg/default file. Remove the references to network boot (netboot, nfsroot, nfsopts), and replace with fetch= 〈url where you placed the root image&gt;. </para> <note>You have to include wget in the chroot. It could work for other boot methods as well. However, I am not sure the live scripts configure the network when booting from a CD or USB disk.</note> <screen>$ lh_config --packages wget</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Why doesn't quickreboot (or some other boot parameter) work? <para>A: If you are building an etch image (which was the default up to 2007/09/14) you have a very old version of casper which does not support quickreboot and possibly other boot parameters as well. You could configure your sources to use live-backports (see /usr/share/live-helper/examples/sources/live-backports) and switch to live-initramfs, or better yet, build a lenny image instead, which is the new default. </para> <screen>$ lh_config --distribution lenny $ lh_config --initramfs live-initramfs</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I fix \"Could not find kernel image\" issue with syslinux bootloader? <para>A: Add a binary local hook script to fix kernel and initrd path each time you build an image. </para> e.g. config/binary_local-hooks/01-fix_syslinux.sh <screen>#!/bin/sh SYSLINUXCFG=`find binary -type f -name syslinux.cfg` sed -i \"s|kernel /vmlinuz|kernel vmlinuz|g\" ${SYSLINUXCFG} sed -i \"s|initrd=/initrd|initrd=initrd|g\" ${SYSLINUXCFG}</screen> <screen>$ chmod +x config/binary_local-hooks/01-fix_syslinux.sh</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I use a newer kernel with lenny? <para>A: A build with backports.org kernels will fail as that repository lacks the necessary module packages (linux-modules-extra-2.6, aufs, etc.). Use the kernel backports <ulink url=\"http://unsupported.debian-maintainers.org/backports-kernel/\"> http://unsupported.debian-maintainers.org/backports-kernel/. </ulink> </para> The quick way to success: <screen>$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot
 _sources/backports-kernel.binary.gpg $ lh_build</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I use a custom kernel? <para>〉 Is there a nice way of booting debian-live with a custom kernel (not in an apt repo)? </para> <para>A: Copy it into config/chroot_local-packages and set LH_LINUX_PACKAGES=\"none\" or use lh config --linux-packages \" \" </para> <para>Don't forget to compile your kernel with an union filesystem (unionfs or aufs), squashfs modules, and initrd support. </para> <para>〉 I can cause the kernel to be installed but it seems this happens later than grub/syslinux is configured so it's not listed and casper/ and the menu require munging. </para> <para>You need to follow the debian scheme, e.g. placing the files in /boot as vmlinuz-$version and initrd.img-$version etc. </para> <para>I personally wouldn't go that way which is too much of a hassle, and just use make-kpkg to produce custom kernel deb packages. They should integrate nicely if you just put them into config/chroot_local-packages and set LH_LINUX_PACKAGES=\"\". </para> 
 <para><emphasis>Hint:</emphasis> to work around an error, which lh_binary_syslinux will throw on custom kernels if there is not an 468/686 in the kernel-name, you need to set CONFIG_LOCALVERSION=\"-486\" or \"-686\" within the kernel configuration (-&gt; General setup -&gt; Local version set to -486 or -686) corresponding to LH_LINUX_FLAVOURS=\"\" or \"686\". this at least up till live-helper version 1.0~a40-1</para> see <para><ulink url=\"http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-July/001947.html\"> http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-July/001947.html</ulink></para> and <para><ulink url=\"http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-November/002581.html\">http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-November/002581.html</ulink></para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I create a cross arch live CD image? <para><command>A: In short:</command> You can't. Read on: </para> <para>The procedure to create a live CD is based on creating a chroot that contains the files that will be finally available on the live CD. The live CD building procedure includes chrooting into the chroot dir and so some operations. chrooting means that the terminal you chroot on will behave as a different system so your real system and the chroot environment is decoupled somehow.</para> <para>Once the live CD scripts chroots into the chroot dir they have some operations to do inside that environment and your real system won't be able to run them unless you are using the same architecture.</para> <para>So you only are able to make live CD for the arch you run on. But this doesn't prevent you run qemu or some other machine emulator that make this possible.</para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: When is a lh_clean necessary? <para>lh_clean is a script in /usr/bin/ </para> <para>A: That depends what you've changed between builds <para>If, for example, you've built an iso image and you want a usb image, you only need to run <command> lh_clean --binary </command> before you run lh_build again. </para> <para>If you've <command> changed anything in the chroot </command> , you'll need to cleanup both chroot and binary with <command> lh_clean </command>before continuing </para> </para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How can i set boot= parameters?</para>\n"
+"      <para>A: Set LH_BOOTAPPEND_LIVE in config/binary </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I include different modules to load when the live system boots? <para>A: Configure config/chroot_local-includes/etc/initramfs-tools/ </para> <para>The lh_chroot_hacks helper rebuilds the live/initrd1.img using the default initramfs.conf \"MODULES = most\". You may override that by supplying your own initramfs.conf, or else just add your own modules, e.g. </para> <screen>mkdir -p config/chroot_local-includes/etc/initramfs-tools/ echo \"atl2\" &gt;&gt; config/chroot_local-includes/etc/initramfs-tools/modules</screen> <note>Even though initramfs.conf(5) says \"most adds all the framebuffer, acpi, file system, ide, sata, scsi and usb drivers\", it actually includes network drivers as well. See auto_add_modules() in /usr/share/initramfs-tools/hook-functions for the complete list. </note> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Can I have a splash screen? <para>A: Yes you can </para> You will not know what is going on when the splash screen is active, it may fail to activate on some hardware or break X on other (both usplash and splashy use libdirectfb which does some evil voodoo and may break you graphics or input until you reboot). However, you can install and activate it just as you would on any other Debian system. <para>To use splashy: </para> <para> 1) install splashy and read the README, the manpages are useless for setting it up. Add some parameters to your kernel command line, such as in your pxelinux configuration or in LH_BOOTAPPEND_LIVE in config/binary in debian-live configuration: </para> <screen>vga=792 splash quiet</screen> <para><filename>vga </filename>to select video mode, <filename>splash </filename>to activate splashy, <filename>quiet</filename> to suppress most kernel messages that you cannot see anyway but would scroll past before splashy manages to paint the 
 graphics on your screen.</para> You might want to add splashy to the list of packages installed in your image: <screen>echo splashy &gt; config/chroot_local-packageslists/splashy echo splashy-themes &gt;&gt; config/chroot_local-packageslists/splashy</screen> <para>and select a theme:</para> <screen>echo '#!/bin/sh' &gt; config/chroot_local-hooks/splashy echo splashy_config -s debian-moreblue '||' true &gt;&gt; config/chroot_local-hooks/splashy # update the ramdisk to include the splash screen echo update-initramfs -u -k all &gt;&gt; config/chroot_local-hooks/splashy chmod 755 config/chroot_local-hooks/splashy </screen> <para> After you rebuild your live system you should observe a bluish splash screen while booting. Nothing happens while initramfs is running because there is no splashy support in initramfs-tools. Once the init starts the progress bar should start to fill.</para> <para>If <filename> vga=something</filename> sets a mode that your screen cannot show or your car
 d cannot do vesa 2.0 (and thus you get plain text mode and no splashy) read the splashy faq.</para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Howto use my Broadcom eXtrem 2 network card (module bnx2) ? <para>A: Add the firmwares to the initrd image. </para> <para>You need to install the non-free package \"firmware-bnx2\". Uncompress your initrd image, then copy files : </para> <screen>cp /lib/firmware/bnx2x-e1-4.8.53.0.fw /lib/firmware/bnx2x-e1-5.0.21.0.fw /lib/firmware/bnx2x-e1h-4.8.53.0.fw /lib/firmware/bnx2x-e1h-5.0.21.0.fw ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/</screen> Recompress your initrd image and boot: it works ! </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: X is broken (the system boots, messages scroll by, and then the screen goes blank). What do I do? <para>On my system starting X completely disables graphics so that I do not see anything even after X bails out and I am back to the console. To prevent this you can change the driver Xorg uses.</para> <para>If you have a working splash screen or at least graphical console you can use </para> <filename>live xdriver=fbdev</filename> <para>when booting the live system (instead of just enter). </para> Another driver you might want to try is <filename> vesa. </filename> <para>If all fails you might try to set xdriver to some wrong value so that Xorg fails to start and you can examine the system while you still see something on the console. </para> <filename>live xdriver=none</filename> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How can I get Debian first stable versions?</para>\n"
+"      <para>I'm developing software and testing it on Live-CD. Thanks for the LiveCD project. To be sure my development is fully compatible with the \"etch\" version, I need the same scenario when Debian GNU/Linux 4.0 was published as stable (I believe 2007.04.08). If there was some bug on 2007.04.08 that was corrected one week later, I need to test software foreseeing that scenario without the bug solved.</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: I get \"fopen: Permission denied\"-warnings from apt on building/at the live-system</para>\n"
+"      <para>That's a harmless bug in apt. However, if you want to get off this warnings in the live-system, add a file in chroot_local-hooks with follow row: </para>\n"
+"      <screen> chown -R man.man /var/cache/man </screen>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Why I always fail during \"Retrieving Packages\" stage when running lh_build? I have already set apt-http-proxy and so on.</para>\n"
+"      <para>A: lh_build retrieves packages via wget, as a result you need to enable the proxy settings in /etc/wgetrc before running lh_build.</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I edit Xorg.conf? <para>A: Xorg.conf is generated every time system boots, so it's useless to put modifed Xorg.conf in config/choort_local-includes/etc/X11, because it will be overwritten during boot. However, you can edit /usr/bin/dexconf, which generate xorg.conf during boot, so the result will be modified Xorg.conf. The modified dexconf has to be put in config/choort_local-includes/usr/bin. e.g.: you can configure Xorg.conf for two or more keyboards layouts with alt+shift toggle by editing dexconf and replacing the line:</para> <screen>Option \"XkbLayout\" \"$XKB_LAYOUT\"</screen> <para>with the lines: </para> <screen>Option \"XkbLayout\" \"us,il\" Option \"XkbOptions\" \"grp:alt_shift_toggle,grp_led:scroll\"</screen> <para>when \"us,il\" are the wanted keyboard layouts.</para> <para>You can force default screen resulotion (e.g. 1024*768) by adding the lines: .</para> <screen> SubSection \"Display\" Modes \"1024x768\" EndSubSection</screen> <para>be
 tween the lines:</para> <screen> Section \"Screen\" Identifier \"Default Screen\" Monitor \"Configured Monitor\" . . . . . . . SECTION printf \"EndSection\\n\" 〉 &amp;4</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Where are the build parameters for the prebuilt images</para>\n"
+"      <para>A: See <ulink url=\"http://live.debian.net/README.images\">http://live.debian.net/README.images.</ulink></para>\n"
+"    </listitem>\n"
+"  </itemizedlist>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_howtos.ssi.po b/manual/po/de/other_howtos.ssi.po
new file mode 100644
index 0000000..f9ec72c
--- /dev/null
+++ b/manual/po/de/other_howtos.ssi.po
@@ -0,0 +1,81 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_howtos.ssi:58
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"howtos\">\n"
+"  <title>Howtos</title>\n"
+"  <sect1 id=\"iso\">\n"
+"    <title>ISO</title>\n"
+"    <para> Generating a Debian Live CD is very simple. You need to have <filename> live-helper </filename>(package available in Debian sid and lenny), and <filename> Debootstrap </filename>(or cdebootstrap) from etch or newer. </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Install live-helper</term>\n"
+"        <listitem> . <screen>apt-get install live-helper</screen> </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Configure the current working directory with lh_config</term>\n"
+"        <listitem>. <para><screen>lh_config -b iso -a $ARCH</screen></para> <para> where <filename>$ARCH</filename> is the intended architecture (i.e. - i386 or amd64). </para> <para><filename>-b</filename> flag is used to be sure to obtain image in ISO format. </para> </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Build the image with lh_build</term>\n"
+"        <listitem>Execute lh_build as root: <para><screen>lh_build</screen></para> <para> The command above will create the basic image, containing just the Debian standard system (with no X at all). </para> <para> If you want to have any of the <ulink url=\"http://wiki.debian.org/DesktopEnvironment\">Desktop_environments</ulink> on your livecd, <filename>ls /usr/share/live-helper/lists </filename> will show a number of available package Lists to choose from, e.g. <filename>lh_config -p gnome-desktop</filename> </para> <para> More examples are listed at DebianLive/Examples. FIXME LINK </para> <para> See <xref linkend=\"packages\"/> for help configuring a local Debian Mirror and other aspects of the live system. </para> </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Test the image</term>\n"
+"        <listitem> If you have qemu installed, you can boot the image with: <para><screen>qemu -cdrom binary.iso</screen></para> <para> If you have also <ulink url=\"http://wiki.debian.org/QEMU\"> kqemu </ulink> installed, you can add <filename> -kernel-kqemu</filename> </para> </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"iso_multiarch\">\n"
+"    <title>ISO_(multiarch)</title>\n"
+"    <para> Multiple machine boot CDs can be created with the following manual procedure. This procedure has been successfully used to create a single CD which is bootable on alpha, i386, pmax, and sparc. It should be possible to also make the CD bootable on macppc, vax and on sun2, sun3 and sun3x. </para>\n"
+"    <para> To create a CD which is bootable by multiple architectures, use the following steps in this order. Please note that the order is critical. </para>\n"
+"    <para> Make sure you have all the required files including the various kernels and boot programs listed in the individual machine sections. </para>\n"
+"    <para> Include a directory somewhere in the cdsources directory called mdec.pmax and include the pmax bootxx_cd9660 file there. For example, <filename>/cdsources/usr/mdec.pmax/bootxx_cd9660.</filename> </para>\n"
+"    <para> Include a directory somewhere in the cdsources directory called mdec.vax and include the vax xxboot file there. For example, <filename>/cdsources/usr/mdec.vax/xxboot.</filename> </para>\n"
+"    <para> Include the macppc ofwboot.xcf bootloader in /cdsources. </para>\n"
+"    <para> Create an i386 bootable image. <screen>sh mkisofs -v -v -o output.iso -b i386/installation/floppy/boot-big.fs \\ -c boot.catalog -l -J -r -L /cdsources 2 &amp;1 | tee /tmp/mkisofs.log exit</screen> </para>\n"
+"    <para>\n"
+"      <note> The appearance of the -v flag twice is required. If you are making a bootable CD for an Open Firmware 3 macppc model, make sure to include -hfs -part in the parameters for mkisofs. </note>\n"
+"    </para>\n"
+"    <para> Run <filename>mksunbootcd </filename>on a NetBSD/sparc machine to install sparc and sun2/sun3 bootblocks. Alternatively, install the <filename>sysutils/mksunbootcd</filename> package on your favorite NetBSD machine. <screen>mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</screen> </para>\n"
+"    <para> Run the installboot(8) program targeted for NetBSD/pmax to install the pmax bootblocks. Note that in order to coexist with other NetBSD boot blocks, the pmax boot block is appended to the end of the ISO file system. </para>\n"
+"    <screen>installboot -m pmax -v -o append,sunsum output.iso /tmp/mdec.pmax/bootxx_cd9660</screen>\n"
+"    <para> The -o append,sunsum option appends the first stage boot block to the end of the ISO file system, and restores the checksum used when booting on a sun. </para>\n"
+"    <para> Run the installboot(8) program targeted for NetBSD/vax to install the vax bootblocks. Note that in order to coexist with other NetBSD boot blocks, the vax boot block is appended to the end of the ISO file system. </para>\n"
+"    <para> installboot -m vax -v -o append,sunsum output.iso /tmp/mdec.vax/xxboot </para>\n"
+"    <para> (See the pmax entry above for an explanation of the flags). </para>\n"
+"    <para> Run the installboot(8) program targeted for NetBSD/alpha to install the alpha bootblocks. </para>\n"
+"    <screen>installboot -m alpha -v -o append,sunsum output.iso /tmp/mdec.alpha/bootxx_cd9660</screen>\n"
+"    <para>\n"
+"      <note> The alpha installboot must occur after the others, because currently it's the only machine dependent back-end for installboot(8) that can calculate the alpha checksum. (See the pmax entry above for an explanation of the flags). </note>\n"
+"    </para>\n"
+"  </sect1>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_installation.ssi.po b/manual/po/de/other_installation.ssi.po
new file mode 100644
index 0000000..d13196a
--- /dev/null
+++ b/manual/po/de/other_installation.ssi.po
@@ -0,0 +1,141 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_installation.ssi:118
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"installation\">\n"
+"  <title>Installation</title>\n"
+"  <section>\n"
+"    <title>Requirements</title>\n"
+"    <para>Building Debian Live images has very few system requirements:</para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para>Super user (root) access</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>An up-to-date version of <filename>live-helper</filename></para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>A POSIX-compliant shell, such as <command>bash</command> or <command>dash</command>.</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para><command>debootstrap</command> or <command>cdebootstrap</command></para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Linux 2.6.x</para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"    <para>Note that using Debian or a Debian-derived distribution is not required - <filename>live-helper</filename> will run on almost any operating system with the above requirements.</para>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>Installing <filename>live-helper</filename></title>\n"
+"    <para>You can install <filename>live-helper</filename> in a number of different ways:</para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para>From the Debian repository</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>From source</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>From snapshots</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>From backports.org</para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"    <para>If you are using <emphasis>lenny</emphasis> or <emphasis>sid</emphasis> the recommended way is to install <filename>live-helper</filename> via the Debian repository.</para>\n"
+"    <section>\n"
+"      <title>From the Debian repository</title>\n"
+"      <para>Simply install <filename>live-helper</filename> like any other package:</para>\n"
+"      <screen># apt-get install live-helper</screen>\n"
+"      <para>or</para>\n"
+"      <screen># aptitude install live-helper</screen>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>From source</title>\n"
+"      <para><filename>live-helper</filename> is developed using the Git version control system. On Debian systems, this is provided by the <command>git-core</command> package. To check out the latest code, execute:</para>\n"
+"      <screen>$ git clone git://live.debian.net/git/live-helper.git</screen>\n"
+"      <para>You can build and install your own Debian package by executing:</para>\n"
+"      <screen> $ cd live-helper $ dpkg-buildpackage -rfakeroot -b -uc -us $ cd .. # dpkg -i live-helper*.deb </screen>\n"
+"      <para>You can also use a local version of <filename>live-helper</filename> without installation:</para>\n"
+"      <screen># live-helper/helpers/lh_local</screen>\n"
+"      <para>Subsequent calls to <filename>lh_</filename>-prefixed helpers in that shell environment will then use the version located in the directory you executed <filename>lh_local</filename> from.</para>\n"
+"      <para>You can also install <filename>live-helper</filename> directly to your system by executing:</para>\n"
+"      <screen># make install</screen>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>From 'snapshots'</title>\n"
+"      <para>If you do not wish to build or install <filename>live-helper</filename> from source, you can use snapshots. These are built automatically from the latest version in Git and are available on <ulink url=\"http://live.debian.net/debian/\">http://live.debian.net/debian</ulink>.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>\n"
+"        <filename>live-initramfs</filename>\n"
+"      </title>\n"
+"      <para>\n"
+"        <emphasis>N.B. You do not need to install <filename>live-initramfs</filename> on your system to create customised Debian Live systems. However, doing so will do no harm.</emphasis>\n"
+"      </para>\n"
+"      <section>\n"
+"        <title>Using a customised <filename>live-initramfs</filename></title>\n"
+"        <para>To modify the code you can follow the process below. Please ensure you are familiar with the terms mentioned in <xref linkend=\"terms\"/>.</para>\n"
+"        <orderedlist>\n"
+"          <listitem>\n"
+"            <para>Checkout the <filename>live-initramfs</filename> source</para>\n"
+"            <screen>$ git clone git://live.debian.net/git/live-initramfs.git</screen>\n"
+"          </listitem>\n"
+"          <listitem>\n"
+"            <para>Make changes to your local copy</para>\n"
+"            <para>And beware that if you want to add your pre-init script in live-bottom, you should name it without dashes '-', e.g: call it \"81new_feature\" and not \"81new-feature\".</para>\n"
+"          </listitem>\n"
+"          <listitem>\n"
+"            <para>Build a <filename>live-initramfs</filename> <command>.deb</command></para>\n"
+"            <para>You must build either on your target distribution or in a chroot containing your target platform: this means if your target is lenny then you should build against lenny. You can use a personal builder such as <command>pbuilder</command> to automate building packages in chroot. To build directly on the target platform, use <command>dpkg-buildpackage</command> (provided by the <command>dpkg-dev</command> package):</para>\n"
+"            <screen> $ cd live-initramfs $ dpkg-buildpackage -rfakeroot -b -uc -us </screen>\n"
+"          </listitem>\n"
+"          <listitem>\n"
+"            <para>Use the generated <filename>live-initramfs</filename> <command>.deb</command></para>\n"
+"            <para>As <filename>live-initramfs</filename> is installed by the build system, installing the package in the host system is not sufficient: you should treat the generated <command>.deb</command> like another custom package. Please see <xref linkend=\"custom-packages\"/> for more information. You should pay particular attention to <xref linkend=\"custom-packages-apt\"/>.</para>\n"
+"          </listitem>\n"
+"        </orderedlist>\n"
+"      </section>\n"
+"      <section>\n"
+"        <title>Using <filename>live-initramfs</filename> snapshots</title>\n"
+"        <para>You can let <filename>live-helper</filename> automatically use the latest snapshot of <filename>live-initramfs</filename> by configuring a third-party repository in your live-system configuration. Assuming you have already created a configuration tree with <command>lh config</command>:</para>\n"
+"        <orderedlist>\n"
+"          <listitem>\n"
+"            <para>Create a sources.list entry for the chroot stage:</para>\n"
+"            <screen>echo \"deb http://live.debian.net/ sid-snapshots main contrib non-free\" &gt; config/chroot_sources/debian-live_sid-snapshots.chroot</screen>\n"
+"          </listitem>\n"
+"          <listitem>\n"
+"            <para>Create a sources.list entry for the binary stage:</para>\n"
+"            <screen>cp config/chroot_sources/debian-live_sid-snapshots.chroot config/chroot_sources/debian-live_sid-snapshots.binary</screen>\n"
+"          </listitem>\n"
+"          <listitem>\n"
+"            <para>Fetch the archive signing key:</para>\n"
+"            <screen> wget http://live.debian.net/debian/project/openpgp/archive-key.asc -O config/chroot_sources/debian-live_sid-snapshots.chroot.gpg cp config/chroot_sources/debian-live_sid-snapshots.chroot.gpg config/chroot_sources/debian-live_sid-snapshots.binary.gpg </screen>\n"
+"          </listitem>\n"
+"        </orderedlist>\n"
+"      </section>\n"
+"    </section>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_live-environment.ssi.po b/manual/po/de/other_live-environment.ssi.po
new file mode 100644
index 0000000..eec48e5
--- /dev/null
+++ b/manual/po/de/other_live-environment.ssi.po
@@ -0,0 +1,87 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_live-environment.ssi:64
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"live-environment\">\n"
+"  <title>The Live environment</title>\n"
+"  <section>\n"
+"    <title>Swap space</title>\n"
+"    <para>FIXME</para>\n"
+"  </section>\n"
+"  <section id=\"hostname\">\n"
+"    <title>Hostname</title>\n"
+"    <para>The name of host running live system can be set with the <command>hostname</command> parameter into the <command>--bootappend-live</command> option of <filename>lh_config</filename>, e.g.: <screen>lh_config --bootappend-live \"hostname=myhost\"</screen> This parameter can also be used in kernel command line.</para>\n"
+"  </section>\n"
+"  <section id=\"live-user\">\n"
+"    <title>The Live user</title>\n"
+"    <para>Username FIXME.</para>\n"
+"    <para>One important consideration is that the live user is created by <filename>live-initramfs</filename> during bootup, it is not created by <filename>live-helper</filename> when building the image.</para>\n"
+"    <para>You can specify additional groups that the live user will belong to by preseeding the <command>passwd/user-default-groups</command> debconf value. For example, to add the live user to the <command>fuse</command> group, add the following to a file in the <filename class=\"directory\">config/chroot_local-preseed</filename> directory:</para>\n"
+"    <screen> debconf passwd/user-default-groups string audio cdrom dialout floppy video plugdev netdev powerdev fuse </screen>\n"
+"    <para>For more information about debconf preseeding, please see <xref linkend=\"debconf-preseed\"/>.</para>\n"
+"  </section>\n"
+"  <section id=\"language\">\n"
+"    <title>Language</title>\n"
+"    <para>When the live system boots, language is involved in three steps: <itemizedlist><listitem><simpara>the locale generation</simpara></listitem><listitem><simpara>setting the keyboard layout for the console</simpara></listitem><listitem><simpara>setting the keyboard layout for X</simpara></listitem></itemizedlist></para>\n"
+"    <para>To define the locale that should be generated, use the <command>locale</command> parameter into the <command>--bootappend-live</command> option of <filename>lh_config</filename>, e.g.: <screen>lh_config --bootappend-live \"locale=sv_SE.utf8\"</screen> This parameter can also be used in kernel command line. You can specify a locale by a two-letters code, or for better control, by a full <userinput><parameter>language</parameter>_<parameter>country</parameter>.<parameter>encoding</parameter></userinput> word.</para>\n"
+"    <para>Both the console and X keyboard configuration depends on the <command>keyb</command> parameter of the <command>--bootappend-live</command> option. Valid options for X keyboard layouts can be found in <filename>/etc/X11/xkb/base.xml</filename> (rather limited to two-letters country codes). To find the value (the two characters) corresponding to a language try searching for the english name of the nation where the language is spoken, e.g: <screen>$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name &lt;name&gt;se&lt;/name&gt; </screen> To get the locale files for swedish generated and a swedish keyboard layout in X use: <screen>lh_config --bootappend-live \"locale=sv_SE.utf8 keyb=se\"</screen> </para>\n"
+"    <para> A list of the valid values of the keyboards for the console can be figured with the following command: <screen>for i in `find /usr/share/keymaps/ -iname \"*kmap.gz\"`; do basename $i | head -c -9; echo; done | sort | less </screen> To make the console keyboard use a swedish layout use <screen>lh_config --bootappend-live \"locale=sv_SE.utf8 keyb=se-latin1\"</screen> </para>\n"
+"    <para>Alternatively, you can use the <literal>console-setup</literal> package, a tool to let you configure console layout using X (XKB) definitions; you can then setup your keyboard layout more precisely with <literal>klayout</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 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>\n"
+"  </section>\n"
+"  <section id=\"persistence\">\n"
+"    <title>Persistence</title>\n"
+"    <para>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 host hardware which runs it.</para>\n"
+"    <para>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 should be considered read-only and all the runtime evolutions of the system are lost at shutdown.</para>\n"
+"    <para>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 understand how it could work it could be handy to know that even if the system is booted and run from read-only media, modification to the files and directories are written on writable media, typically a ram disk (tmpfs) and ram disks' data do not survive reboots.</para>\n"
+"    <para>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 multisession (re)writable CD/DVD. All these media are supported in Debian Live in different ways, and all but the last one require a special boot parameter to be specified at boot time: <command>persistent</command>.</para>\n"
+"    <section>\n"
+"      <title>Full persistence</title>\n"
+"      <para>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 writable partition is used. In order to use this feature a partition with a clean writable supported filesystem on it labeled \"live-rw\" must be attached on the system at bootime and the system must be started with the boot parameter 'persistent'. This partition could be an ext2 partition on the hard disk or on a usb key created with, e.g.:</para>\n"
+"      <screen> # mkfs.ext2 -L live-rw /dev/sdb1 </screen>\n"
+"      <para>If you already have a partition on your device, you could just change the label with one of the following:</para>\n"
+"      <screen> # tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/sdb1 live-rw # for a fat filesystem </screen>\n"
+"      <para>But since live system users cannot always use a hard drive partition, and considering that most USB keys have poor write speeds, 'full' persistence could be also used with just image files, so you could create a file representing a partition and put this image file even on a NTFS partition of a foreign OS, with something like:</para>\n"
+"      <screen> $ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /sbin/mkfs.ext2 -F live-rw </screen>\n"
+"      <para>Then copy the <command>live-rw</command> file to a writable partition and reboot with the boot parameter 'persistent'.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Home automounting</title>\n"
+"      <para>If during the boot a partition (filesystem) image file or a partition labeled <command>home-rw</command> is discovered, this filesystem will be directly mounted as <command>/home</command>, thus permitting persistence of files that belong to e.g. the default user. It can be combined with full persistence.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Snapshots</title>\n"
+"      <para>Snapshots are collections of files and directories which are not mounted while running but which are copied from a persistent device to the system (tmpfs) at boot and which are resynced at reboot/shutdown of the system. The content of a snapshot could reside on a partition or an image file (like the above mentioned types) labeled <command>live-sn</command>, but it defaults to a simple cpio archive named <command>live-sn.cpio.gz</command>. As above, at boot time, the block devices connected to the system are traversed to see if a partition or a file named like that could be found. A power interruption during runtime could lead to data loss, hence a tool invoked <command>live-snapshot --refresh</command> could be called to sync important changes. This type of persistence, since it does not write continuously to the persistent media, is the most flash-based device friendly and the fastest of all the persistence systems.</para>\n"
+"      <para> 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 /home.</para>\n"
+"      <para>Snapshots cannot currently handle file deletion but full persistence and home automounting can.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Persistent SubText</title>\n"
+"      <para>If a user would need multiple persistent storage of the same type for different locations or testing, such as <command>live-rw-nonwork</command> and <command>live-rw-work</command>, the boot parameter <command>persistent-subtext</command> used in conjuntion with the boot parameter <command>persistent</command> will allow for multiple but unique persistent media. An example would be if a user wanted to use a persistent partition labeled <command>live-sn-subText</command> they would use the boot parameters of: <command>persistent</command> <command>persistent-subtext=subText</command>.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Partial remastering</title>\n"
+"      <para>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 or adding a session to multisession cd/dvd(rw); live-initramfs mounts all /live filesystem in order or with the module bootparameter.</para>\n"
+"    </section>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_overview.ssi.po b/manual/po/de/other_overview.ssi.po
new file mode 100644
index 0000000..4026e0c
--- /dev/null
+++ b/manual/po/de/other_overview.ssi.po
@@ -0,0 +1,113 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_overview.ssi:90
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"overview\">\n"
+"  <title>Overview of tools</title>\n"
+"  <para> This chapter contains an overview of the two main tools used in building Debian Live systems. </para>\n"
+"  <section id=\"live-helper\">\n"
+"    <title>\n"
+"      <filename>live-helper</filename>\n"
+"    </title>\n"
+"    <para><filename>live-helper</filename> is a collection of scripts to build Debian Live systems. These scripts are also referred to as \"helpers\". </para>\n"
+"    <para> The idea behind <filename>live-helper</filename> is to be a framework that uses a configuration directory to completely automate and customize all aspects of building a Live image. </para>\n"
+"    <para> Many concepts are similar to those in the <command>debhelper</command> Debian package tools written by Joey Hess: </para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para> The scripts have a central location for configuring their operation. </para>\n"
+"        <para> In <command>debhelper</command>, this is the <filename class=\"directory\">debian</filename> subdirectory of a package tree. For example, <command>dh_install</command> will look for a file called <filename>debian/&lt;packagename&gt;.install</filename> to determine which files should exist in a particular binary package. In much the same way, <filename>live-helper</filename> stores its configuration entirely under a <filename class=\"directory\">config/</filename> subdirectory. </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> The scripts are independent - that is to say, it is always safe to run each command. </para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"    <para> Unlike <command>debhelper</command>, <filename>live-helper</filename> contains a tool to generate a skeleton configuration directory, <filename>lh config</filename>. This could be considered to be similar to tools such as <command>dh-make</command>. For more information about <filename>lh config</filename>, please see <xref linkend=\"lh-config\"/>. </para>\n"
+"    <para> Besides the common <filename>config/common</filename>, which is used by all <filename>live-helper</filename> helper commands, some additional files can be used to configure the behavior of specific helper commands. These files are typically named <command>config/helper</command> or <command>config/stage</command> (where \"stage\", of course, is replaced with the name of the stage that they belong to, and \"helper\" with the name of the helper). </para>\n"
+"    <para> For example, the <command>lh bootstrap debootstrap</command> helper command uses files named <filename>config/bootstrap</filename> and <filename>config/bootstrap_debootstrap</filename> to read the options it will use. Generally, these files contain variables with values assigned, one variable per line. Some programs in <filename>live-helper</filename> use pairs of values or slightly more complicated variable assignments. </para>\n"
+"    <para><filename>live-helper</filename> respects environment variables which are present in the context of the shell it is running. If variables can be read from config files, then they override environment variables, and if command line options are used, they override values from config files. If no value for a given variable can be found (and is thus unset), <filename>live-helper</filename> will automatically set it to a default value. </para>\n"
+"    <para> All config files are shell scripts which are sourced by a <filename>live-helper</filename> program. That means they have to follow the normal shell syntax. You can also put comments in these files; lines beginning with \"#\" are ignored. </para>\n"
+"    <para> In some rare cases you may want to have different versions of these files for different architectures or distributions. If files named <command>config/stage.arch</command> or <command>config/stage_helper.arch</command>, and <command>config/stage.dist</command> or <command>config/stage_helper.dist</command> exist (where \"arch\" is the same as the output of <command>dpkg --print-architecture</command> and \"dist\" is the same as the codename of the target distribution), then they will be used in preference to the other, more general files. </para>\n"
+"    <para> Please see <xref linkend=\"installation\"/> for information on how to install <filename>live-helper</filename>. </para>\n"
+"    <para> The remainder of this section discusses the three most important helpers: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>lh config</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> Responsible for initialising a Live system configuration directory. See <xref linkend=\"lh-config\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>lh build</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> Responsible for starting a Live system build. See <xref linkend=\"lh-build\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>lh clean</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> Responsible for removing parts of a Live system build. See <xref linkend=\"lh-clean\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <section id=\"lh-config\">\n"
+"      <title>The <filename>lh config</filename> helper</title>\n"
+"      <para> As discussed in <xref linkend=\"live-helper\"/>, the scripts that make up <filename>live-helper</filename> source their configuration from a single directory named <command>config/</command>. As constructing this directory by hand would be time-consuming and error-prone, the <filename>lh config</filename> helper can be used to create skeleton configuration folders. </para>\n"
+"      <para> Issuing <filename>lh config</filename> without any arguments creates a <command>config</command> subdirectory which it populates with some default settings: </para>\n"
+"      <para>\n"
+"        <screen>$ lh config $ ls -l total 4.1k drwxr-xr-x 19 user group 4.1k 2008-05-09 21:37 config $ ls -l config/ total 104 -rw-r--r-- 1 user group 4175 2010-04-11 12:16 binary drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_debian-installer drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_debian-installer-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_grub drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-debs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-udebs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_rootfs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_syslinux -rw-r--r-- 1 user group 2205 2010-04-11 12:16 bootstrap -rw-r--r-- 1 user group 1599 2010-04-11 12:16 chroot drwxr-xr-x 2 user group 4096 2010-0
 4-11 12:16 chroot_apt drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-packages drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-patches drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-preseed drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_sources -rw-r--r-- 1 user group 2938 2010-04-11 12:16 common drwxr-xr-x 2 user group 4096 2010-04-11 12:16 includes -rw-r--r-- 1 user group 206 2010-04-11 12:16 source drwxr-xr-x 2 user group 4096 2010-04-11 12:16 templates </screen>\n"
+"      </para>\n"
+"      <para> Using <filename>lh config</filename> without any arguments would be suitable for users who are either happy editing the generated files, or are simply happy with the defaults it creates. </para>\n"
+"      <para> You can ask <filename>lh config</filename> to generate a <filename class=\"directory\">config/</filename> directory \"preseeded\" with various options. This might be suitable if you do not require the default settings but do not need to change a large number of options. For example: </para>\n"
+"      <para>\n"
+"        <screen>$ lh config -p gnome</screen>\n"
+"      </para>\n"
+"      <para> will build a <filename class=\"directory\">config/</filename> directory configured to include the '<command>gnome</command>' package list. It is possible to specify many options: </para>\n"
+"      <para>\n"
+"        <screen>$ lh config --apt aptitude --binary-images net --hostname live-machine --username live-user ...</screen>\n"
+"      </para>\n"
+"      <para> A full list of options is available in the <command>lh_config</command> man page. Most options have a parallel with an \"<command>LH_</command>\" prefixed variable. </para>\n"
+"    </section>\n"
+"    <section id=\"lh-build\">\n"
+"      <title>The <filename>lh build</filename> helper</title>\n"
+"      <para> The <filename>lh build</filename> helper reads in your configuration from the <filename class=\"directory\">config/</filename> directory. It then runs the lower lower level commands needed to build your Live system. </para>\n"
+"    </section>\n"
+"    <section id=\"lh-clean\">\n"
+"      <title>The <filename>lh clean</filename> helper</title>\n"
+"      <para> It is the job of the <filename>lh clean</filename> helper to remove various parts of a Live helper build so subsequent builds can start from a clean state. </para>\n"
+"    </section>\n"
+"  </section>\n"
+"  <section id=\"live-initramfs\">\n"
+"    <title>The <filename>live-initramfs</filename> package</title>\n"
+"    <para><filename>live-initramfs</filename> is a collection of scripts providing hooks for the <command>initramfs-tools</command>, used to generate an initramfs capable of booting live systems, such as those created by <command>live-helper</command>. This includes the Debian Live isos, netboot tarballs, and usb stick images. </para>\n"
+"    <para> At boot time it will look for read-only media containing a \"/live\" directory where a root filesystem (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environment, using aufs or unionfs, for Debian like systems to boot from. </para>\n"
+"    <para><filename>live-initramfs</filename> is a fork of <ulink url=\"http://packages.ubuntu.com/casper\">casper</ulink>. </para>\n"
+"    <para> More information on initial ramfs in Debian can be found in the <ulink url=\"http://kernel-handbook.alioth.debian.org/\"> Debian Linux Kernel Handbook</ulink>'s chapter on <ulink url=\"http://kernel-handbook.alioth.debian.org/ch-initramfs.html\"> initramfs</ulink>. </para>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_procedures.ssi.po b/manual/po/de/other_procedures.ssi.po
new file mode 100644
index 0000000..0725e3d
--- /dev/null
+++ b/manual/po/de/other_procedures.ssi.po
@@ -0,0 +1,63 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_procedures.ssi:40
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"procedures\">\n"
+"  <title>Procedures</title>\n"
+"  <para>This chapter documents the procedures within the Debian Live project for various tasks that need cooperation with other teams in Debian.</para>\n"
+"  <sect1 id=\"udeb-uploads\">\n"
+"    <title>Udeb Uploads</title>\n"
+"    <para>Before commiting releases of a udeb in d-i svn, one has to call:</para>\n"
+"    <screen>\n"
+"      <command>../../scripts/l10n/output-l10n-changes . -d</command>\n"
+"    </screen>\n"
+"  </sect1>\n"
+"  <sect1 id=\"major-releases\">\n"
+"    <title>Major Releases</title>\n"
+"    <para>Releasing a new stable major version of Debian includes a lot of different teams working together to make it happen. At some point, the Live team comes in and builds live system images. The requirements to do this are:</para>\n"
+"    <itemizedlist>\n"
+"      <listitem>The local debian mirror (debian, debian-security, debian-volatile) of the debian-live buildd needs to be synced against a mirror that contains the released version.</listitem>\n"
+"      <listitem>The names of the image need to be known (e.g. debian-live-VERSION-ARCH-FLAVOUR.iso).</listitem>\n"
+"      <listitem>The data from debian-cd needs to be synced (udeb exclude lists).</listitem>\n"
+"      <listitem>The includes from debian-cd needs to be synced (README.*, doc/*, etc.).</listitem>\n"
+"      <listitem>Images are built and mirrored on cdimage.debian.org.</listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"point-releases\">\n"
+"    <title>Point Releases</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Again, we need updated mirror of both debian and debian-security.</listitem>\n"
+"      <listitem>Before actual images can be built, the sizes of the gnome-desktop and kde-desktop CD images need to be checked that they are not too big.</listitem>\n"
+"      <listitem>Images are built and mirrored on cdimage.debian.org.</listitem>\n"
+"      <listitem>Send announcement mail.</listitem>\n"
+"    </itemizedlist>\n"
+"    <sect2 id=\"point-release-announce-template\">\n"
+"      <title>Point release announcement template</title>\n"
+"      <para>An annoucement mail for point releases can be generated using the template below and the following command:</para>\n"
+"      <screen> $ sed \\ -e 's|%major%|5.0|g' \\ -e 's|%minor%|5.0.2|g' \\ -e 's|%codename%|lenny|g' \\ -e 's|%release_mail%|2009/msg00007.html|g' </screen>\n"
+"      <para>Please check the mail carefully before sending and pass it to others for proof-reading.</para>\n"
+"      <screen> Debian Live images for Debian GNU/Linux %major% updated The Debian Live project is pleased to announce the availability of updated Live images for its stable distribution Debian GNU/Linux %major% (codename \"%codename%\"). The images are available for download at: &lt;http://cdimage.debian.org/cdimage/release/current-live/&gt; This update incorporates the changes made in the %minor% point release, which adds corrections for security problems to the stable release along with a few adjustments for serious problems. A full list of the changes may be viewed at: &lt;http://lists.debian.org/debian-announce/%release_mail%&gt; It also includes the following Live-specific changes: COPYING debian html Makefile manual VERSION xml xsl [INSERT LIVE-SPECIFIC CHANGE HERE] COPYING debian html Makefile manual VERSION xml xsl [INSERT LIVE-SPECIFIC CHANGE HERE] COPYING debian html Makefile manual VERSION xml xsl [LARGER ISSUES MAY DESERVE THEIR OWN SECTION] URLs ---- Download l
 ocation of updated images: &lt;http://cdimage.debian.org/cdimage/release/current-live/&gt; Debian Live project homepage: &lt;http://live.debian.net/&gt; The current stable distribution: &lt;http://ftp.debian.org/debian/dists/stable&gt; stable distribution information (release notes, errata etc.): &lt;http://www.debian.org/releases/stable/&gt; Security announcements and information: &lt;http://www.debian.org/security/&gt; About Debian ------------- The Debian Project is an association of Free Software developers who volunteer their time and effort in order to produce the completely free operating system Debian GNU/Linux. About Debian Live ----------------- Debian Live is an official sub-project of Debian which produces Debian systems that do not require a classical installer. Images are available for CD/DVD discs, USB sticks and PXE netbooting as well as a bare filesystem images for booting directly from the internet. Contact Information ------------------- For further inform
 ation, please visit the Debian Live web pages at &lt;http://live.debian.net/&gt; or alternatively send mail to &lt;debian-live at lists.debian.org&gt;. </screen>\n"
+"    </sect2>\n"
+"  </sect1>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_reporting-bugs.ssi.po b/manual/po/de/other_reporting-bugs.ssi.po
new file mode 100644
index 0000000..11973e2
--- /dev/null
+++ b/manual/po/de/other_reporting-bugs.ssi.po
@@ -0,0 +1,138 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_reporting-bugs.ssi:115
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"bugs\">\n"
+"  <title>Reporting bugs</title>\n"
+"  <para>Debian Live is far from being perfect, but we want to make it as close as possible to perfect - with your help. Do not hesitate to report a bug: it is better to fill a report twice than never. However, this chapter includes recommendations how to file good bug reports.</para>\n"
+"  <para>For the impatient:</para>\n"
+"  <itemizedlist>\n"
+"    <listitem>\n"
+"      <para> Always check first the image status updates on <ulink url=\"http://live.debian.net/\">our homepage</ulink> for known issues. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para> Always try to reproduce the bug with the <emphasis>most recent version of <filename>live-helper</filename> and <filename>live-initramfs</filename></emphasis> before submitting a bug report. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para> Try to give <emphasis>as specific information as possible</emphasis> about the bug. This includes (at least) the version of <filename>live-helper</filename> and <filename>live-initramfs</filename> used and the distribution of the live system you are building. </para>\n"
+"    </listitem>\n"
+"  </itemizedlist>\n"
+"  <section id=\"known-issues\">\n"
+"    <title>Known issues</title>\n"
+"    <para>Due to the nature of Debian testing and Debian unstable branches being a moving target, building a live system may not always be possible.</para>\n"
+"    <para>If this is a problem, do not build a system based on testing or unstable, but go with stable. live-helper does always default to the current stable release.</para>\n"
+"    <para>Currently known issues are listed under the section 'status' on <ulink url=\"http://live.debian.net/\">our homepage</ulink>.</para>\n"
+"    <para>It is out of the scope of this manual to train you in correctly identifying and fixing problems in packages of the development branches, however, there are two things you can always try: When not succeeding to build testing, try if unstable works. If unstable does not work either, revert to testing and pinning the newer version of the failing package from unstable.</para>\n"
+"  </section>\n"
+"  <section id=\"rebuild-from-scratch\">\n"
+"    <title>Rebuild from scratch</title>\n"
+"    <para>To ensure that a particular bug is not caused by an unclean built system, please always rebuild the whole live system from scratch to see if the bug is reproducible.</para>\n"
+"  </section>\n"
+"  <section id=\"up-to-date\">\n"
+"    <title>Use up-to-date packages</title>\n"
+"    <para>This means</para>\n"
+"    <para>Using outdated packages can cause significant problems when trying to reproduce (and ultimately fix) your problem. If a relevant package is not available in Debian anymore, please recognize that the resources of the Debian kernel team are limited and will be unlikely to be able to fix the problem.</para>\n"
+"  </section>\n"
+"  <section id=\"collect-information\">\n"
+"    <title>Collect information</title>\n"
+"    <para>Please provide enough information with your report. At a minimum, it should contain the exact version of <filename>live-helper</filename> version where the bug is encountered, and steps to reproduce it. Please use common sense and include other relevant information if you think that it might help in solving the problem.</para>\n"
+"    <para>To make the most out of your bug report, we require at least the following information:</para>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>Architecture of the host system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Version of <filename>live-helper</filename> on the host system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Version of <filename>live-initramfs</filename> on the live system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Version of <filename>debootstrap</filename> and/or <filename>cdebootstrap</filename> on the host system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Architecture of the live system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Distribution of the live system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Version of the kernel on the live system</para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"    <para> You can generate a log of the build process by using the <filename>tee</filename> command: </para>\n"
+"    <screen> # lh_build 2&gt;&amp;1 | tee buildlog.txt </screen>\n"
+"    <para>Additionally, to rule out other errors, it is always a good idea to tar up your config directory and upload it somewhere (do *not* send it as an attachment to the mailinglist), so that we can try to reproduce the errors you encountered.</para>\n"
+"    <para>Remember to send in any logs that were produced with English locale settings, e.g. run your live-helper commands with a leading <code>LC_ALL=C</code> or <code>LC_ALL=en_US</code>.</para>\n"
+"  </section>\n"
+"  <section id=\"correct-package\">\n"
+"    <title>Use the correct package to report the bug against</title>\n"
+"    <para>Where does the bug appear?</para>\n"
+"    <para>\n"
+"      <variablelist>\n"
+"        <varlistentry>\n"
+"          <term>At build time whilst bootstrapping</term>\n"
+"          <listitem>\n"
+"            <para>\n"
+"              <para><filename>live-helper</filename> first bootstraps a basic Debian system with <command>debootstrap</command> or <command>cdebootstrap</command>. Depending on the bootstrapping tool used and the Debian distribution it is bootstrapping, it may fail. If a bug appears here, check if the error is related to a specific Debian package (most likely), or if it is related to cdebootstrap itself.</para>\n"
+"              <para>In both cases, this is not a bug in Debian Live, but rather in Debian itself which we can not fix this directly. Please report such a bug against <command>debootstrap</command>, <command>cdebootstrap</command> or the failing package.</para>\n"
+"            </para>\n"
+"          </listitem>\n"
+"        </varlistentry>\n"
+"        <varlistentry>\n"
+"          <term>At build time whilst installing packages</term>\n"
+"          <listitem>\n"
+"            <para><filename>live-helper</filename> installs additional packages from the Debian archive and depending on the Debian distribution used and the daily archive state, it can fail. If a bug appears here, check if the error is also reproducible on a normal system.</para>\n"
+"            <para>If this is the case, this is not a bug in Debian Live, but rather in Debian - please report it against the failing package. Running <filename>debootstrap</filename> seperately from the Live system build or running <filename>lh_bootstrap</filename> with <command>--debug</command> will give you more information.</para>\n"
+"            <para>Also, if you are using a local mirror and/or any of sort of proxy and you are experiencing a problem, please always reproduce it first by bootstrapping from an official mirror.</para>\n"
+"          </listitem>\n"
+"        </varlistentry>\n"
+"        <varlistentry>\n"
+"          <term>At boot-time</term>\n"
+"          <listitem>\n"
+"            <para> If your image does not boot, please report it to the mailing list together with the information requested in <xref linkend=\"collect-information\"/>. Do not forget to mention, how/when the image failed, in Qemu, VMWare or real hardware. If you are using a virtualization technology of any kind, please always run it on real hardware before reporting a bug. Providing a screenshot of the failure is also very helpful. </para>\n"
+"          </listitem>\n"
+"        </varlistentry>\n"
+"        <varlistentry>\n"
+"          <term>At run-time</term>\n"
+"          <listitem>\n"
+"            <para>If a package was successfully installed, but fails while actually running the Live system, this is probably a bug in Debian Live. However, </para>\n"
+"          </listitem>\n"
+"        </varlistentry>\n"
+"      </variablelist>\n"
+"    </para>\n"
+"  </section>\n"
+"  <section id=\"research\">\n"
+"    <title>Do the research</title>\n"
+"    <para>Before filing the bug, please search the web for the particular error message or symptom you are getting. As it is highly unlikely that you are the only person experiencing a particular problem, there is always a chance that it has been discussed elsewhere, and a possible solution, patch, or workaround has been proposed.</para>\n"
+"    <para>You should pay particular attention to the Debian Live mailing list, as well as the homepage, as these are likely to contain the most up-to-date information. If such information exists, always include the references to it in your bug report.</para>\n"
+"    <para>In addition, you should check the <ulink url=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-helper\">current bug list for <filename>live-helper</filename></ulink> and the <ulink url=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-initramfs\">current bug list for live-initramfs</ulink> to see whether something similar has been reported already.</para>\n"
+"  </section>\n"
+"  <section id=\"where\">\n"
+"    <title>Where to report bugs</title>\n"
+"    <para>The Debian Live project keeps track of all bugs in the Debian Bug Tracking System (BTS). For information on how to use the system, please see <ulink url=\"http://bugs.debian.org\">http://bugs.debian.org</ulink>. You can also submit the bugs by using the <command>reportbug</command> command from the package with the same name.</para>\n"
+"    <para>In general, you should report build time errors against the <ulink url=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-helper\">live-helper</ulink> package and run time errors against <ulink url=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-initramfs\">live-initramfs</ulink>. If you are unsure of which package is appropriate or need more help before submitting a bug report, please send a message to the mailing list and we will help you to figure it out.</para>\n"
+"    <para>Please note that bugs found in distributions derived from Debian (such as Ubuntu, Knoppix, Xandros, etc.) should <emphasis>not</emphasis> be reported to the Debian BTS unless they can be also reproduced on a Debian system using official Debian packages.</para>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_resources.ssi.po b/manual/po/de/other_resources.ssi.po
new file mode 100644
index 0000000..b2bc60e
--- /dev/null
+++ b/manual/po/de/other_resources.ssi.po
@@ -0,0 +1,84 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_resources.ssi:61
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"resources\">\n"
+"  <title>Resources and links</title>\n"
+"  <section>\n"
+"    <title>Links</title>\n"
+"    <para>FIXME</para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://www.debian.org/\">Debian homepage</ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>English sources related to debian live</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://en.wikipedia.org/wiki/Debian_Live\">Debian_Live definition on Wikipedia </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://layer-acht.org/slides/20070115_debian-live_LCA2007.odp\"> Presentation on Debian-Live </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>German sources related to debian live</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://wiki.skolelinux.de/DebianLive\"> German translation (work in progress) </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://www.linux-magazin.de/online_artikel/workshop_debian_live_system_mit_etch\"> Article in linux-magazin.de </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://wiki.freenetproject.org/deDebianLiveCD\"> Another german documentation </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>Spanish sources related to debian live</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://el-directorio.org/DebianLive\"> Spanish documentation project </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_success-stories.ssi.po b/manual/po/de/other_success-stories.ssi.po
new file mode 100644
index 0000000..0fc14d0
--- /dev/null
+++ b/manual/po/de/other_success-stories.ssi.po
@@ -0,0 +1,30 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_success-stories.ssi:7
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"success-stories\">\n"
+"  <title>Success Stories</title>\n"
+"  <para>This chapter documents success stories with Debian Live applied.</para>\n"
+"  <para>FIXME</para>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_troubleshooting.ssi.po b/manual/po/de/other_troubleshooting.ssi.po
new file mode 100644
index 0000000..e8302bc
--- /dev/null
+++ b/manual/po/de/other_troubleshooting.ssi.po
@@ -0,0 +1,43 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_troubleshooting.ssi:20
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"troubleshooting\">\n"
+"  <title>Hints for troubleshooting</title>\n"
+"  <para>To check on the client </para>\n"
+"  <itemizedlist>\n"
+"    <listitem>\n"
+"      <para> look at /live.log and /netboot.conf</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para> could the image be mounted </para>\n"
+"    </listitem>\n"
+"  </itemizedlist>\n"
+"  <para>To check on the pc that creates the image </para>\n"
+"  <itemizedlist>\n"
+"    <listitem>\n"
+"      <para>was chroot unmounted after build? (it should) </para>\n"
+"    </listitem>\n"
+"  </itemizedlist>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/other_use-cases.ssi.po b/manual/po/de/other_use-cases.ssi.po
new file mode 100644
index 0000000..5299d23
--- /dev/null
+++ b/manual/po/de/other_use-cases.ssi.po
@@ -0,0 +1,157 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/other_use-cases.ssi:87
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"use-cases\">\n"
+"  <title>Use Cases</title>\n"
+"  <para>This chapter is for users to document their use cases with Debian Live.</para>\n"
+"  <sect1 id=\"vnc-kiosk\">\n"
+"    <title>VNC Kiosk Client</title>\n"
+"    <para>Create an image with <filename>live-helper</filename> to boot directly to a VNC server.</para>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>Make a build directory: <screen>$ mkdir vncBuild</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Move to the build directory: <screen>$ cd vncBuild</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Example to config the build directory to include gdm metacity xtightvncviewer: <screen>$ lh config --packages \"gdm metacity xtightvncviewer\"</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Create a folder /etc/skel folder for a custom .xsession for the default user: <screen>$ mkdir -p config/chroot_local-includes/etc/skel</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Create the .xsession for the default user: <screen>$ touch config/chroot_local-includes/etc/skel/.xsession</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Edit the .xsession file to launch metacity and start xvncviewer with something similar to the below: <screen> #!/bin/sh /usr/bin/metacity &amp; /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT exit </screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Build the image: <screen># lh build</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Enjoy.</para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"vmware-player\">\n"
+"    <title>VMWare-Player Sessions</title>\n"
+"    <para>Create an image with <filename>live-helper</filename> to boot directly to a specifiv VMWare session.</para>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>Make a build directory: <screen>$ mkdir VMWare-Player</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Move to the build directory: <screen>$ cd VMWare-Player</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Example to config the build directory to include gdm metacity xtightvncviewer:\n"
+"          <screen>$ 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"
+"          </screen>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Create the 01-vmware-player hook: <screen>$ touch config/chroot_local-hooks/01-vmware-player.sh</screen> </para>\n"
+"      </listitem>\n"
+"     <listitem>\n"
+"        <para>Edit the 01-vmware-player hook to launch the VMWare-Player. The hook should look something like the below: \n"
+"          <screen>\n"
+"#!/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"
+msgstr ""
+
+#. type: Plain text
+#: en/other_use-cases.ssi:129
+#, no-wrap
+msgid ""
+"          </screen>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Build the image (note that during the build the VMWare-Player will prompt you to install or cancel): <screen># lh build</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <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:\n"
+"          <screen>live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME</screen>\n"
+"Notes from the 900-vmware-player file are as follows:\n"
+"          <screen># 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"
+"          </screen>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Enjoy.</para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/po/de/overview.xml.po b/manual/po/de/overview.xml.po
deleted file mode 100644
index 7ec23cc..0000000
--- a/manual/po/de/overview.xml.po
+++ /dev/null
@@ -1,356 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
-"PO-Revision-Date: 2010-06-18 17:51+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><section><title>
-#: en/about_manual.xml:35 en/overview.xml:7
-msgid "<filename>live-helper</filename>"
-msgstr ""
-
-#. 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
-msgid "<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><title>
-#: en/overview.xml:4
-msgid "Overview of tools"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/overview.xml:5
-msgid ""
-"This chapter contains an overview of the two main tools used in building "
-"Debian Live systems."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:8
-msgid ""
-"<filename>live-helper</filename> is a collection of scripts to build Debian "
-"Live systems. These scripts are also referred to as \"helpers\"."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:9
-msgid ""
-"The idea behind <filename>live-helper</filename> is to be a framework that "
-"uses a configuration directory to completely automate and customize all "
-"aspects of building a Live image."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:10
-msgid ""
-"Many concepts are similar to those in the <command>debhelper</command> "
-"Debian package tools written by Joey Hess:"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/overview.xml:13
-msgid "The scripts have a central location for configuring their operation."
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/overview.xml:14
-msgid ""
-"In <command>debhelper</command>, this is the <filename class=\"directory"
-"\">debian</filename> subdirectory of a package tree. For example, "
-"<command>dh_install</command> will look for a file called <filename>debian/"
-"&lt;packagename&gt;.install</filename> to determine which files should exist "
-"in a particular binary package. In much the same way, <filename>live-helper</"
-"filename> stores its configuration entirely under a <filename class="
-"\"directory\">config/</filename> subdirectory."
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/overview.xml:17
-msgid ""
-"The scripts are independent - that is to say, it is always safe to run each "
-"command."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:20
-msgid ""
-"Unlike <command>debhelper</command>, <filename>live-helper</filename> "
-"contains a tool to generate a skeleton configuration directory, <filename>lh "
-"config</filename>. This could be considered to be similar to tools such as "
-"<command>dh-make</command>. For more information about <filename>lh config</"
-"filename>, please see <xref linkend=\"lh-config\"/>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:21
-msgid ""
-"Besides the common <filename>config/common</filename>, which is used by all "
-"<filename>live-helper</filename> helper commands, some additional files can "
-"be used to configure the behavior of specific helper commands. These files "
-"are typically named <command>config/helper</command> or <command>config/"
-"stage</command> (where \"stage\", of course, is replaced with the name of "
-"the stage that they belong to, and \"helper\" with the name of the helper)."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:22
-msgid ""
-"For example, the <command>lh bootstrap debootstrap</command> helper command "
-"uses files named <filename>config/bootstrap</filename> and <filename>config/"
-"bootstrap_debootstrap</filename> to read the options it will use. Generally, "
-"these files contain variables with values assigned, one variable per line. "
-"Some programs in <filename>live-helper</filename> use pairs of values or "
-"slightly more complicated variable assignments."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:23
-msgid ""
-"<filename>live-helper</filename> respects environment variables which are "
-"present in the context of the shell it is running. If variables can be read "
-"from config files, then they override environment variables, and if command "
-"line options are used, they override values from config files. If no value "
-"for a given variable can be found (and is thus unset), <filename>live-"
-"helper</filename> will automatically set it to a default value."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:24
-msgid ""
-"All config files are shell scripts which are sourced by a <filename>live-"
-"helper</filename> program. That means they have to follow the normal shell "
-"syntax. You can also put comments in these files; lines beginning with \"#\" "
-"are ignored."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:25
-msgid ""
-"In some rare cases you may want to have different versions of these files "
-"for different architectures or distributions. If files named <command>config/"
-"stage.arch</command> or <command>config/stage_helper.arch</command>, and "
-"<command>config/stage.dist</command> or <command>config/stage_helper.dist</"
-"command> exist (where \"arch\" is the same as the output of <command>dpkg --"
-"print-architecture</command> and \"dist\" is the same as the codename of the "
-"target distribution), then they will be used in preference to the other, "
-"more general files."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:26
-msgid ""
-"Please see <xref linkend=\"installation\"/> for information on how to "
-"install <filename>live-helper</filename>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:27
-msgid ""
-"The remainder of this section discusses the three most important helpers:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/overview.xml:31
-msgid "<filename>lh config</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/overview.xml:34
-msgid ""
-"Responsible for initialising a Live system configuration directory. See "
-"<xref linkend=\"lh-config\"/> for more information."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/overview.xml:39
-msgid "<filename>lh build</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/overview.xml:42
-msgid ""
-"Responsible for starting a Live system build. See <xref linkend=\"lh-build\"/"
-"> for more information."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/overview.xml:47
-msgid "<filename>lh clean</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/overview.xml:50
-msgid ""
-"Responsible for removing parts of a Live system build. See <xref linkend="
-"\"lh-clean\"/> for more information."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/overview.xml:55
-msgid "The <filename>lh config</filename> helper"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:56
-msgid ""
-"As discussed in <xref linkend=\"live-helper\"/>, the scripts that make up "
-"<filename>live-helper</filename> source their configuration from a single "
-"directory named <command>config/</command>. As constructing this directory "
-"by hand would be time-consuming and error-prone, the <filename>lh config</"
-"filename> helper can be used to create skeleton configuration folders."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:57
-msgid ""
-"Issuing <filename>lh config</filename> without any arguments creates a "
-"<command>config</command> subdirectory which it populates with some default "
-"settings:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/overview.xml:59
-#, no-wrap
-msgid "$ lh config $ ls -l total 4.1k drwxr-xr-x 19 user group 4.1k 2008-05-09 21:37 config $ ls -l config/ total 104 -rw-r--r-- 1 user group 4175 2010-04-11 12:16 binary drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_debian-installer drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_debian-installer-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_grub drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-debs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-udebs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_rootfs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_syslinux -rw-r--r-- 1 user group 2205 2010-04-11 12:16 bootstrap -rw-r--r-- 1 user group 1599 2010-04-11 12:16 chroot drwxr-xr-x 2 user group 4096 2010-04-11 12:16
  chroot_apt drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-packages drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-patches drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-preseed drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_sources -rw-r--r-- 1 user group 2938 2010-04-11 12:16 common drwxr-xr-x 2 user group 4096 2010-04-11 12:16 includes -rw-r--r-- 1 user group 206 2010-04-11 12:16 source drwxr-xr-x 2 user group 4096 2010-04-11 12:16 templates "
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:61
-msgid ""
-"Using <filename>lh config</filename> without any arguments would be suitable "
-"for users who are either happy editing the generated files, or are simply "
-"happy with the defaults it creates."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:62
-msgid ""
-"You can ask <filename>lh config</filename> to generate a <filename class="
-"\"directory\">config/</filename> directory \"preseeded\" with various "
-"options. This might be suitable if you do not require the default settings "
-"but do not need to change a large number of options. For example:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/overview.xml:64
-#, no-wrap
-msgid "$ lh config -p gnome"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:66
-msgid ""
-"will build a <filename class=\"directory\">config/</filename> directory "
-"configured to include the '<command>gnome</command>' package list. It is "
-"possible to specify many options:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/overview.xml:68
-#, no-wrap
-msgid "$ lh config --apt aptitude --binary-images net --hostname live-machine --username live-user ..."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:70
-msgid ""
-"A full list of options is available in the <command>lh_config</command> man "
-"page. Most options have a parallel with an \"<command>LH_</command>\" "
-"prefixed variable."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/overview.xml:73
-msgid "The <filename>lh build</filename> helper"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:74
-msgid ""
-"The <filename>lh build</filename> helper reads in your configuration from "
-"the <filename class=\"directory\">config/</filename> directory. It then runs "
-"the lower lower level commands needed to build your Live system."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/overview.xml:77
-msgid "The <filename>lh clean</filename> helper"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:78
-msgid ""
-"It is the job of the <filename>lh clean</filename> helper to remove various "
-"parts of a Live helper build so subsequent builds can start from a clean "
-"state."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/overview.xml:82
-msgid "The <filename>live-initramfs</filename> package"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:83
-msgid ""
-"<filename>live-initramfs</filename> is a collection of scripts providing "
-"hooks for the <command>initramfs-tools</command>, used to generate an "
-"initramfs capable of booting live systems, such as those created by "
-"<command>live-helper</command>. This includes the Debian Live isos, netboot "
-"tarballs, and usb stick images."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:84
-msgid ""
-"At boot time it will look for read-only media containing a \"/live\" "
-"directory where a root filesystem (often a compressed filesystem image like "
-"squashfs) is stored. If found, it will create a writable environment, using "
-"aufs or unionfs, for Debian like systems to boot from."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:85
-msgid ""
-"<filename>live-initramfs</filename> is a fork of <ulink url=\"http://"
-"packages.ubuntu.com/casper\">casper</ulink>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:86
-msgid ""
-"More information on initial ramfs in Debian can be found in the <ulink url="
-"\"http://kernel-handbook.alioth.debian.org/\"> Debian Linux Kernel Handbook</"
-"ulink>'s chapter on <ulink url=\"http://kernel-handbook.alioth.debian.org/ch-"
-"initramfs.html\"> initramfs</ulink>."
-msgstr ""
diff --git a/manual/po/de/procedures.xml.po b/manual/po/de/procedures.xml.po
deleted file mode 100644
index d2adb91..0000000
--- a/manual/po/de/procedures.xml.po
+++ /dev/null
@@ -1,95 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 17:46+0300\n"
-"PO-Revision-Date: 2010-06-06 17:46+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><title>
-#: en/procedures.xml:6
-msgid "Procedures"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/procedures.xml:7
-msgid ""
-"This chapter documents the procedures within the Debian Live project for "
-"various tasks that need cooperation with other teams in Debian."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/procedures.xml:9
-msgid "Udeb Uploads"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/procedures.xml:10
-msgid "Before commiting releases of a udeb in d-i svn, one has to call:"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><screen>
-#: en/procedures.xml:12
-#, no-wrap
-msgid ""
-"      <command>../../scripts/l10n/output-l10n-changes . -d</command>\n"
-"    "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/procedures.xml:16
-msgid "Major Releases"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/procedures.xml:17
-msgid ""
-"Releasing a new stable major version of Debian includes a lot of different "
-"teams working together to make it happen. At some point, the Live team comes "
-"in and builds live system images. The requirements to do this are:"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/procedures.xml:27
-msgid "Point Releases"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><sect2><title>
-#: en/procedures.xml:35
-msgid "Point release announcement template"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><sect2><para>
-#: en/procedures.xml:36
-msgid ""
-"An annoucement mail for point releases can be generated using the template "
-"below and the following command:"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><sect2><screen>
-#: en/procedures.xml:37
-#, no-wrap
-msgid " $ sed \\ -e 's|%major%|5.0|g' \\ -e 's|%minor%|5.0.2|g' \\ -e 's|%codename%|lenny|g' \\ -e 's|%release_mail%|2009/msg00007.html|g' "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><sect2><para>
-#: en/procedures.xml:38
-msgid ""
-"Please check the mail carefully before sending and pass it to others for "
-"proof-reading."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><sect2><screen>
-#: en/procedures.xml:39
-#, no-wrap
-msgid " Debian Live images for Debian GNU/Linux %major% updated The Debian Live project is pleased to announce the availability of updated Live images for its stable distribution Debian GNU/Linux %major% (codename \"%codename%\"). The images are available for download at: &lt;http://cdimage.debian.org/cdimage/release/current-live/&gt; This update incorporates the changes made in the %minor% point release, which adds corrections for security problems to the stable release along with a few adjustments for serious problems. A full list of the changes may be viewed at: &lt;http://lists.debian.org/debian-announce/%release_mail%&gt; It also includes the following Live-specific changes: COPYING debian html Makefile manual VERSION xml xsl [INSERT LIVE-SPECIFIC CHANGE HERE] COPYING debian html Makefile manual VERSION xml xsl [INSERT LIVE-SPECIFIC CHANGE HERE] COPYING debian html Makefile manual VERSION xml xsl [LARGER ISSUES MAY DESERVE THEIR OWN SECTION] URLs ---- Download location 
 of updated images: &lt;http://cdimage.debian.org/cdimage/release/current-live/&gt; Debian Live project homepage: &lt;http://live.debian.net/&gt; The current stable distribution: &lt;http://ftp.debian.org/debian/dists/stable&gt; stable distribution information (release notes, errata etc.): &lt;http://www.debian.org/releases/stable/&gt; Security announcements and information: &lt;http://www.debian.org/security/&gt; About Debian ------------- The Debian Project is an association of Free Software developers who volunteer their time and effort in order to produce the completely free operating system Debian GNU/Linux. About Debian Live ----------------- Debian Live is an official sub-project of Debian which produces Debian systems that do not require a classical installer. Images are available for CD/DVD discs, USB sticks and PXE netbooting as well as a bare filesystem images for booting directly from the internet. Contact Information ------------------- For further information, p
 lease visit the Debian Live web pages at &lt;http://live.debian.net/&gt; or alternatively send mail to &lt;debian-live at lists.debian.org&gt;. "
-msgstr ""
diff --git a/manual/po/de/project.ssi.po b/manual/po/de/project.ssi.po
new file mode 100644
index 0000000..b92aa4b
--- /dev/null
+++ b/manual/po/de/project.ssi.po
@@ -0,0 +1,28 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/project.ssi:5
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<part>\n"
+"  <title>Project</title>\n"
+"</part>\n"
+msgstr ""
diff --git a/manual/po/de/project.xml.po b/manual/po/de/project.xml.po
deleted file mode 100644
index d49a383..0000000
--- a/manual/po/de/project.xml.po
+++ /dev/null
@@ -1,266 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 19:32+0300\n"
-"PO-Revision-Date: 2010-06-18 19:04+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <sect1><title>
-#: en/about/project.xml:4
-msgid "About the Debian Live Project"
-msgstr "Über das Debian Live Projekt"
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/project.xml:6
-msgid "Motivation"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about/project.xml:8
-msgid "What is wrong with current live systems"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:9
-msgid ""
-"When Debian Live was initiated, there were already several Debian based live "
-"systems available and they are doing a great job. From the Debian "
-"perspective most of them have one or more of the following disadvantages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:12
-msgid "They are unofficial projects, developed outside of Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:15
-msgid "They mix different distributions, e.g. testing and unstable."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:18
-msgid "They support i386 only."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:21
-msgid ""
-"They modify the behaviour and/or appearance of packages by stripping them "
-"down to save space."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:24
-msgid "They include unofficial packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:27
-msgid ""
-"They ship custom kernels with additional patches that are not part of Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:30
-msgid ""
-"They are large and slow due to their sheer size and thus not suitable for "
-"rescue issues."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:33
-msgid ""
-"They are not available in different flavours, e.g. CDs, DVDs, USB-stick and "
-"netboot images."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about/project.xml:38
-msgid "Why create our own live system?"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:39
-msgid ""
-"Debian is the Universal Operating System: Debian has an official live system "
-"for showing around and to officially represent the true, one and only Debian "
-"system with the following main advantages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:42
-msgid "It would be an official Debian subproject."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:45
-msgid "It reflects the (current) state of one distribution."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:48
-msgid "It runs on as many architectures as possible."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:51
-msgid "It consists of unchanged Debian packages only."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:54
-msgid "It does not contain any unofficial packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:57
-msgid "It uses an unaltered Debian kernel with no additional patches."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/project.xml:63
-msgid "Philosophy"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about/project.xml:65
-msgid "Only unchanged, official packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:66
-msgid ""
-"We will only use official packages from the Debian repository in the \"main"
-"\" section. The non-free section is not part of Debian and therefore cannot "
-"be used at all for official live system images."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:67
-msgid ""
-"We will not change any packages. Whenever we need to change something, we "
-"will do that in coordination with its package maintainer in Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:68
-msgid ""
-"As an exception, our own packages such as <filename>live-helper</filename>, "
-"<filename>live-boot</filename> or <filename>live-config</filename> may "
-"temporarily be used from our own repository for development reasons (e.g. to "
-"create development snapshots). They will be uploaded to Debian on a regular "
-"basis."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about/project.xml:71
-msgid "No package configuration of the live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:72
-msgid ""
-"In this phase we will not ship or install sample or alternative "
-"configurations. All packages are used in their default configuration as they "
-"are after a regular installation of Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:73
-msgid ""
-"Whenever we need a different default configuration, we will do that in "
-"coordination with its package maintainer in Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:74
-msgid ""
-"A system for configuring packages is provided using debconf in <command>lh "
-"config</command> (use --preseed FILE) allowing custom configured packages to "
-"be installed in your custom produced Debian Live images, but for official "
-"live images only default configuration will be used. For more information, "
-"please see <xref linkend=\"customization\"/>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:75
-msgid ""
-"Exception: There are a few essential changes needed to bring a live system "
-"to life (e.g. configuring pam to allow empty passwords). These essential "
-"changes have to be kept as minimal as possible and should be merged within "
-"the Debian repository if possible."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/project.xml:79
-msgid "Contact"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/project.xml:82
-msgid "Mailing list"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/project.xml:84
-msgid ""
-"The primary contact for the project is the <ulink url=\"http://lists.debian."
-"org/debian-live/\">mailing list</ulink>. You can email the list directly by "
-"addressing your mail to <email>debian-live at lists.debian.org</email>. The "
-"<ulink url=\"http://lists.debian.org/debian-live/\">list archives</ulink> "
-"are also available."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/project.xml:88
-msgid "IRC"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/project.xml:90
-msgid ""
-"A number of users and developers are present in the <ulink url=\"irc://irc."
-"debian.org/#debian-live\">#debian-live</ulink> channel on <ulink url="
-"\"http://oftc.net\">OFTC</ulink>. When asking a question on IRC, please be "
-"patient for an answer. If no answer is forthcoming, please email the mailing "
-"list."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/project.xml:94
-msgid "BTS"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/project.xml:96
-msgid ""
-"The Debian Bug Tracking System (BTS) contains details of bugs reported by "
-"users and developers. Each bug is given a number, and is kept on file until "
-"it is marked as having been dealt with. For more information, please see "
-"<xref linkend=\"bugs\"/>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/project.xml:100
-msgid "Wiki"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/project.xml:102
-msgid ""
-"The <ulink url=\"http://wiki.debian.org/DebianLive\">Debian Live wiki</"
-"ulink> is a place to gather information, discuss applied technologies, and "
-"document frameworks of Debian Live systems that go beyond the scope of this "
-"document."
-msgstr ""
diff --git a/manual/po/de/reporting-bugs.xml.po b/manual/po/de/reporting-bugs.xml.po
deleted file mode 100644
index 02c4062..0000000
--- a/manual/po/de/reporting-bugs.xml.po
+++ /dev/null
@@ -1,388 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 17:51+0300\n"
-"PO-Revision-Date: 2010-06-18 17:51+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><title>
-#: en/reporting-bugs.xml:4
-msgid "Reporting bugs"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/reporting-bugs.xml:5
-msgid ""
-"Debian Live is far from being perfect, but we want to make it as close as "
-"possible to perfect - with your help. Do not hesitate to report a bug: it is "
-"better to fill a report twice than never. However, this chapter includes "
-"recommendations how to file good bug reports."
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/reporting-bugs.xml:6
-msgid "For the impatient:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:9
-msgid ""
-"Always check first the image status updates on <ulink url=\"http://live."
-"debian.net/\">our homepage</ulink> for known issues."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:12
-msgid ""
-"Always try to reproduce the bug with the <emphasis>most recent version of "
-"<filename>live-helper</filename> and <filename>live-initramfs</filename></"
-"emphasis> before submitting a bug report."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:15
-msgid ""
-"Try to give <emphasis>as specific information as possible</emphasis> about "
-"the bug. This includes (at least) the version of <filename>live-helper</"
-"filename> and <filename>live-initramfs</filename> used and the distribution "
-"of the live system you are building."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:19
-msgid "Known issues"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:20
-msgid ""
-"Due to the nature of Debian testing and Debian unstable branches being a "
-"moving target, building a live system may not always be possible."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:21
-msgid ""
-"If this is a problem, do not build a system based on testing or unstable, "
-"but go with stable. live-helper does always default to the current stable "
-"release."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:22
-msgid ""
-"Currently known issues are listed under the section 'status' on <ulink url="
-"\"http://live.debian.net/\">our homepage</ulink>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:23
-msgid ""
-"It is out of the scope of this manual to train you in correctly identifying "
-"and fixing problems in packages of the development branches, however, there "
-"are two things you can always try: When not succeeding to build testing, try "
-"if unstable works. If unstable does not work either, revert to testing and "
-"pinning the newer version of the failing package from unstable."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:26
-msgid "Rebuild from scratch"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:27
-msgid ""
-"To ensure that a particular bug is not caused by an unclean built system, "
-"please always rebuild the whole live system from scratch to see if the bug "
-"is reproducible."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:30
-msgid "Use up-to-date packages"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:31
-msgid "This means"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:32
-msgid ""
-"Using outdated packages can cause significant problems when trying to "
-"reproduce (and ultimately fix) your problem. If a relevant package is not "
-"available in Debian anymore, please recognize that the resources of the "
-"Debian kernel team are limited and will be unlikely to be able to fix the "
-"problem."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:35
-msgid "Collect information"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:36
-msgid ""
-"Please provide enough information with your report. At a minimum, it should "
-"contain the exact version of <filename>live-helper</filename> version where "
-"the bug is encountered, and steps to reproduce it. Please use common sense "
-"and include other relevant information if you think that it might help in "
-"solving the problem."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:37
-msgid ""
-"To make the most out of your bug report, we require at least the following "
-"information:"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:40
-msgid "Architecture of the host system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:43
-msgid "Version of <filename>live-helper</filename> on the host system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:46
-msgid "Version of <filename>live-initramfs</filename> on the live system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:49
-msgid ""
-"Version of <filename>debootstrap</filename> and/or <filename>cdebootstrap</"
-"filename> on the host system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:52
-msgid "Architecture of the live system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:55
-msgid "Distribution of the live system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:58
-msgid "Version of the kernel on the live system"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:61
-msgid ""
-"You can generate a log of the build process by using the <filename>tee</"
-"filename> command:"
-msgstr ""
-
-#. type: Content of: <chapter><section><screen>
-#: en/reporting-bugs.xml:62
-#, no-wrap
-msgid " # lh_build 2&gt;&amp;1 | tee buildlog.txt "
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:63
-msgid ""
-"Additionally, to rule out other errors, it is always a good idea to tar up "
-"your config directory and upload it somewhere (do *not* send it as an "
-"attachment to the mailinglist), so that we can try to reproduce the errors "
-"you encountered."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:64
-msgid ""
-"Remember to send in any logs that were produced with English locale "
-"settings, e.g. run your live-helper commands with a leading <code>LC_ALL=C</"
-"code> or <code>LC_ALL=en_US</code>."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:67
-msgid "Use the correct package to report the bug against"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:68
-msgid "Where does the bug appear?"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><term>
-#: en/reporting-bugs.xml:72
-msgid "At build time whilst bootstrapping"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para><para>
-#: en/reporting-bugs.xml:75
-msgid ""
-"<filename>live-helper</filename> first bootstraps a basic Debian system with "
-"<command>debootstrap</command> or <command>cdebootstrap</command>. Depending "
-"on the bootstrapping tool used and the Debian distribution it is "
-"bootstrapping, it may fail. If a bug appears here, check if the error is "
-"related to a specific Debian package (most likely), or if it is related to "
-"cdebootstrap itself."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para><para>
-#: en/reporting-bugs.xml:76
-msgid ""
-"In both cases, this is not a bug in Debian Live, but rather in Debian itself "
-"which we can not fix this directly. Please report such a bug against "
-"<command>debootstrap</command>, <command>cdebootstrap</command> or the "
-"failing package."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><term>
-#: en/reporting-bugs.xml:81
-msgid "At build time whilst installing packages"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
-#: en/reporting-bugs.xml:83
-msgid ""
-"<filename>live-helper</filename> installs additional packages from the "
-"Debian archive and depending on the Debian distribution used and the daily "
-"archive state, it can fail. If a bug appears here, check if the error is "
-"also reproducible on a normal system."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
-#: en/reporting-bugs.xml:84
-msgid ""
-"If this is the case, this is not a bug in Debian Live, but rather in Debian "
-"- please report it against the failing package. Running "
-"<filename>debootstrap</filename> seperately from the Live system build or "
-"running <filename>lh_bootstrap</filename> with <command>--debug</command> "
-"will give you more information."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
-#: en/reporting-bugs.xml:85
-msgid ""
-"Also, if you are using a local mirror and/or any of sort of proxy and you "
-"are experiencing a problem, please always reproduce it first by "
-"bootstrapping from an official mirror."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><term>
-#: en/reporting-bugs.xml:89
-msgid "At boot-time"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
-#: en/reporting-bugs.xml:91
-msgid ""
-"If your image does not boot, please report it to the mailing list together "
-"with the information requested in <xref linkend=\"collect-information\"/>. "
-"Do not forget to mention, how/when the image failed, in Qemu, VMWare or real "
-"hardware. If you are using a virtualization technology of any kind, please "
-"always run it on real hardware before reporting a bug. Providing a "
-"screenshot of the failure is also very helpful."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><term>
-#: en/reporting-bugs.xml:95
-msgid "At run-time"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
-#: en/reporting-bugs.xml:97
-msgid ""
-"If a package was successfully installed, but fails while actually running "
-"the Live system, this is probably a bug in Debian Live. However,"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:70
-msgid "<placeholder type=\"variablelist\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:104
-msgid "Do the research"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:105
-msgid ""
-"Before filing the bug, please search the web for the particular error "
-"message or symptom you are getting. As it is highly unlikely that you are "
-"the only person experiencing a particular problem, there is always a chance "
-"that it has been discussed elsewhere, and a possible solution, patch, or "
-"workaround has been proposed."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:106
-msgid ""
-"You should pay particular attention to the Debian Live mailing list, as well "
-"as the homepage, as these are likely to contain the most up-to-date "
-"information. If such information exists, always include the references to it "
-"in your bug report."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:107
-msgid ""
-"In addition, you should check the <ulink url=\"http://bugs.debian.org/cgi-"
-"bin/pkgreport.cgi?src=live-helper\">current bug list for <filename>live-"
-"helper</filename></ulink> and the <ulink url=\"http://bugs.debian.org/cgi-"
-"bin/pkgreport.cgi?src=live-initramfs\">current bug list for live-initramfs</"
-"ulink> to see whether something similar has been reported already."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:110
-msgid "Where to report bugs"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:111
-msgid ""
-"The Debian Live project keeps track of all bugs in the Debian Bug Tracking "
-"System (BTS). For information on how to use the system, please see <ulink "
-"url=\"http://bugs.debian.org\">http://bugs.debian.org</ulink>. You can also "
-"submit the bugs by using the <command>reportbug</command> command from the "
-"package with the same name."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:112
-msgid ""
-"In general, you should report build time errors against the <ulink url="
-"\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-helper\">live-"
-"helper</ulink> package and run time errors against <ulink url=\"http://bugs."
-"debian.org/cgi-bin/pkgreport.cgi?src=live-initramfs\">live-initramfs</"
-"ulink>. If you are unsure of which package is appropriate or need more help "
-"before submitting a bug report, please send a message to the mailing list "
-"and we will help you to figure it out."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:113
-msgid ""
-"Please note that bugs found in distributions derived from Debian (such as "
-"Ubuntu, Knoppix, Xandros, etc.) should <emphasis>not</emphasis> be reported "
-"to the Debian BTS unless they can be also reproduced on a Debian system "
-"using official Debian packages."
-msgstr ""
diff --git a/manual/po/de/resources.xml.po b/manual/po/de/resources.xml.po
deleted file mode 100644
index 45dafbd..0000000
--- a/manual/po/de/resources.xml.po
+++ /dev/null
@@ -1,101 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 12:16+0300\n"
-"PO-Revision-Date: 2010-06-06 12:16+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><para>
-#: en/about_manual.xml:125 en/customization_bootup.xml:11
-#: en/customization_bootup.xml:20 en/customization_bootup.xml:26
-#: en/customization_bootup.xml:38 en/customization_bootup.xml:85
-#: en/customization_bootup.xml:92 en/customization_bootup.xml:99
-#: en/customization_bootup.xml:106 en/customization_packages.xml:36
-#: en/customization_packages.xml:306 en/customization_packages.xml:326
-#: en/customization_packages.xml:384 en/customization_packages.xml:492
-#: en/customization_packages.xml:535 en/live-environment.xml:11
-#: en/resources.xml:11 en/success-stories.xml:11
-msgid "FIXME"
-msgstr ""
-
-#. type: Content of: <chapter><title>
-#: en/resources.xml:7
-msgid "Resources and links"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/resources.xml:10
-msgid "Links"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/resources.xml:14
-msgid "<ulink url=\"http://www.debian.org/\">Debian homepage</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/resources.xml:20
-msgid "English sources related to debian live"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:22
-msgid ""
-"<ulink url=\"http://en.wikipedia.org/wiki/Debian_Live\">Debian_Live "
-"definition on Wikipedia </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:23
-msgid ""
-"<ulink url=\"http://layer-acht.org/slides/20070115_debian-live_LCA2007.odp"
-"\"> Presentation on Debian-Live </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/resources.xml:28
-msgid "German sources related to debian live"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:30
-msgid ""
-"<ulink url=\"http://wiki.skolelinux.de/DebianLive\"> German translation "
-"(work in progress) </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:31
-msgid ""
-"<ulink url=\"http://www.linux-magazin.de/online_artikel/"
-"workshop_debian_live_system_mit_etch\"> Article in linux-magazin.de </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:32
-msgid ""
-"<ulink url=\"http://wiki.freenetproject.org/deDebianLiveCD\"> Another german "
-"documentation </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/resources.xml:37
-msgid "Spanish sources related to debian live"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:39
-msgid ""
-"<ulink url=\"http://el-directorio.org/DebianLive\"> Spanish documentation "
-"project </ulink>"
-msgstr ""
diff --git a/manual/po/de/success-stories.xml.po b/manual/po/de/success-stories.xml.po
deleted file mode 100644
index c0b3eb2..0000000
--- a/manual/po/de/success-stories.xml.po
+++ /dev/null
@@ -1,39 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 12:16+0300\n"
-"PO-Revision-Date: 2010-06-06 12:16+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><para>
-#: en/about_manual.xml:125 en/customization_bootup.xml:11
-#: en/customization_bootup.xml:20 en/customization_bootup.xml:26
-#: en/customization_bootup.xml:38 en/customization_bootup.xml:85
-#: en/customization_bootup.xml:92 en/customization_bootup.xml:99
-#: en/customization_bootup.xml:106 en/customization_packages.xml:36
-#: en/customization_packages.xml:306 en/customization_packages.xml:326
-#: en/customization_packages.xml:384 en/customization_packages.xml:492
-#: en/customization_packages.xml:535 en/live-environment.xml:11
-#: en/resources.xml:11 en/success-stories.xml:11
-msgid "FIXME"
-msgstr ""
-
-#. type: Content of: <chapter><title>
-#: en/success-stories.xml:7
-msgid "Success Stories"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/success-stories.xml:9
-msgid "This chapter documents success stories with Debian Live applied."
-msgstr ""
diff --git a/manual/po/de/troubleshooting.xml.po b/manual/po/de/troubleshooting.xml.po
deleted file mode 100644
index 8e9a7f6..0000000
--- a/manual/po/de/troubleshooting.xml.po
+++ /dev/null
@@ -1,46 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-06 12:07+0300\n"
-"PO-Revision-Date: 2010-06-06 12:07+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><title>
-#: en/chapters/troubleshooting.xml:7
-msgid "Hints for troubleshooting"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/chapters/troubleshooting.xml:9
-msgid "To check on the client"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/chapters/troubleshooting.xml:13
-msgid "look at /live.log and /netboot.conf"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/chapters/troubleshooting.xml:16
-msgid "could the image be mounted"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/chapters/troubleshooting.xml:20
-msgid "To check on the pc that creates the image"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/chapters/troubleshooting.xml:24
-msgid "was chroot unmounted after build? (it should)"
-msgstr ""
diff --git a/manual/po/de/use-cases.xml.po b/manual/po/de/use-cases.xml.po
deleted file mode 100644
index e269374..0000000
--- a/manual/po/de/use-cases.xml.po
+++ /dev/null
@@ -1,271 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\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"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: 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/other/use-cases.xml:4
-msgid "Use Cases"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: 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/other/use-cases.xml:7
-msgid "VNC Kiosk Client"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: 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/other/use-cases.xml:11
-#, no-wrap
-msgid "$ mkdir vncBuild"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: 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/other/use-cases.xml:14
-#, no-wrap
-msgid "$ cd vncBuild"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: 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/other/use-cases.xml:17
-#, no-wrap
-msgid "$ lh config --packages \"gdm metacity xtightvncviewer\""
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: 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/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/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/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/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/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/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/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/po/de/user.ssi.po b/manual/po/de/user.ssi.po
new file mode 100644
index 0000000..8a01705
--- /dev/null
+++ b/manual/po/de/user.ssi.po
@@ -0,0 +1,28 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+0300\n"
+"PO-Revision-Date: 2010-07-09 16:20+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Plain text
+#: en/user.ssi:5
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<part>\n"
+"  <title>User</title>\n"
+"</part>\n"
+msgstr ""
diff --git a/manual/po/de/user.xml.po b/manual/po/de/user.xml.po
deleted file mode 100644
index a3f969a..0000000
--- a/manual/po/de/user.xml.po
+++ /dev/null
@@ -1,21 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
-# This file is distributed under the same license as the live-manual package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual 2.0~a2\n"
-"POT-Creation-Date: 2010-06-18 19:02+0300\n"
-"PO-Revision-Date: 2010-06-18 19:02+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Content of: <part><title>
-#: en/user.xml:4
-msgid "User"
-msgstr ""
diff --git a/manual/po4a.cfg b/manual/po4a.cfg
index 48a8c50..9ef9bf3 100644
--- a/manual/po4a.cfg
+++ b/manual/po4a.cfg
@@ -1,34 +1,32 @@
 [po4a_langs] de
 [po4a_paths] pot/$master.pot $lang:po/$lang/$master.po
-[type: docbook] en/about.xml $lang:$lang/about.xml
-[type: docbook] en/devel.xml $lang:$lang/devel.xml
-[type: docbook] en/index.xml $lang:$lang/index.xml
-[type: docbook] en/other.xml $lang:$lang/other.xml
-[type: docbook] en/project.xml $lang:$lang/project.xml
-[type: docbook] en/user.xml $lang:$lang/user.xml
-[type: docbook] en/about/manual.xml $lang:$lang/about/manual.xml
-[type: docbook] en/about/project.xml $lang:$lang/about/project.xml
-[type: docbook] en/other/appendices_configuration-files.xml $lang:$lang/other/appendices_configuration-files.xml
-[type: docbook] en/other/appendices_configuration-layout.xml $lang:$lang/other/appendices_configuration-layout.xml
-[type: docbook] en/other/basics.xml $lang:$lang/other/basics.xml
-[type: docbook] en/other/coding-style.xml $lang:$lang/other/coding-style.xml
-[type: docbook] en/other/common-tasks.xml $lang:$lang/other/common-tasks.xml
-[type: docbook] en/other/customization_backports.xml $lang:$lang/other/customization_backports.xml
-[type: docbook] en/other/customization_binary.xml $lang:$lang/other/customization_binary.xml
-[type: docbook] en/other/customization_bootup.xml $lang:$lang/other/customization_bootup.xml
-[type: docbook] en/other/customization_contents.xml $lang:$lang/other/customization_contents.xml
-[type: docbook] en/other/customization_internationalization.xml $lang:$lang/other/customization_internationalization.xml
-[type: docbook] en/other/customization_packages.xml $lang:$lang/other/customization_packages.xml
-[type: docbook] en/other/customization.xml $lang:$lang/other/customization.xml
-[type: docbook] en/other/faq.xml $lang:$lang/other/faq.xml
-[type: docbook] en/other/howtos.xml $lang:$lang/other/howtos.xml
-[type: docbook] en/other/installation.xml $lang:$lang/other/installation.xml
-[type: docbook] en/other/live-environment.xml $lang:$lang/other/live-environment.xml
-[type: docbook] en/other/overview.xml $lang:$lang/other/overview.xml
-[type: docbook] en/other/procedures.xml $lang:$lang/other/procedures.xml
-[type: docbook] en/other/reporting-bugs.xml $lang:$lang/other/reporting-bugs.xml
-[type: docbook] en/other/resources.xml $lang:$lang/other/resources.xml
-[type: docbook] en/other/success-stories.xml $lang:$lang/other/success-stories.xml
-[type: docbook] en/other/troubleshooting.xml $lang:$lang/other/troubleshooting.xml
-[type: docbook] en/other/use-cases.xml $lang:$lang/other/use-cases.xml
+[type: text] en/live-manual.ssm $lang:$lang/live-manual.ssm
+[type: text] en/about_manual.ssi $lang:$lang/about_manual.ssi
+[type: text] en/about_project.ssi $lang:$lang/about_project.ssi
+[type: text] en/devel.ssi $lang:$lang/devel.ssi
+[type: text] en/other_basics.ssi $lang:$lang/other_basics.ssi
+[type: text] en/other_coding-style.ssi $lang:$lang/other_coding-style.ssi
+[type: text] en/other_common-tasks.ssi $lang:$lang/other_common-tasks.ssi
+[type: text] en/other_configuration-files.ssi $lang:$lang/other_configuration-files.ssi
+[type: text] en/other_configuration-layout.ssi $lang:$lang/other_configuration-layout.ssi
+[type: text] en/other_customization_backports.ssi $lang:$lang/other_customization_backports.ssi
+[type: text] en/other_customization_binary.ssi $lang:$lang/other_customization_binary.ssi
+[type: text] en/other_customization_bootup.ssi $lang:$lang/other_customization_bootup.ssi
+[type: text] en/other_customization_contents.ssi $lang:$lang/other_customization_contents.ssi
+[type: text] en/other_customization_internationalization.ssi $lang:$lang/other_customization_internationalization.ssi
+[type: text] en/other_customization_packages.ssi $lang:$lang/other_customization_packages.ssi
+[type: text] en/other_customization.ssi $lang:$lang/other_customization.ssi
+[type: text] en/other_faq.ssi $lang:$lang/other_faq.ssi
+[type: text] en/other_howtos.ssi $lang:$lang/other_howtos.ssi
+[type: text] en/other_installation.ssi $lang:$lang/other_installation.ssi
+[type: text] en/other_live-environment.ssi $lang:$lang/other_live-environment.ssi
+[type: text] en/other_overview.ssi $lang:$lang/other_overview.ssi
+[type: text] en/other_procedures.ssi $lang:$lang/other_procedures.ssi
+[type: text] en/other_reporting-bugs.ssi $lang:$lang/other_reporting-bugs.ssi
+[type: text] en/other_resources.ssi $lang:$lang/other_resources.ssi
+[type: text] en/other_success-stories.ssi $lang:$lang/other_success-stories.ssi
+[type: text] en/other_troubleshooting.ssi $lang:$lang/other_troubleshooting.ssi
+[type: text] en/other_use-cases.ssi $lang:$lang/other_use-cases.ssi
+[type: text] en/project.ssi $lang:$lang/project.ssi
+[type: text] en/user.ssi $lang:$lang/user.ssi
 [type: xhtml] en/index.html.in $lang:$lang/index.html.in
diff --git a/manual/pot/about_manual.ssi.pot b/manual/pot/about_manual.ssi.pot
new file mode 100644
index 0000000..a26f3d7
--- /dev/null
+++ b/manual/pot/about_manual.ssi.pot
@@ -0,0 +1,228 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/about_manual.ssi:206
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"meta\">\n"
+"  <title>About this manual</title>\n"
+"  <para> The main goal of this manual is to serve as a single access point to all documentation related to the Debian Live project. It does not include end-user documentation for using a Debian Live system as far as things are live specific. </para>\n"
+"  <para> Some of the commands mentioned in the text must be executed with superuser privileges which can be obtained by becoming the root user via <filename>su</filename> or by using <filename>sudo</filename>. To distinguish between commands which may be executed by an unprivileged user and those requiring superuser privileges, commands are prepended by <command>$</command> or <command>#</command> respectively. This symbol is not a part of the command. </para>\n"
+"  <sect2 id=\"terms\">\n"
+"    <title>Terms</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Live system</term>\n"
+"        <listitem>\n"
+"          <para> An operating system that can boot without installation to a hard drive. Live systems do not alter local operating system(s) or file(s) already installed on the computer hard drive unless instructed to do so. Live systems are typically booted from media such as CDs/DVDs or USB sticks, some may also boot over the network. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Debian Live</term>\n"
+"        <listitem>\n"
+"          <para> The Debian sub-project which maintains the <filename>live-helper</filename>, <filename>live-boot</filename> and <filename>live-config</filename> packages. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Debian Live system</term>\n"
+"        <listitem>\n"
+"          <para> A live system that uses software from the Debian operating system that may be booted from CDs, DVDs, USB sticks, over the network (via netboot images), and over the internet (via boot parameter fetch=URL) </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Build system/host system</term>\n"
+"        <listitem>\n"
+"          <para> The environment used to create the live system. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>live-helper</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> A collection of scripts used to build customised Debian Live systems. <filename>live-helper</filename> was formerly know as <filename>live-package</filename>.</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>live-boot</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> A collection of scripts used to boot live systems. <filename>live-boot</filename> was formerly a part of <filename>live-initramfs</filename>.</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>live-config</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> A collection of scripts used to configure a live systems during the boot process. <filename>live-config</filename> was formerly a part of <filename>live-initramfs</filename>.</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Debian Installer/(d-i)</term>\n"
+"        <listitem>\n"
+"          <para> The official installation system for the Debian distribution. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Cheat codes</term>\n"
+"        <listitem>\n"
+"          <para> FIXME </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>chroot</term>\n"
+"        <listitem>\n"
+"          <para> The chroot program, chroot(8), enables us to run different instances of the GNU/Linux environment on a single system simultaneously without rebooting. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>binary image</term>\n"
+"        <listitem>\n"
+"          <para> On a live system, binary image refers to the binary filesystem and the respective extension, such as binary.iso or binary.img. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Target distribution</term>\n"
+"        <listitem>\n"
+"          <para> The distribution upon which your live system will be based. This can differ from the distribution of your Build System. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term><emphasis>lenny</emphasis>/<emphasis>squeeze</emphasis>/<emphasis>sid</emphasis> stable/testing/unstable</term>\n"
+"        <listitem>\n"
+"          <para> The \"stable\" distribution contains the latest officially released distribution of Debian. The \"testing\" distribution is the staging area for the next stable release. A major advantage of using this distribution is that it has more recent versions of software relative to the \"stable\" release. The \"unstable\" distribution is where active development of Debian occurs. Generally, this distribution is run by developers and those who like to live on the edge. </para>\n"
+"          <para> At the time of writing, <emphasis>lenny</emphasis> is the current \"stable\" release and <emphasis>squeeze</emphasis> is the current \"testing\" release. <emphasis>sid</emphasis> will always be a synonym for the \"unstable\" release. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect2>\n"
+"  <sect2 id=\"authors\">\n"
+"    <title>Authors</title>\n"
+"    <para> A list of authors (in alphabetical order): </para>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para> Ben Armstrong </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Brendan Sleight </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Chris Lamb </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Daniel Baumann </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Franklin Piat </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Jonas Stein </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Kai Hendry </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Marco Amadori </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Mathieu Geli </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Matthias Kirschner </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Richard Nelson </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Trent W. Buck </para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </sect2>\n"
+"  <sect2 id=\"contributing\">\n"
+"    <title>Contributing to this document</title>\n"
+"    <para> This manual is intended as a community project and all proposals for improvements and contributions are extremely welcome. The preferred way to submit a contribution is to send it to the mailing list. Please see <xref linkend=\"contact\"/> for more information. </para>\n"
+"    <para> When submitting a contribution please clearly identify its copyright holder and include the licensing statement. Note that to be accepted the contribution must be licensed under the same license as the rest of the document, namely GPL version 3 or later. </para>\n"
+"    <para> The sources for this manual are maintained using the Git version control system. You can checkout the latest copy by executing: </para>\n"
+"    <para>\n"
+"      <screen>$ git clone git://live.debian.net/git/live-manual.git</screen>\n"
+"    </para>\n"
+"    <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>\n"
+"    <para>\n"
+"      <screen># apt-get install dblatex docbook2odf docbook-xml docbook-xsl libxml2-utils make po4a w3m</screen>\n"
+"    </para>\n"
+"    <para> You may build the live-manual from the top level directory of your git checkout by executing: </para>\n"
+"    <para>\n"
+"      <screen>$ make build</screen>\n"
+"    </para>\n"
+"    <sect3 id=\"commiting\">\n"
+"      <title>Applying patches</title>\n"
+"      <para> Directly commiting to the repository is possible by anyone. However, we ask you to send bigger changes to the mailinglist to discuss them first. In order to push to the repository, the following steps are required. </para>\n"
+"      <itemizedlist>\n"
+"        <listitem>\n"
+"          <para> Fetch the public commit key: </para>\n"
+"          <para>\n"
+"            <screen>$ mkdir -p ~/.ssh/identity.d</screen>\n"
+"            <screen>$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live -O ~/.ssh/identity.d/live-manual at debian-live</screen>\n"
+"            <screen>$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live.pub -O ~/.ssh/identity.d/live-manual at debian-live.pub</screen>\n"
+"            <screen>$ chmod 0600 ~/.ssh/identity.d/live-manual at debian-live*</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> Add the following section to your openssh-client config: </para>\n"
+"          <para>\n"
+"            <screen> $ cat &gt;&gt; ~/.ssh/config &lt;&lt; EOF</screen>\n"
+"            <screen>Host live.debian.net</screen>\n"
+"            <screen>Hostname live.debian.net</screen>\n"
+"            <screen>User gitosis</screen>\n"
+"            <screen>IdentityFile ~/.ssh/identity.d/live-manual at debian-live</screen>\n"
+"            <screen>EOF</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> Checkout a clone of the manual through ssh: </para>\n"
+"          <para>\n"
+"            <screen>$ git clone gitosis at live.debian.net:/live-manual.git</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> After editing the files in manual/en/, please call the 'commit' target in the toplevel directory to sanitize the files and update the translation files:</para>\n"
+"          <para>\n"
+"            <screen>$ make commit</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> After sanitizing commit the changes. Write commit messages, that consist of full useful sentences, starting with a capital letter and ending with a full stop. Usually starting with the form 'Fixing/Adding/Removing/Correcting/': </para>\n"
+"          <para>\n"
+"            <screen>$ git commit -a</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> Push the commit to the server: </para>\n"
+"          <para>\n"
+"            <screen>$ git push</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"      </itemizedlist>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/pot/about_manual.xml.pot b/manual/pot/about_manual.xml.pot
deleted file mode 100644
index fc06211..0000000
--- a/manual/pot/about_manual.xml.pot
+++ /dev/null
@@ -1,446 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/about_manual.xml:4
-msgid "About this manual"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/about_manual.xml:5
-msgid ""
-"The main goal of this manual is to serve as a single access point to all "
-"documentation related to the Debian Live project. It does not include end-"
-"user documentation for using a Debian Live system."
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/about_manual.xml:6
-msgid ""
-"Some of the commands mentioned in the text must be executed with superuser "
-"privileges which can be obtained by becoming the root user via <filename>su</"
-"filename> or by using <filename>sudo</filename>. To distinguish between "
-"commands which may be executed by an unprivileged user and those requiring "
-"superuser privileges, commands are prepended by <command>$</command> or "
-"<command>#</command> respectively. This symbol is not a part of the command."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about_manual.xml:8
-msgid "Terms"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_manual.xml:11
-msgid "Live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:13
-msgid ""
-"An operating system that can boot without installation to a hard drive. Live "
-"systems do not alter local operating system(s) or file(s) already installed "
-"on the computer hard drive unless instructed to do so. Live systems are "
-"typically booted from media such as CDs or DVDs, some may also boot with USB "
-"sticks or over the network (via netboot images)."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_manual.xml:17
-msgid "Debian Live"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:19
-msgid ""
-"The Debian sub-project which maintains the <filename>live-helper</filename> "
-"and <filename>live-initramfs</filename> utilities."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_manual.xml:23
-msgid "Debian Live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:25
-msgid ""
-"A live system that uses software from the Debian operating system that may "
-"be booted from CDs, DVDs, USB sticks, over the network (via netboot images), "
-"and over the internet (via boot parameter fetch=URL)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_manual.xml:29
-msgid "Build system / host system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:31
-msgid "The environment used to create the live system."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/about_manual.xml:35 en/overview.xml:7
-msgid "<filename>live-helper</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:37
-msgid "A collection of scripts used to build customised Debian Live systems."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/about_manual.xml:41 en/installation.xml:69
-msgid "<filename>live-initramfs</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:43
-msgid ""
-"A collection of scripts used to boot live systems. <filename>live-initramfs</"
-"filename> is a fork of <filename>casper</filename> by Canonical, Ltd."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_manual.xml:48
-msgid "<filename>live-package</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:51
-msgid "The former name of <filename>live-helper</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_manual.xml:55
-msgid "Debian Installer / (d-i)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:57
-msgid "The official installation system for the Debian distribution."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about_manual.xml:61 en/customization_bootup.xml:46
-msgid "Cheat codes"
-msgstr ""
-
-#. 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
-msgid "FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_manual.xml:67
-msgid "chroot"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:69
-msgid ""
-"The chroot program, chroot(8), enables us to run different instances of the "
-"GNU/Linux environment on a single system simultaneously without rebooting."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_manual.xml:73
-msgid "binary image"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:75
-msgid ""
-"On a live system, binary image refers to the binary filesystem and the "
-"respective extension, such as binary.iso or binary.img."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_manual.xml:79
-msgid "Target distribution"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:81
-msgid ""
-"The distribution upon which your live system will be based. This can differ "
-"from the distribution of your Build System."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_manual.xml:85
-msgid ""
-"<emphasis>lenny</emphasis>/<emphasis>squeeze</emphasis>/<emphasis>sid</"
-"emphasis> stable/testing/unstable"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:87
-msgid ""
-"The \"stable\" distribution contains the latest officially released "
-"distribution of Debian. The \"testing\" distribution is the staging area for "
-"the next stable release. A major advantage of using this distribution is "
-"that it has more recent versions of software relative to the \"stable\" "
-"release. The \"unstable\" distribution is where active development of Debian "
-"occurs. Generally, this distribution is run by developers and those who like "
-"to live on the edge."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_manual.xml:88
-msgid ""
-"At the time of writing, <emphasis>lenny</emphasis> is the current \"stable\" "
-"release and <emphasis>squeeze</emphasis> is the current \"testing\" release. "
-"<emphasis>sid</emphasis> will always be a synonym for the \"unstable\" "
-"release."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about_manual.xml:94
-msgid "Authors"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about_manual.xml:95
-msgid "A list of authors (in alphabetical order):"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:98
-msgid "Ben Armstrong"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:101
-msgid "Brendan Sleight"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:104
-msgid "Chris Lamb"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:107
-msgid "Daniel Baumann"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:110
-msgid "Franklin Piat"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:113
-msgid "Jonas Stein"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:116
-msgid "Kai Hendry"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:119
-msgid "Marco Amadori"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:122
-msgid "Mathieu Geli"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:125
-msgid "Matthias Kirschner"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:128
-msgid "Richard Nelson"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about_manual.xml:131
-msgid "Trent W. Buck"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about_manual.xml:136
-msgid "Contributing to this document"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about_manual.xml:137
-msgid ""
-"This manual is intended as a community project and all proposals for "
-"improvements and contributions are extremely welcome. The preferred way to "
-"submit a contribution is to send it to the mailing list. Please see <xref "
-"linkend=\"contact\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about_manual.xml:138
-msgid ""
-"When submitting a contribution please clearly identify its copyright holder "
-"and include the licensing statement. Note that to be accepted the "
-"contribution must be licensed under the same license as the rest of the "
-"document, namely GPL version 3 or later."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about_manual.xml:139
-msgid ""
-"The sources for this manual are maintained using the Git version control "
-"system. You can checkout the latest copy by executing:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/about_manual.xml:141
-#, no-wrap
-msgid "$ git clone git://live.debian.net/git/live-manual.git"
-msgstr ""
-
-#. 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
-msgid "<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about_manual.xml:143
-msgid ""
-"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:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/about_manual.xml:145
-#, no-wrap
-msgid "# apt-get install dblatex docbook-xml docbook-xsl make po4a w3m"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about_manual.xml:147
-msgid ""
-"You may build the live-manual from the top level directory of your git "
-"checkout by executing:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/about_manual.xml:149
-#, no-wrap
-msgid "$ make build"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about_manual.xml:152
-msgid "Applying patches"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_manual.xml:153
-msgid ""
-"Directly commiting to the repository is possible by anyone. However, we ask "
-"you to send bigger changes to the mailinglist to discuss them first. In "
-"order to push to the repository, the following steps are required."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about_manual.xml:156
-msgid "Fetch the public commit key:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about_manual.xml:158
-#, no-wrap
-msgid "$ mkdir -p ~/.ssh/identity.d $ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live -O ~/.ssh/identity.d/live-manual at debian-live $ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live.pub -O ~/.ssh/identity.d/live-manual at debian-live.pub $ chmod 0600 ~/.ssh/identity.d/live-manual at debian-live*"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about_manual.xml:162
-msgid "Add the following section to your openssh-client config:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about_manual.xml:164
-#, no-wrap
-msgid " $ cat &gt;&gt; ~/.ssh/config &lt;&lt; EOF Host live.debian.net Hostname live.debian.net User gitosis IdentityFile ~/.ssh/identity.d/live-manual at debian-live EOF"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about_manual.xml:168
-msgid "Checkout a clone of the manual through ssh:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about_manual.xml:170
-#, no-wrap
-msgid "$ git clone gitosis at live.debian.net:/live-manual.git"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about_manual.xml:174
-msgid ""
-"Commit the file after editing. Write commit messages, that consist of full "
-"useful sentences, starting with a capital letter and ending with a full "
-"stop. Usually starting with the form 'Fixing/Adding/Removing/Correcting/':"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about_manual.xml:176
-#, no-wrap
-msgid "$ git commit -a"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about_manual.xml:180
-msgid "Push the commit to the server:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about_manual.xml:182
-#, no-wrap
-msgid "$ git push"
-msgstr ""
diff --git a/manual/pot/about_project.ssi.pot b/manual/pot/about_project.ssi.pot
new file mode 100644
index 0000000..43d1d2c
--- /dev/null
+++ b/manual/pot/about_project.ssi.pot
@@ -0,0 +1,129 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/about_project.ssi:107
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"about\">\n"
+"  <title>About the Debian Live Project</title>\n"
+"  <sect2 id=\"motivation\">\n"
+"    <title>Motivation</title>\n"
+"    <sect3>\n"
+"      <title>What is wrong with current live systems</title>\n"
+"      <para> When Debian Live was initiated, there were already several Debian based live systems available and they are doing a great job. From the Debian perspective most of them have one or more of the following disadvantages: </para>\n"
+"      <orderedlist>\n"
+"        <listitem>\n"
+"          <para> They are unofficial projects, developed outside of Debian. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They mix different distributions, e.g. testing and unstable. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They support i386 only. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They modify the behaviour and/or appearance of packages by stripping them down to save space. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They include unofficial packages. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They ship custom kernels with additional patches that are not part of Debian. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They are large and slow due to their sheer size and thus not suitable for rescue issues. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> They are not available in different flavours, e.g. CDs, DVDs, USB-stick and netboot images. </para>\n"
+"        </listitem>\n"
+"      </orderedlist>\n"
+"    </sect3>\n"
+"    <sect3>\n"
+"      <title>Why create our own live system?</title>\n"
+"      <para> Debian is the Universal Operating System: Debian has an official live system for showing around and to officially represent the true, one and only Debian system with the following main advantages: </para>\n"
+"      <orderedlist>\n"
+"        <listitem>\n"
+"          <para> It would be an official Debian subproject. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It reflects the (current) state of one distribution. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It runs on as many architectures as possible. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It consists of unchanged Debian packages only. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It does not contain any unofficial packages. </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It uses an unaltered Debian kernel with no additional patches. </para>\n"
+"        </listitem>\n"
+"      </orderedlist>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"philosophy\">\n"
+"    <title>Philosophy</title>\n"
+"    <sect3>\n"
+"      <title>Only unchanged, official packages</title>\n"
+"      <para> We will only use official packages from the Debian repository in the \"main\" section. The non-free section is not part of Debian and therefore cannot be used at all for official live system images. </para>\n"
+"      <para> We will not change any packages. Whenever we need to change something, we will do that in coordination with its package maintainer in Debian. </para>\n"
+"      <para> As an exception, our own packages such as <filename>live-helper</filename>, <filename>live-boot</filename> or <filename>live-config</filename> may temporarily be used from our own repository for development reasons (e.g. to create development snapshots). They will be uploaded to Debian on a regular basis. </para>\n"
+"    </sect3>\n"
+"    <sect3>\n"
+"      <title>No package configuration of the live system</title>\n"
+"      <para> In this phase we will not ship or install sample or alternative configurations. All packages are used in their default configuration as they are after a regular installation of Debian. </para>\n"
+"      <para> Whenever we need a different default configuration, we will do that in coordination with its package maintainer in Debian. </para>\n"
+"      <para> A system for configuring packages is provided using debconf in <command>lh config</command> (use --preseed FILE) allowing custom configured packages to be installed in your custom produced Debian Live images, but for official live images only default configuration will be used. For more information, please see <xref linkend=\"customization\"/>. </para>\n"
+"      <para> Exception: There are a few essential changes needed to bring a live system to life (e.g. configuring pam to allow empty passwords). These essential changes have to be kept as minimal as possible and should be merged within the Debian repository if possible. </para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"contact\">\n"
+"    <title>Contact</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Mailing list</term>\n"
+"        <listitem>\n"
+"          <para> The primary contact for the project is the <ulink url=\"http://lists.debian.org/debian-live/\">mailing list</ulink>. You can email the list directly by addressing your mail to <email>debian-live at lists.debian.org</email>. The <ulink url=\"http://lists.debian.org/debian-live/\">list archives</ulink> are also available. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>IRC</term>\n"
+"        <listitem>\n"
+"          <para> A number of users and developers are present in the <ulink url=\"irc://irc.debian.org/#debian-live\">#debian-live</ulink> channel on <ulink url=\"http://oftc.net\">OFTC</ulink>. When asking a question on IRC, please be patient for an answer. If no answer is forthcoming, please email the mailing list. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>BTS</term>\n"
+"        <listitem>\n"
+"          <para> The Debian Bug Tracking System (BTS) contains details of bugs reported by users and developers. Each bug is given a number, and is kept on file until it is marked as having been dealt with. For more information, please see <xref linkend=\"bugs\"/>. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Wiki</term>\n"
+"        <listitem>\n"
+"          <para> The <ulink url=\"http://wiki.debian.org/DebianLive\">Debian Live wiki</ulink> is a place to gather information, discuss applied technologies, and document frameworks of Debian Live systems that go beyond the scope of this document. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/pot/about_project.xml.pot b/manual/pot/about_project.xml.pot
deleted file mode 100644
index 8fb6615..0000000
--- a/manual/pot/about_project.xml.pot
+++ /dev/null
@@ -1,290 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/about_project.xml:4
-msgid "About the Debian Live Project"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about_project.xml:6
-msgid "Motivation"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about_project.xml:8
-msgid "What is wrong with current live systems"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:9
-msgid ""
-"There are already several Debian-based live systems and they are doing a "
-"great job. But, from the Debian perspective most of them have one or more of "
-"the following disadvantages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:12
-msgid "They are unofficial projects, developed outside of Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:15
-msgid "They mix different distributions, e.g. testing and unstable."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:18
-msgid "They support i386 only."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:21
-msgid ""
-"They modify the behaviour and/or appearance of packages by stripping them "
-"down to save space."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:24
-msgid "They include unofficial packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:27
-msgid ""
-"They ship custom kernels with additional patches that are not part of Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:30
-msgid ""
-"They are large and slow due to their sheer size and thus not suitable for "
-"rescue issues."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:33
-msgid ""
-"They are not available in different flavours, e.g. CDs, DVDs, USB-stick and "
-"netboot images."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about_project.xml:38
-msgid "Why create our own live system?"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:39
-msgid ""
-"Debian is the Universal Operating System: Debian should have an official "
-"live system for showing around and to officially represent the true, one and "
-"only Debian system with the following main advantages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:42
-msgid "It would be an official Debian subproject."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:45
-msgid "It reflects the (current) state of one distribution."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:48
-msgid "It runs on as many architectures as possible."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:51
-msgid "It consists of unchanged Debian packages only."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:54
-msgid "It does not contain any unofficial packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about_project.xml:57
-msgid "It uses an unaltered Debian kernel-image with no additional patches."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about_project.xml:63
-msgid "Philosophy"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about_project.xml:65
-msgid "Only unchanged, official packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:66
-msgid ""
-"We will only use official packages from the Debian repository in the \"main"
-"\" section (possibly contrib, although not decided yet). The non-free "
-"section is not part of Debian and therefore cannot be used at all for live "
-"systems."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:67
-msgid ""
-"We will not change any packages. Whenever we need to change something, we "
-"will do that in coordination with its package maintainer in Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:68
-msgid ""
-"As an exception, our own packages such as <filename>live-helper</filename> "
-"or <filename>live-initramfs</filename> may temporarily be used from our own "
-"repository for development reasons (e.g. to create development snapshots). "
-"They will be uploaded to Debian on a regular basis."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about_project.xml:71
-msgid "No package configuration of the live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:72
-msgid ""
-"In this phase we will not ship or install sample or alternative "
-"configurations. All packages are used in their default configuration as they "
-"are after a regular installation of Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:73
-msgid ""
-"Whenever we need a different default configuration, we will do that in "
-"coordination with its package maintainer in Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:74
-msgid ""
-"A system for configuring packages is provided using debconf in <command>lh "
-"config</command> (use --preseed FILE) allowing custom configured packages to "
-"be installed in your custom produced Debian Live images, but for official "
-"live images only default configuration will be used. For more information, "
-"please see <xref linkend=\"customization\"/>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:75
-msgid ""
-"Exception: There are a few essential changes needed to bring a live system "
-"to life (e.g. configuring pam to allow empty passwords). These essential "
-"changes have to be kept as minimal as possible and should be merged within "
-"the Debian repository if possible."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about_project.xml:78
-msgid "Live system to hard disk installer"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:79
-msgid ""
-"For the moment we will not ship an installer to copy the live system to a "
-"partition on the hard disk. Although we keep the changes in the live system "
-"as drastically minimal as possible compared to a regular Debian "
-"installation, the live system does differ in a few essential points (see "
-"exceptions, guideline 2)."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about_project.xml:80
-msgid ""
-"Therefore, we will ship a copy of the regular DebianInstaller (resp. Debian "
-"Installer, Graphical Installer) instead, to allow users to perform a regular "
-"Debian installation (and, of course, cdebootstrap and debootstrap are on the "
-"system too)."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about_project.xml:84
-msgid "Contact"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_project.xml:87
-msgid "Mailing list"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_project.xml:89
-msgid ""
-"The primary contact for the project is the <ulink url=\"http://lists.debian."
-"org/debian-live/\">mailing list</ulink>. You can email the list directly by "
-"addressing your mail to <email>debian-live at lists.debian.org</email>. The "
-"<ulink url=\"http://lists.debian.org/debian-live/\">list archives</ulink> "
-"are also available."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_project.xml:93
-msgid "IRC"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_project.xml:95
-msgid ""
-"A number of users and developers are present in the <ulink url=\"irc://irc."
-"debian.org/#debian-live\">#debian-live</ulink> channel on <ulink url="
-"\"http://oftc.net\">OFTC</ulink>. When asking a question on IRC, please be "
-"patient for an answer. If no answer is forthcoming, please email the mailing "
-"list."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_project.xml:99
-msgid "BTS"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_project.xml:101
-msgid ""
-"The Debian Bug Tracking System (BTS) contains details of bugs reported by "
-"users and developers. Each bug is given a number, and is kept on file until "
-"it is marked as having been dealt with. For more information, please see "
-"<xref linkend=\"bugs\"/>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about_project.xml:105
-msgid "Wiki"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about_project.xml:107
-msgid ""
-"The <ulink url=\"http://wiki.debian.org/DebianLive\">Debian Live wiki</"
-"ulink> is a place to gather information, discuss applied technologies, and "
-"document frameworks of Debian Live systems that go beyond the scope of this "
-"document."
-msgstr ""
diff --git a/manual/pot/appendices_configuration-files.xml.pot b/manual/pot/appendices_configuration-files.xml.pot
deleted file mode 100644
index d4f7ef9..0000000
--- a/manual/pot/appendices_configuration-files.xml.pot
+++ /dev/null
@@ -1,1037 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:16+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <appendix><title>
-#: en/appendices_configuration-files.xml:8
-msgid "Configuration files"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices_configuration-files.xml:11
-msgid "The <filename>config/binary</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:15
-msgid "LH_BINARY_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:16
-msgid "Set image filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:20
-msgid "LH_BINARY_IMAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:21
-#: en/appendices_configuration-files.xml:512
-msgid "Set image type. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:25
-msgid "LH_BINARY_INDICES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:26
-msgid ""
-"Set apt/aptitude generic indices. (See <xref linkend=\"configuration-layout"
-"\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:30
-msgid "LH_BOOTAPPEND_LIVE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:31
-#: en/appendices_configuration-files.xml:36
-msgid "Set boot parameters. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:35
-msgid "LH_BOOTAPPEND_INSTALL"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:40
-msgid "LH_BOOTLOADER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:41
-msgid "Set bootloader. (See <xref linkend=\"bootloaders\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:45
-msgid "LH_CHECKSUMS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:46
-msgid "Set checksums. (See <xref linkend=\"cheat-codes\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:50
-msgid "LH_CHROOT_BUILD"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:51
-msgid ""
-"Control if we build binary images chrooted. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:55
-msgid "LH_DEBIAN_INSTALLER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:56
-msgid "Set debian-installer. (See <xref linkend=\"debian-installer\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:60
-msgid "LH_DEBIAN_INSTALLER_DAILY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:61
-msgid "Set daily images. (See <xref linkend=\"debian-installer\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:65
-msgid "LH_ENCRYPTION"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:66
-msgid "Set encrytion. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:70
-msgid "LH_GRUB_SPLASH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:71
-msgid "Set custom grub splash. (See <xref linkend=\"splash\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:75
-msgid "LH_HOSTNAME"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:76
-msgid "Set hostname. (See <xref linkend=\"hostname\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:80
-msgid "LH_ISO_APPLICATION"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:81
-msgid "Set iso author. (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:85
-msgid "LH_ISO_PREPARER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:86
-msgid "Set iso preparer. (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:90
-msgid "LH_ISO_PUBLISHER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:91
-msgid "Set iso publisher. (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:95
-msgid "LH_ISO_VOLUME"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:96
-msgid "Set iso volume (max 32 chars). (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:100
-msgid "LH_JFFS2_ERASEBLOCK"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:101
-msgid ""
-"Set jffs2 eraseblock size. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:105
-msgid "LH_MEMTEST"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:106
-msgid "Set memtest. (See <xref linkend=\"memtest\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:110
-msgid "LH_NET_ROOT_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:111
-msgid "Set netboot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:115
-msgid "LH_NET_ROOT_MOUNTOPTIONS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:116
-msgid "Set nfsopts. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:120
-msgid "LH_NET_ROOT_PATH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:121
-msgid ""
-"Set netboot server directory. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:125
-msgid "LH_NET_ROOT_SERVER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:126
-msgid ""
-"Set netboot server address. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:130
-msgid "LH_NET_COW_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:131
-msgid ""
-"Set net client cow filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:135
-msgid "LH_NET_COW_MOUNTOPTIONS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:136
-msgid "Set cow mount options. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:140
-msgid "LH_NET_COW_PATH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:141
-msgid "Set cow directory. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:145
-msgid "LH_NET_COW_SERVER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:146
-msgid "Set cow server. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:150
-msgid "LH_NET_TARBALL"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:151
-msgid "Set net tarball. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:155
-msgid "LH_SYSLINUX_SPLASH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:156
-msgid "Set custom syslinux splash. (See <xref linkend=\"splash\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:160
-msgid "LH_SYSLINUX_TIMEOUT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:161
-msgid ""
-"Set custom syslinux timeout in seconds. (See <xref linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:165
-msgid "LH_SYSLINUX_CFG"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:166
-msgid ""
-"Set custom syslinux configuration file. (See <xref linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:170
-msgid "LH_SYSLINUX_MENU"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:171
-msgid "Set syslinux menu. (See <xref linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:175
-msgid "LH_SYSLINUX_MENU_LIVE_ENTRY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:176
-msgid ""
-"Set text to be used on the menu for live entries. (See <xref linkend="
-"\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:180
-msgid "LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:181
-msgid ""
-"Set text to be used on the menu for live entries (failsafe ones). (See <xref "
-"linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:185
-msgid "LH_SYSLINUX_MENU_MEMTEST_ENTRY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:186
-msgid ""
-"Set text to be used on the menu for memtest entry. (See <xref linkend="
-"\"syslinux\"/> and <xref linkend=\"memtest\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:190
-msgid "LH_USERNAME"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:191
-msgid "Set username. (See <xref linkend=\"live-user\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices_configuration-files.xml:198
-msgid "The <filename>config/bootstrap</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:202
-msgid "LH_ARCHITECTURE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:203
-msgid ""
-"Select chroot architecture. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:207
-msgid "LH_BOOTSTRAP_CONFIG"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:208
-msgid ""
-"Set distribution config directory. (See <xref linkend=\"configuration-layout"
-"\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:212
-msgid "LH_BOOTSTRAP_INCLUDE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:213
-msgid ""
-"Include packages on base. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:217
-msgid "LH_BOOTSTRAP_EXCLUDE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:218
-msgid ""
-"Exclude packages on base. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:222
-msgid "LH_BOOTSTRAP_FLAVOUR"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:223
-msgid "Select flavour to use. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:227
-msgid "LH_BOOTSTRAP_KEYRING"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:228
-msgid ""
-"Set distribution keyring. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:232
-msgid "LH_DISTRIBUTION"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:233
-msgid ""
-"Select distribution to use. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:237
-msgid "LH_MIRROR_BOOTSTRAP"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:238
-msgid "Set mirror to bootstrap from. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:242
-msgid "LH_MIRROR_CHROOT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:243
-msgid ""
-"Set mirror to fetch packages from. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:247
-msgid "LH_MIRROR_CHROOT_SECURITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:248
-msgid ""
-"Set security mirror to fetch packages from. (See <xref linkend=\"package-"
-"sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:252
-msgid "LH_MIRROR_BINARY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:253
-msgid ""
-"Set mirror which ends up in the image. (See <xref linkend=\"package-sources"
-"\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:257
-msgid "LH_MIRROR_BINARY_SECURITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:258
-msgid ""
-"Set security mirror which ends up in the image. (See <xref linkend=\"package-"
-"sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:262
-msgid "LH_SECTIONS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:263
-msgid "select section(s) to use. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices_configuration-files.xml:269
-msgid "The <filename>config/chroot</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:273
-msgid "LH_CHROOT_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:274
-msgid "Set chroot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:278
-msgid "LH_UNION_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:279
-msgid "Set union filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:283
-msgid "LH_EXPOSED_ROOT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:284
-msgid ""
-"expose root as read only. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:288
-msgid "LH_HOOKS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:289
-msgid "Set hook commands. (See <xref linkend=\"hooks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:293
-msgid "LH_INTERACTIVE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:294
-msgid "Set interactive build. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:298
-msgid "LH_KEYRING_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:299
-msgid "Set keyring packages. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:303
-msgid "LH_LANGUAGE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:304
-msgid "Set language to use. (See <xref linkend=\"language\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:308
-msgid "LH_LINUX_FLAVOURS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:309
-msgid "Set kernel flavour to use. (See <xref linkend=\"kernel\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:313
-msgid "LH_LINUX_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:314
-msgid "Set kernel packages to use. (See <xref linkend=\"kernel\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:318
-msgid "LH_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:319
-msgid "Set packages to install. (See <xref linkend=\"lh-packages\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:323
-msgid "LH_PACKAGES_LISTS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:324
-msgid "Set package list to install. (See <xref linkend=\"package-lists\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:328
-msgid "LH_TASKS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:329
-msgid "Set tasks to install. (See <xref linkend=\"tasks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:333
-msgid "LH_SECURITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:334
-msgid "enable security updates. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:338
-msgid "LH_SYMLINKS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:339
-msgid "enable symlink convertion. (See <xref linkend=\"symlinks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:343
-msgid "LH_SYSVINIT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:344
-msgid "enable sysvinit. (See <xref linkend=\"startup-scripts\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices_configuration-files.xml:351
-msgid "The <filename>config/common</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:355
-msgid "LH_APT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:356
-msgid "Set package manager. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:360
-msgid "LH_APT_FTP_PROXY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:361
-msgid ""
-"Set apt/aptitude ftp proxy. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:365
-msgid "LH_APT_HTTP_PROXY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:366
-msgid ""
-"Set apt/aptitude http proxy. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:370
-msgid "LH_APT_PDIFFS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:371
-msgid ""
-"Set apt/aptitude pdiff indices. (See <xref linkend=\"package-installation\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:375
-msgid "LH_APT_PIPELINE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:376
-msgid ""
-"Set apt/aptitude pipeline depth. (See <xref linkend=\"package-installation\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:380
-msgid "LH_APT_RECOMMENDS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:381
-msgid ""
-"Set apt/aptitude recommends. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:385
-msgid "LH_APT_SECURE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:386
-msgid ""
-"Set apt/aptitude security. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:390
-msgid "LH_BOOTSTRAP"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:391
-msgid "Set bootstrap program. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:395
-msgid "LH_CACHE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:396
-msgid "control cache. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:400
-msgid "LH_CACHE_INDICES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:401
-msgid ""
-"control if downloaded package indices should be cached. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:405
-msgid "LH_CACHE_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:406
-msgid ""
-"control if downloaded packages files should be cached. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:410
-msgid "LH_CACHE_STAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:411
-msgid ""
-"control if completed stages should be cached. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:415
-msgid "LH_DEBCONF_FRONTEND"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:416
-msgid ""
-"Set debconf(1) frontend to use. (See <xref linkend=\"configuration-layout\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:420
-msgid "LH_DEBCONF_NOWARNINGS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:421
-msgid "Set debconf(1) warnings. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:425
-msgid "LH_DEBCONF_PRIORITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:426
-msgid ""
-"Set debconf(1) priority to use. (See <xref linkend=\"configuration-layout\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:430
-msgid "LH_INITRAMFS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:431
-msgid "Set initramfs hook. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:435
-msgid "LH_FDISK"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:436
-msgid "Set fdisk program. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:440
-msgid "LH_LOSETUP"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:441
-msgid "Set losetup program. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:445
-msgid "LH_MODE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:446
-msgid "Set distribution mode. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:450
-msgid "LH_ROOT_COMMAND"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:451
-msgid "use sudo or equivalent. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:455
-msgid "LH_USE_FAKEROOT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:456
-msgid "use fakeroot/fakechroot. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:460
-msgid "LH_TASKSEL"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:461
-msgid "Set tasksel program. (See <xref linkend=\"tasks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:465
-msgid "LH_INCLUDES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:466
-msgid "Set includes. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:470
-msgid "LH_TEMPLATES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:471
-msgid "Set templates. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:475
-msgid "LH_BREAKPOINTS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:476
-msgid "enable breakpoints. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:480
-msgid "LH_DEBUG"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:481
-msgid "enable debug. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:485
-msgid "LH_FORCE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:486
-msgid "enable force. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:490
-msgid "LH_QUIET"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:491
-msgid "enable quiet. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:495
-msgid "LH_VERBOSE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:496
-msgid "enable verbose. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices_configuration-files.xml:502
-msgid "The <filename>config/source</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:506
-msgid "LH_SOURCE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-files.xml:507
-msgid "Set source option. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices_configuration-files.xml:511
-msgid "LH_SOURCE_IMAGES"
-msgstr ""
diff --git a/manual/pot/appendices_configuration-layout.xml.pot b/manual/pot/appendices_configuration-layout.xml.pot
deleted file mode 100644
index 7142d14..0000000
--- a/manual/pot/appendices_configuration-layout.xml.pot
+++ /dev/null
@@ -1,233 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:16+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <appendix><title>
-#: en/appendices_configuration-layout.xml:8
-msgid "Configuration layout"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><title>
-#: en/appendices_configuration-layout.xml:11
-msgid ""
-"Layout of the <filename class=\"directory\">config/</filename> directory"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:14
-msgid "<filename class=\"directory\">binary_debian-installer/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:15
-#: en/appendices_configuration-layout.xml:23
-#: en/appendices_configuration-layout.xml:39
-msgid "(see <xref linkend=\"debian-installer\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:18
-msgid "<filename class=\"directory\">binary_grub/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:19
-#: en/appendices_configuration-layout.xml:47
-#: en/appendices_configuration-layout.xml:79
-#: en/appendices_configuration-layout.xml:83
-msgid "(see <xref linkend=\"bootloaders\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:22
-msgid "<filename class=\"directory\">binary_local-debs/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:26
-msgid "<filename class=\"directory\">binary_local-hooks/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:27
-msgid "(see <xref linkend=\"binary-local-hooks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:30
-msgid "<filename class=\"directory\">binary_local-includes/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:31
-msgid "(see <xref linkend=\"binary-includes\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:34
-msgid "<filename class=\"directory\">binary_local-packageslists/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:35
-#: en/appendices_configuration-layout.xml:43
-msgid "(see <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:38
-msgid "<filename class=\"directory\">binary_local-udebs/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:42
-msgid "<filename class=\"directory\">binary_rootfs/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:46
-msgid "<filename class=\"directory\">binary_syslinux/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:50
-msgid "<filename class=\"directory\">chroot_apt/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:51
-msgid "(see <xref linkend=\"custom-packages-apt\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:54
-msgid "<filename class=\"directory\">chroot_local-hooks/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:55
-msgid "(see <xref linkend=\"chroot-local-hooks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:58
-msgid "<filename class=\"directory\">chroot_local-includes/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:59
-msgid "(see <xref linkend=\"chroot-local-includes\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:62
-msgid "<filename class=\"directory\">chroot_local-packages/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:63
-msgid "(see <xref linkend=\"local-packages\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:66
-msgid "<filename class=\"directory\">chroot_local-packageslists/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:67
-msgid "(see <xref linkend=\"package-lists\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:70
-msgid "<filename class=\"directory\">chroot_local-presed/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:71
-msgid "(see <xref linkend=\"debconf-preseed\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:74
-msgid "<filename class=\"directory\">chroot_sources/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:75
-msgid "(see <xref linkend=\"custom-apt-repo\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:78
-msgid "<filename class=\"directory\">includes/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:82
-msgid "<filename class=\"directory\">templates/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:87
-msgid "<filename>bootstrap</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:88
-msgid "(see <xref linkend=\"config-bootstrap\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:91
-msgid "<filename>binary</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:92
-msgid "(see <xref linkend=\"config-binary\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:95
-msgid "<filename>chroot</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:96
-msgid "(see <xref linkend=\"config-chroot\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:99
-msgid "<filename>common</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:100
-msgid "(see <xref linkend=\"config-common\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices_configuration-layout.xml:103
-msgid "<filename>source</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices_configuration-layout.xml:104
-msgid "(see <xref linkend=\"config-source\"/>)"
-msgstr ""
diff --git a/manual/pot/backports.xml.pot b/manual/pot/backports.xml.pot
deleted file mode 100644
index 478e7b1..0000000
--- a/manual/pot/backports.xml.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/chapters/customization/backports.xml:8
-msgid "Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/chapters/customization/backports.xml:10
-msgid ""
-"The backports repository, backports.org, lacks the necessary module packages "
-"(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been "
-"set up, in order to build Lenny live images with a later kernel. Shown here "
-"is one way of doing it."
-msgstr ""
-
-#. type: Content of: <sect1><screen>
-#: en/chapters/customization/backports.xml:13
-#, no-wrap
-msgid ""
-"$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6'\n"
-"\n"
-"$ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' > config/chroot_sources/backports-kernel.chroot\n"
-"$ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' > config/chroot_sources/backports-kernel.binary\n"
-"\n"
-"$ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg\n"
-"$ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.binary.gpg\n"
-"\n"
-"# lh_build\n"
-msgstr ""
diff --git a/manual/pot/basics.xml.pot b/manual/pot/basics.xml.pot
deleted file mode 100644
index 7aa32f0..0000000
--- a/manual/pot/basics.xml.pot
+++ /dev/null
@@ -1,760 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/basics.xml:4
-msgid "The basics"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: 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/other/basics.xml:7
-msgid "What is a live system?"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"installation on the usual drive(s), with an auto-configuration done at "
-"runtime (see <xref linkend=\"terms\"/>)."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"following parts:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/other/basics.xml:12
-msgid "Linux kernel"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/other/basics.xml:14
-msgid "The Linux image, usually named <filename>vmlinuz*</filename>."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/other/basics.xml:18
-msgid "Initial RAM disk image (initrd)"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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/other/basics.xml:24
-msgid "System image"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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 "
-"Debian Live system will use a RAM disk and 'union' mechanism to enable "
-"writing files within the running system. However, all modifications will be "
-"lost upon shutdown unless optional persistence partition(s) are used. (See "
-"<xref linkend=\"persistence\"/>.)"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/other/basics.xml:30
-msgid "Bootloader"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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 "
-"then loads the Linux kernel and its initrd to run with an associated "
-"filesystem image. Different solutions can be used depending on the target "
-"media and format of the filesystem containing the previous components: "
-"Isolinux to boot from a CD or DVD in ISO9660 format, syslinux for HDD or USB "
-"drive booting from a VFAT partition, GRUB for ext2/3 partition, pxelinux for "
-"PXE netboot, etc."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"media-dependant format(ISO9660 image, disk image, etc.)"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/basics.xml:39
-msgid "First steps: building an ISO image"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"standard system without X.org. It is suitable for burning to CD or DVD media."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"for use by other helper commands:"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: en/other/basics.xml:43
-#, no-wrap
-msgid "$ lh config"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"<xref linkend=\"lh-config\"/>)."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/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/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/other/basics.xml:52
-msgid "Testing an ISO image with Qemu"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:53
-msgid "Testing an ISO is simple:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: 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/other/basics.xml:58
-msgid "Testing an ISO image with virtualbox-ose"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/basics.xml:58
-#, no-wrap
-msgid "# apt-get install virtualbox-ose"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
-#: 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/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/other/basics.xml:58
-msgid "Run Virtualbox:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:58
-msgid "{{{Applications -&gt; System Tools -&gt; VirtualBox OSE }}}"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:58
-msgid "Create a virtual machine from your Live ISO"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/basics.xml:58
-msgid "{{{Machine -&gt; New }}}"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:58
-msgid "In the Wizard: FIXME"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/basics.xml:60
-msgid "Testing an ISO image with VMware Workstation"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:61
-msgid "In order to test the ISO with VMware Workstation:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:62 en/other/basics.xml:109
-msgid "Run VMware Workstation:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/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 "
-"in the bios."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/basics.xml:67
-msgid "Burning an ISO image to a physical medium"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/basics.xml:68
-msgid "Burning an ISO image is easy:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/other/basics.xml:70
-#, no-wrap
-msgid "# apt-get install wodim $ wodim binary.iso"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/basics.xml:75
-msgid "Building an USB/HDD image"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"booting from USB sticks, USB hard drives, and various other portable storage "
-"devices."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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> "
-"helper command (see <xref linkend=\"lh-clean\"/>):"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: en/other/basics.xml:79 en/other/basics.xml:137
-#, no-wrap
-msgid "$ lh clean --binary"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"image type:"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: en/other/basics.xml:83
-#, no-wrap
-msgid "$ lh config -b usb-hdd"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/other/basics.xml:90
-msgid "Copying USB/HDD image to a USB stick"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"an USB stick. Plug in an USB stick with a size larger than that of "
-"<filename>binary.img</filename> and type:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/other/basics.xml:93
-#, no-wrap
-msgid "$ dd if=binary.img of=${USBSTICK}"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/"
-"sdb1</filename>!); you can find the right device name by looking in "
-"<command>dmesg</command>'s output after plugging in the stick, for example."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/basics.xml:101
-msgid "Testing a USB/HDD image with Qemu"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: 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/other/basics.xml:107
-msgid "Testing an USB/HDD image with VMware Workstation"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/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 "
-"enter the device node of your usb stick."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/basics.xml:113
-msgid "Using the space left on a USB stick"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"gparted or parted to create a new partition on the stick. The first "
-"partition will be used by the Debian Live system."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/other/basics.xml:116
-#, no-wrap
-msgid "# gparted ${USBSTICK}"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"journaling causes too many writes to the stick)."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/other/basics.xml:120
-#, no-wrap
-msgid "# mkfs.ext2 ${USBSTICK}"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/basics.xml:124
-#, no-wrap
-msgid "# mkfs.vfat -F 32"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/basics.xml:133
-msgid "Building a netboot image"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"booting over the network."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/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 "
-"netboot image:"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: 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/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 "
-"NFS. The <replaceable>net-root-path</replaceable> and <replaceable>net-root-"
-"server</replaceable> options specify the location and server, respectively, "
-"of the NFS server where the filesytem image will be located at boot-time."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"sends a <abbrev>DHCP</abbrev> request to get an <abbrev>IP</abbrev> address "
-"and information about what to do next. Typically the next step is getting a "
-"higher level boot loader via the <abbrev>TFTP</abbrev> protocol. That could "
-"be <application>Grub</application>, <application>PXELINUX</application>, or "
-"even boot directly to an operating system like <application>Linux</"
-"application>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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>tftpboot/debian-live/i386</filename>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/other/basics.xml:153
-msgid "DHCP server"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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 "
-"location of the PXE bootloader."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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</"
-"filename> configuration file:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: 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 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/other/basics.xml:163
-msgid "TFTPd server"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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/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/"
-"tftpboot/</filename>, as defined with its <option>-s</option> option. To let "
-"it serve files inside <filename>/srv/debian-live/tftpboot</filename>, modify "
-"its start definition in <filename>/etc/inetd.conf</filename> with:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: 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/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/other/basics.xml:174
-msgid "NFS server"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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 "
-"server."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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/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/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/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/other/basics.xml:184
-#, no-wrap
-msgid "# exportfs -rv"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"<ulink url=\"http://d-i.alioth.debian.org/manual/en.i386/ch04s05.html\">TFTP "
-"Net Booting</ulink> section might help as that process is very similar."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/basics.xml:192
-msgid "Netboot testing HowTo"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/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/other/basics.xml:197
-msgid "VMWare Player"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: 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/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/other/basics.xml:201
-msgid "Paste this text inside:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: 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/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/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/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/other/basics.xml:213
-msgid "Qemu"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/other/basics.xml:215
-msgid "Install qemu, bridge-utils, sudo."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/other/basics.xml:216
-msgid "Edit <filename>/etc/qemu-ifup</filename>:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para><screen>
-#: 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/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/other/basics.xml:221
-msgid "Launch qemu with \"-net nic,vlan=0 -net tap,vlan=0,ifname=tun0\""
-msgstr ""
diff --git a/manual/pot/binary.xml.pot b/manual/pot/binary.xml.pot
deleted file mode 100644
index e69ae17..0000000
--- a/manual/pot/binary.xml.pot
+++ /dev/null
@@ -1,98 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/chapters/customization/binary.xml:7
-msgid "Customising the binary image"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/chapters/customization/binary.xml:9
-msgid "This chapter discusses FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/binary.xml:12
-msgid "ISO metadata"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/binary.xml:14
-msgid ""
-"When creating an ISO9660 binary image, you can use the following options to "
-"add various textual metadata for your image. This can help you easily "
-"identify the version or configuration of an image without booting it."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/chapters/customization/binary.xml:19
-msgid ""
-"<command>LH_ISO_APPLICATION</command> / <command>--iso-application "
-"<replaceable>NAME</replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/binary.xml:22
-msgid ""
-"This should describe the application that will be on the image. The maximum "
-"length for this field is 128 characters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/chapters/customization/binary.xml:27
-msgid ""
-"<command>LH_ISO_PREPARER</command> / <command>--iso-preparer "
-"<replaceable>NAME</replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/binary.xml:30
-msgid ""
-"This should describe the preparer of the image, usually with some contact "
-"details. The default for this option is the &live-helper; version you are "
-"using, which may help with debugging later. The maximum length for this "
-"field is 128 characters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/chapters/customization/binary.xml:35
-msgid ""
-"<command>LH_ISO_PUBLISHER</command> / <command>--iso-publisher "
-"<replaceable>NAME</replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/binary.xml:38
-msgid ""
-"This should describe the publisher of the image, usually with some contact "
-"details. The maximum length for this field is 128 characters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/chapters/customization/binary.xml:43
-msgid ""
-"<command>LH_ISO_VOLUME</command> / <command>--iso-volume <replaceable>NAME</"
-"replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/binary.xml:46
-msgid ""
-"This should specify the volume ID of the image. This is used as a user-"
-"visible label on some platforms such as Windows and Apple Mac OS. The "
-"maximum length for this field is 32 characters."
-msgstr ""
diff --git a/manual/pot/bootup.xml.pot b/manual/pot/bootup.xml.pot
deleted file mode 100644
index 44f47fd..0000000
--- a/manual/pot/bootup.xml.pot
+++ /dev/null
@@ -1,179 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/live-environment.xml:11 en/chapters/resources.xml:11
-#: en/chapters/success-stories.xml:11 en/chapters/about/manual.xml:125
-#: en/chapters/customization/bootup.xml:11
-#: en/chapters/customization/bootup.xml:20
-#: en/chapters/customization/bootup.xml:26
-#: en/chapters/customization/bootup.xml:38
-#: en/chapters/customization/bootup.xml:85
-#: en/chapters/customization/bootup.xml:92
-#: en/chapters/customization/bootup.xml:99
-#: en/chapters/customization/bootup.xml:106
-#: en/chapters/customization/packages.xml:36
-#: en/chapters/customization/packages.xml:306
-#: en/chapters/customization/packages.xml:326
-#: en/chapters/customization/packages.xml:384
-#: en/chapters/customization/packages.xml:492
-#: en/chapters/customization/packages.xml:535
-msgid "FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/about/manual.xml:121 en/chapters/customization/bootup.xml:104
-msgid "Cheat codes"
-msgstr ""
-
-#. type: Content of: <sect1><title>
-#: en/chapters/customization/bootup.xml:7
-msgid "Customising the bootup process"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/chapters/customization/bootup.xml:9
-msgid ""
-"This chapter discusses customisation of bootup process of a live system, "
-"including kernel options, modifications to the bootloader, \"splash\" "
-"screens and startup scripts."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/bootup.xml:14
-msgid "Kernel"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/bootup.xml:18
-msgid "Bootloaders"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/bootup.xml:24
-msgid "Choosing a bootloader"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/bootup.xml:31
-msgid "Syslinux"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/bootup.xml:32
-msgid ""
-"In the default configuration, Syslinux will pause indefinitely at its splash "
-"screen. To adjust this, modify the <command>LH_SYSLINUX_TIMEOUT</command> "
-"value or pass <command>--syslinux-timeout <replaceable>TIMEOUT</"
-"replaceable></command> to <filename>lh_config</filename>. The value is "
-"specified in units of 1/10s and the maximum possible timeout is 35996. A "
-"timeout of 0 (zero) disables the timeout completely. For more information "
-"please see syslinux(1)."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/bootup.xml:36
-msgid "Bootloader templates"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/bootup.xml:43
-msgid "Booting a Debian Live USB/HDD system from a USB stick with Grub"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/bootup.xml:45
-msgid ""
-"Suppose you've built your Debian Live USB/HDD image, but want to install it "
-"on an already used USB stick with ext2/3 partition and Grub bootloader:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/chapters/customization/bootup.xml:55
-#, no-wrap
-msgid ""
-"# mkdir /media/myUsb/boot/live/\n"
-"# cp binary/vmlinuz1 binary/initrd1.img binary/live/filesystem.squashfs /media/myUsb/boot/live/\n"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/bootup.xml:50
-msgid ""
-"First, copy live components in a directory on your key: the Linux kernel "
-"(<filename>vmlinuz*</filename>), its Initial RAM disk (<filename>initrd*</"
-"filename>) and the system (<filename>filesystem.squashfs</filename>): "
-"<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/chapters/customization/bootup.xml:63
-#, no-wrap
-msgid ""
-"echo &gt;&gt;/media/myUsb/boot/grub/menu.lst  &lt;&lt;EOF\n"
-"\n"
-"title           my Debian Live\n"
-"root            (hd0,1)    # my Ext2 partition is the second on this stick\n"
-"kernel          /boot/live/vmlinuz1 boot=live vga=791 persistent union=aufs live-media-path=boot/live\n"
-"initrd          /boot/live/initrd1.img\n"
-"\n"
-"EOF\n"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/bootup.xml:60
-msgid ""
-"Then, add a stanza in Grub's menu definition to boot up this system: "
-"<placeholder type=\"screen\" id=\"0\"/> The important kernel command line "
-"option to add here is"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><variablename>
-#: en/chapters/customization/bootup.xml:73
-msgid "live-media-path"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/bootup.xml:73
-msgid ""
-", which tells to Live initrd's script in which subdirectory to look for the "
-"SquashFS image."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/bootup.xml:77
-msgid "Next, umount your USB stick and reboot on it. That's all!"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/bootup.xml:83
-msgid "Splash screens"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/bootup.xml:90
-msgid "Memtest"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/bootup.xml:97
-msgid "Startup scripts"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/bootup.xml:109
-msgid "Checksums."
-msgstr ""
diff --git a/manual/pot/build-index.html.in.pot b/manual/pot/build-index.html.in.pot
deleted file mode 100644
index 0080c38..0000000
--- a/manual/pot/build-index.html.in.pot
+++ /dev/null
@@ -1,76 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2008-11-14 07:35+0100\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-# type: Content of: <html><head><title>
-#: build-index.html.in:3
-msgid "Debian Live manual"
-msgstr ""
-
-# type: Content of: <html><body><p><a>
-#: build-index.html.in:7
-msgid "<a href=\"http://live.debian.net/\">"
-msgstr ""
-
-# type: Content of: <html><body><p>
-#: build-index.html.in:7
-msgid "</a>"
-msgstr ""
-
-# type: Content of: <book><title>
-#: build-index.html.in:9 xml/index.xml:9
-msgid "Debian Live Manual"
-msgstr ""
-
-# type: Content of: <html><body><p>
-#: build-index.html.in:11
-msgid ""
-"<em>This manual is under heavy construction.</em> Please report errors, "
-"omissions, patches and suggestions to <a href=\"mailto:debian-live at lists."
-"debian.org\">debian-live at lists.debian.org</a>."
-msgstr ""
-
-# type: Content of: <html><body><p>
-#: build-index.html.in:13
-msgid "Formats:"
-msgstr ""
-
-# type: Content of: <html><body><p><ul><li>
-#: build-index.html.in:15
-msgid "<strong><a href=\"html/__LANG__/\">HTML</a></strong>"
-msgstr ""
-
-# type: Content of: <html><body><p><ul><li>
-#: build-index.html.in:16
-msgid "<a href=\"txt/__LANG__/live-manual.txt\">Plain text</a>"
-msgstr ""
-
-# type: Content of: <html><body><p><ul><li>
-#: build-index.html.in:17
-msgid "<a href=\"pdf/__LANG__/live-manual.pdf\">PDF</a>"
-msgstr ""
-
-# type: Content of: <html><body><p>
-#: build-index.html.in:21
-msgid ""
-"The source for this manual is available <a href=\"http://git.debian.org/?"
-"p=debian-live/live-manual.git\">here</a>."
-msgstr ""
-
-# type: Content of: <html><body><p>
-#: build-index.html.in:24
-msgid "Last updated: __UPDATED__."
-msgstr ""
diff --git a/manual/pot/coding-style.xml.pot b/manual/pot/coding-style.xml.pot
deleted file mode 100644
index e5a5c4f..0000000
--- a/manual/pot/coding-style.xml.pot
+++ /dev/null
@@ -1,107 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><title>
-#: en/coding-style.xml:4
-msgid "Coding Style"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/coding-style.xml:5
-msgid ""
-"This chapter documents the coding style used in <filename>live-helper</"
-"filename> and (ideally) in <filename>live-initramfs</filename>."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/coding-style.xml:7
-msgid "Compatibility"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/coding-style.xml:15
-msgid "Indenting"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/coding-style.xml:21
-msgid "Wrapping"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:24
-#, no-wrap
-msgid " if foo; then bar fi "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/coding-style.xml:24 en/coding-style.xml:25 en/coding-style.xml:37
-#: en/coding-style.xml:38
-msgid "Bad: <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:24
-#, no-wrap
-msgid " if foo then bar fi "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: en/coding-style.xml:24 en/coding-style.xml:25 en/coding-style.xml:37
-#: en/coding-style.xml:38
-msgid "Good: <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:25
-#, no-wrap
-msgid " foo () { bar } "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/coding-style.xml:29
-msgid "Variables"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:37
-#, no-wrap
-msgid " FOO=bar "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:37
-#, no-wrap
-msgid " FOO=\"bar\" "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:38
-#, no-wrap
-msgid " if [ -f \"${FOO}\"/foo/\"${BAR}\"/bar ] then foobar fi "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: en/coding-style.xml:38
-#, no-wrap
-msgid " if [ -f \"${FOO}/foo/${BAR}/bar\" ] then foobar fi "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/coding-style.xml:42
-msgid "Miscellaneous"
-msgstr ""
diff --git a/manual/pot/common-tasks.xml.pot b/manual/pot/common-tasks.xml.pot
deleted file mode 100644
index 3d3bcaa..0000000
--- a/manual/pot/common-tasks.xml.pot
+++ /dev/null
@@ -1,179 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><title>
-#: en/common-tasks.xml:4
-msgid "Common tasks"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/common-tasks.xml:6
-msgid "The Debian Installer"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:7
-msgid ""
-"Although Debian Live is mostly concerned with avoiding permanent "
-"installation, integrating some form of installer to your image is possible. "
-"There are number of different \"types\" of installation, varying in what and "
-"how to install the image."
-msgstr ""
-
-#. type: Content of: <chapter><section><note><title>
-#: en/common-tasks.xml:9
-msgid "The \"Debian Installer\""
-msgstr ""
-
-#. type: Content of: <chapter><section><note><para>
-#: en/common-tasks.xml:10
-msgid ""
-"Please note the careful use of capital letters when referring to the "
-"\"Debian Installer\" in this section - when used like this we refer "
-"explicitly to the official installer for the Debian system, not anything "
-"else. It is often seen abbreviated to \"d-i\"."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:12
-msgid "The three main types of installer are:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/common-tasks.xml:15
-msgid "\"Normal\" Debian Installer"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:17
-msgid ""
-"This is a normal Debian Live image with a seperate kernel and initrd which "
-"(when selected from the appropriate bootloader) launches into a standard "
-"Debian Installer instance, just as if you had downloaded a CD image of "
-"Debian and booted it."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:18
-msgid ""
-"This means that Debian is installed by fetching and installing <command>."
-"deb</command> packages using <filename>debootstrap</filename> or "
-"<filename>cdebootstrap</filename>, from the local media or some network-base "
-"network, resulting in a standard Debian system being installed to the hard "
-"disk."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:19
-msgid ""
-"This whole process can be preseeded and customised in a number of ways; see "
-"the relevant \"DebianInstaller\" wiki page and installation guide for more. "
-"This is operational now withing <filename>live-helper</filename>."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/common-tasks.xml:23
-msgid "\"Live\" Debian Installer"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:25
-msgid ""
-"This is a Debian Live image with a seperate kernel and initrd which (when "
-"selected from the appropriate bootloader) launches into an instance of the "
-"Debian Installer."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:26
-msgid ""
-"Installation will proceed in an identical fashion to the \"Normal\" "
-"installation described above, but at the actual package installation stage, "
-"instead of using <filename>debootstrap</filename> to fetch and install "
-"packages, the \"live\" filesystem image is copied to the target. After this "
-"stage, the Debian Installer continues as normal, installing and configuring "
-"items such as bootloaders and local users, etc."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:27
-msgid "This is working now."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/common-tasks.xml:31
-msgid "\"Ubuntu\"-style installer"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:33
-msgid ""
-"This is where you boot into a graphical Debian Live system and run a wizard-"
-"based program which installs and configures the live system, all the time "
-"remaining inside the live graphical environment."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/common-tasks.xml:34
-msgid "This is currently NOT possible with Debian Live."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: en/common-tasks.xml:38
-#, no-wrap
-msgid " $ lh_config --help ... [--debian-installer enabled|cdrom|netinst|netboot|businesscard|live|disabled] [--debian-installer-distribution CODENAME|daily] [--debian-installer-preseedfile FILE|URL] ... "
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:38
-msgid ""
-"By default, no installer will be included in the Debian Live image. You can "
-"enable it by using <filename>lh_config</filename> : <placeholder type="
-"\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:39
-msgid "The values \"Normal\", \"Live\" and \"Ubuntu\" are not valid values for"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><term>
-#: en/common-tasks.xml:39
-msgid "LH_BINARY_DEBIAN_INSTALLER"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:39
-msgid ""
-". Refer to the output of <filename>lh_config</filename> cited above to "
-"choose the appropriate values."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/common-tasks.xml:42
-msgid "WiFi Connection"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/common-tasks.xml:43
-msgid ""
-"Depending on the Debian Live image you are using and the given tools "
-"configured with your Debian Live image you may need to only attach to an "
-"available access point. If you encounter difficulty a good place to start is "
-"at the Debian Wiki entry for <ulink url=\"http://wiki.debian.org/WiFi"
-"\">WiFi</ulink>."
-msgstr ""
diff --git a/manual/pot/configuration-files.xml.pot b/manual/pot/configuration-files.xml.pot
deleted file mode 100644
index 1c7bad9..0000000
--- a/manual/pot/configuration-files.xml.pot
+++ /dev/null
@@ -1,1037 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <appendix><title>
-#: en/appendices/configuration-files.xml:8
-msgid "Configuration files"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices/configuration-files.xml:11
-msgid "The <filename>config/binary</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:15
-msgid "LH_BINARY_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:16
-msgid "Set image filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:20
-msgid "LH_BINARY_IMAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:21
-#: en/appendices/configuration-files.xml:512
-msgid "Set image type. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:25
-msgid "LH_BINARY_INDICES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:26
-msgid ""
-"Set apt/aptitude generic indices. (See <xref linkend=\"configuration-layout"
-"\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:30
-msgid "LH_BOOTAPPEND_LIVE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:31
-#: en/appendices/configuration-files.xml:36
-msgid "Set boot parameters. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:35
-msgid "LH_BOOTAPPEND_INSTALL"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:40
-msgid "LH_BOOTLOADER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:41
-msgid "Set bootloader. (See <xref linkend=\"bootloaders\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:45
-msgid "LH_CHECKSUMS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:46
-msgid "Set checksums. (See <xref linkend=\"cheat-codes\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:50
-msgid "LH_CHROOT_BUILD"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:51
-msgid ""
-"Control if we build binary images chrooted. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:55
-msgid "LH_DEBIAN_INSTALLER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:56
-msgid "Set debian-installer. (See <xref linkend=\"debian-installer\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:60
-msgid "LH_DEBIAN_INSTALLER_DAILY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:61
-msgid "Set daily images. (See <xref linkend=\"debian-installer\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:65
-msgid "LH_ENCRYPTION"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:66
-msgid "Set encrytion. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:70
-msgid "LH_GRUB_SPLASH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:71
-msgid "Set custom grub splash. (See <xref linkend=\"splash\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:75
-msgid "LH_HOSTNAME"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:76
-msgid "Set hostname. (See <xref linkend=\"hostname\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:80
-msgid "LH_ISO_APPLICATION"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:81
-msgid "Set iso author. (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:85
-msgid "LH_ISO_PREPARER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:86
-msgid "Set iso preparer. (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:90
-msgid "LH_ISO_PUBLISHER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:91
-msgid "Set iso publisher. (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:95
-msgid "LH_ISO_VOLUME"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:96
-msgid "Set iso volume (max 32 chars). (See <xref linkend=\"iso-metadata\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:100
-msgid "LH_JFFS2_ERASEBLOCK"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:101
-msgid ""
-"Set jffs2 eraseblock size. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:105
-msgid "LH_MEMTEST"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:106
-msgid "Set memtest. (See <xref linkend=\"memtest\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:110
-msgid "LH_NET_ROOT_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:111
-msgid "Set netboot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:115
-msgid "LH_NET_ROOT_MOUNTOPTIONS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:116
-msgid "Set nfsopts. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:120
-msgid "LH_NET_ROOT_PATH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:121
-msgid ""
-"Set netboot server directory. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:125
-msgid "LH_NET_ROOT_SERVER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:126
-msgid ""
-"Set netboot server address. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:130
-msgid "LH_NET_COW_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:131
-msgid ""
-"Set net client cow filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:135
-msgid "LH_NET_COW_MOUNTOPTIONS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:136
-msgid "Set cow mount options. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:140
-msgid "LH_NET_COW_PATH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:141
-msgid "Set cow directory. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:145
-msgid "LH_NET_COW_SERVER"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:146
-msgid "Set cow server. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:150
-msgid "LH_NET_TARBALL"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:151
-msgid "Set net tarball. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:155
-msgid "LH_SYSLINUX_SPLASH"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:156
-msgid "Set custom syslinux splash. (See <xref linkend=\"splash\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:160
-msgid "LH_SYSLINUX_TIMEOUT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:161
-msgid ""
-"Set custom syslinux timeout in seconds. (See <xref linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:165
-msgid "LH_SYSLINUX_CFG"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:166
-msgid ""
-"Set custom syslinux configuration file. (See <xref linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:170
-msgid "LH_SYSLINUX_MENU"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:171
-msgid "Set syslinux menu. (See <xref linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:175
-msgid "LH_SYSLINUX_MENU_LIVE_ENTRY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:176
-msgid ""
-"Set text to be used on the menu for live entries. (See <xref linkend="
-"\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:180
-msgid "LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:181
-msgid ""
-"Set text to be used on the menu for live entries (failsafe ones). (See <xref "
-"linkend=\"syslinux\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:185
-msgid "LH_SYSLINUX_MENU_MEMTEST_ENTRY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:186
-msgid ""
-"Set text to be used on the menu for memtest entry. (See <xref linkend="
-"\"syslinux\"/> and <xref linkend=\"memtest\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:190
-msgid "LH_USERNAME"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:191
-msgid "Set username. (See <xref linkend=\"live-user\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices/configuration-files.xml:198
-msgid "The <filename>config/bootstrap</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:202
-msgid "LH_ARCHITECTURE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:203
-msgid ""
-"Select chroot architecture. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:207
-msgid "LH_BOOTSTRAP_CONFIG"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:208
-msgid ""
-"Set distribution config directory. (See <xref linkend=\"configuration-layout"
-"\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:212
-msgid "LH_BOOTSTRAP_INCLUDE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:213
-msgid ""
-"Include packages on base. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:217
-msgid "LH_BOOTSTRAP_EXCLUDE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:218
-msgid ""
-"Exclude packages on base. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:222
-msgid "LH_BOOTSTRAP_FLAVOUR"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:223
-msgid "Select flavour to use. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:227
-msgid "LH_BOOTSTRAP_KEYRING"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:228
-msgid ""
-"Set distribution keyring. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:232
-msgid "LH_DISTRIBUTION"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:233
-msgid ""
-"Select distribution to use. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:237
-msgid "LH_MIRROR_BOOTSTRAP"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:238
-msgid "Set mirror to bootstrap from. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:242
-msgid "LH_MIRROR_CHROOT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:243
-msgid ""
-"Set mirror to fetch packages from. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:247
-msgid "LH_MIRROR_CHROOT_SECURITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:248
-msgid ""
-"Set security mirror to fetch packages from. (See <xref linkend=\"package-"
-"sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:252
-msgid "LH_MIRROR_BINARY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:253
-msgid ""
-"Set mirror which ends up in the image. (See <xref linkend=\"package-sources"
-"\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:257
-msgid "LH_MIRROR_BINARY_SECURITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:258
-msgid ""
-"Set security mirror which ends up in the image. (See <xref linkend=\"package-"
-"sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:262
-msgid "LH_SECTIONS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:263
-msgid "select section(s) to use. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices/configuration-files.xml:269
-msgid "The <filename>config/chroot</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:273
-msgid "LH_CHROOT_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:274
-msgid "Set chroot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:278
-msgid "LH_UNION_FILESYSTEM"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:279
-msgid "Set union filesystem. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:283
-msgid "LH_EXPOSED_ROOT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:284
-msgid ""
-"expose root as read only. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:288
-msgid "LH_HOOKS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:289
-msgid "Set hook commands. (See <xref linkend=\"hooks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:293
-msgid "LH_INTERACTIVE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:294
-msgid "Set interactive build. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:298
-msgid "LH_KEYRING_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:299
-msgid "Set keyring packages. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:303
-msgid "LH_LANGUAGE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:304
-msgid "Set language to use. (See <xref linkend=\"language\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:308
-msgid "LH_LINUX_FLAVOURS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:309
-msgid "Set kernel flavour to use. (See <xref linkend=\"kernel\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:313
-msgid "LH_LINUX_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:314
-msgid "Set kernel packages to use. (See <xref linkend=\"kernel\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:318
-msgid "LH_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:319
-msgid "Set packages to install. (See <xref linkend=\"lh-packages\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:323
-msgid "LH_PACKAGES_LISTS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:324
-msgid "Set package list to install. (See <xref linkend=\"package-lists\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:328
-msgid "LH_TASKS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:329
-msgid "Set tasks to install. (See <xref linkend=\"tasks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:333
-msgid "LH_SECURITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:334
-msgid "enable security updates. (See <xref linkend=\"package-sources\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:338
-msgid "LH_SYMLINKS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:339
-msgid "enable symlink convertion. (See <xref linkend=\"symlinks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:343
-msgid "LH_SYSVINIT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:344
-msgid "enable sysvinit. (See <xref linkend=\"startup-scripts\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices/configuration-files.xml:351
-msgid "The <filename>config/common</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:355
-msgid "LH_APT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:356
-msgid "Set package manager. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:360
-msgid "LH_APT_FTP_PROXY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:361
-msgid ""
-"Set apt/aptitude ftp proxy. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:365
-msgid "LH_APT_HTTP_PROXY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:366
-msgid ""
-"Set apt/aptitude http proxy. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:370
-msgid "LH_APT_PDIFFS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:371
-msgid ""
-"Set apt/aptitude pdiff indices. (See <xref linkend=\"package-installation\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:375
-msgid "LH_APT_PIPELINE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:376
-msgid ""
-"Set apt/aptitude pipeline depth. (See <xref linkend=\"package-installation\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:380
-msgid "LH_APT_RECOMMENDS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:381
-msgid ""
-"Set apt/aptitude recommends. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:385
-msgid "LH_APT_SECURE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:386
-msgid ""
-"Set apt/aptitude security. (See <xref linkend=\"package-installation\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:390
-msgid "LH_BOOTSTRAP"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:391
-msgid "Set bootstrap program. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:395
-msgid "LH_CACHE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:396
-msgid "control cache. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:400
-msgid "LH_CACHE_INDICES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:401
-msgid ""
-"control if downloaded package indices should be cached. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:405
-msgid "LH_CACHE_PACKAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:406
-msgid ""
-"control if downloaded packages files should be cached. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:410
-msgid "LH_CACHE_STAGES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:411
-msgid ""
-"control if completed stages should be cached. (See <xref linkend="
-"\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:415
-msgid "LH_DEBCONF_FRONTEND"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:416
-msgid ""
-"Set debconf(1) frontend to use. (See <xref linkend=\"configuration-layout\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:420
-msgid "LH_DEBCONF_NOWARNINGS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:421
-msgid "Set debconf(1) warnings. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:425
-msgid "LH_DEBCONF_PRIORITY"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:426
-msgid ""
-"Set debconf(1) priority to use. (See <xref linkend=\"configuration-layout\"/"
-">)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:430
-msgid "LH_INITRAMFS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:431
-msgid "Set initramfs hook. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:435
-msgid "LH_FDISK"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:436
-msgid "Set fdisk program. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:440
-msgid "LH_LOSETUP"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:441
-msgid "Set losetup program. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:445
-msgid "LH_MODE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:446
-msgid "Set distribution mode. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:450
-msgid "LH_ROOT_COMMAND"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:451
-msgid "use sudo or equivalent. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:455
-msgid "LH_USE_FAKEROOT"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:456
-msgid "use fakeroot/fakechroot. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:460
-msgid "LH_TASKSEL"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:461
-msgid "Set tasksel program. (See <xref linkend=\"tasks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:465
-msgid "LH_INCLUDES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:466
-msgid "Set includes. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:470
-msgid "LH_TEMPLATES"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:471
-msgid "Set templates. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:475
-msgid "LH_BREAKPOINTS"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:476
-msgid "enable breakpoints. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:480
-msgid "LH_DEBUG"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:481
-msgid "enable debug. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:485
-msgid "LH_FORCE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:486
-msgid "enable force. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:490
-msgid "LH_QUIET"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:491
-msgid "enable quiet. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:495
-msgid "LH_VERBOSE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:496
-msgid "enable verbose. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><title>
-#: en/appendices/configuration-files.xml:502
-msgid "The <filename>config/source</filename> file"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:506
-msgid "LH_SOURCE"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-files.xml:507
-msgid "Set source option. (See <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><section><variablelist><varlistentry><term>
-#: en/appendices/configuration-files.xml:511
-msgid "LH_SOURCE_IMAGES"
-msgstr ""
diff --git a/manual/pot/configuration-layout.xml.pot b/manual/pot/configuration-layout.xml.pot
deleted file mode 100644
index e91a2f3..0000000
--- a/manual/pot/configuration-layout.xml.pot
+++ /dev/null
@@ -1,233 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <appendix><title>
-#: en/appendices/configuration-layout.xml:8
-msgid "Configuration layout"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><title>
-#: en/appendices/configuration-layout.xml:11
-msgid ""
-"Layout of the <filename class=\"directory\">config/</filename> directory"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:14
-msgid "<filename class=\"directory\">binary_debian-installer/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:15
-#: en/appendices/configuration-layout.xml:23
-#: en/appendices/configuration-layout.xml:39
-msgid "(see <xref linkend=\"debian-installer\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:18
-msgid "<filename class=\"directory\">binary_grub/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:19
-#: en/appendices/configuration-layout.xml:47
-#: en/appendices/configuration-layout.xml:79
-#: en/appendices/configuration-layout.xml:83
-msgid "(see <xref linkend=\"bootloaders\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:22
-msgid "<filename class=\"directory\">binary_local-debs/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:26
-msgid "<filename class=\"directory\">binary_local-hooks/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:27
-msgid "(see <xref linkend=\"binary-local-hooks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:30
-msgid "<filename class=\"directory\">binary_local-includes/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:31
-msgid "(see <xref linkend=\"binary-includes\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:34
-msgid "<filename class=\"directory\">binary_local-packageslists/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:35
-#: en/appendices/configuration-layout.xml:43
-msgid "(see <xref linkend=\"configuration-layout\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:38
-msgid "<filename class=\"directory\">binary_local-udebs/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:42
-msgid "<filename class=\"directory\">binary_rootfs/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:46
-msgid "<filename class=\"directory\">binary_syslinux/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:50
-msgid "<filename class=\"directory\">chroot_apt/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:51
-msgid "(see <xref linkend=\"custom-packages-apt\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:54
-msgid "<filename class=\"directory\">chroot_local-hooks/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:55
-msgid "(see <xref linkend=\"chroot-local-hooks\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:58
-msgid "<filename class=\"directory\">chroot_local-includes/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:59
-msgid "(see <xref linkend=\"chroot-local-includes\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:62
-msgid "<filename class=\"directory\">chroot_local-packages/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:63
-msgid "(see <xref linkend=\"local-packages\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:66
-msgid "<filename class=\"directory\">chroot_local-packageslists/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:67
-msgid "(see <xref linkend=\"package-lists\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:70
-msgid "<filename class=\"directory\">chroot_local-presed/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:71
-msgid "(see <xref linkend=\"debconf-preseed\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:74
-msgid "<filename class=\"directory\">chroot_sources/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:75
-msgid "(see <xref linkend=\"custom-apt-repo\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:78
-msgid "<filename class=\"directory\">includes/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:82
-msgid "<filename class=\"directory\">templates/</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:87
-msgid "<filename>bootstrap</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:88
-msgid "(see <xref linkend=\"config-bootstrap\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:91
-msgid "<filename>binary</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:92
-msgid "(see <xref linkend=\"config-binary\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:95
-msgid "<filename>chroot</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:96
-msgid "(see <xref linkend=\"config-chroot\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:99
-msgid "<filename>common</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:100
-msgid "(see <xref linkend=\"config-common\"/>)"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><term>
-#: en/appendices/configuration-layout.xml:103
-msgid "<filename>source</filename>"
-msgstr ""
-
-#. type: Content of: <appendix><variablelist><varlistentry><listitem><para>
-#: en/appendices/configuration-layout.xml:104
-msgid "(see <xref linkend=\"config-source\"/>)"
-msgstr ""
diff --git a/manual/pot/contents.xml.pot b/manual/pot/contents.xml.pot
deleted file mode 100644
index 362b760..0000000
--- a/manual/pot/contents.xml.pot
+++ /dev/null
@@ -1,205 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/chapters/customization/contents.xml:7
-msgid "Customising contents"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/chapters/customization/contents.xml:9
-msgid "This chapter discusses further customisation of the live system."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/contents.xml:12
-msgid "Includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/contents.xml:14
-msgid ""
-"Using includes, it is possible to add (or replace) arbitrary files in your "
-"Debian Live image. &live-helper; provides three mechanisms for using them:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/chapters/customization/contents.xml:19
-msgid "Chroot local includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/contents.xml:23
-msgid ""
-"These allow you to add or replace files to the chroot/Live filesystem. "
-"Please see <xref linkend=\"chroot-local-includes\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/contents.xml:29
-#: en/chapters/customization/contents.xml:89
-msgid "Binary local includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/contents.xml:33
-msgid ""
-"These allow you to add or replace files in the binary image. Please see "
-"<xref linkend=\"binary-local-includes\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/contents.xml:39
-#: en/chapters/customization/contents.xml:96
-msgid "Binary includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/contents.xml:43
-msgid ""
-"These allow you to add or replace Debian specific files in the binary image, "
-"such as the templates and tools directories. Please see <xref linkend="
-"\"binary-includes\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/contents.xml:50
-msgid ""
-"Please see <xref linkend=\"terms\"/> for more information about the "
-"distinction between the \"Live\" and \"binary\" images."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/contents.xml:54
-msgid "Live/chroot local includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/contents.xml:56
-msgid ""
-"Chroot local includes can be used to add or replace files in the chroot/Live "
-"filesystem so that they are visible when the Live system is booted. Typical "
-"uses for them are to populate the skeleton user directory (<filename class="
-"\"directory\">/etc/skel</filename>) used by the live system to create the "
-"live user's home directory, or adding configuration files where additional "
-"processing is not required."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/contents.xml:60
-msgid ""
-"To include files, simply add them to your <filename class=\"directory"
-"\">config/chroot_local-includes</filename> directory. This directory "
-"corresponds to the root directory (<filename class=\"directory\">/</"
-"filename>) of the live system. For example, to add a file <filename>/var/www/"
-"index.html</filename> in the live system, use:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><screen>
-#: en/chapters/customization/contents.xml:64
-#, no-wrap
-msgid ""
-"  $ mkdir -p config/chroot_local-includes/var/www\n"
-"  $ cp /path/to/my/index.html config/chroot_local-includes/var/www\n"
-" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/contents.xml:69
-msgid "Your configuration will then have the following layout:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><screen>
-#: en/chapters/customization/contents.xml:73
-#, no-wrap
-msgid ""
-"-- config\n"
-"   [...]\n"
-"    |-- chroot_local-includes\n"
-"    |   `-- var\n"
-"    |       `-- www\n"
-"    |           `-- index.html\n"
-"   [...]\n"
-"    `-- templates\n"
-" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/contents.xml:84
-msgid ""
-"Chroot local includes are installed after package installation so that files "
-"installed by packages are overwritten."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/contents.xml:91
-#: en/chapters/customization/contents.xml:98
-#: en/chapters/customization/contents.xml:107
-#: en/chapters/customization/contents.xml:112
-#: en/chapters/customization/contents.xml:117
-msgid "FIXME."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/contents.xml:105
-msgid "Hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/contents.xml:108
-msgid "Enabling hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/contents.xml:111
-msgid "Live/chroot local hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/contents.xml:116
-msgid "Binary local hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/contents.xml:123
-msgid "Preseeding Debconf questions"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/contents.xml:125
-msgid ""
-"Files in the <filename class=\"directory\">config/chroot_local-preseed</"
-"filename> directory are considered to be debconf preseed files and are "
-"installed by &live-helper; using <filename>debconf-set-selections</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/contents.xml:127
-msgid ""
-"For more information about debconf, please see debconf(7) in the "
-"<command>debconf</command> package."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/contents.xml:131
-msgid "Symlink conversion"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/contents.xml:132
-msgid "FIXME. (This is probably in the wrong section)"
-msgstr ""
diff --git a/manual/pot/customization_backports.xml.pot b/manual/pot/customization_backports.xml.pot
deleted file mode 100644
index c1b5e83..0000000
--- a/manual/pot/customization_backports.xml.pot
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 17:46+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/customization_backports.xml:6
-msgid "Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_backports.xml:7
-msgid ""
-"The backports repository, backports.org, lacks the necessary module packages "
-"(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been "
-"set up, in order to build Lenny live images with a later kernel. Shown here "
-"is one way of doing it."
-msgstr ""
-
-#. type: Content of: <sect1><screen>
-#: en/customization_backports.xml:8
-#, no-wrap
-msgid " $ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.binary.gpg # lh_build "
-msgstr ""
diff --git a/manual/pot/customization_binary.xml.pot b/manual/pot/customization_binary.xml.pot
deleted file mode 100644
index 132a739..0000000
--- a/manual/pot/customization_binary.xml.pot
+++ /dev/null
@@ -1,98 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/customization_binary.xml:4
-msgid "Customising the binary image"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_binary.xml:5
-msgid "This chapter discusses FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_binary.xml:7
-msgid "ISO metadata"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_binary.xml:8
-msgid ""
-"When creating an ISO9660 binary image, you can use the following options to "
-"add various textual metadata for your image. This can help you easily "
-"identify the version or configuration of an image without booting it."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_binary.xml:11
-msgid ""
-"<command>LH_ISO_APPLICATION</command> / <command>--iso-application "
-"<replaceable>NAME</replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_binary.xml:13
-msgid ""
-"This should describe the application that will be on the image. The maximum "
-"length for this field is 128 characters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_binary.xml:17
-msgid ""
-"<command>LH_ISO_PREPARER</command> / <command>--iso-preparer "
-"<replaceable>NAME</replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_binary.xml:19
-msgid ""
-"This should describe the preparer of the image, usually with some contact "
-"details. The default for this option is the <filename>live-helper</filename> "
-"version you are using, which may help with debugging later. The maximum "
-"length for this field is 128 characters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_binary.xml:23
-msgid ""
-"<command>LH_ISO_PUBLISHER</command> / <command>--iso-publisher "
-"<replaceable>NAME</replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_binary.xml:25
-msgid ""
-"This should describe the publisher of the image, usually with some contact "
-"details. The maximum length for this field is 128 characters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_binary.xml:29
-msgid ""
-"<command>LH_ISO_VOLUME</command> / <command>--iso-volume <replaceable>NAME</"
-"replaceable></command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_binary.xml:31
-msgid ""
-"This should specify the volume ID of the image. This is used as a user-"
-"visible label on some platforms such as Windows and Apple Mac OS. The "
-"maximum length for this field is 32 characters."
-msgstr ""
diff --git a/manual/pot/customization_bootup.xml.pot b/manual/pot/customization_bootup.xml.pot
deleted file mode 100644
index 0385d7e..0000000
--- a/manual/pot/customization_bootup.xml.pot
+++ /dev/null
@@ -1,162 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 17:46+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about_manual.xml:63 en/customization_bootup.xml:48
-msgid "Cheat codes"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/about_manual.xml:65 en/customization_bootup.xml:8
-#: en/customization_bootup.xml:14 en/customization_bootup.xml:17
-#: en/customization_bootup.xml:25 en/customization_bootup.xml:37
-#: en/customization_bootup.xml:41 en/customization_bootup.xml:45
-#: en/customization_bootup.xml:49 en/customization_packages.xml:18
-#: en/customization_packages.xml:130 en/customization_packages.xml:138
-#: en/customization_packages.xml:160 en/customization_packages.xml:198
-#: en/customization_packages.xml:209 en/live-environment.xml:9
-#: en/resources.xml:9 en/success-stories.xml:8
-msgid "FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><title>
-#: en/customization_bootup.xml:6
-msgid "Customising the bootup process"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_bootup.xml:7
-msgid ""
-"This chapter discusses customisation of bootup process of a live system, "
-"including kernel options, modifications to the bootloader, \"splash\" "
-"screens and startup scripts."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_bootup.xml:10
-msgid "Kernel"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_bootup.xml:13
-msgid "Bootloaders"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_bootup.xml:16
-msgid "Choosing a bootloader"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_bootup.xml:20
-msgid "Syslinux"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:21
-msgid ""
-"In the default configuration, Syslinux will pause indefinitely at its splash "
-"screen. To adjust this, modify the <command>LH_SYSLINUX_TIMEOUT</command> "
-"value or pass <command>--syslinux-timeout <replaceable>TIMEOUT</"
-"replaceable></command> to <filename>lh_config</filename>. The value is "
-"specified in units of 1/10s and the maximum possible timeout is 35996. A "
-"timeout of 0 (zero) disables the timeout completely. For more information "
-"please see syslinux(1)."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_bootup.xml:24
-msgid "Bootloader templates"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_bootup.xml:28
-msgid "Booting a Debian Live USB/HDD system from a USB stick with Grub"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:29
-msgid ""
-"Suppose you've built your Debian Live USB/HDD image, but want to install it "
-"on an already used USB stick with ext2/3 partition and Grub bootloader:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/customization_bootup.xml:30
-#, no-wrap
-msgid " # mkdir /media/myUsb/boot/live/ # cp binary/vmlinuz1 binary/initrd1.img binary/live/filesystem.squashfs /media/myUsb/boot/live/ "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:30
-msgid ""
-"First, copy live components in a directory on your key: the Linux kernel "
-"(<filename>vmlinuz*</filename>), its Initial RAM disk (<filename>initrd*</"
-"filename>) and the system (<filename>filesystem.squashfs</filename>): "
-"<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/customization_bootup.xml:31
-#, no-wrap
-msgid " echo &gt;&gt;/media/myUsb/boot/grub/menu.lst &lt;&lt;EOF title my Debian Live root (hd0,1) # my Ext2 partition is the second on this stick kernel /boot/live/vmlinuz1 boot=live vga=791 persistent union=aufs live-media-path=boot/live initrd /boot/live/initrd1.img EOF "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:31
-msgid ""
-"Then, add a stanza in Grub's menu definition to boot up this system: "
-"<placeholder type=\"screen\" id=\"0\"/> The important kernel command line "
-"option to add here is"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><variablename>
-#: en/customization_bootup.xml:31
-msgid "live-media-path"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:31
-msgid ""
-", which tells to Live initrd's script in which subdirectory to look for the "
-"SquashFS image."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_bootup.xml:32
-msgid "Next, umount your USB stick and reboot on it. That's all!"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_bootup.xml:36
-msgid "Splash screens"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_bootup.xml:40
-msgid "Memtest"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_bootup.xml:44
-msgid "Startup scripts"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_bootup.xml:50
-msgid "Checksums."
-msgstr ""
diff --git a/manual/pot/customization_contents.xml.pot b/manual/pot/customization_contents.xml.pot
deleted file mode 100644
index 57bac6a..0000000
--- a/manual/pot/customization_contents.xml.pot
+++ /dev/null
@@ -1,191 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/customization_contents.xml:4
-msgid "Customising contents"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_contents.xml:5
-msgid "This chapter discusses further customisation of the live system."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_contents.xml:7
-msgid "Includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:8
-msgid ""
-"Using includes, it is possible to add (or replace) arbitrary files in your "
-"Debian Live image. <filename>live-helper</filename> provides three "
-"mechanisms for using them:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_contents.xml:11
-msgid "Chroot local includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_contents.xml:13
-msgid ""
-"These allow you to add or replace files to the chroot/Live filesystem. "
-"Please see <xref linkend=\"chroot-local-includes\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_contents.xml:17 en/customization_contents.xml:40
-msgid "Binary local includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_contents.xml:19
-msgid ""
-"These allow you to add or replace files in the binary image. Please see "
-"<xref linkend=\"binary-local-includes\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_contents.xml:23 en/customization_contents.xml:44
-msgid "Binary includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_contents.xml:25
-msgid ""
-"These allow you to add or replace Debian specific files in the binary image, "
-"such as the templates and tools directories. Please see <xref linkend="
-"\"binary-includes\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:29
-msgid ""
-"Please see <xref linkend=\"terms\"/> for more information about the "
-"distinction between the \"Live\" and \"binary\" images."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_contents.xml:31
-msgid "Live/chroot local includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_contents.xml:32
-msgid ""
-"Chroot local includes can be used to add or replace files in the chroot/Live "
-"filesystem so that they are visible when the Live system is booted. Typical "
-"uses for them are to populate the skeleton user directory (<filename class="
-"\"directory\">/etc/skel</filename>) used by the live system to create the "
-"live user's home directory, or adding configuration files where additional "
-"processing is not required."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_contents.xml:33
-msgid ""
-"To include files, simply add them to your <filename class=\"directory"
-"\">config/chroot_local-includes</filename> directory. This directory "
-"corresponds to the root directory (<filename class=\"directory\">/</"
-"filename>) of the live system. For example, to add a file <filename>/var/www/"
-"index.html</filename> in the live system, use:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><screen>
-#: en/customization_contents.xml:34
-#, no-wrap
-msgid " $ mkdir -p config/chroot_local-includes/var/www $ cp /path/to/my/index.html config/chroot_local-includes/var/www "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_contents.xml:35
-msgid "Your configuration will then have the following layout:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><screen>
-#: en/customization_contents.xml:36
-#, no-wrap
-msgid " -- config [...] |-- chroot_local-includes | `-- var | `-- www | `-- index.html [...] `-- templates "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_contents.xml:37
-msgid ""
-"Chroot local includes are installed after package installation so that files "
-"installed by packages are overwritten."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_contents.xml:41 en/customization_contents.xml:45
-#: en/customization_contents.xml:50 en/customization_contents.xml:54
-#: en/customization_contents.xml:58
-msgid "FIXME."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_contents.xml:49
-msgid "Hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:51
-msgid "Enabling hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_contents.xml:53
-msgid "Live/chroot local hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_contents.xml:57
-msgid "Binary local hooks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_contents.xml:62
-msgid "Preseeding Debconf questions"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:63
-msgid ""
-"Files in the <filename class=\"directory\">config/chroot_local-preseed</"
-"filename> directory are considered to be debconf preseed files and are "
-"installed by <filename>live-helper</filename> using <filename>debconf-set-"
-"selections</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:64
-msgid ""
-"For more information about debconf, please see debconf(7) in the "
-"<command>debconf</command> package."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_contents.xml:67
-msgid "Symlink conversion"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_contents.xml:68
-msgid "FIXME. (This is probably in the wrong section)"
-msgstr ""
diff --git a/manual/pot/customization_internationalization.xml.pot b/manual/pot/customization_internationalization.xml.pot
deleted file mode 100644
index 32280bd..0000000
--- a/manual/pot/customization_internationalization.xml.pot
+++ /dev/null
@@ -1,93 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 17:46+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/customization_internationalization.xml:6
-msgid "Customising Locale And Language"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_internationalization.xml:7
-msgid "This chapter discusses customisation for language specific parameters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_internationalization.xml:9
-msgid "Default locale and keyboard"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:10
-#, no-wrap
-msgid " $ lh_config --bootappend-live \"locale=en_GB.UTF-8\" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:10
-#, no-wrap
-msgid " $ lh_config --bootappend-live \"keyb=uk\" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:10
-#, no-wrap
-msgid " $ lh_config --bootappend-live \"locale=en_GB.UTF-8 keyb=uk\" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:10
-#, no-wrap
-msgid " $ lh_config --bootappend-live \"locale=uk\" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_internationalization.xml:10
-msgid ""
-"The default locale when building a live cd is \"locale=en_US.UTF-8\". To set "
-"the locale for the UK (locale=en_GB.UTF-8) <placeholder type=\"screen\" id="
-"\"0\"/> The entry for a British keyboard would be <placeholder type=\"screen"
-"\" id=\"1\"/> To configure both the locale and the keyboard for the UK the "
-"entry would be <placeholder type=\"screen\" id=\"2\"/> or <placeholder type="
-"\"screen\" id=\"3\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_internationalization.xml:14
-msgid "l10n Packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:15
-#, no-wrap
-msgid " $ lh_config --language \"se\" "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/customization_internationalization.xml:15
-#, no-wrap
-msgid " config/templates/syslinux/se "
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_internationalization.xml:15
-msgid ""
-"lh build can automatically check for each package, for which it's know that "
-"there are -l10n packages available and install them. To add Swedish packages "
-"the entry would be <placeholder type=\"screen\" id=\"0\"/> This will also "
-"change the default syslinux language if <placeholder type=\"screen\" id="
-"\"1\"/> is available. Check syslinux configuration FIXME"
-msgstr ""
diff --git a/manual/pot/customization_packages.xml.pot b/manual/pot/customization_packages.xml.pot
deleted file mode 100644
index b8a2577..0000000
--- a/manual/pot/customization_packages.xml.pot
+++ /dev/null
@@ -1,604 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"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
-msgid "FIXME"
-msgstr ""
-
-#. 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
-msgid "<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><title>
-#: en/customization_packages.xml:4
-msgid "Customising package installation"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/customization_packages.xml:5
-msgid ""
-"This chapter discusses the customisation of package installation. This "
-"involves:"
-msgstr ""
-
-#. type: Content of: <sect1><orderedlist><listitem><para>
-#: en/customization_packages.xml:8
-msgid "Selecting additional packages to be installed"
-msgstr ""
-
-#. type: Content of: <sect1><orderedlist><listitem><para>
-#: en/customization_packages.xml:11
-msgid "Installing modified packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_packages.xml:15
-msgid "Package sources"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_packages.xml:19
-msgid "Debian repositories"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:21
-msgid "To set a local mirror (used to ''build'' the live-cd)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/customization_packages.xml:23
-#, no-wrap
-msgid "$ lh config --mirror-bootstrap \"http://local.intra.net/debian/\" --mirror-chroot \"http://local.intra.net/debian/\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:25
-msgid "The generic mirror is added to the live-system's /etc/apt/sources.list."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/customization_packages.xml:27
-#, no-wrap
-msgid "$ lh config --mirror-binary \"http://ftp.debian.org/debian/\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:29
-msgid ""
-"Note: It is ''not'' used for building the live-cd but to install new "
-"software while using the live-cd."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:30
-msgid "It can be disabled by setting binary indices parameter to disabled"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/customization_packages.xml:32
-#, no-wrap
-msgid "$ lh config --binary-indices disabled"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:34
-msgid ""
-"Note: the same applies for mirror chroot security and mirror binary security"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/customization_packages.xml:36
-#, no-wrap
-msgid "$ lh config --mirror-chroot-security {URL} $ lh config --mirror-binary-security {URL}"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_packages.xml:41
-msgid "Own repository"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:43
-msgid ""
-"To add more repositories (e.g. backports, experimental packages, etc.), "
-"create <filename>config/chroot_sources/your-cdd-repo.{chroot,binary}</"
-"filename> file."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:44
-msgid ""
-"e.g. <filename>config/chroot_sources/live.chroot</filename> allows you to "
-"install packages from the debian live snapshot repository at live-cd build "
-"time (you have to add the packages in your package list):"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/customization_packages.xml:46
-#, no-wrap
-msgid "deb http://live.debian.net/ sid-snapshots main contrib non-free"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:48
-msgid ""
-"If you add the line to <filename>config/chroot_sources/live.binary</"
-"filename> the repository will be added to your live-system's <filename>/etc/"
-"apt/sources.list</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:49
-msgid "If such files exist, they will be picked up automatically."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:50
-msgid ""
-"You can also put the gpg-key used to sign the repository into config/"
-"chroot_sources/foo.{binary,chroot}.gpg"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_packages.xml:56
-msgid "Package installation"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:57
-msgid ""
-"You can elect to use either <command>apt</command> or <command>aptitude</"
-"command> when installing packages. Which utility is used is governed by the "
-"<command>LH_APT</command> variable in <filename>config/chroot</filename> or "
-"by the <command>--apt</command> argument to <filename>lh config</filename>:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_packages.xml:61
-msgid "<command>apt</command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:64
-msgid ""
-"Specifying a missing package causes package installation to fail, which may "
-"not be the desired behaviour."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:65
-msgid "This is the default setting for building images for Lenny or later."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/customization_packages.xml:70
-msgid "<command>aptitude</command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:73
-msgid ""
-"Specifying a missing package causes package installation to succeed, which "
-"may not be the desired behaviour."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/customization_packages.xml:74
-msgid "This is the default setting for building images for Etch."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_packages.xml:80
-msgid "Installing additional packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:81
-msgid ""
-"<filename>live-helper</filename> has a number of mechanisms for indicating "
-"that additional packages should be installed, including:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:84 en/customization_packages.xml:97
-msgid "The <command>LH_PACKAGES</command> variable"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:87 en/customization_packages.xml:110
-msgid "Package lists"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><orderedlist><listitem><para>
-#: en/customization_packages.xml:90
-msgid "Local packages (<filename>chroot_local-packages/</filename>)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:93 en/customization_packages.xml:157
-msgid "Tasks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:98
-msgid ""
-"To install additional packages, simply add them to the <command>LH_PACKAGES</"
-"command> variable in <filename>config/chroot</filename>. For example:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/customization_packages.xml:100
-#, no-wrap
-msgid "LH_PACKAGES=\"package1 package2 package3 ... \""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:102
-msgid "You can also specify initial values on the command line:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/customization_packages.xml:104
-#, no-wrap
-msgid "$ lh config --packages \"package1 package2 package3\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:106
-msgid ""
-"The behaviour of <filename>live-helper</filename> when specifying a package "
-"that does not exist is determined by your choice of APT utility. See <xref "
-"linkend=\"package-installation\"/> for more details."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:107
-msgid ""
-"If you need to specify a large number of packages to be installed or you "
-"need flexibility regarding which packages to install, you should probably be "
-"using package lists. See <xref linkend=\"package-lists\"/> for more "
-"information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:111
-msgid ""
-"Package lists are a powerful way of expressing which packages should be "
-"installed. <filename>live-helper</filename> ships with a number of "
-"predefined package lists which provide sensible default package selections "
-"for the GNOME and KDE desktop environments, as well as standard systems."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:112
-msgid ""
-"To specify a package list, add the name of the list to the "
-"<command>LH_PACKAGES_LISTS</command> variable in <filename>config/chroot</"
-"filename>. For example:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/customization_packages.xml:114
-#, no-wrap
-msgid "LH_PACKAGES_LISTS=\"gnome\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:116
-msgid ""
-"Package lists that are distributed with <filename>live-helper</filename> "
-"reside in the <command>/usr/share/live-helper/lists</command> directory."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><title>
-#: en/customization_packages.xml:118
-msgid "Local packages lists"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:119
-msgid ""
-"You may supplement the supplied lists using local package lists stored in "
-"<command>config/chroot_local-packageslists</command>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:120
-msgid ""
-"Package lists that exist in this directory always override package lists "
-"distributed with <filename>live-helper</filename>. This can cause undesired "
-"effects when."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><note><title>
-#: en/customization_packages.xml:122
-msgid "<filename>live-helper</filename> 2.x change"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><note><para>
-#: en/customization_packages.xml:123
-msgid ""
-"Any file with <command>.list</command> suffix in <command>config/"
-"chroot_local-packageslists</command> is automatically enabled, the variable "
-"LH_PACKAGES_LISTS should only be used referencing packages lists included in "
-"live-helper (at <command>/usr/share/live-helper/lists/</command>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><title>
-#: en/customization_packages.xml:127
-msgid "Extending a provided package list using includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/customization_packages.xml:130
-#, no-wrap
-msgid "#include &lt;gnome&gt; iceweasel"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:132
-msgid ""
-"The package lists that are included with <filename>live-helper</filename> "
-"make extensive use of includes. They are available to view in the <command>/"
-"usr/share/live-helper/lists</command> directory."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><title>
-#: en/customization_packages.xml:135
-msgid "Using conditionals inside packages lists"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/customization_packages.xml:138
-#, no-wrap
-msgid "#if ARCHITECTURE amd64 ia32-libs #endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:140
-msgid ""
-"or if <command>LH_ARCHITECTURE</command> is set to <command>i386</command> "
-"or <command>amd64</command>:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/customization_packages.xml:142
-#, no-wrap
-msgid "#if ARCHITECTURE i386 amd64 memtest86+ #endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:144
-msgid ""
-"or if <command>LH_SECTIONS</command> contains either <command>contrib</"
-"command> or <command>non-free</command>:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/customization_packages.xml:146
-#, no-wrap
-msgid "#if SECTIONS contrib non-free vrms #endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:148
-msgid "A conditional may surround an <command>#include</command> directive:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/customization_packages.xml:150
-#, no-wrap
-msgid "#if ARCHITECTURE amd64 #include &lt;gnome-full&gt; #endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:152
-msgid ""
-"Any <filename>live-helper</filename> configuration variable that begins with "
-"<command>LH_</command> can be tested in this way."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/customization_packages.xml:153
-msgid "The nesting of conditionals is not supported."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/customization_packages.xml:162
-msgid "Installing modified or third-party packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:163
-msgid ""
-"Whilst it is against the philosophy of Debian Live, it may sometimes be "
-"necessary to build a Live system with modified versions of packages that are "
-"in the Debian repository. This may be to modify or support additional "
-"features, languages and branding, or even to remove elements of existing "
-"packages that are undesirable. Similarly, \"third-party\" packages may be "
-"used to add bespoke and/or proprietary functionality."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:164
-msgid ""
-"This section does not cover advice regarding building or maintaining "
-"modified packages. Joachim Breitner's <ulink url=\"http://www.joachim-"
-"breitner.de/blog/archives/282-How-to-fork-privately.html\">'How to fork "
-"privately'</ulink> may be of interest, however. The creation of bespoke "
-"packages is covered in the <ulink url=\"http://www.debian.org/doc/maint-"
-"guide/\">Debian New Maintainers' Guide</ulink> and elsewhere."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:165
-msgid "There are two ways of installing modified custom packages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><orderedlist><listitem><para>
-#: en/customization_packages.xml:169
-msgid "<filename>chroot_local-packages</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><orderedlist><listitem><para>
-#: en/customization_packages.xml:173
-msgid "Using a custom APT repository"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/customization_packages.xml:176
-msgid ""
-"The <filename>chroot_local-packages</filename> is simpler to achieve and "
-"useful for \"one-off\" customisations but has a number of drawbacks, whilst "
-"using a custom APT repository is more time-consuming to set up."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:178
-msgid ""
-"Using <filename>chroot_local-packages</filename> to install custom packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:179
-msgid ""
-"To install a custom package, simply copy it to the <command>config/"
-"chroot_local-packages</command> directory. Packages that are inside this "
-"directory will be automatically installed into the live system during build "
-"- you do not need to specify them elsewhere."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:180
-msgid ""
-"Packages <emphasis>must</emphasis> be named in the prescribed way. One "
-"simple way to do this is to use <command>dpkg-name</command>. FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:181
-msgid ""
-"Using <filename>chroot_local-packages</filename> for installation of custom "
-"packages has disadvantages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/customization_packages.xml:184
-msgid "It is not possible to use secure APT"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/customization_packages.xml:187
-msgid ""
-"You must install all appropriate packages in the <command>config/"
-"chroot_local-packages</command> directory"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/customization_packages.xml:190
-msgid ""
-"It does not lend itself to storing Debian Live configurations in revision "
-"control"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:195
-msgid "Using an APT repository to install custom packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:197
-msgid ""
-"Unlike using <filename>chroot_local-packages</filename>, when using a custom "
-"APT repository you must ensure that you specify the packages elsewhere. See "
-"<xref linkend=\"lh-packages\"/> for details."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:198
-msgid ""
-"Whilst it may seem unnecessary effort to create an APT repository to install "
-"custom packages, the infrastructure can be easily re-used at a later date to "
-"offer updates of the modified packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:201
-msgid "Custom packages and APT"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:202
-msgid ""
-"<filename>live-helper</filename> uses APT to install all packages into the "
-"live system so will therefore inherit behaviours from this program. One "
-"relevant example is that (assuming a default configuration) given a package "
-"available in two different repositories with different version numbers, APT "
-"will elect to install the package with the higher version number."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:203
-msgid ""
-"Because of this, you may wish to increment the version number in your custom "
-"packages' <command>debian/changelog</command> files to ensure that your "
-"modified version is installed over one in the official Debian repositories. "
-"This may also be achieved by altering the live system's APT pinning "
-"preferences - see <xref linkend=\"apt-preferences\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/customization_packages.xml:206
-msgid "Altering APT preferences during Live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/customization_packages.xml:208
-msgid ""
-"Whilst it may seem unnecessary effort to create an APT repository to install "
-"custom packages, the infrastructure can be easily re-used at a later date to "
-"offer updates of the modified package."
-msgstr ""
diff --git a/manual/pot/devel.xml.pot b/manual/pot/devel.ssi.pot
similarity index 60%
rename from manual/pot/devel.xml.pot
rename to manual/pot/devel.ssi.pot
index c6ce247..5ca830c 100644
--- a/manual/pot/devel.xml.pot
+++ b/manual/pot/devel.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 19:02+0300\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
@@ -15,7 +15,13 @@ msgstr ""
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: ENCODING"
 
-#. type: Content of: <part><title>
-#: en/devel.xml:4
-msgid "Development"
+#. type: Plain text
+#: en/devel.ssi:5
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<part>\n"
+"  <title>Development</title>\n"
+"</part>\n"
 msgstr ""
diff --git a/manual/pot/faq.xml.pot b/manual/pot/faq.xml.pot
deleted file mode 100644
index 6a92605..0000000
--- a/manual/pot/faq.xml.pot
+++ /dev/null
@@ -1,1504 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-12 14:20+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><section><section><para>
-#: en/about_manual.xml:143 en/about_manual.xml:147 en/about_manual.xml:151
-#: en/about_manual.xml:160 en/about_manual.xml:166 en/about_manual.xml:172
-#: en/about_manual.xml:178 en/about_manual.xml:184 en/basics.xml:45
-#: en/basics.xml:50 en/basics.xml:57 en/basics.xml:60 en/basics.xml:72
-#: en/basics.xml:81 en/basics.xml:85 en/basics.xml:89 en/basics.xml:95
-#: en/basics.xml:105 en/basics.xml:118 en/basics.xml:122 en/basics.xml:126
-#: en/basics.xml:139 en/basics.xml:143 en/basics.xml:148 en/basics.xml:160
-#: en/basics.xml:170 en/basics.xml:182 en/basics.xml:186 en/basics.xml:205
-#: en/basics.xml:220 en/customization_packages.xml:25
-#: en/customization_packages.xml:29 en/customization_packages.xml:34
-#: en/customization_packages.xml:38 en/customization_packages.xml:48
-#: en/customization_packages.xml:102 en/customization_packages.xml:106
-#: en/customization_packages.xml:116 en/customization_packages.xml:132
-#: en/customization_packages.xml:140 en/customization_packages.xml:144
-#: en/customization_packages.xml:148 en/customization_packages.xml:152
-#: en/faq.xml:36 en/faq.xml:128 en/faq.xml:131 en/faq.xml:138 en/faq.xml:141
-#: en/faq.xml:163 en/faq.xml:188 en/faq.xml:210 en/howtos.xml:19
-#: en/howtos.xml:25 en/howtos.xml:31 en/overview.xml:61 en/overview.xml:66
-#: en/overview.xml:70
-msgid "<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><title>
-#: en/faq.xml:6
-msgid "Frequently asked questions (FAQ)"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:9
-msgid "Q: I downloaded a prebuilt live image. How do I put it on a USB stick?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:10
-msgid ""
-"A: See <xref linkend=\"image_copying\"/> \"Copying USB/HDD image to a USB "
-"stick\""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:13
-msgid "Q: How do I log my build?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:14
-#, no-wrap
-msgid "$ lh_build 2&gt;&amp;1 | tee build.log"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:14
-msgid ""
-"A: You could use script, screen or tee: <placeholder type=\"screen\" id="
-"\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:17
-msgid ""
-"Q: How can I convert an already installed standard Debian partition into a "
-"Debian Live system?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:18
-msgid ""
-"A: Save the list of installed packages and load it into your new Debian Live "
-"System. Copy your /etc to config/chroot_local-includes"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:21
-msgid ""
-"Q: What does 'losetup: could not find any free loop device' mean and how do "
-"I fix it?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:22
-msgid ""
-"A: Loop devices are used during the build; there probably aren't any free if "
-"you've aborted several builds. Something like: for l in /dev/loop0 /dev/"
-"loop1 /dev/loop2 /dev/loop3 /dev/loop4 /dev/loop5 /dev/loop6 /dev/loop7 ; do "
-"losetup -d $l ; done should rectify the situation (assuming all loop devices "
-"in use were created by lh_build; if in doubt, check the contents of each "
-"loop device before deleting them with losetup -d)."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:25
-msgid "Q: How do I launch an interactive shell during the chroot stage?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:26
-#, no-wrap
-msgid "$ lh_config --interactive shell"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:26
-#, no-wrap
-msgid "# logout"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:26
-#, no-wrap
-msgid "# exit"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:26
-msgid ""
-"A: To enable interactive shell: <placeholder type=\"screen\" id=\"0\"/> To "
-"continue the build process: <placeholder type=\"screen\" id=\"1\"/> or "
-"<placeholder type=\"screen\" id=\"2\"/> To disable interactive shell, set "
-"LH_INTERACTIVE to \"disabled\" in config/chroot."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:29
-msgid "Q: What is the root /user password?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:30
-#, no-wrap
-msgid " sudo -i "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:30
-#, no-wrap
-msgid "sudo passwd"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:30
-msgid ""
-"A: The user password for the live user is 'live'. By default, there is not "
-"any root password. You can switch to root with <placeholder type=\"screen\" "
-"id=\"0\"/> or set a password for root with <placeholder type=\"screen\" id="
-"\"1\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:33
-msgid "Q: How do I change root or any user password?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:34
-msgid ""
-"A: Add a chroot local hook script to change root or any user password each "
-"time you build an image."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:35
-msgid ""
-"e.g. config/chroot_local-hooks/01-update_password.sh to set root password to "
-"\"nopasswd\""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:36
-#, no-wrap
-msgid "#!/bin/sh echo \"I: update password\" echo \"root:nopasswd\" | chpasswd"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:36
-#, no-wrap
-msgid "$ chmod +x config/chroot_local-hooks/01-update_password.sh"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><note><screen>
-#: en/faq.xml:36
-#, no-wrap
-msgid "mkdir -p config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/ cp /usr/share/initramfs-tools/scripts/live-bottom/10adduser config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:36
-#, no-wrap
-msgid " echo \"newlivepass\" | mkpasswd -s."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:36
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/><placeholder type=\"screen\" id=\"1\"/"
-"><note>For live user; you need to copy the /usr/share/initramfs-tools/"
-"scripts/live-bottom/10adduser your build folder: <placeholder type=\"screen"
-"\" id=\"2\"/></note> Then edit the config/chroot_local-includes/usr/share/"
-"initramfs-tools/scripts/live-bottom/10adduser and paste in the new "
-"user_crypted password that you make with: <placeholder type=\"screen\" id="
-"\"3\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:36
-msgid ""
-"Or add an hook file in config/chroot_local-hooks/ with something like the "
-"below:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:36
-#, no-wrap
-msgid " #!/bin/sh # Change the autogenerated user password to \"debianlive\" plain_password=\"debianlive\" password=$(echo \"${plain_password}\" | mkpasswd -s) sed -i -e 's/\\(user_crypted=\\)\\(.*\\)\\( #.*\\)/\\1\\\"'${password}'\\\"\\3/' /usr/share/initramfs-tools/scripts/live-bottom/10adduser update-initramfs -tu -kall"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:36
-msgid ""
-"The latter (hook model) could be more future proof than the former solution "
-"since it modifies just one string selectively but it requires the package "
-"\"whois\" to be installed on the target system (for mkpasswd) or that you "
-"generate the $password string not at build time and include it crypted in "
-"the above script."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:39
-msgid "Q: How to disable autologin?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:40
-#, no-wrap
-msgid "lh config --bootappend-live \"noautologin\""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:40
-msgid ""
-"A1: use the commandline parameter <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:40
-msgid ""
-"A2: You need to set boot=noautologin noxautologin as described in man "
-"<filename>live-initramfs</filename> If you boot via TFTP you want to insert "
-"the option to pxelinux.cfg/default"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:43
-msgid "Q: How do I change default hostname or username?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:44
-#, no-wrap
-msgid "$ lh_config --hostname myhostname $ lh_config --username myusername"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:44
-msgid ""
-"A: To change default hostname or username: <placeholder type=\"screen\" id="
-"\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:47
-msgid "Q: How do I make the final image smaller?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:48
-msgid ""
-"A: Clean orphaned apps/libs: Install package \"deborphan\" and then run "
-"'sudo deborphan -n' . Delete unwanted packages. Remove the apt cache. Purge "
-"unwanted locales (see \"localepurge\" package)."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:51
-msgid ""
-"Q: How do I customize bash-config permanently (aliases, bash-completion "
-"etc.)?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:52
-msgid "A: Add your own .bashrc config/chroot_local-includes/etc/skel/.bashrc"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:55
-msgid "Q: How do I disable services permanently? (Be careful!)"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:56
-msgid ""
-"A: Add a chroot local hook script to disable a service each time you build "
-"an image:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:57
-#, no-wrap
-msgid "#!/bin/sh echo \"I: disable service\" update-rc.d -f 〈service name 〉 remove "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:57
-#, no-wrap
-msgid " $ chmod +x config/chroot_local-hooks/01-disable_service.sh "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:57
-msgid ""
-"e.g. config/chroot_local-hooks/01-disable_service.sh <placeholder type="
-"\"screen\" id=\"0\"/> <placeholder type=\"screen\" id=\"1\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:60
-#, no-wrap
-msgid "lh_config --checksums enabled|disabled "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:60
-msgid ""
-"Q: How do I enable | disable the md5checksum at the ISO building? "
-"<placeholder type=\"screen\" id=\"0\"/> Or change the LH_CHECKSUMS value."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:63
-#, no-wrap
-msgid "lh_config --net-tarball none|gzip "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:63
-msgid ""
-"Q: How to disable the generation of the .tar.gz file? <placeholder type="
-"\"screen\" id=\"0\"/> Or change the LH_NET_TARBALL value. (only available in "
-"snapsshot version at the moment 2008/Feb/28)"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:66
-msgid "Q: How do I \"build a new image\" ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:67
-#, no-wrap
-msgid "$ sudo lh_clean --binary $ sudo lh_build "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:67
-msgid ""
-"A: Run commands: <placeholder type=\"screen\" id=\"0\"/> <emphasis>Hint:</"
-"emphasis> If the configuration had changed you should leave \"--binary\" "
-"out. This will clean your chroot directory too."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:70
-msgid "Q: How do I use Fluxbox ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:70
-msgid "A: Add a new lists file with the fluxbox packages you want."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:70
-msgid "Create /home/$USERNAME/.dmrc file (default username is \"user\")."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:70
-#, no-wrap
-msgid "$ cat .dmrc [Desktop] Session=fluxbox"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:70
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <note>.dmrc is owned by $USERNAME:"
-"$USERNAME. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:70
-msgid ""
-"See also <ulink url=\"http://wiki.debian.org/Fluxbox/\">http://wiki.debian."
-"org/Fluxbox</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:70
-msgid ""
-"A short HOWTO can be found here: <ulink url=\" http://wiki.debian.org/"
-"MichaelAblassmeier/CustomLiveCD\"> http://wiki.debian.org/MichaelAblassmeier/"
-"CustomLiveCD</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:73
-msgid "Q: How do I use custom repositories?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:74
-msgid ""
-"A: <ulink url=\"http://wiki.debian.org/DebianLive/Configuration\">See "
-"DebianLive/Configuration.</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:77
-msgid ""
-"Q: How do I customize the artwork for the live CD (grub or syslinux boot "
-"splash, usplash, etc.)?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:78
-msgid ""
-"A: <ulink url=\"http://wiki.debian.org/DebianLive/Howto/Custom_Artwork\"> "
-"See DebianLive/Howto/Custom_Artwork. </ulink> FIXME: NEED TO UPDATE"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:81
-msgid ""
-"Q: How do I customize desktop environment (KDE, GNOME, XFCE, etc...) look?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:81
-msgid "A: Start the live system in qemu:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:81
-#, no-wrap
-msgid "$ qemu -m 256 -cdrom binary.iso -boot d -redir tcp:4222:10.0.2.15:22"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:81
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <note>the -redir argument must be "
-"changed to meet your needs </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:84
-msgid ""
-"Q: How do I execute a custom shell script inside the chroot system after the "
-"chroot stage?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:85
-msgid "A: Add your script in config/chroot_local-hooks."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:88
-msgid ""
-"Q: How do I add a script running immediately after all other scripts when "
-"the live system boots?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:88
-msgid ""
-"A: Add your script in config/chroot_local-includes/usr/share/initramfs-tools/"
-"scripts/live-bottom/99script"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:88
-#, no-wrap
-msgid "$ chmod +x config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/99script"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:88
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <note>The hook script must be "
-"executable. Do not forget to lh_clean --chroot after making this change "
-"before you build again. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:88
-msgid ""
-"You must also use the example script /usr/share/live-helper/examples/hooks/"
-"update-initramfs.sh to ensure your script gets built into the initramfs "
-"(read the comment header for instructions)."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:91
-msgid "Q: How do I add software not in Debian ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:92
-msgid "A: See <xref linkend=\"packages\"/> Customising package installation"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:95
-msgid "Q: What is the manifest with Ubuntu used for?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:96
-msgid ""
-"A: Manifest is just the package list, which ubuntu does $something with. "
-"Don't worry about it."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:99
-msgid "Q: What is this {p} syntax with mtools{p} and parted{p} ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:100
-msgid "A: That's aptitude."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:103
-msgid ""
-"Q: Do I need to write the image on USB stick to test it? <note>you must use "
-"qemu &gt;= 0.8. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:106
-msgid "Q: What is /cow ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:107
-msgid "A: Copy-on-write, the 'diff' from unionfs."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:110
-msgid ""
-"Q: Is /usr/share/live-helper/lists/standard-x11 like preseed or is preseed "
-"something else entirely?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:111
-msgid "A: It is not. It is a package list, not a debconf preseeding."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:114
-msgid "Q: What is the difference between standard and minimal?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:114
-msgid "standard: packages of priority standard and higher;"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:114
-msgid "minimal: packages of priority essential and higher;"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:117
-msgid "Q: What can the sections be used for? Aren't they BIG?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:118
-msgid "A: Someone maybe wants to include packages from contrib or non-free."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:121
-msgid "Q: memtest86+ ... is that used?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:122
-msgid "A: Yes"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:125
-msgid "Q: How do I build using predefined packages lists?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:125
-msgid "A: e.g. to build using standard-x11 packages list:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:125
-#, no-wrap
-msgid "$ sudo lh_config -p standard-x11 $ sudo lh_build"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:125
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <note>The packages lists can be "
-"found in /usr/share/live-helper/lists/ directory. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:128
-msgid "Q: How do I rebuild without downloading all the packages again?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:128
-msgid ""
-"A: All packages are cached in cache subdirectory. They remain until a clean "
-"purge:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:128
-#, no-wrap
-msgid "$ sudo lh_clean --purge"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:128
-msgid ""
-"You do not have to do anything to prevent packages from being re-downloaded. "
-"You need to remember to clean whichever stages you want to rebuild first."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:128
-msgid ""
-"e.g. to rebuild from the cached bootstrap, chroot packages and build a new "
-"image."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:128
-#, no-wrap
-msgid "$ sudo lh_clean $ sudo lh_build"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:131
-msgid "Q: How do I boot USB debian-live on systems not supporting USB boot?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:131
-msgid ""
-"A: Make a boot CD with grub, configured to boot from a debian-live kernel "
-"copied on the cd structure."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:131
-#, no-wrap
-msgid "$ mkdir -p iso/boot/grub $ cp /usr/lib/grub/i386-pc/stage2_eltorito iso/boot/grub $ cp chroot/boot/* iso/boot/"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:131
-msgid "Create iso/boot/grub/menu.lst"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:131
-#, no-wrap
-msgid "default 0 timeout 5 color cyan/blue white/blue title Debian Live root (cd) kernel /boot/vmlinuz boot=live initrd /boot/initrd.img"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:131
-msgid "Create the iso image"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:131
-#, no-wrap
-msgid "$ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \\ -boot-load-size 4 -boot-info-table -o grub.iso iso"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:131
-msgid "Burn the image."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:134
-msgid ""
-"Q: How do I boot debian-live on systems not supporting CDROM or USB boot?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:135
-msgid ""
-"A: If you have a floppy drive, you may be able to use it, otherwise you will "
-"need to use loadlin/grub4dos/win32-loader. If you have a second system to "
-"serve up the image over the network, <ulink url=\"DebianLive/Howto/"
-"Creating_a_Netboot_Image\"> See DebianLive/Howto/Creating_a_Netboot_Image. </"
-"ulink> FIXME LINK"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:138
-msgid ""
-"Q: The X configuration does not seems to work, the resolution is too low. "
-"What can I do?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:138
-msgid "A: Use xdebconfigurator"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:138
-#, no-wrap
-msgid "$ lh_config --bootappend xdebconf $ lh_config --packages xdebconfigurator"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:141
-msgid "Q: Apache has problems with static files"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:141
-msgid ""
-"A: Sendfile does not work well on the unionfs used by Debian Live. Add the "
-"following to apache's configuration:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:141
-#, no-wrap
-msgid "EnableSendfile off"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:144
-msgid "Q: How do I make hard disk partitions auto-mountable?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:144
-msgid ""
-"<command>A: Short answer:</command> Right now the best is to use a script "
-"that will populate the fstab when the CD is booting. Such a script can be "
-"found <ulink url=\"https://devel.goto10.org/svn/puredyne/trunk/broth/stock/"
-"chroot_local-includes/sbin/diskmounter.sh\"> FIXME BROKEN LINK </ulink>. A "
-"proper solution based on HAL will be described here in a hopefully near "
-"future."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:144
-msgid ""
-"<command>A: Long Answer: </command> Since 55_nonpolkit-mount-policy.patch in "
-"HAL, debian-storage-policy-fixed-drives.fdi is not available anymore and the "
-"previous trick that consisted to remove this file to enable automounting of "
-"fixed drives as a consequence is obsolete."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:144
-msgid ""
-"Eventually, it will be possible to combine HAL and PolicyKit to enable "
-"different permissions and actions to achieve advanced (auto)mounting for non-"
-"root users. Until then, because the live scripts are only touching to the "
-"fstab to add a swap partition if discovered at boot time, the only way to "
-"have fixed drives mounted automatically is to use a script that will "
-"populate the fstab file at the end of the multiuser runlevel."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:144
-msgid "To achieve this, you can do, for example, the following:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:144
-msgid ""
-"download the <ulink url=\"https://devel.goto10.org/svn/puredyne/trunk/broth/"
-"stock/chroot_local-includes/sbin/diskmounter.sh\"> diskmounter.sh script "
-"FIXME BROKEN LINK </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:144
-msgid ""
-"Create the chroot_local-includes/sbin directory, and move the script inside"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:144
-msgid "Make sure the script is executable (chmod +x diskmounter.sh)"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:144
-msgid ""
-"create the chroot_local-includes/etc/rc.local file and call the diskmounter "
-"from there (see this <ulink url=\"https://devel.goto10.org/svn/puredyne/"
-"trunk/broth/stock/chroot_local-includes/etc/rc.local\"> rc.local FIXME "
-"BROKEN LINK </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:144
-msgid ""
-"When called correctly, the script detects ext2, ext3, reiserfs, xfs, FAT32, "
-"HFS+ and NTFS partitions and mount them read-write, except for NTFS. This "
-"will change soon and an option will be available to use ntfs-3g to mount "
-"NTFS as read-write."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:144
-msgid ""
-"comments, patches and other things about this script and issue: http://code."
-"goto10.org/projects/puredyne/ticket/463"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:147
-msgid "Q: Boot fails with panic: can't open /scripts/live"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:148
-msgid ""
-"A: Add latest live-initramfs deb package into config/chroot_local-packages "
-"directory and rebuild."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:151
-msgid "Q: How do I configure the locale and the keyboard?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:152
-msgid "A: See <xref linkend=\"internalization\"/> 10n"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:155
-msgid "Q: How do I get past boot prompt without a working keyboard?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:156
-msgid "A: See <xref linkend=\"bootup\"/> Customising the bootup process"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:160
-msgid "Q: Can I serve the root image from a web or ftp server?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:160
-msgid ""
-"A: Since live-initramfs 1.99, it should be possible to use the fetch= "
-"argument on the kernel command line. You can build a netboot image as usual, "
-"and when you are done edit the tftpboot/pxelinux.cfg/default file. Remove "
-"the references to network boot (netboot, nfsroot, nfsopts), and replace with "
-"fetch= 〈url where you placed the root image&gt;."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:160
-#, no-wrap
-msgid "$ lh_config --packages wget"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:160
-msgid ""
-"<note>You have to include wget in the chroot. It could work for other boot "
-"methods as well. However, I am not sure the live scripts configure the "
-"network when booting from a CD or USB disk.</note> <placeholder type=\"screen"
-"\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:163
-msgid "Q: Why doesn't quickreboot (or some other boot parameter) work?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:163
-msgid ""
-"A: If you are building an etch image (which was the default up to "
-"2007/09/14) you have a very old version of casper which does not support "
-"quickreboot and possibly other boot parameters as well. You could configure "
-"your sources to use live-backports (see /usr/share/live-helper/examples/"
-"sources/live-backports) and switch to live-initramfs, or better yet, build a "
-"lenny image instead, which is the new default."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:163
-#, no-wrap
-msgid "$ lh_config --distribution lenny $ lh_config --initramfs live-initramfs"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:166
-msgid ""
-"Q: How do I fix \"Could not find kernel image\" issue with syslinux "
-"bootloader?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:166
-msgid ""
-"A: Add a binary local hook script to fix kernel and initrd path each time "
-"you build an image."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:166
-#, no-wrap
-msgid "#!/bin/sh SYSLINUXCFG=`find binary -type f -name syslinux.cfg` sed -i \"s|kernel /vmlinuz|kernel vmlinuz|g\" ${SYSLINUXCFG} sed -i \"s|initrd=/initrd|initrd=initrd|g\" ${SYSLINUXCFG}"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:166
-#, no-wrap
-msgid "$ chmod +x config/binary_local-hooks/01-fix_syslinux.sh"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:166
-msgid ""
-"e.g. config/binary_local-hooks/01-fix_syslinux.sh <placeholder type=\"screen"
-"\" id=\"0\"/> <placeholder type=\"screen\" id=\"1\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:169
-msgid "Q: How do I use a newer kernel with lenny?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:169
-msgid ""
-"A: A build with backports.org kernels will fail as that repository lacks the "
-"necessary module packages (linux-modules-extra-2.6, aufs, etc.). Use the "
-"kernel backports <ulink url=\"http://unsupported.debian-maintainers.org/"
-"backports-kernel/\"> http://unsupported.debian-maintainers.org/backports-"
-"kernel/. </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:169
-#, no-wrap
-msgid "$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.binary.gpg $ lh_build"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:169
-msgid "The quick way to success: <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:172
-msgid "Q: How do I use a custom kernel?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"〉 Is there a nice way of booting debian-live with a custom kernel (not in "
-"an apt repo)?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"A: Copy it into config/chroot_local-packages and set LH_LINUX_PACKAGES=\"none"
-"\" or use lh config --linux-packages \" \""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"Don't forget to compile your kernel with an union filesystem (unionfs or "
-"aufs), squashfs modules, and initrd support."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"〉 I can cause the kernel to be installed but it seems this happens later "
-"than grub/syslinux is configured so it's not listed and casper/ and the menu "
-"require munging."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"You need to follow the debian scheme, e.g. placing the files in /boot as "
-"vmlinuz-$version and initrd.img-$version etc."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"I personally wouldn't go that way which is too much of a hassle, and just "
-"use make-kpkg to produce custom kernel deb packages. They should integrate "
-"nicely if you just put them into config/chroot_local-packages and set "
-"LH_LINUX_PACKAGES=\"\"."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"<emphasis>Hint:</emphasis> to work around an error, which lh_binary_syslinux "
-"will throw on custom kernels if there is not an 468/686 in the kernel-name, "
-"you need to set CONFIG_LOCALVERSION=\"-486\" or \"-686\" within the kernel "
-"configuration (-&gt; General setup -&gt; Local version set to -486 or -686) "
-"corresponding to LH_LINUX_FLAVOURS=\"\" or \"686\". this at least up till "
-"live-helper version 1.0~a40-1"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:172
-msgid "see"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"<ulink url=\"http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-"
-"July/001947.html\"> http://lists.alioth.debian.org/pipermail/debian-live-"
-"devel/2007-July/001947.html</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:172
-msgid "and"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:172
-msgid ""
-"<ulink url=\"http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-"
-"November/002581.html\">http://lists.alioth.debian.org/pipermail/debian-live-"
-"devel/2007-November/002581.html</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:175
-msgid "Q: How do I create a cross arch live CD image?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:175
-msgid "<command>A: In short:</command> You can't. Read on:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:175
-msgid ""
-"The procedure to create a live CD is based on creating a chroot that "
-"contains the files that will be finally available on the live CD. The live "
-"CD building procedure includes chrooting into the chroot dir and so some "
-"operations. chrooting means that the terminal you chroot on will behave as a "
-"different system so your real system and the chroot environment is decoupled "
-"somehow."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:175
-msgid ""
-"Once the live CD scripts chroots into the chroot dir they have some "
-"operations to do inside that environment and your real system won't be able "
-"to run them unless you are using the same architecture."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:175
-msgid ""
-"So you only are able to make live CD for the arch you run on. But this "
-"doesn't prevent you run qemu or some other machine emulator that make this "
-"possible."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:178
-msgid "Q: When is a lh_clean necessary?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:178
-msgid "lh_clean is a script in /usr/bin/"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:178
-msgid "A: That depends what you've changed between builds"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:178
-msgid ""
-"If, for example, you've built an iso image and you want a usb image, you "
-"only need to run <command> lh_clean --binary </command> before you run "
-"lh_build again."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para><para>
-#: en/faq.xml:178
-msgid ""
-"If you've <command> changed anything in the chroot </command> , you'll need "
-"to cleanup both chroot and binary with <command> lh_clean </command>before "
-"continuing"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:181
-msgid "Q: How can i set boot= parameters?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:182
-msgid "A: Set LH_BOOTAPPEND_LIVE in config/binary"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:185
-msgid ""
-"Q: How do I include different modules to load when the live system boots?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:185
-msgid "A: Configure config/chroot_local-includes/etc/initramfs-tools/"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:185
-msgid ""
-"The lh_chroot_hacks helper rebuilds the live/initrd1.img using the default "
-"initramfs.conf \"MODULES = most\". You may override that by supplying your "
-"own initramfs.conf, or else just add your own modules, e.g."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:185
-#, no-wrap
-msgid "mkdir -p config/chroot_local-includes/etc/initramfs-tools/ echo \"atl2\" &gt;&gt; config/chroot_local-includes/etc/initramfs-tools/modules"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:185
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <note>Even though initramfs.conf(5) "
-"says \"most adds all the framebuffer, acpi, file system, ide, sata, scsi and "
-"usb drivers\", it actually includes network drivers as well. See "
-"auto_add_modules() in /usr/share/initramfs-tools/hook-functions for the "
-"complete list. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:188
-msgid "Q: Can I have a splash screen?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid "A: Yes you can"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:188
-msgid ""
-"You will not know what is going on when the splash screen is active, it may "
-"fail to activate on some hardware or break X on other (both usplash and "
-"splashy use libdirectfb which does some evil voodoo and may break you "
-"graphics or input until you reboot). However, you can install and activate "
-"it just as you would on any other Debian system."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid "To use splashy:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid ""
-"1) install splashy and read the README, the manpages are useless for setting "
-"it up. Add some parameters to your kernel command line, such as in your "
-"pxelinux configuration or in LH_BOOTAPPEND_LIVE in config/binary in debian-"
-"live configuration:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:188
-#, no-wrap
-msgid "vga=792 splash quiet"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid ""
-"<filename>vga </filename>to select video mode, <filename>splash </"
-"filename>to activate splashy, <filename>quiet</filename> to suppress most "
-"kernel messages that you cannot see anyway but would scroll past before "
-"splashy manages to paint the graphics on your screen."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:188
-#, no-wrap
-msgid "echo splashy &gt; config/chroot_local-packageslists/splashy echo splashy-themes &gt;&gt; config/chroot_local-packageslists/splashy"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:188
-msgid ""
-"You might want to add splashy to the list of packages installed in your "
-"image: <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid "and select a theme:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:188
-#, no-wrap
-msgid "echo '#!/bin/sh' &gt; config/chroot_local-hooks/splashy echo splashy_config -s debian-moreblue '||' true &gt;&gt; config/chroot_local-hooks/splashy # update the ramdisk to include the splash screen echo update-initramfs -u -k all &gt;&gt; config/chroot_local-hooks/splashy chmod 755 config/chroot_local-hooks/splashy "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid ""
-"After you rebuild your live system you should observe a bluish splash screen "
-"while booting. Nothing happens while initramfs is running because there is "
-"no splashy support in initramfs-tools. Once the init starts the progress bar "
-"should start to fill."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:188
-msgid ""
-"If <filename> vga=something</filename> sets a mode that your screen cannot "
-"show or your card cannot do vesa 2.0 (and thus you get plain text mode and "
-"no splashy) read the splashy faq."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:191
-msgid "Q: Howto use my Broadcom eXtrem 2 network card (module bnx2) ?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:191
-msgid "A: Add the firmwares to the initrd image."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:191
-msgid ""
-"You need to install the non-free package \"firmware-bnx2\". Uncompress your "
-"initrd image, then copy files :"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:191
-#, no-wrap
-msgid "cp /lib/firmware/bnx2x-e1-4.8.53.0.fw /lib/firmware/bnx2x-e1-5.0.21.0.fw /lib/firmware/bnx2x-e1h-4.8.53.0.fw /lib/firmware/bnx2x-e1h-5.0.21.0.fw ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:191
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> Recompress your initrd image and "
-"boot: it works !"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:194
-msgid ""
-"Q: X is broken (the system boots, messages scroll by, and then the screen "
-"goes blank). What do I do?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:194
-msgid ""
-"On my system starting X completely disables graphics so that I do not see "
-"anything even after X bails out and I am back to the console. To prevent "
-"this you can change the driver Xorg uses."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:194
-msgid ""
-"If you have a working splash screen or at least graphical console you can use"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:194
-msgid "<filename>live xdriver=fbdev</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:194
-msgid "when booting the live system (instead of just enter)."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:194
-msgid "Another driver you might want to try is <filename> vesa. </filename>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:194
-msgid ""
-"If all fails you might try to set xdriver to some wrong value so that Xorg "
-"fails to start and you can examine the system while you still see something "
-"on the console."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:194
-msgid "<filename>live xdriver=none</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:197
-msgid "Q: How can I get Debian first stable versions?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:198
-msgid ""
-"I'm developing software and testing it on Live-CD. Thanks for the LiveCD "
-"project. To be sure my development is fully compatible with the \"etch\" "
-"version, I need the same scenario when Debian GNU/Linux 4.0 was published as "
-"stable (I believe 2007.04.08). If there was some bug on 2007.04.08 that was "
-"corrected one week later, I need to test software foreseeing that scenario "
-"without the bug solved."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:201
-msgid ""
-"Q: I get \"fopen: Permission denied\"-warnings from apt on building/at the "
-"live-system"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:202
-msgid ""
-"That's a harmless bug in apt. However, if you want to get off this warnings "
-"in the live-system, add a file in chroot_local-hooks with follow row:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><screen>
-#: en/faq.xml:203
-#, no-wrap
-msgid " chown -R man.man /var/cache/man "
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:206
-msgid ""
-"Q: Why I always fail during \"Retrieving Packages\" stage when running "
-"lh_build? I have already set apt-http-proxy and so on."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:207
-msgid ""
-"A: lh_build retrieves packages via wget, as a result you need to enable the "
-"proxy settings in /etc/wgetrc before running lh_build."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:210
-msgid "Q: How do I edit Xorg.conf?"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:210
-msgid ""
-"A: Xorg.conf is generated every time system boots, so it's useless to put "
-"modifed Xorg.conf in config/choort_local-includes/etc/X11, because it will "
-"be overwritten during boot. However, you can edit /usr/bin/dexconf, which "
-"generate xorg.conf during boot, so the result will be modified Xorg.conf. "
-"The modified dexconf has to be put in config/choort_local-includes/usr/bin. "
-"e.g.: you can configure Xorg.conf for two or more keyboards layouts with alt"
-"+shift toggle by editing dexconf and replacing the line:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:210
-#, no-wrap
-msgid "Option \"XkbLayout\" \"$XKB_LAYOUT\""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:210
-msgid "with the lines:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:210
-#, no-wrap
-msgid "Option \"XkbLayout\" \"us,il\" Option \"XkbOptions\" \"grp:alt_shift_toggle,grp_led:scroll\""
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:210
-msgid "when \"us,il\" are the wanted keyboard layouts."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:210
-msgid ""
-"You can force default screen resulotion (e.g. 1024*768) by adding the "
-"lines: ."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:210
-#, no-wrap
-msgid " SubSection \"Display\" Modes \"1024x768\" EndSubSection"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><para>
-#: en/faq.xml:210
-msgid "between the lines:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para><screen>
-#: en/faq.xml:210
-#, no-wrap
-msgid " Section \"Screen\" Identifier \"Default Screen\" Monitor \"Configured Monitor\" . . . . . . . SECTION printf \"EndSection\\n\" 〉 &amp;4"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:213
-msgid "Q: Where are the build parameters for the prebuilt images"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/faq.xml:214
-msgid ""
-"A: See <ulink url=\"http://live.debian.net/README.images\">http://live."
-"debian.net/README.images.</ulink>"
-msgstr ""
diff --git a/manual/pot/howtos.xml.pot b/manual/pot/howtos.xml.pot
deleted file mode 100644
index 2b16bf6..0000000
--- a/manual/pot/howtos.xml.pot
+++ /dev/null
@@ -1,295 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-08 22: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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><section><section><para>
-#: en/about_manual.xml:143 en/about_manual.xml:147 en/about_manual.xml:151
-#: en/about_manual.xml:160 en/about_manual.xml:166 en/about_manual.xml:172
-#: en/about_manual.xml:178 en/about_manual.xml:184 en/basics.xml:45
-#: en/basics.xml:50 en/basics.xml:57 en/basics.xml:60 en/basics.xml:72
-#: en/basics.xml:81 en/basics.xml:85 en/basics.xml:89 en/basics.xml:95
-#: en/basics.xml:105 en/basics.xml:118 en/basics.xml:122 en/basics.xml:126
-#: en/basics.xml:139 en/basics.xml:143 en/basics.xml:148 en/basics.xml:160
-#: en/basics.xml:170 en/basics.xml:182 en/basics.xml:186 en/basics.xml:205
-#: en/basics.xml:220 en/customization_packages.xml:25
-#: en/customization_packages.xml:29 en/customization_packages.xml:34
-#: en/customization_packages.xml:38 en/customization_packages.xml:48
-#: en/customization_packages.xml:102 en/customization_packages.xml:106
-#: en/customization_packages.xml:116 en/customization_packages.xml:132
-#: en/customization_packages.xml:140 en/customization_packages.xml:144
-#: en/customization_packages.xml:148 en/customization_packages.xml:152
-#: en/faq.xml:36 en/faq.xml:128 en/faq.xml:131 en/faq.xml:138 en/faq.xml:141
-#: en/faq.xml:163 en/faq.xml:188 en/faq.xml:210 en/howtos.xml:19
-#: en/howtos.xml:25 en/howtos.xml:31 en/overview.xml:61 en/overview.xml:66
-#: en/overview.xml:70
-msgid "<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><title>
-#: en/howtos.xml:6
-msgid "Howtos"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/howtos.xml:8
-msgid "ISO"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:9
-msgid ""
-"Generating a Debian Live CD is very simple. You need to have <filename> live-"
-"helper </filename>(package available in Debian sid and lenny), and "
-"<filename> Debootstrap </filename>(or cdebootstrap) from etch or newer."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><term>
-#: en/howtos.xml:12
-msgid "Install live-helper"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><screen>
-#: en/howtos.xml:13
-#, no-wrap
-msgid "apt-get install live-helper"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><term>
-#: en/howtos.xml:18
-msgid "Configure the current working directory with lh_config"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para><screen>
-#: en/howtos.xml:19
-#, no-wrap
-msgid "lh_config -b iso -a $ARCH"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:19
-msgid ""
-"where <filename>$ARCH</filename> is the intended architecture (i.e. - i386 "
-"or amd64)."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:19
-msgid ""
-"<filename>-b</filename> flag is used to be sure to obtain image in ISO "
-"format."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><term>
-#: en/howtos.xml:24
-msgid "Build the image with lh_build"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para><screen>
-#: en/howtos.xml:25
-#, no-wrap
-msgid "lh_build"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:25
-msgid ""
-"The command above will create the basic image, containing just the Debian "
-"standard system (with no X at all)."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:25
-msgid ""
-"If you want to have any of the <ulink url=\"http://wiki.debian.org/"
-"DesktopEnvironment\">Desktop_environments</ulink> on your livecd, "
-"<filename>ls /usr/share/live-helper/lists </filename> will show a number of "
-"available package Lists to choose from, e.g. <filename>lh_config -p gnome-"
-"desktop</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:25
-msgid "More examples are listed at DebianLive/Examples. FIXME LINK"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:25
-msgid ""
-"See <xref linkend=\"packages\"/> for help configuring a local Debian Mirror "
-"and other aspects of the live system."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><term>
-#: en/howtos.xml:30
-msgid "Test the image"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para><screen>
-#: en/howtos.xml:31
-#, no-wrap
-msgid "qemu -cdrom binary.iso"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><variablelist><varlistentry><listitem><para>
-#: en/howtos.xml:31
-msgid ""
-"If you have also <ulink url=\"http://wiki.debian.org/QEMU\"> kqemu </ulink> "
-"installed, you can add <filename> -kernel-kqemu</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/howtos.xml:36
-msgid "ISO_(multiarch)"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:37
-msgid ""
-"Multiple machine boot CDs can be created with the following manual "
-"procedure. This procedure has been successfully used to create a single CD "
-"which is bootable on alpha, i386, pmax, and sparc. It should be possible to "
-"also make the CD bootable on macppc, vax and on sun2, sun3 and sun3x."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:38
-msgid ""
-"To create a CD which is bootable by multiple architectures, use the "
-"following steps in this order. Please note that the order is critical."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:39
-msgid ""
-"Make sure you have all the required files including the various kernels and "
-"boot programs listed in the individual machine sections."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:40
-msgid ""
-"Include a directory somewhere in the cdsources directory called mdec.pmax "
-"and include the pmax bootxx_cd9660 file there. For example, <filename>/"
-"cdsources/usr/mdec.pmax/bootxx_cd9660.</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:41
-msgid ""
-"Include a directory somewhere in the cdsources directory called mdec.vax and "
-"include the vax xxboot file there. For example, <filename>/cdsources/usr/"
-"mdec.vax/xxboot.</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:42
-msgid "Include the macppc ofwboot.xcf bootloader in /cdsources."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para><screen>
-#: en/howtos.xml:43
-#, no-wrap
-msgid "sh mkisofs -v -v -o output.iso -b i386/installation/floppy/boot-big.fs \\ -c boot.catalog -l -J -r -L /cdsources 2 &amp;1 | tee /tmp/mkisofs.log exit"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:43
-msgid "Create an i386 bootable image. <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:45
-msgid ""
-"<note> The appearance of the -v flag twice is required. If you are making a "
-"bootable CD for an Open Firmware 3 macppc model, make sure to include -hfs -"
-"part in the parameters for mkisofs. </note>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para><screen>
-#: en/howtos.xml:47
-#, no-wrap
-msgid "mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:47
-msgid ""
-"Run <filename>mksunbootcd </filename>on a NetBSD/sparc machine to install "
-"sparc and sun2/sun3 bootblocks. Alternatively, install the "
-"<filename>sysutils/mksunbootcd</filename> package on your favorite NetBSD "
-"machine. <placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:48
-msgid ""
-"Run the installboot(8) program targeted for NetBSD/pmax to install the pmax "
-"bootblocks. Note that in order to coexist with other NetBSD boot blocks, the "
-"pmax boot block is appended to the end of the ISO file system."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><screen>
-#: en/howtos.xml:49
-#, no-wrap
-msgid "installboot -m pmax -v -o append,sunsum output.iso /tmp/mdec.pmax/bootxx_cd9660"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:50
-msgid ""
-"The -o append,sunsum option appends the first stage boot block to the end of "
-"the ISO file system, and restores the checksum used when booting on a sun."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:51
-msgid ""
-"Run the installboot(8) program targeted for NetBSD/vax to install the vax "
-"bootblocks. Note that in order to coexist with other NetBSD boot blocks, the "
-"vax boot block is appended to the end of the ISO file system."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:52
-msgid "installboot -m vax -v -o append,sunsum output.iso /tmp/mdec.vax/xxboot"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:53
-msgid "(See the pmax entry above for an explanation of the flags)."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:54
-msgid ""
-"Run the installboot(8) program targeted for NetBSD/alpha to install the "
-"alpha bootblocks."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><screen>
-#: en/howtos.xml:55
-#, no-wrap
-msgid "installboot -m alpha -v -o append,sunsum output.iso /tmp/mdec.alpha/bootxx_cd9660"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/howtos.xml:57
-msgid ""
-"<note> The alpha installboot must occur after the others, because currently "
-"it's the only machine dependent back-end for installboot(8) that can "
-"calculate the alpha checksum. (See the pmax entry above for an explanation "
-"of the flags). </note>"
-msgstr ""
diff --git a/manual/pot/index.html.in.pot b/manual/pot/index.html.in.pot
index 0893b44..8d20eb5 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-07-06 03:38+0300\n"
+"POT-Creation-Date: 2010-07-09 16:20+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
deleted file mode 100644
index bdaa7ba..0000000
--- a/manual/pot/index.xml.pot
+++ /dev/null
@@ -1,94 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-07-09 15:56+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of the pubdate entity
-#: en/index.xml:3
-msgid "2010-07-09"
-msgstr ""
-
-#. type: Content of the releaseinfo entity
-#: en/index.xml:4
-msgid "2.0~a3"
-msgstr ""
-
-#. type: Content of the year entity
-#: en/index.xml:5
-msgid "2010"
-msgstr ""
-
-#. type: Attribute 'lang' of: <book>
-#: en/index.xml:7
-msgid "en"
-msgstr ""
-
-#. type: Content of: <book><title>
-#: en/index.xml:8
-msgid "Debian Live Manual"
-msgstr ""
-
-#. type: Content of: <book><bookinfo>
-#: en/index.xml:10
-msgid ""
-"<author> <othername>Debian Live Project</othername> <email>debian-live at lists."
-"debian.org</email> </author>"
-msgstr ""
-
-#. type: Content of: <book><bookinfo><releaseinfo>
-#: en/index.xml:14
-msgid "&releaseinfo;"
-msgstr ""
-
-#. type: Content of: <book><bookinfo>
-#: en/index.xml:15
-msgid ""
-"<pubdate>&pubdate;</pubdate> <copyright> <year>2006-&year;</year> "
-"<holder>Debian Live Project</holder> </copyright>"
-msgstr ""
-
-#. type: Content of: <book><bookinfo><legalnotice><para>
-#: en/index.xml:21
-msgid ""
-"This program is free software: you can redistribute it and/or modify it "
-"under the terms of the GNU General Public License as published by the Free "
-"Software Foundation, either version 3 of the License, or (at your option) "
-"any later version."
-msgstr ""
-
-#. type: Content of: <book><bookinfo><legalnotice><para>
-#: en/index.xml:22
-msgid ""
-"This program is distributed in the hope that it will be useful, but WITHOUT "
-"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
-"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
-"more details."
-msgstr ""
-
-#. type: Content of: <book><bookinfo><legalnotice><para>
-#: en/index.xml:23
-msgid ""
-"You should have received a copy of the GNU General Public License along with "
-"this program. If not, see <ulink url=\"http://www.gnu.org/licenses/\">http://"
-"www.gnu.org/licenses/</ulink>."
-msgstr ""
-
-#. type: Content of: <book><bookinfo><legalnotice><para>
-#: en/index.xml:24
-msgid ""
-"On Debian systems, the complete text of the GNU General Public License can "
-"be found in <ulink url=\"file:///usr/share/common-licenses/GPL-3\">/usr/"
-"share/common-licenses/GPL-3</ulink> file."
-msgstr ""
diff --git a/manual/pot/installation.xml.pot b/manual/pot/installation.xml.pot
deleted file mode 100644
index b497a54..0000000
--- a/manual/pot/installation.xml.pot
+++ /dev/null
@@ -1,335 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 19:32+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><title>
-#: en/other/installation.xml:4
-msgid "Installation"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/installation.xml:6
-msgid "Requirements"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/other/installation.xml:7
-msgid "Building Debian Live images has very few system requirements:"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:10
-msgid "Super user (root) access"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:13
-msgid "An up-to-date version of <filename>live-helper</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:16
-msgid ""
-"A POSIX-compliant shell, such as <command>bash</command> or <command>dash</"
-"command>."
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:19
-msgid "<command>debootstrap</command> or <command>cdebootstrap</command>"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:22
-msgid "Linux 2.6.x"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/other/installation.xml:25
-msgid ""
-"Note that using Debian or a Debian-derived distribution is not required - "
-"<filename>live-helper</filename> will run on almost any operating system "
-"with the above requirements."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/installation.xml:28
-msgid "Installing <filename>live-helper</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/other/installation.xml:29
-msgid ""
-"You can install <filename>live-helper</filename> in a number of different "
-"ways:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/installation.xml:32 en/other/installation.xml:46
-msgid "From the Debian repository"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/installation.xml:35 en/other/installation.xml:53
-msgid "From source"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:38
-msgid "From snapshots"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/other/installation.xml:41
-msgid "From backports.org"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/other/installation.xml:44
-msgid ""
-"If you are using <emphasis>lenny</emphasis> or <emphasis>sid</emphasis> the "
-"recommended way is to install <filename>live-helper</filename> via the "
-"Debian repository."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:47
-msgid "Simply install <filename>live-helper</filename> like any other package:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:48
-#, no-wrap
-msgid "# apt-get install live-helper"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:49
-msgid "or"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:50
-#, no-wrap
-msgid "# aptitude install live-helper"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:54
-msgid ""
-"<filename>live-helper</filename> is developed using the Git version control "
-"system. On Debian systems, this is provided by the <command>git-core</"
-"command> package. To check out the latest code, execute:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:55
-#, no-wrap
-msgid "$ git clone git://live.debian.net/git/live-helper.git"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:56
-msgid "You can build and install your own Debian package by executing:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:57
-#, no-wrap
-msgid " $ cd live-helper $ dpkg-buildpackage -rfakeroot -b -uc -us $ cd .. # dpkg -i live-helper*.deb "
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:58
-msgid ""
-"You can also use a local version of <filename>live-helper</filename> without "
-"installation:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:59
-#, no-wrap
-msgid "# live-helper/helpers/lh_local"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:60
-msgid ""
-"Subsequent calls to <filename>lh_</filename>-prefixed helpers in that shell "
-"environment will then use the version located in the directory you executed "
-"<filename>lh_local</filename> from."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:61
-msgid ""
-"You can also install <filename>live-helper</filename> directly to your "
-"system by executing:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: en/other/installation.xml:62
-#, no-wrap
-msgid "# make install"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/installation.xml:65
-msgid "From 'snapshots'"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:66
-msgid ""
-"If you do not wish to build or install <filename>live-helper</filename> from "
-"source, you can use snapshots. These are built automatically from the latest "
-"version in Git and are available on <ulink url=\"http://live.debian.net/"
-"debian/\">http://live.debian.net/debian</ulink>."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/installation.xml:70
-msgid "<filename>live-initramfs</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/other/installation.xml:73
-msgid ""
-"<emphasis>N.B. You do not need to install <filename>live-initramfs</"
-"filename> on your system to create customised Debian Live systems. However, "
-"doing so will do no harm.</emphasis>"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><title>
-#: en/other/installation.xml:76
-msgid "Using a customised <filename>live-initramfs</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><para>
-#: en/other/installation.xml:77
-msgid ""
-"To modify the code you can follow the process below. Please ensure you are "
-"familiar with the terms mentioned in <xref linkend=\"terms\"/>."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:80
-msgid "Checkout the <filename>live-initramfs</filename> source"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
-#: en/other/installation.xml:81
-#, no-wrap
-msgid "$ git clone git://live.debian.net/git/live-initramfs.git"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:84
-msgid "Make changes to your local copy"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:85
-msgid ""
-"And beware that if you want to add your pre-init script in live-bottom, you "
-"should name it without dashes '-', e.g: call it \"81new_feature\" and not "
-"\"81new-feature\"."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:88
-msgid "Build a <filename>live-initramfs</filename> <command>.deb</command>"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:89
-msgid ""
-"You must build either on your target distribution or in a chroot containing "
-"your target platform: this means if your target is lenny then you should "
-"build against lenny. You can use a personal builder such as "
-"<command>pbuilder</command> to automate building packages in chroot. To "
-"build directly on the target platform, use <command>dpkg-buildpackage</"
-"command> (provided by the <command>dpkg-dev</command> package):"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
-#: en/other/installation.xml:90
-#, no-wrap
-msgid " $ cd live-initramfs $ dpkg-buildpackage -rfakeroot -b -uc -us "
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:93
-msgid ""
-"Use the generated <filename>live-initramfs</filename> <command>.deb</command>"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:94
-msgid ""
-"As <filename>live-initramfs</filename> is installed by the build system, "
-"installing the package in the host system is not sufficient: you should "
-"treat the generated <command>.deb</command> like another custom package. "
-"Please see <xref linkend=\"custom-packages\"/> for more information. You "
-"should pay particular attention to <xref linkend=\"custom-packages-apt\"/>."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><title>
-#: en/other/installation.xml:99
-msgid "Using <filename>live-initramfs</filename> snapshots"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><para>
-#: en/other/installation.xml:100
-msgid ""
-"You can let <filename>live-helper</filename> automatically use the latest "
-"snapshot of <filename>live-initramfs</filename> by configuring a third-party "
-"repository in your live-system configuration. Assuming you have already "
-"created a configuration tree with <command>lh config</command>:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:103
-msgid "Create a sources.list entry for the chroot stage:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
-#: en/other/installation.xml:104
-#, no-wrap
-msgid "echo \"deb http://live.debian.net/ sid-snapshots main contrib non-free\" &gt; config/chroot_sources/debian-live_sid-snapshots.chroot"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:107
-msgid "Create a sources.list entry for the binary stage:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
-#: en/other/installation.xml:108
-#, no-wrap
-msgid "cp config/chroot_sources/debian-live_sid-snapshots.chroot config/chroot_sources/debian-live_sid-snapshots.binary"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
-#: en/other/installation.xml:111
-msgid "Fetch the archive signing key:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
-#: en/other/installation.xml:112
-#, no-wrap
-msgid " wget http://live.debian.net/debian/project/openpgp/archive-key.asc -O config/chroot_sources/debian-live_sid-snapshots.chroot.gpg cp config/chroot_sources/debian-live_sid-snapshots.chroot.gpg config/chroot_sources/debian-live_sid-snapshots.binary.gpg "
-msgstr ""
diff --git a/manual/pot/internationalization.xml.pot b/manual/pot/internationalization.xml.pot
deleted file mode 100644
index 51bba72..0000000
--- a/manual/pot/internationalization.xml.pot
+++ /dev/null
@@ -1,93 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/chapters/customization/internationalization.xml:7
-msgid "Customising Locale And Language"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/chapters/customization/internationalization.xml:8
-msgid "This chapter discusses customisation for language specific parameters."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/internationalization.xml:11
-msgid "Default locale and keyboard"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/chapters/customization/internationalization.xml:17
-#, no-wrap
-msgid "$ lh_config --bootappend-live \"locale=en_GB.UTF-8\"\n"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/chapters/customization/internationalization.xml:21
-#, no-wrap
-msgid "$ lh_config --bootappend-live \"keyb=uk\"\n"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/chapters/customization/internationalization.xml:25
-#, no-wrap
-msgid "$ lh_config --bootappend-live \"locale=en_GB.UTF-8 keyb=uk\"\n"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/chapters/customization/internationalization.xml:29
-#, no-wrap
-msgid "$ lh_config --bootappend-live \"locale=uk\"\n"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/internationalization.xml:14
-msgid ""
-"The default locale when building a live cd is \"locale=en_US.UTF-8\".  To "
-"set the locale for the UK (locale=en_GB.UTF-8)  <placeholder type=\"screen\" "
-"id=\"0\"/> The entry for a British keyboard would be <placeholder type="
-"\"screen\" id=\"1\"/> To configure both the locale and the keyboard for the "
-"UK the entry would be <placeholder type=\"screen\" id=\"2\"/> or "
-"<placeholder type=\"screen\" id=\"3\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/internationalization.xml:37
-msgid "l10n Packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/chapters/customization/internationalization.xml:42
-#, no-wrap
-msgid "$ lh_config --language \"se\"\n"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/chapters/customization/internationalization.xml:46
-#, no-wrap
-msgid "  config/templates/syslinux/se\n"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/internationalization.xml:40
-msgid ""
-"lh build can automatically check for each package, for which it's know that "
-"there are -l10n packages available and install them. To add Swedish packages "
-"the entry would be <placeholder type=\"screen\" id=\"0\"/> This will also "
-"change the default syslinux language if <placeholder type=\"screen\" id="
-"\"1\"/> is available. Check syslinux configuration FIXME"
-msgstr ""
diff --git a/manual/pot/live-environment.xml.pot b/manual/pot/live-environment.xml.pot
deleted file mode 100644
index 1b5958e..0000000
--- a/manual/pot/live-environment.xml.pot
+++ /dev/null
@@ -1,401 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><para>
-#: 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/other/live-environment.xml:4
-msgid "The Live environment"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/live-environment.xml:6
-msgid "Swap space"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/live-environment.xml:10
-msgid "Hostname"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: en/other/live-environment.xml:11
-#, no-wrap
-msgid "lh_config --bootappend-live \"hostname=myhost\""
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"<filename>lh_config</filename>, e.g.: <placeholder type=\"screen\" id=\"0\"/"
-"> This parameter can also be used in kernel command line."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/live-environment.xml:14
-msgid "The Live user"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/other/live-environment.xml:15
-msgid "Username FIXME."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"<filename>live-helper</filename> when building the image."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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. "
-"For example, to add the live user to the <command>fuse</command> group, add "
-"the following to a file in the <filename class=\"directory\">config/"
-"chroot_local-preseed</filename> directory:"
-msgstr ""
-
-#. type: Content of: <chapter><section><screen>
-#: 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/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/other/live-environment.xml:22
-msgid "Language"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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/other/live-environment.xml:23
-msgid "the locale generation"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><itemizedlist><listitem><simpara>
-#: 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/other/live-environment.xml:23
-msgid "setting the keyboard layout for X"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: 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/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 "
-"<filename>lh_config</filename>, e.g.: <placeholder type=\"screen\" id=\"0\"/"
-"> This parameter can also be used in kernel command line. You can specify a "
-"locale by a two-letters code, or for better control, by a full "
-"<userinput><parameter>language</parameter>_<parameter>country</parameter>."
-"<parameter>encoding</parameter></userinput> word."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: 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/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/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 "
-"options for X keyboard layouts can be found in <filename>/etc/X11/xkb/base."
-"xml</filename> (rather limited to two-letters country codes). To find the "
-"value (the two characters) corresponding to a language try searching for the "
-"english name of the nation where the language is spoken, e.g: <placeholder "
-"type=\"screen\" id=\"0\"/> To get the locale files for swedish generated and "
-"a swedish keyboard layout in X use: <placeholder type=\"screen\" id=\"1\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: 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/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/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 "
-"the console keyboard use a swedish layout use <placeholder type=\"screen\" "
-"id=\"1\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><screen>
-#: 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/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 "
-"then setup your keyboard layout more precisely with <literal>klayout</"
-"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 "
-"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 "
-"to the <literal>klayout</literal>'s value."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/other/live-environment.xml:30
-msgid "Persistence"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"host hardware which runs it."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"should be considered read-only and all the runtime evolutions of the system "
-"are lost at shutdown."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"understand how it could work it could be handy to know that even if the "
-"system is booted and run from read-only media, modification to the files and "
-"directories are written on writable media, typically a ram disk (tmpfs) and "
-"ram disks' data do not survive reboots."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: 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 "
-"multisession (re)writable CD/DVD. All these media are supported in Debian "
-"Live in different ways, and all but the last one require a special boot "
-"parameter to be specified at boot time: <command>persistent</command>."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/live-environment.xml:36
-msgid "Full persistence"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"writable partition is used. In order to use this feature a partition with a "
-"clean writable supported filesystem on it labeled \"live-rw\" must be "
-"attached on the system at bootime and the system must be started with the "
-"boot parameter 'persistent'. This partition could be an ext2 partition on "
-"the hard disk or on a usb key created with, e.g.:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: 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/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/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/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 "
-"could be also used with just image files, so you could create a file "
-"representing a partition and put this image file even on a NTFS partition of "
-"a foreign OS, with something like:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><screen>
-#: 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/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/other/live-environment.xml:46
-msgid "Home automounting"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"directly mounted as <command>/home</command>, thus permitting persistence of "
-"files that belong to e.g. the default user. It can be combined with full "
-"persistence."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/live-environment.xml:50
-msgid "Snapshots"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"(tmpfs) at boot and which are resynced at reboot/shutdown of the system. The "
-"content of a snapshot could reside on a partition or an image file (like the "
-"above mentioned types) labeled <command>live-sn</command>, but it defaults "
-"to a simple cpio archive named <command>live-sn.cpio.gz</command>. As above, "
-"at boot time, the block devices connected to the system are traversed to see "
-"if a partition or a file named like that could be found. A power "
-"interruption during runtime could lead to data loss, hence a tool invoked "
-"<command>live-snapshot --refresh</command> could be called to sync important "
-"changes. This type of persistence, since it does not write continuously to "
-"the persistent media, is the most flash-based device friendly and the "
-"fastest of all the persistence systems."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 /"
-"home."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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/other/live-environment.xml:56
-msgid "Persistent SubText"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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> "
-"and <command>live-rw-work</command>, the boot parameter <command>persistent-"
-"subtext</command> used in conjuntion with the boot parameter "
-"<command>persistent</command> will allow for multiple but unique persistent "
-"media. An example would be if a user wanted to use a persistent partition "
-"labeled <command>live-sn-subText</command> they would use the boot "
-"parameters of: <command>persistent</command> <command>persistent-"
-"subtext=subText</command>."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/other/live-environment.xml:60
-msgid "Partial remastering"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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 "
-"or adding a session to multisession cd/dvd(rw); live-initramfs mounts all /"
-"live filesystem in order or with the module bootparameter."
-msgstr ""
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
new file mode 100644
index 0000000..85eb8bf
--- /dev/null
+++ b/manual/pot/live-manual.ssm.pot
@@ -0,0 +1,76 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/live-manual.ssm:54
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE book PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\" [\n"
+"<!ENTITY pubdate \"2010-07-09\">\n"
+"<!ENTITY releaseinfo \"2.0~a3\">\n"
+"<!ENTITY year \"2010\">\n"
+"]>\n"
+"<book lang=\"en\">\n"
+"  <title>Debian Live Manual</title>\n"
+"  <bookinfo>\n"
+"    <author>\n"
+"      <othername>Debian Live Project</othername>\n"
+"      <email>debian-live at lists.debian.org</email>\n"
+"    </author>\n"
+"    <releaseinfo>&releaseinfo;</releaseinfo>\n"
+"    <pubdate>&pubdate;</pubdate>\n"
+"    <copyright>\n"
+"      <year>2006-&year;</year>\n"
+"      <holder>Debian Live Project</holder>\n"
+"    </copyright>\n"
+"    <legalnotice>\n"
+"      <para>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</para>\n"
+"      <para> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. </para>\n"
+"      <para> You should have received a copy of the GNU General Public License along with this program. If not, see <ulink url=\"http://www.gnu.org/licenses/\">http://www.gnu.org/licenses/</ulink>. </para>\n"
+"      <para> On Debian systems, the complete text of the GNU General Public License can be found in <ulink url=\"file:///usr/share/common-licenses/GPL-3\">/usr/share/common-licenses/GPL-3</ulink> file.</para>\n"
+"    </legalnotice>\n"
+"  </bookinfo>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"about.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"user.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"devel.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"project.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other.xml\"/>\n"
+"</book>\n"
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<part>\n"
+"  <title>Other</title>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/installation.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/basics.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/overview.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/customization.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/common-tasks.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/live-environment.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/faq.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/reporting-bugs.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/howtos.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/coding-style.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/procedures.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/resources.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/use-cases.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/success-stories.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/troubleshooting.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/appendices_configuration-layout.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"other/appendices_configuration-files.xml\"/>\n"
+"</part>\n"
+msgstr ""
diff --git a/manual/pot/manual.xml.pot b/manual/pot/manual.xml.pot
deleted file mode 100644
index d875146..0000000
--- a/manual/pot/manual.xml.pot
+++ /dev/null
@@ -1,543 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/about/manual.xml:4
-msgid "About this manual"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/about/manual.xml:5
-msgid ""
-"The main goal of this manual is to serve as a single access point to all "
-"documentation related to the Debian Live project. It does not include end-"
-"user documentation for using a Debian Live system as far as things are live "
-"specific."
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/about/manual.xml:6
-msgid ""
-"Some of the commands mentioned in the text must be executed with superuser "
-"privileges which can be obtained by becoming the root user via <filename>su</"
-"filename> or by using <filename>sudo</filename>. To distinguish between "
-"commands which may be executed by an unprivileged user and those requiring "
-"superuser privileges, commands are prepended by <command>$</command> or "
-"<command>#</command> respectively. This symbol is not a part of the command."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/manual.xml:8
-msgid "Terms"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:11
-msgid "Live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:13
-msgid ""
-"An operating system that can boot without installation to a hard drive. Live "
-"systems do not alter local operating system(s) or file(s) already installed "
-"on the computer hard drive unless instructed to do so. Live systems are "
-"typically booted from media such as CDs/DVDs or USB sticks, some may also "
-"boot over the network."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:17
-msgid "Debian Live"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:19
-msgid ""
-"The Debian sub-project which maintains the <filename>live-helper</filename>, "
-"<filename>live-boot</filename> and <filename>live-config</filename> packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:23
-msgid "Debian Live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:25
-msgid ""
-"A live system that uses software from the Debian operating system that may "
-"be booted from CDs, DVDs, USB sticks, over the network (via netboot images), "
-"and over the internet (via boot parameter fetch=URL)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:29
-msgid "Build system/host system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:31
-msgid "The environment used to create the live system."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/about/manual.xml:36 en/other/overview.xml:8
-msgid "<filename>live-helper</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:39
-msgid ""
-"A collection of scripts used to build customised Debian Live systems. "
-"<filename>live-helper</filename> was formerly know as <filename>live-"
-"package</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:44
-msgid "<filename>live-boot</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:47
-msgid ""
-"A collection of scripts used to boot live systems. <filename>live-boot</"
-"filename> was formerly a part of <filename>live-initramfs</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:52
-msgid "<filename>live-config</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:55
-msgid ""
-"A collection of scripts used to configure a live systems during the boot "
-"process. <filename>live-config</filename> was formerly a part of "
-"<filename>live-initramfs</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:59
-msgid "Debian Installer/(d-i)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:61
-msgid "The official installation system for the Debian distribution."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/manual.xml:65 en/other/customization_bootup.xml:46
-msgid "Cheat codes"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: 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: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:71
-msgid "chroot"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:73
-msgid ""
-"The chroot program, chroot(8), enables us to run different instances of the "
-"GNU/Linux environment on a single system simultaneously without rebooting."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:77
-msgid "binary image"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:79
-msgid ""
-"On a live system, binary image refers to the binary filesystem and the "
-"respective extension, such as binary.iso or binary.img."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:83
-msgid "Target distribution"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:85
-msgid ""
-"The distribution upon which your live system will be based. This can differ "
-"from the distribution of your Build System."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/manual.xml:89
-msgid ""
-"<emphasis>lenny</emphasis>/<emphasis>squeeze</emphasis>/<emphasis>sid</"
-"emphasis> stable/testing/unstable"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:91
-msgid ""
-"The \"stable\" distribution contains the latest officially released "
-"distribution of Debian. The \"testing\" distribution is the staging area for "
-"the next stable release. A major advantage of using this distribution is "
-"that it has more recent versions of software relative to the \"stable\" "
-"release. The \"unstable\" distribution is where active development of Debian "
-"occurs. Generally, this distribution is run by developers and those who like "
-"to live on the edge."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/manual.xml:92
-msgid ""
-"At the time of writing, <emphasis>lenny</emphasis> is the current \"stable\" "
-"release and <emphasis>squeeze</emphasis> is the current \"testing\" release. "
-"<emphasis>sid</emphasis> will always be a synonym for the \"unstable\" "
-"release."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/manual.xml:98
-msgid "Authors"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about/manual.xml:99
-msgid "A list of authors (in alphabetical order):"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:102
-msgid "Ben Armstrong"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:105
-msgid "Brendan Sleight"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:108
-msgid "Chris Lamb"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:111
-msgid "Daniel Baumann"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:114
-msgid "Franklin Piat"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:117
-msgid "Jonas Stein"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:120
-msgid "Kai Hendry"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:123
-msgid "Marco Amadori"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:126
-msgid "Mathieu Geli"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:129
-msgid "Matthias Kirschner"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:132
-msgid "Richard Nelson"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
-#: en/about/manual.xml:135
-msgid "Trent W. Buck"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/manual.xml:140
-msgid "Contributing to this document"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about/manual.xml:141
-msgid ""
-"This manual is intended as a community project and all proposals for "
-"improvements and contributions are extremely welcome. The preferred way to "
-"submit a contribution is to send it to the mailing list. Please see <xref "
-"linkend=\"contact\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about/manual.xml:142
-msgid ""
-"When submitting a contribution please clearly identify its copyright holder "
-"and include the licensing statement. Note that to be accepted the "
-"contribution must be licensed under the same license as the rest of the "
-"document, namely GPL version 3 or later."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about/manual.xml:143
-msgid ""
-"The sources for this manual are maintained using the Git version control "
-"system. You can checkout the latest copy by executing:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/about/manual.xml:145
-#, no-wrap
-msgid "$ git clone git://live.debian.net/git/live-manual.git"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: 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: <sect1><sect2><para>
-#: en/about/manual.xml:147
-msgid ""
-"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:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/about/manual.xml:149
-#, no-wrap
-msgid "# apt-get install dblatex docbook2odf docbook-xml docbook-xsl libxml2-utils make po4a w3m"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/about/manual.xml:151
-msgid ""
-"You may build the live-manual from the top level directory of your git "
-"checkout by executing:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para><screen>
-#: en/about/manual.xml:153
-#, no-wrap
-msgid "$ make build"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about/manual.xml:156
-msgid "Applying patches"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/manual.xml:157
-msgid ""
-"Directly commiting to the repository is possible by anyone. However, we ask "
-"you to send bigger changes to the mailinglist to discuss them first. In "
-"order to push to the repository, the following steps are required."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:160
-msgid "Fetch the public commit key:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:162
-#, no-wrap
-msgid "$ mkdir -p ~/.ssh/identity.d"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:163
-#, no-wrap
-msgid "$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live -O ~/.ssh/identity.d/live-manual at debian-live"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:164
-#, no-wrap
-msgid "$ wget http://live.debian.net/other/openssh/repository-public-commit-key-current/live-manual@debian-live.pub -O ~/.ssh/identity.d/live-manual at debian-live.pub"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:165
-#, no-wrap
-msgid "$ chmod 0600 ~/.ssh/identity.d/live-manual at debian-live*"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:162
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <placeholder type=\"screen\" id="
-"\"1\"/> <placeholder type=\"screen\" id=\"2\"/> <placeholder type=\"screen\" "
-"id=\"3\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:169
-msgid "Add the following section to your openssh-client config:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:171
-#, no-wrap
-msgid " $ cat &gt;&gt; ~/.ssh/config &lt;&lt; EOF"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:172
-#, no-wrap
-msgid "Host live.debian.net"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:173
-#, no-wrap
-msgid "Hostname live.debian.net"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:174
-#, no-wrap
-msgid "User gitosis"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:175
-#, no-wrap
-msgid "IdentityFile ~/.ssh/identity.d/live-manual at debian-live"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:176
-#, no-wrap
-msgid "EOF"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:171
-msgid ""
-"<placeholder type=\"screen\" id=\"0\"/> <placeholder type=\"screen\" id="
-"\"1\"/> <placeholder type=\"screen\" id=\"2\"/> <placeholder type=\"screen\" "
-"id=\"3\"/> <placeholder type=\"screen\" id=\"4\"/> <placeholder type=\"screen"
-"\" id=\"5\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:180
-msgid "Checkout a clone of the manual through ssh:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:182
-#, no-wrap
-msgid "$ git clone gitosis at live.debian.net:/live-manual.git"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:186
-msgid ""
-"After editing the files in manual/en/, please call the 'commit' target in "
-"the toplevel directory to sanitize the files and update the translation "
-"files:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:188
-#, no-wrap
-msgid "$ make commit"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:192
-msgid ""
-"After sanitizing commit the changes. Write commit messages, that consist of "
-"full useful sentences, starting with a capital letter and ending with a full "
-"stop. Usually starting with the form 'Fixing/Adding/Removing/Correcting/':"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:194
-#, no-wrap
-msgid "$ git commit -a"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
-#: en/about/manual.xml:198
-msgid "Push the commit to the server:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para><screen>
-#: en/about/manual.xml:200
-#, no-wrap
-msgid "$ git push"
-msgstr ""
diff --git a/manual/pot/meta.xml.pot b/manual/pot/meta.xml.pot
deleted file mode 100644
index 69cc6f9..0000000
--- a/manual/pot/meta.xml.pot
+++ /dev/null
@@ -1,271 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2008-08-09 16:50+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-# type: Content of: <chapter><section><para>
-#: chapters/basics.xml:151 chapters/basics.xml:182
-#: chapters/customisation-bootup.xml:11 chapters/customisation-bootup.xml:20
-#: chapters/customisation-bootup.xml:26 chapters/customisation-bootup.xml:38
-#: chapters/customisation-bootup.xml:46 chapters/customisation-bootup.xml:53
-#: chapters/customisation-bootup.xml:60 chapters/customisation-bootup.xml:67
-#: chapters/customisation-packages.xml:21
-#: chapters/customisation-packages.xml:138
-#: chapters/customisation-packages.xml:183
-#: chapters/customisation-packages.xml:220
-#: chapters/customisation-packages.xml:245 chapters/live-environment.xml:11
-#: chapters/live-environment.xml:16 chapters/live-environment.xml:36
-#: chapters/live-environment.xml:41 chapters/meta.xml:47 chapters/meta.xml:51
-#: chapters/meta.xml:55 chapters/meta.xml:59 chapters/meta.xml:63
-#: chapters/meta.xml:67 chapters/overview.xml:115 chapters/resources.xml:11
-msgid "FIXME"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/customisation-bootup.xml:65 chapters/meta.xml:50
-msgid "Cheat codes"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/installation.xml:170 chapters/meta.xml:38
-msgid "&live-initramfs;"
-msgstr ""
-
-# type: Content of: <chapter><title>
-#: chapters/meta.xml:7
-msgid "About this manual"
-msgstr ""
-
-# type: Content of: <chapter><para>
-#: chapters/meta.xml:10
-msgid ""
-"The main goal of this manual is to serve as a single access point to all "
-"documentation related to the Debian Live project. It does not include end-"
-"user documentation for using a Debian Live system."
-msgstr ""
-
-# type: Content of: <chapter><para>
-#: chapters/meta.xml:12
-msgid ""
-"Some of the commands mentioned in the text must be executed with superuser "
-"privileges, either by becoming the root user or by using <filename>sudo</"
-"filename>. To distinguish between commands which may be executed by an "
-"unprivileged user and those requiring superuser privileges, commands are "
-"prepended by <computeroutput>$</computeroutput> or <computeroutput>#</"
-"computeroutput> respectively. This symbol is not a part of the command."
-msgstr ""
-
-# type: Content of: <chapter><section><title>
-#: chapters/meta.xml:15
-msgid "Terms"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/meta.xml:18
-msgid "Live system"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: chapters/meta.xml:19
-msgid ""
-"An operating system that can boot without installation to a hard drive. Live "
-"systems does not alter operating systems or files already installed on the "
-"computer hard drive unless instructed to do so. Live systems are typically "
-"booted from CD or DVD media as well as USB sticks and via netboot."
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/meta.xml:22
-msgid "Debian Live"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: chapters/meta.xml:23
-msgid ""
-"The Debian sub-project which maintains the &live-helper; and &live-"
-"initramfs; utilities."
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/meta.xml:26
-msgid "Debian Live system"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: chapters/meta.xml:27
-msgid ""
-"A Debian Live system is a live system that uses software from the Debian "
-"operating system."
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/meta.xml:30
-msgid "Build system / host system"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: chapters/meta.xml:31
-msgid "The environment used to create the live system."
-msgstr ""
-
-# type: Content of: <chapter><section><title>
-#: chapters/meta.xml:34 chapters/overview.xml:12
-msgid "&live-helper;"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: chapters/meta.xml:35
-msgid "A collection of scripts used to build customised Debian Live systems."
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: chapters/meta.xml:39
-msgid ""
-"A collection of scripts used to boot live systems. &live-initramfs; is a "
-"fork of <filename>casper</filename> by Canonical, Ltd."
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/meta.xml:42
-msgid "<filename>live-package</filename>"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: chapters/meta.xml:43
-msgid "The former name of &live-initramfs;."
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/meta.xml:46
-msgid "Debian Installer / (d-i)"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/meta.xml:54
-msgid "chroot"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/meta.xml:58
-msgid "binary image"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/meta.xml:62
-msgid "Target distribution"
-msgstr ""
-
-# type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: chapters/meta.xml:66
-msgid "etch/lenny/sid stable/testing/unstable"
-msgstr ""
-
-# type: Content of: <chapter><section><title>
-#: chapters/meta.xml:75
-msgid "Authors"
-msgstr ""
-
-# type: Content of: <chapter><section><para>
-#: chapters/meta.xml:76
-msgid "A list of authors (in alphabetical order):"
-msgstr ""
-
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: chapters/meta.xml:79
-msgid "Ben Armstrong"
-msgstr ""
-
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: chapters/meta.xml:80
-msgid "Brendan Sleight"
-msgstr ""
-
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: chapters/meta.xml:81
-msgid "Chris Lamb"
-msgstr ""
-
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: chapters/meta.xml:82
-msgid "Daniel Baumann"
-msgstr ""
-
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: chapters/meta.xml:83
-msgid "Franklin Piat"
-msgstr ""
-
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: chapters/meta.xml:84
-msgid "Kai Hendry"
-msgstr ""
-
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: chapters/meta.xml:85
-msgid "Marco Amadori"
-msgstr ""
-
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: chapters/meta.xml:86
-msgid "Mathieu Geli"
-msgstr ""
-
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: chapters/meta.xml:87
-msgid "Matthias Kirschner"
-msgstr ""
-
-# type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: chapters/meta.xml:88
-msgid "Trent W. Buck"
-msgstr ""
-
-# type: Content of: <chapter><section><title>
-#: chapters/meta.xml:94
-msgid "Contributing to this document"
-msgstr ""
-
-# type: Content of: <chapter><section><para>
-#: chapters/meta.xml:95
-msgid ""
-"This manual is intended as a community project and all proposals for "
-"improvements and contributions are extremely welcome. The preferred way to "
-"submit a contribution is to send it to the mailing list. Please see <xref "
-"linkend=\"contact\"/> for more information."
-msgstr ""
-
-# type: Content of: <chapter><section><para>
-#: chapters/meta.xml:97
-msgid ""
-"When submitting a contribution please clearly identify its copyright holder "
-"and include the licensing statement. Note that to be accepted the "
-"contribution must be licensed under the same license as the rest of the "
-"document, namely GPL version 3 or later."
-msgstr ""
-
-# type: Content of: <chapter><section><para>
-#: chapters/meta.xml:99
-msgid ""
-"The sources for this manual are maintained using the Git version control "
-"system. You can checkout the latest copy by executing:"
-msgstr ""
-
-# type: Content of: <chapter><section><screen>
-#: chapters/meta.xml:101
-#, no-wrap
-msgid ""
-"\n"
-"$ git clone git://git.debian.org/git/debian-live/live-manual.git\n"
-msgstr ""
diff --git a/manual/pot/other.xml.pot b/manual/pot/other.xml.pot
deleted file mode 100644
index e4d2f4b..0000000
--- a/manual/pot/other.xml.pot
+++ /dev/null
@@ -1,21 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 18:53+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <part><title>
-#: en/other.xml:4
-msgid "Other"
-msgstr ""
diff --git a/manual/pot/other_basics.ssi.pot b/manual/pot/other_basics.ssi.pot
new file mode 100644
index 0000000..de44cd7
--- /dev/null
+++ b/manual/pot/other_basics.ssi.pot
@@ -0,0 +1,248 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_basics.ssi:226
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"basics\">\n"
+"  <title>The basics</title>\n"
+"  <para> This chapter contains a brief overview of the build process as well as containing instructions on how to boot the various binary image types. </para>\n"
+"  <section>\n"
+"    <title>What is a live system?</title>\n"
+"    <para> 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 installation on the usual drive(s), with an auto-configuration done at runtime (see <xref linkend=\"terms\"/>). </para>\n"
+"    <para> 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 following parts: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Linux kernel</term>\n"
+"        <listitem>\n"
+"          <para> The Linux image, usually named <filename>vmlinuz*</filename>. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Initial RAM disk image (initrd)</term>\n"
+"        <listitem>\n"
+"          <para> RAM disk setup for the Linux boot, containing modules possibly needed to mount the filesystem's image and some scripts to do it. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>System image</term>\n"
+"        <listitem>\n"
+"          <para> 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 Debian Live system will use a RAM disk and 'union' mechanism to enable writing files within the running system. However, all modifications will be lost upon shutdown unless optional persistence partition(s) are used. (See <xref linkend=\"persistence\"/>.) </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Bootloader</term>\n"
+"        <listitem>\n"
+"          <para> 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 then loads the Linux kernel and its initrd to run with an associated filesystem image. Different solutions can be used depending on the target media and format of the filesystem containing the previous components: Isolinux to boot from a CD or DVD in ISO9660 format, syslinux for HDD or USB drive booting from a VFAT partition, GRUB for ext2/3 partition, pxelinux for PXE netboot, etc. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <para> 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 media-dependant format(ISO9660 image, disk image, etc.) </para>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>First steps: building an ISO image</title>\n"
+"    <para> The following sequence of helper commands, provided by <filename>live-helper</filename>, will create a basic ISO image containing just the Debian standard system without X.org. It is suitable for burning to CD or DVD media. </para>\n"
+"    <para> First, we run the <filename>lh config</filename> helper command which will create a <filename>\"config/\"</filename> hierarchy in the current directory for use by other helper commands: </para>\n"
+"    <para>\n"
+"      <screen>$ lh config</screen>\n"
+"    </para>\n"
+"    <para> 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 <xref linkend=\"lh-config\"/>). </para>\n"
+"    <para> Now that we have a <filename>\"config/\"</filename> hierarchy, we may build the image with the <filename>lh build</filename> helper command: </para>\n"
+"    <para>\n"
+"      <screen># lh build</screen>\n"
+"    </para>\n"
+"    <para> This process can take a while, depending on the speed of your network connection (see <xref linkend=\"lh-build\"/>). </para>\n"
+"    <section>\n"
+"      <title>Testing an ISO image with Qemu</title>\n"
+"      <para> Testing an ISO is simple: </para>\n"
+"      <para>\n"
+"        <screen># apt-get install qemu $ qemu -cdrom binary.iso</screen>\n"
+"      </para>\n"
+"    </section>\n"
+"    <section><title>Testing an ISO image with virtualbox-ose</title><para> In order to test the ISO with virtualbox-ose: </para><para><screen># apt-get install virtualbox-ose</screen></para> and either install <itemizedlist><listitem><para>the modules package for a stock kernel eg virtualbox-ose-modules-2.6.26-1-486 or</para></listitem><listitem><para>the modules package compiled for your kernel using module-assistant from the package virtualbox-ose-source </para></listitem></itemizedlist> <para> Run Virtualbox:</para> For example, in Gnome <para> {{{Applications -&gt; System Tools -&gt; VirtualBox OSE }}}</para> <para>Create a virtual machine from your Live ISO</para> <para>To create a virtual machine \"mylive\" from A CDROM ISO \"binary.iso\" in VirtualBox:</para> <para> {{{Machine -&gt; New }}}</para> <para>In the Wizard: FIXME </para> </section>\n"
+"    <section>\n"
+"      <title>Testing an ISO image with VMware Workstation</title>\n"
+"      <para>In order to test the ISO with VMware Workstation:</para>\n"
+"      <para> Run VMware Workstation:</para>\n"
+"      <para>Click on Edit virtual machine settings in the VM summary page. </para>\n"
+"      <para>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 in the bios.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Burning an ISO image to a physical medium</title>\n"
+"      <para> Burning an ISO image is easy: </para>\n"
+"      <para>\n"
+"        <screen># apt-get install wodim $ wodim binary.iso</screen>\n"
+"      </para>\n"
+"    </section>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>Building an USB/HDD image</title>\n"
+"    <para> 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 booting from USB sticks, USB hard drives, and various other portable storage devices. </para>\n"
+"    <para> 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> helper command (see <xref linkend=\"lh-clean\"/>): </para>\n"
+"    <para>\n"
+"      <screen>$ lh clean --binary</screen>\n"
+"    </para>\n"
+"    <para> Run the <filename>lh config</filename> helper command with the parameters to configure the <filename>\"config/\"</filename> hierarchy to create a USB/HDD image type: </para>\n"
+"    <para>\n"
+"      <screen>$ lh config -b usb-hdd</screen>\n"
+"    </para>\n"
+"    <para> Now build the image with the <filename>lh build</filename> helper command: </para>\n"
+"    <para>\n"
+"      <screen># lh build</screen>\n"
+"    </para>\n"
+"    <section id=\"image_copying\">\n"
+"      <title>Copying USB/HDD image to a USB stick</title>\n"
+"      <para> The generated binary image contains a <acronym>VFAT</acronym> partition and the <command>syslinux</command> bootloader, ready to be directly written on an USB stick. Plug in an USB stick with a size larger than that of <filename>binary.img</filename> and type: </para>\n"
+"      <para>\n"
+"        <screen>$ dd if=binary.img of=${USBSTICK}</screen>\n"
+"      </para>\n"
+"      <para> where <replaceable>${USBSTICK}</replaceable> is the device file of your key, like <filename>/dev/sdb</filename> (not a partition like <filename>/dev/sdb1</filename>!); you can find the right device name by looking in <command>dmesg</command>'s output after plugging in the stick, for example. </para>\n"
+"      <para>\n"
+"        <important>This will definitely overwrite any previous contents on your stick!</important>\n"
+"      </para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Testing a USB/HDD image with Qemu</title>\n"
+"      <para>\n"
+"        <screen># apt-get install qemu $ qemu -hda binary.img</screen>\n"
+"      </para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Testing an USB/HDD image with VMware Workstation</title>\n"
+"      <para> In order to test the USB/HDD image with VMware Workstation: </para>\n"
+"      <para> Run VMware Workstation:</para>\n"
+"      <para>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 enter the device node of your usb stick.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Using the space left on a USB stick</title>\n"
+"      <para> 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 gparted or parted to create a new partition on the stick. The first partition will be used by the Debian Live system. </para>\n"
+"      <para>\n"
+"        <screen># gparted ${USBSTICK}</screen>\n"
+"      </para>\n"
+"      <para> 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 journaling causes too many writes to the stick). </para>\n"
+"      <para>\n"
+"        <screen># mkfs.ext2 ${USBSTICK}</screen>\n"
+"      </para>\n"
+"      <para> If you want to use this data partition with Windows, use FAT32. </para>\n"
+"      <para>\n"
+"        <screen># mkfs.vfat -F 32</screen>\n"
+"      </para>\n"
+"      <para>\n"
+"        <important>Remember: Every time you install a new binary.img on the stick, all your data will be lost because the image includes a complete partition table.</important>\n"
+"      </para>\n"
+"      <para> FIXME: Describe installing Debian Live to a partition (e.g. /dev/sdc1) AND using a bootloader to boot this. </para>\n"
+"    </section>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>Building a netboot image</title>\n"
+"    <para> The following sequence of helper commands will create a basic netboot image containing the Debian standard system without X.org. It is suitable for booting over the network. </para>\n"
+"    <para> Note if you performed any previous examples, you will need to clean up your working directory with the <filename>lh clean</filename> helper command: </para>\n"
+"    <para>\n"
+"      <screen>$ lh clean --binary</screen>\n"
+"    </para>\n"
+"    <para> Run the <filename>lh config</filename> helper command with the parameters to configure the <filename>\"config/\"</filename> hierarchy to create our netboot image: </para>\n"
+"    <para>\n"
+"      <screen>$ lh config -b net --net-root-path \"/srv/debian-live\" --net-root-server \"192.168.0.1\"</screen>\n"
+"    </para>\n"
+"    <para> 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 NFS. The <replaceable>net-root-path</replaceable> and <replaceable>net-root-server</replaceable> options specify the location and server, respectively, of the NFS server where the filesytem image will be located at boot-time. </para>\n"
+"    <para> Now build the image with the <filename>lh build</filename> helper command: </para>\n"
+"    <para>\n"
+"      <screen># lh build</screen>\n"
+"    </para>\n"
+"    <para> 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 sends a <abbrev>DHCP</abbrev> request to get an <abbrev>IP</abbrev> address and information about what to do next. Typically the next step is getting a higher level boot loader via the <abbrev>TFTP</abbrev> protocol. That could be <application>Grub</application>, <application>PXELINUX</application>, or even boot directly to an operating system like <application>Linux</application>. </para>\n"
+"    <para> 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>tftpboot/debian-live/i386</filename>. </para>\n"
+"    <para> We must now configure three services on the server to enable netboot: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>DHCP server</term>\n"
+"        <listitem>\n"
+"          <para> 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 location of the PXE bootloader. </para>\n"
+"          <para> Here is an example for inspiration, written for the ISC DHCP server (package <literal>dhcp3-server</literal>) in the <filename>/etc/dhcp3/dhcpd.conf</filename> configuration file: </para>\n"
+"          <para>\n"
+"            <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>\n"
+"          </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>TFTPd server</term>\n"
+"        <listitem>\n"
+"          <para> This serves the kernel and initial ramdisk to the system at run-time. </para>\n"
+"          <para> You should install the <command>tftpd-hpa</command> package. It can serve all files contained inside a root directory, usually <filename>/var/lib/tftpboot/</filename>, as defined with its <option>-s</option> option. To let it serve files inside <filename>/srv/debian-live/tftpboot</filename>, modify its start definition in <filename>/etc/inetd.conf</filename> with: </para>\n"
+"          <para>\n"
+"            <screen>tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /srv/debian-live/tftpboot -r blksize -v -v</screen>\n"
+"          </para>\n"
+"          <para> and reload the super server with <command>/etc/init.d/openbsd-inetd reload</command>. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>NFS server</term>\n"
+"        <listitem>\n"
+"          <para> 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 server. </para>\n"
+"          <para> You should install the <command>nfs-kernel-server</command> package -- <command>nfs-user-server</command> does not function correctly with netboot. </para>\n"
+"          <para> Then, make the filesystem image available through NFS by adding a line like the following to <filename>/etc/exports</filename>: </para>\n"
+"          <para>\n"
+"            <screen>/srv/debian-live *(ro,async,subtree_check,no_root_squash)</screen>\n"
+"          </para>\n"
+"          <para> and tell the NFS server about this new export with the following command: </para>\n"
+"          <para>\n"
+"            <screen># exportfs -rv</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <para> 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 <ulink url=\"http://d-i.alioth.debian.org/manual/en.i386/ch04s05.html\">TFTP Net Booting</ulink> section might help as that process is very similar. </para>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title> Netboot testing HowTo </title>\n"
+"    <para> Netboot image creation is made easy with live-helper magic, but testing the images on physical machines can be really time consuming. </para>\n"
+"    <para> To make our life easier, we can use virtualization. There are two solutions: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>VMWare Player</term>\n"
+"        <listitem>\n"
+"          <para> Install VMWare Player (\"free as in beer\" edition) </para>\n"
+"          <para> Create a PXETester directory, and create a text file called pxe.vwx inside </para>\n"
+"          <para> Paste this text inside: </para>\n"
+"          <para>\n"
+"            <screen>#!/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\"</screen>\n"
+"          </para>\n"
+"          <para> You can play with this configuration file (i.e. change memory limit to 256) </para>\n"
+"          <para> Double click on this file (or run VMWare player and selecet this file). </para>\n"
+"          <para> When running just press space if that strange question comes up... </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Qemu</term>\n"
+"        <listitem>\n"
+"          <para> Install qemu, bridge-utils, sudo. </para>\n"
+"          <para> Edit <filename>/etc/qemu-ifup</filename>: </para>\n"
+"          <para>\n"
+"            <screen>#!/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</screen>\n"
+"          </para>\n"
+"          <para> Get, or build a grub-floppy-netboot (in the svn). </para>\n"
+"          <para> Launch qemu with \"-net nic,vlan=0 -net tap,vlan=0,ifname=tun0\" </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_coding-style.ssi.pot b/manual/pot/other_coding-style.ssi.pot
new file mode 100644
index 0000000..9d805ee
--- /dev/null
+++ b/manual/pot/other_coding-style.ssi.pot
@@ -0,0 +1,70 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_coding-style.ssi:48
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"coding-style\">\n"
+"  <title>Coding Style</title>\n"
+"  <para>This chapter documents the coding style used in <filename>live-helper</filename> and (ideally) in <filename>live-initramfs</filename>.</para>\n"
+"  <sect1 id=\"compatibilty\">\n"
+"    <title>Compatibility</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Don't use syntax or semantics that are unique to the Bash shell. For example, the use of array constructs.</listitem>\n"
+"      <listitem>Only use the POSIX subset - for example, use $(foo) over `foo`.</listitem>\n"
+"      <listitem>You can check your scripts with 'sh -n' and 'checkbashisms'</listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"indenting\">\n"
+"    <title>Indenting</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Always use tabs over spaces.</listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"wrapping\">\n"
+"    <title>Wrapping</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Generally, lines are 80 chars at maximum.</listitem>\n"
+"      <listitem>Use the \"Linux style\" of line breaks: <para>Bad: <screen> if foo; then bar fi </screen> </para> <para>Good: <screen> if foo then bar fi </screen> </para></listitem>\n"
+"      <listitem>The same holds for functions: <para>Bad: <screen> foo () { bar } </screen> </para> <para>Good: <screen> foo () { bar } </screen> </para></listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"variables\">\n"
+"    <title>Variables</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Variables are always in capital letters.</listitem>\n"
+"      <listitem>Variables that used in config always start with LH_ prefix.</listitem>\n"
+"      <listitem>Internal temporary variables should start with the _LH_ prefix.</listitem>\n"
+"      <listitem>Local variables start with __LH_ prefix.</listitem>\n"
+"      <listitem>Use braces around variables; eg. write ${FOO} instead of $FOO.</listitem>\n"
+"      <listitem>Always protect variables with respect to potential whitespaces, write \"${FOO}\" not ${FOO}.</listitem>\n"
+"      <listitem>For consistency reasons, always use quotes when assigning values to variables: <para>Bad: <screen> FOO=bar </screen> </para> <para>Good: <screen> FOO=\"bar\" </screen> </para></listitem>\n"
+"      <listitem>If multiple variables are used, quote the full expression: <para>Bad: <screen> if [ -f \"${FOO}\"/foo/\"${BAR}\"/bar ] then foobar fi </screen> </para> <para>Good: <screen> if [ -f \"${FOO}/foo/${BAR}/bar\" ] then foobar fi </screen> </para></listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"misc\">\n"
+"    <title>Miscellaneous</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Use \"|\" (without the surround quotes) as a seperator in calls to sed, e.g. \"sed -e 's|foo|bar|'\" (without \"\").</listitem>\n"
+"      <listitem>Don't use the test command for comparisons or tests, use \"[\" \"]\" (without \"\"), e.g. \"if [ -x /bin/foo ]; ...\" and not \"if test -x /bin/foo; ...\".</listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_common-tasks.ssi.pot b/manual/pot/other_common-tasks.ssi.pot
new file mode 100644
index 0000000..b07f6b8
--- /dev/null
+++ b/manual/pot/other_common-tasks.ssi.pot
@@ -0,0 +1,67 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_common-tasks.ssi:45
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"common-tasks\">\n"
+"  <title>Common tasks</title>\n"
+"  <section id=\"debian-installer\">\n"
+"    <title>The Debian Installer</title>\n"
+"    <para> Although Debian Live is mostly concerned with avoiding permanent installation, integrating some form of installer to your image is possible. There are number of different \"types\" of installation, varying in what and how to install the image. </para>\n"
+"    <note>\n"
+"      <title> The \"Debian Installer\" </title>\n"
+"      <para> Please note the careful use of capital letters when referring to the \"Debian Installer\" in this section - when used like this we refer explicitly to the official installer for the Debian system, not anything else. It is often seen abbreviated to \"d-i\". </para>\n"
+"    </note>\n"
+"    <para> The three main types of installer are: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term> \"Normal\" Debian Installer </term>\n"
+"        <listitem>\n"
+"          <para> This is a normal Debian Live image with a seperate kernel and initrd which (when selected from the appropriate bootloader) launches into a standard Debian Installer instance, just as if you had downloaded a CD image of Debian and booted it. </para>\n"
+"          <para> This means that Debian is installed by fetching and installing <command>.deb</command> packages using <filename>debootstrap</filename> or <filename>cdebootstrap</filename>, from the local media or some network-base network, resulting in a standard Debian system being installed to the hard disk. </para>\n"
+"          <para> This whole process can be preseeded and customised in a number of ways; see the relevant \"DebianInstaller\" wiki page and installation guide for more. This is operational now withing <filename>live-helper</filename>. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term> \"Live\" Debian Installer </term>\n"
+"        <listitem>\n"
+"          <para> This is a Debian Live image with a seperate kernel and initrd which (when selected from the appropriate bootloader) launches into an instance of the Debian Installer. </para>\n"
+"          <para> Installation will proceed in an identical fashion to the \"Normal\" installation described above, but at the actual package installation stage, instead of using <filename>debootstrap</filename> to fetch and install packages, the \"live\" filesystem image is copied to the target. After this stage, the Debian Installer continues as normal, installing and configuring items such as bootloaders and local users, etc. </para>\n"
+"          <para> This is working now. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term> \"Ubuntu\"-style installer </term>\n"
+"        <listitem>\n"
+"          <para> This is where you boot into a graphical Debian Live system and run a wizard-based program which installs and configures the live system, all the time remaining inside the live graphical environment. </para>\n"
+"          <para> This is currently NOT possible with Debian Live. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <para> By default, no installer will be included in the Debian Live image. You can enable it by using <filename>lh_config</filename> : <screen> $ lh_config --help ... [--debian-installer enabled|cdrom|netinst|netboot|businesscard|live|disabled] [--debian-installer-distribution CODENAME|daily] [--debian-installer-preseedfile FILE|URL] ... </screen> </para>\n"
+"    <para> The values \"Normal\", \"Live\" and \"Ubuntu\" are not valid values for <term>LH_BINARY_DEBIAN_INSTALLER</term>. Refer to the output of <filename>lh_config</filename> cited above to choose the appropriate values. </para>\n"
+"  </section>\n"
+"  <section id=\"wifi-connection\">\n"
+"    <title>WiFi Connection</title>\n"
+"    <para> Depending on the Debian Live image you are using and the given tools configured with your Debian Live image you may need to only attach to an available access point. If you encounter difficulty a good place to start is at the Debian Wiki entry for <ulink url=\"http://wiki.debian.org/WiFi\">WiFi</ulink>. </para>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_configuration-files.ssi.pot b/manual/pot/other_configuration-files.ssi.pot
new file mode 100644
index 0000000..eb426ac
--- /dev/null
+++ b/manual/pot/other_configuration-files.ssi.pot
@@ -0,0 +1,622 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_configuration-files.ssi:600
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE appendix PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<appendix id=\"configuration-files\">\n"
+"  <title>Configuration files</title>\n"
+"  <section id=\"config-binary\">\n"
+"    <title>The <filename>config/binary</filename> file</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>LH_BINARY_FILESYSTEM</term>\n"
+"        <listitem>\n"
+"          <para>Set image filesystem. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BINARY_IMAGES</term>\n"
+"        <listitem>\n"
+"          <para>Set image type. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BINARY_INDICES</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude generic indices. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTAPPEND_LIVE</term>\n"
+"        <listitem>\n"
+"          <para>Set boot parameters. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTAPPEND_INSTALL</term>\n"
+"        <listitem>\n"
+"          <para>Set boot parameters. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTLOADER</term>\n"
+"        <listitem>\n"
+"          <para>Set bootloader. (See <xref linkend=\"bootloaders\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CHECKSUMS</term>\n"
+"        <listitem>\n"
+"          <para>Set checksums. (See <xref linkend=\"cheat-codes\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CHROOT_BUILD</term>\n"
+"        <listitem>\n"
+"          <para>Control if we build binary images chrooted. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBIAN_INSTALLER</term>\n"
+"        <listitem>\n"
+"          <para>Set debian-installer. (See <xref linkend=\"debian-installer\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBIAN_INSTALLER_DAILY</term>\n"
+"        <listitem>\n"
+"          <para>Set daily images. (See <xref linkend=\"debian-installer\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ENCRYPTION</term>\n"
+"        <listitem>\n"
+"          <para>Set encrytion. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_GRUB_SPLASH</term>\n"
+"        <listitem>\n"
+"          <para>Set custom grub splash. (See <xref linkend=\"splash\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_HOSTNAME</term>\n"
+"        <listitem>\n"
+"          <para>Set hostname. (See <xref linkend=\"hostname\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ISO_APPLICATION</term>\n"
+"        <listitem>\n"
+"          <para>Set iso author. (See <xref linkend=\"iso-metadata\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ISO_PREPARER</term>\n"
+"        <listitem>\n"
+"          <para>Set iso preparer. (See <xref linkend=\"iso-metadata\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ISO_PUBLISHER</term>\n"
+"        <listitem>\n"
+"          <para>Set iso publisher. (See <xref linkend=\"iso-metadata\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ISO_VOLUME</term>\n"
+"        <listitem>\n"
+"          <para>Set iso volume (max 32 chars). (See <xref linkend=\"iso-metadata\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_JFFS2_ERASEBLOCK</term>\n"
+"        <listitem>\n"
+"          <para>Set jffs2 eraseblock size. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MEMTEST</term>\n"
+"        <listitem>\n"
+"          <para>Set memtest. (See <xref linkend=\"memtest\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_ROOT_FILESYSTEM</term>\n"
+"        <listitem>\n"
+"          <para>Set netboot filesystem. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_ROOT_MOUNTOPTIONS</term>\n"
+"        <listitem>\n"
+"          <para>Set nfsopts. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_ROOT_PATH</term>\n"
+"        <listitem>\n"
+"          <para>Set netboot server directory. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_ROOT_SERVER</term>\n"
+"        <listitem>\n"
+"          <para>Set netboot server address. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_COW_FILESYSTEM</term>\n"
+"        <listitem>\n"
+"          <para>Set net client cow filesystem. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_COW_MOUNTOPTIONS</term>\n"
+"        <listitem>\n"
+"          <para>Set cow mount options. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_COW_PATH</term>\n"
+"        <listitem>\n"
+"          <para>Set cow directory. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_COW_SERVER</term>\n"
+"        <listitem>\n"
+"          <para>Set cow server. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_NET_TARBALL</term>\n"
+"        <listitem>\n"
+"          <para>Set net tarball. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_SPLASH</term>\n"
+"        <listitem>\n"
+"          <para>Set custom syslinux splash. (See <xref linkend=\"splash\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_TIMEOUT</term>\n"
+"        <listitem>\n"
+"          <para>Set custom syslinux timeout in seconds. (See <xref linkend=\"syslinux\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_CFG</term>\n"
+"        <listitem>\n"
+"          <para>Set custom syslinux configuration file. (See <xref linkend=\"syslinux\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_MENU</term>\n"
+"        <listitem>\n"
+"          <para>Set syslinux menu. (See <xref linkend=\"syslinux\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_MENU_LIVE_ENTRY</term>\n"
+"        <listitem>\n"
+"          <para>Set text to be used on the menu for live entries. (See <xref linkend=\"syslinux\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY</term>\n"
+"        <listitem>\n"
+"          <para>Set text to be used on the menu for live entries (failsafe ones). (See <xref linkend=\"syslinux\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSLINUX_MENU_MEMTEST_ENTRY</term>\n"
+"        <listitem>\n"
+"          <para>Set text to be used on the menu for memtest entry. (See <xref linkend=\"syslinux\"/> and <xref linkend=\"memtest\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_USERNAME</term>\n"
+"        <listitem>\n"
+"          <para>Set username. (See <xref linkend=\"live-user\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"  <section id=\"config-bootstrap\">\n"
+"    <title>The <filename>config/bootstrap</filename> file</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>LH_ARCHITECTURE</term>\n"
+"        <listitem>\n"
+"          <para>Select chroot architecture. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP_CONFIG</term>\n"
+"        <listitem>\n"
+"          <para>Set distribution config directory. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP_INCLUDE</term>\n"
+"        <listitem>\n"
+"          <para>Include packages on base. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP_EXCLUDE</term>\n"
+"        <listitem>\n"
+"          <para>Exclude packages on base. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP_FLAVOUR</term>\n"
+"        <listitem>\n"
+"          <para>Select flavour to use. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP_KEYRING</term>\n"
+"        <listitem>\n"
+"          <para>Set distribution keyring. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DISTRIBUTION</term>\n"
+"        <listitem>\n"
+"          <para>Select distribution to use. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MIRROR_BOOTSTRAP</term>\n"
+"        <listitem>\n"
+"          <para>Set mirror to bootstrap from. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MIRROR_CHROOT</term>\n"
+"        <listitem>\n"
+"          <para>Set mirror to fetch packages from. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MIRROR_CHROOT_SECURITY</term>\n"
+"        <listitem>\n"
+"          <para>Set security mirror to fetch packages from. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MIRROR_BINARY</term>\n"
+"        <listitem>\n"
+"          <para>Set mirror which ends up in the image. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MIRROR_BINARY_SECURITY</term>\n"
+"        <listitem>\n"
+"          <para>Set security mirror which ends up in the image. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SECTIONS</term>\n"
+"        <listitem>\n"
+"          <para>select section(s) to use. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"  <section id=\"config-chroot\">\n"
+"    <title>The <filename>config/chroot</filename> file</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>LH_CHROOT_FILESYSTEM</term>\n"
+"        <listitem>\n"
+"          <para>Set chroot filesystem. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_UNION_FILESYSTEM</term>\n"
+"        <listitem>\n"
+"          <para>Set union filesystem. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_EXPOSED_ROOT</term>\n"
+"        <listitem>\n"
+"          <para>expose root as read only. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_HOOKS</term>\n"
+"        <listitem>\n"
+"          <para>Set hook commands. (See <xref linkend=\"hooks\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_INTERACTIVE</term>\n"
+"        <listitem>\n"
+"          <para>Set interactive build. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_KEYRING_PACKAGES</term>\n"
+"        <listitem>\n"
+"          <para>Set keyring packages. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_LANGUAGE</term>\n"
+"        <listitem>\n"
+"          <para>Set language to use. (See <xref linkend=\"language\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_LINUX_FLAVOURS</term>\n"
+"        <listitem>\n"
+"          <para>Set kernel flavour to use. (See <xref linkend=\"kernel\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_LINUX_PACKAGES</term>\n"
+"        <listitem>\n"
+"          <para>Set kernel packages to use. (See <xref linkend=\"kernel\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_PACKAGES</term>\n"
+"        <listitem>\n"
+"          <para>Set packages to install. (See <xref linkend=\"lh-packages\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_PACKAGES_LISTS</term>\n"
+"        <listitem>\n"
+"          <para>Set package list to install. (See <xref linkend=\"package-lists\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_TASKS</term>\n"
+"        <listitem>\n"
+"          <para>Set tasks to install. (See <xref linkend=\"tasks\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SECURITY</term>\n"
+"        <listitem>\n"
+"          <para>enable security updates. (See <xref linkend=\"package-sources\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYMLINKS</term>\n"
+"        <listitem>\n"
+"          <para>enable symlink convertion. (See <xref linkend=\"symlinks\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SYSVINIT</term>\n"
+"        <listitem>\n"
+"          <para>enable sysvinit. (See <xref linkend=\"startup-scripts\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"  <section id=\"config-common\">\n"
+"    <title>The <filename>config/common</filename> file</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT</term>\n"
+"        <listitem>\n"
+"          <para>Set package manager. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_FTP_PROXY</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude ftp proxy. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_HTTP_PROXY</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude http proxy. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_PDIFFS</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude pdiff indices. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_PIPELINE</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude pipeline depth. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_RECOMMENDS</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude recommends. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_APT_SECURE</term>\n"
+"        <listitem>\n"
+"          <para>Set apt/aptitude security. (See <xref linkend=\"package-installation\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BOOTSTRAP</term>\n"
+"        <listitem>\n"
+"          <para>Set bootstrap program. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CACHE</term>\n"
+"        <listitem>\n"
+"          <para>control cache. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CACHE_INDICES</term>\n"
+"        <listitem>\n"
+"          <para>control if downloaded package indices should be cached. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CACHE_PACKAGES</term>\n"
+"        <listitem>\n"
+"          <para>control if downloaded packages files should be cached. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_CACHE_STAGES</term>\n"
+"        <listitem>\n"
+"          <para>control if completed stages should be cached. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBCONF_FRONTEND</term>\n"
+"        <listitem>\n"
+"          <para>Set debconf(1) frontend to use. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBCONF_NOWARNINGS</term>\n"
+"        <listitem>\n"
+"          <para>Set debconf(1) warnings. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBCONF_PRIORITY</term>\n"
+"        <listitem>\n"
+"          <para>Set debconf(1) priority to use. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_INITRAMFS</term>\n"
+"        <listitem>\n"
+"          <para>Set initramfs hook. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_FDISK</term>\n"
+"        <listitem>\n"
+"          <para>Set fdisk program. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_LOSETUP</term>\n"
+"        <listitem>\n"
+"          <para>Set losetup program. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_MODE</term>\n"
+"        <listitem>\n"
+"          <para>Set distribution mode. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_ROOT_COMMAND</term>\n"
+"        <listitem>\n"
+"          <para>use sudo or equivalent. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_USE_FAKEROOT</term>\n"
+"        <listitem>\n"
+"          <para>use fakeroot/fakechroot. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_TASKSEL</term>\n"
+"        <listitem>\n"
+"          <para>Set tasksel program. (See <xref linkend=\"tasks\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_INCLUDES</term>\n"
+"        <listitem>\n"
+"          <para>Set includes. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_TEMPLATES</term>\n"
+"        <listitem>\n"
+"          <para>Set templates. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_BREAKPOINTS</term>\n"
+"        <listitem>\n"
+"          <para>enable breakpoints. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_DEBUG</term>\n"
+"        <listitem>\n"
+"          <para>enable debug. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_FORCE</term>\n"
+"        <listitem>\n"
+"          <para>enable force. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_QUIET</term>\n"
+"        <listitem>\n"
+"          <para>enable quiet. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_VERBOSE</term>\n"
+"        <listitem>\n"
+"          <para>enable verbose. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"  <section id=\"config-source\">\n"
+"    <title>The <filename>config/source</filename> file</title>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>LH_SOURCE</term>\n"
+"        <listitem>\n"
+"          <para>Set source option. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>LH_SOURCE_IMAGES</term>\n"
+"        <listitem>\n"
+"          <para>Set image type. (See <xref linkend=\"configuration-layout\"/>)</para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </section>\n"
+"</appendix>\n"
+msgstr ""
diff --git a/manual/pot/other_configuration-layout.ssi.pot b/manual/pot/other_configuration-layout.ssi.pot
new file mode 100644
index 0000000..4acd79c
--- /dev/null
+++ b/manual/pot/other_configuration-layout.ssi.pot
@@ -0,0 +1,214 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_configuration-layout.ssi:192
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE appendix PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<appendix id=\"configuration-layout\">\n"
+"  <title>Configuration layout</title>\n"
+"  <variablelist>\n"
+"    <title>Layout of the <filename class=\"directory\">config/</filename> directory</title>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_debian-installer/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"debian-installer\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_grub/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"bootloaders\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_local-debs/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"debian-installer\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_local-hooks/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"binary-local-hooks\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_local-includes/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"binary-includes\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_local-packageslists/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"configuration-layout\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_local-udebs/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"debian-installer\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_rootfs/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"configuration-layout\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">binary_syslinux/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"bootloaders\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_apt/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"custom-packages-apt\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_local-hooks/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"chroot-local-hooks\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_local-includes/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"chroot-local-includes\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_local-packages/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"local-packages\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_local-packageslists/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"package-lists\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_local-presed/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"debconf-preseed\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">chroot_sources/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"custom-apt-repo\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">includes/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"bootloaders\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename class=\"directory\">templates/</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"bootloaders\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename>bootstrap</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"config-bootstrap\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename>binary</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"config-binary\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename>chroot</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"config-chroot\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename>common</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"config-common\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"    <varlistentry>\n"
+"      <term>\n"
+"        <filename>source</filename>\n"
+"      </term>\n"
+"      <listitem>\n"
+"        <para>(see <xref linkend=\"config-source\"/>)</para>\n"
+"      </listitem>\n"
+"    </varlistentry>\n"
+"  </variablelist>\n"
+"</appendix>\n"
+msgstr ""
diff --git a/manual/pot/other_customization.ssi.pot b/manual/pot/other_customization.ssi.pot
new file mode 100644
index 0000000..53a4921
--- /dev/null
+++ b/manual/pot/other_customization.ssi.pot
@@ -0,0 +1,33 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_customization.ssi:11
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"customization\">\n"
+"  <title>Customization</title>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_packages.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_contents.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_internationalization.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_bootup.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_binary.xml\"/>\n"
+"  <xi:include xmlns:xi=\"http://www.w3.org/2003/XInclude\" href=\"customization_backports.xml\"/>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_customization_backports.ssi.pot b/manual/pot/other_customization_backports.ssi.pot
new file mode 100644
index 0000000..034684f
--- /dev/null
+++ b/manual/pot/other_customization_backports.ssi.pot
@@ -0,0 +1,29 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_customization_backports.ssi:7
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"backports\">\n"
+"  <title>Using a newer kernel with Lenny</title>\n"
+"  <para>The backports repository, backports.org, lacks the necessary module packages (linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been set up, in order to build Lenny live images with a later kernel. Shown here is one way of doing it.</para>\n"
+"  <screen> $ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.binary.gpg # lh_build </screen>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/pot/other_customization_binary.ssi.pot b/manual/pot/other_customization_binary.ssi.pot
new file mode 100644
index 0000000..af78a00
--- /dev/null
+++ b/manual/pot/other_customization_binary.ssi.pot
@@ -0,0 +1,58 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_customization_binary.ssi:36
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"binary\">\n"
+"  <title>Customising the binary image</title>\n"
+"  <para>This chapter discusses FIXME</para>\n"
+"  <sect2 id=\"iso-metadata\">\n"
+"    <title>ISO metadata</title>\n"
+"    <para> When creating an ISO9660 binary image, you can use the following options to add various textual metadata for your image. This can help you easily identify the version or configuration of an image without booting it. </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term><command>LH_ISO_APPLICATION</command> / <command>--iso-application <replaceable>NAME</replaceable></command></term>\n"
+"        <listitem>\n"
+"          <para> This should describe the application that will be on the image. The maximum length for this field is 128 characters. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term><command>LH_ISO_PREPARER</command> / <command>--iso-preparer <replaceable>NAME</replaceable></command></term>\n"
+"        <listitem>\n"
+"          <para> This should describe the preparer of the image, usually with some contact details. The default for this option is the <filename>live-helper</filename> version you are using, which may help with debugging later. The maximum length for this field is 128 characters. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term><command>LH_ISO_PUBLISHER</command> / <command>--iso-publisher <replaceable>NAME</replaceable></command></term>\n"
+"        <listitem>\n"
+"          <para> This should describe the publisher of the image, usually with some contact details. The maximum length for this field is 128 characters. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term><command>LH_ISO_VOLUME</command> / <command>--iso-volume <replaceable>NAME</replaceable></command></term>\n"
+"        <listitem>\n"
+"          <para> This should specify the volume ID of the image. This is used as a user-visible label on some platforms such as Windows and Apple Mac OS. The maximum length for this field is 32 characters. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/pot/other_customization_bootup.ssi.pot b/manual/pot/other_customization_bootup.ssi.pot
new file mode 100644
index 0000000..e025a38
--- /dev/null
+++ b/manual/pot/other_customization_bootup.ssi.pot
@@ -0,0 +1,72 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_customization_bootup.ssi:50
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"bootup\">\n"
+"  <title>Customising the bootup process</title>\n"
+"  <para>This chapter discusses customisation of bootup process of a live system, including kernel options, modifications to the bootloader, \"splash\" screens and startup scripts.</para>\n"
+"  <para>FIXME</para>\n"
+"  <sect2 id=\"kernel\">\n"
+"    <title>Kernel</title>\n"
+"  </sect2>\n"
+"  <sect2 id=\"bootloaders\">\n"
+"    <title>Bootloaders</title>\n"
+"    <para> FIXME </para>\n"
+"    <sect3>\n"
+"      <title>Choosing a bootloader</title>\n"
+"      <para> FIXME </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"syslinux\">\n"
+"      <title>Syslinux</title>\n"
+"      <para>In the default configuration, Syslinux will pause indefinitely at its splash screen. To adjust this, modify the <command>LH_SYSLINUX_TIMEOUT</command> value or pass <command>--syslinux-timeout <replaceable>TIMEOUT</replaceable></command> to <filename>lh_config</filename>. The value is specified in units of 1/10s and the maximum possible timeout is 35996. A timeout of 0 (zero) disables the timeout completely. For more information please see syslinux(1).</para>\n"
+"    </sect3>\n"
+"    <sect3>\n"
+"      <title>Bootloader templates</title>\n"
+"      <para> FIXME </para>\n"
+"    </sect3>\n"
+"    <sect3>\n"
+"      <title>Booting a Debian Live USB/HDD system from a USB stick with Grub</title>\n"
+"      <para> Suppose you've built your Debian Live USB/HDD image, but want to install it on an already used USB stick with ext2/3 partition and Grub bootloader: </para>\n"
+"      <para>First, copy live components in a directory on your key: the Linux kernel (<filename>vmlinuz*</filename>), its Initial RAM disk (<filename>initrd*</filename>) and the system (<filename>filesystem.squashfs</filename>): <screen> # mkdir /media/myUsb/boot/live/ # cp binary/vmlinuz1 binary/initrd1.img binary/live/filesystem.squashfs /media/myUsb/boot/live/ </screen> </para>\n"
+"      <para>Then, add a stanza in Grub's menu definition to boot up this system: <screen> echo &gt;&gt;/media/myUsb/boot/grub/menu.lst &lt;&lt;EOF title my Debian Live root (hd0,1) # my Ext2 partition is the second on this stick kernel /boot/live/vmlinuz1 boot=live vga=791 persistent union=aufs live-media-path=boot/live initrd /boot/live/initrd1.img EOF </screen> The important kernel command line option to add here is <variablename>live-media-path</variablename>, which tells to Live initrd's script in which subdirectory to look for the SquashFS image. </para>\n"
+"      <para>Next, umount your USB stick and reboot on it. That's all!</para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"splash\">\n"
+"    <title>Splash screens</title>\n"
+"    <para> FIXME </para>\n"
+"  </sect2>\n"
+"  <sect2 id=\"memtest\">\n"
+"    <title>Memtest</title>\n"
+"    <para> FIXME </para>\n"
+"  </sect2>\n"
+"  <sect2 id=\"startup-scripts\">\n"
+"    <title>Startup scripts</title>\n"
+"    <para> FIXME </para>\n"
+"  </sect2>\n"
+"  <sect2 id=\"cheat-codes\">\n"
+"    <title>Cheat codes</title>\n"
+"    <para> FIXME </para>\n"
+"    <para> Checksums. </para>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/pot/other_customization_contents.ssi.pot b/manual/pot/other_customization_contents.ssi.pot
new file mode 100644
index 0000000..5c4d341
--- /dev/null
+++ b/manual/pot/other_customization_contents.ssi.pot
@@ -0,0 +1,92 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_customization_contents.ssi:70
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"contents\">\n"
+"  <title>Customising contents</title>\n"
+"  <para>This chapter discusses further customisation of the live system.</para>\n"
+"  <sect2>\n"
+"    <title>Includes</title>\n"
+"    <para>Using includes, it is possible to add (or replace) arbitrary files in your Debian Live image. <filename>live-helper</filename> provides three mechanisms for using them:</para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term> Chroot local includes </term>\n"
+"        <listitem>\n"
+"          <para> These allow you to add or replace files to the chroot/Live filesystem. Please see <xref linkend=\"chroot-local-includes\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term> Binary local includes </term>\n"
+"        <listitem>\n"
+"          <para> These allow you to add or replace files in the binary image. Please see <xref linkend=\"binary-local-includes\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term> Binary includes </term>\n"
+"        <listitem>\n"
+"          <para> These allow you to add or replace Debian specific files in the binary image, such as the templates and tools directories. Please see <xref linkend=\"binary-includes\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <para> Please see <xref linkend=\"terms\"/> for more information about the distinction between the \"Live\" and \"binary\" images. </para>\n"
+"    <sect3 id=\"chroot-local-includes\">\n"
+"      <title>Live/chroot local includes</title>\n"
+"      <para> Chroot local includes can be used to add or replace files in the chroot/Live filesystem so that they are visible when the Live system is booted. Typical uses for them are to populate the skeleton user directory (<filename class=\"directory\">/etc/skel</filename>) used by the live system to create the live user's home directory, or adding configuration files where additional processing is not required. </para>\n"
+"      <para> To include files, simply add them to your <filename class=\"directory\">config/chroot_local-includes</filename> directory. This directory corresponds to the root directory (<filename class=\"directory\">/</filename>) of the live system. For example, to add a file <filename>/var/www/index.html</filename> in the live system, use: </para>\n"
+"      <screen> $ mkdir -p config/chroot_local-includes/var/www $ cp /path/to/my/index.html config/chroot_local-includes/var/www </screen>\n"
+"      <para> Your configuration will then have the following layout: </para>\n"
+"      <screen> -- config [...] |-- chroot_local-includes | `-- var | `-- www | `-- index.html [...] `-- templates </screen>\n"
+"      <para> Chroot local includes are installed after package installation so that files installed by packages are overwritten. </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"binary-local-includes\">\n"
+"      <title>Binary local includes</title>\n"
+"      <para> FIXME. </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"binary-includes\">\n"
+"      <title>Binary includes</title>\n"
+"      <para> FIXME. </para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"hooks\">\n"
+"    <title>Hooks</title>\n"
+"    <para>FIXME.</para>\n"
+"    <para>Enabling hooks</para>\n"
+"    <sect3 id=\"chroot-local-hooks\">\n"
+"      <title>Live/chroot local hooks</title>\n"
+"      <para>FIXME.</para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"binary-local-hooks\">\n"
+"      <title>Binary local hooks</title>\n"
+"      <para>FIXME.</para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"debconf-preseed\">\n"
+"    <title>Preseeding Debconf questions</title>\n"
+"    <para>Files in the <filename class=\"directory\">config/chroot_local-preseed</filename> directory are considered to be debconf preseed files and are installed by <filename>live-helper</filename> using <filename>debconf-set-selections</filename>.</para>\n"
+"    <para>For more information about debconf, please see debconf(7) in the <command>debconf</command> package.</para>\n"
+"  </sect2>\n"
+"  <sect2 id=\"symlinks\">\n"
+"    <title>Symlink conversion</title>\n"
+"    <para>FIXME. (This is probably in the wrong section)</para>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/pot/other_customization_internationalization.ssi.pot b/manual/pot/other_customization_internationalization.ssi.pot
new file mode 100644
index 0000000..369fa14
--- /dev/null
+++ b/manual/pot/other_customization_internationalization.ssi.pot
@@ -0,0 +1,37 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_customization_internationalization.ssi:15
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"internalization\">\n"
+"  <title>Customising Locale And Language</title>\n"
+"  <para>This chapter discusses customisation for language specific parameters.</para>\n"
+"  <sect2 id=\"locale\">\n"
+"    <title>Default locale and keyboard</title>\n"
+"    <para> The default locale when building a live cd is \"locale=en_US.UTF-8\". To set the locale for the UK (locale=en_GB.UTF-8) <screen> $ lh_config --bootappend-live \"locale=en_GB.UTF-8\" </screen> The entry for a British keyboard would be <screen> $ lh_config --bootappend-live \"keyb=uk\" </screen> To configure both the locale and the keyboard for the UK the entry would be <screen> $ lh_config --bootappend-live \"locale=en_GB.UTF-8 keyb=uk\" </screen> or <screen> $ lh_config --bootappend-live \"locale=uk\" </screen> </para>\n"
+"    <note> You can find a list of options in the manpage for live-initramfs. Only UTF8 locales are supported by live-initramfs. </note>\n"
+"  </sect2>\n"
+"  <sect2 id=\"default_language\">\n"
+"    <title>l10n Packages</title>\n"
+"    <para> lh build can automatically check for each package, for which it's know that there are -l10n packages available and install them. To add Swedish packages the entry would be <screen> $ lh_config --language \"se\" </screen> This will also change the default syslinux language if <screen> config/templates/syslinux/se </screen> is available. Check syslinux configuration FIXME </para>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/pot/other_customization_packages.ssi.pot b/manual/pot/other_customization_packages.ssi.pot
new file mode 100644
index 0000000..f1faebb
--- /dev/null
+++ b/manual/pot/other_customization_packages.ssi.pot
@@ -0,0 +1,233 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_customization_packages.ssi:211
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<sect1 id=\"packages\">\n"
+"  <title>Customising package installation</title>\n"
+"  <para> This chapter discusses the customisation of package installation. This involves: </para>\n"
+"  <orderedlist>\n"
+"    <listitem>\n"
+"      <para> Selecting additional packages to be installed </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para> Installing modified packages </para>\n"
+"    </listitem>\n"
+"  </orderedlist>\n"
+"  <sect2 id=\"package-sources\">\n"
+"    <title>Package sources</title>\n"
+"    <para> FIXME </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Debian repositories</term>\n"
+"        <listitem>\n"
+"          <para> To set a local mirror (used to ''build'' the live-cd) </para>\n"
+"          <para>\n"
+"            <screen>$ lh config --mirror-bootstrap \"http://local.intra.net/debian/\" --mirror-chroot \"http://local.intra.net/debian/\"</screen>\n"
+"          </para>\n"
+"          <para> The generic mirror is added to the live-system's /etc/apt/sources.list. </para>\n"
+"          <para>\n"
+"            <screen>$ lh config --mirror-binary \"http://ftp.debian.org/debian/\"</screen>\n"
+"          </para>\n"
+"          <para> Note: It is ''not'' used for building the live-cd but to install new software while using the live-cd. </para>\n"
+"          <para> It can be disabled by setting binary indices parameter to disabled </para>\n"
+"          <para>\n"
+"            <screen>$ lh config --binary-indices disabled</screen>\n"
+"          </para>\n"
+"          <para> Note: the same applies for mirror chroot security and mirror binary security </para>\n"
+"          <para>\n"
+"            <screen>$ lh config --mirror-chroot-security {URL} $ lh config --mirror-binary-security {URL}</screen>\n"
+"          </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>Own repository</term>\n"
+"        <listitem>\n"
+"          <para> To add more repositories (e.g. backports, experimental packages, etc.), create <filename>config/chroot_sources/your-cdd-repo.{chroot,binary}</filename> file. </para>\n"
+"          <para> e.g. <filename>config/chroot_sources/live.chroot</filename> allows you to install packages from the debian live snapshot repository at live-cd build time (you have to add the packages in your package list): </para>\n"
+"          <para>\n"
+"            <screen>deb http://live.debian.net/ sid-snapshots main contrib non-free</screen>\n"
+"          </para>\n"
+"          <para> If you add the line to <filename>config/chroot_sources/live.binary</filename> the repository will be added to your live-system's <filename>/etc/apt/sources.list</filename>. </para>\n"
+"          <para> If such files exist, they will be picked up automatically. </para>\n"
+"          <para> You can also put the gpg-key used to sign the repository into config/chroot_sources/foo.{binary,chroot}.gpg </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect2>\n"
+"  <sect2 id=\"package-installation\">\n"
+"    <title>Package installation</title>\n"
+"    <para> You can elect to use either <command>apt</command> or <command>aptitude</command> when installing packages. Which utility is used is governed by the <command>LH_APT</command> variable in <filename>config/chroot</filename> or by the <command>--apt</command> argument to <filename>lh config</filename>: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <command>apt</command>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> Specifying a missing package causes package installation to fail, which may not be the desired behaviour. </para>\n"
+"          <para> This is the default setting for building images for Lenny or later. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <command>aptitude</command>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> Specifying a missing package causes package installation to succeed, which may not be the desired behaviour. </para>\n"
+"          <para> This is the default setting for building images for Etch. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect2>\n"
+"  <sect2>\n"
+"    <title>Installing additional packages</title>\n"
+"    <para><filename>live-helper</filename> has a number of mechanisms for indicating that additional packages should be installed, including: </para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para> The <command>LH_PACKAGES</command> variable </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Package lists </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Local packages (<filename>chroot_local-packages/</filename>) </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Tasks </para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"    <sect3 id=\"lh-packages\">\n"
+"      <title>The <command>LH_PACKAGES</command> variable</title>\n"
+"      <para> To install additional packages, simply add them to the <command>LH_PACKAGES</command> variable in <filename>config/chroot</filename>. For example: </para>\n"
+"      <para>\n"
+"        <screen>LH_PACKAGES=\"package1 package2 package3 ... \"</screen>\n"
+"      </para>\n"
+"      <para> You can also specify initial values on the command line: </para>\n"
+"      <para>\n"
+"        <screen>$ lh config --packages \"package1 package2 package3\"</screen>\n"
+"      </para>\n"
+"      <para> The behaviour of <filename>live-helper</filename> when specifying a package that does not exist is determined by your choice of APT utility. See <xref linkend=\"package-installation\"/> for more details. </para>\n"
+"      <para> If you need to specify a large number of packages to be installed or you need flexibility regarding which packages to install, you should probably be using package lists. See <xref linkend=\"package-lists\"/> for more information. </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"package-lists\">\n"
+"      <title>Package lists</title>\n"
+"      <para> Package lists are a powerful way of expressing which packages should be installed. <filename>live-helper</filename> ships with a number of predefined package lists which provide sensible default package selections for the GNOME and KDE desktop environments, as well as standard systems. </para>\n"
+"      <para> To specify a package list, add the name of the list to the <command>LH_PACKAGES_LISTS</command> variable in <filename>config/chroot</filename>. For example: </para>\n"
+"      <para>\n"
+"        <screen>LH_PACKAGES_LISTS=\"gnome\"</screen>\n"
+"      </para>\n"
+"      <para> Package lists that are distributed with <filename>live-helper</filename> reside in the <command>/usr/share/live-helper/lists</command> directory. </para>\n"
+"      <sect4>\n"
+"        <title>Local packages lists</title>\n"
+"        <para> You may supplement the supplied lists using local package lists stored in <command>config/chroot_local-packageslists</command>. </para>\n"
+"        <para> Package lists that exist in this directory always override package lists distributed with <filename>live-helper</filename>. This can cause undesired effects when. </para>\n"
+"        <note>\n"
+"          <title><filename>live-helper</filename> 2.x change</title>\n"
+"          <para> Any file with <command>.list</command> suffix in <command>config/chroot_local-packageslists</command> is automatically enabled, the variable LH_PACKAGES_LISTS should only be used referencing packages lists included in live-helper (at <command>/usr/share/live-helper/lists/</command>. </para>\n"
+"        </note>\n"
+"      </sect4>\n"
+"      <sect4>\n"
+"        <title>Extending a provided package list using includes</title>\n"
+"        <para> FIXME </para>\n"
+"        <para>\n"
+"          <screen>#include &lt;gnome&gt; iceweasel</screen>\n"
+"        </para>\n"
+"        <para> The package lists that are included with <filename>live-helper</filename> make extensive use of includes. They are available to view in the <command>/usr/share/live-helper/lists</command> directory. </para>\n"
+"      </sect4>\n"
+"      <sect4>\n"
+"        <title>Using conditionals inside packages lists</title>\n"
+"        <para> FIXME </para>\n"
+"        <para>\n"
+"          <screen>#if ARCHITECTURE amd64 ia32-libs #endif</screen>\n"
+"        </para>\n"
+"        <para> or if <command>LH_ARCHITECTURE</command> is set to <command>i386</command> or <command>amd64</command>: </para>\n"
+"        <para>\n"
+"          <screen>#if ARCHITECTURE i386 amd64 memtest86+ #endif</screen>\n"
+"        </para>\n"
+"        <para> or if <command>LH_SECTIONS</command> contains either <command>contrib</command> or <command>non-free</command>: </para>\n"
+"        <para>\n"
+"          <screen>#if SECTIONS contrib non-free vrms #endif</screen>\n"
+"        </para>\n"
+"        <para> A conditional may surround an <command>#include</command> directive: </para>\n"
+"        <para>\n"
+"          <screen>#if ARCHITECTURE amd64 #include &lt;gnome-full&gt; #endif</screen>\n"
+"        </para>\n"
+"        <para> Any <filename>live-helper</filename> configuration variable that begins with <command>LH_</command> can be tested in this way. </para>\n"
+"        <para> The nesting of conditionals is not supported. </para>\n"
+"      </sect4>\n"
+"    </sect3>\n"
+"    <sect3 id=\"tasks\">\n"
+"      <title>Tasks</title>\n"
+"      <para> FIXME </para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"  <sect2 id=\"custom-packages\">\n"
+"    <title>Installing modified or third-party packages</title>\n"
+"    <para> Whilst it is against the philosophy of Debian Live, it may sometimes be necessary to build a Live system with modified versions of packages that are in the Debian repository. This may be to modify or support additional features, languages and branding, or even to remove elements of existing packages that are undesirable. Similarly, \"third-party\" packages may be used to add bespoke and/or proprietary functionality. </para>\n"
+"    <para> This section does not cover advice regarding building or maintaining modified packages. Joachim Breitner's <ulink url=\"http://www.joachim-breitner.de/blog/archives/282-How-to-fork-privately.html\">'How to fork privately'</ulink> may be of interest, however. The creation of bespoke packages is covered in the <ulink url=\"http://www.debian.org/doc/maint-guide/\">Debian New Maintainers' Guide</ulink> and elsewhere. </para>\n"
+"    <para> There are two ways of installing modified custom packages: </para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <filename>chroot_local-packages</filename>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> Using a custom APT repository </para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"    <para> The <filename>chroot_local-packages</filename> is simpler to achieve and useful for \"one-off\" customisations but has a number of drawbacks, whilst using a custom APT repository is more time-consuming to set up. </para>\n"
+"    <sect3 id=\"local-packages\">\n"
+"      <title> Using <filename>chroot_local-packages</filename> to install custom packages </title>\n"
+"      <para> To install a custom package, simply copy it to the <command>config/chroot_local-packages</command> directory. Packages that are inside this directory will be automatically installed into the live system during build - you do not need to specify them elsewhere. </para>\n"
+"      <para> Packages <emphasis>must</emphasis> be named in the prescribed way. One simple way to do this is to use <command>dpkg-name</command>. FIXME </para>\n"
+"      <para> Using <filename>chroot_local-packages</filename> for installation of custom packages has disadvantages: </para>\n"
+"      <orderedlist>\n"
+"        <listitem>\n"
+"          <para> It is not possible to use secure APT </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> You must install all appropriate packages in the <command>config/chroot_local-packages</command> directory </para>\n"
+"        </listitem>\n"
+"        <listitem>\n"
+"          <para> It does not lend itself to storing Debian Live configurations in revision control </para>\n"
+"        </listitem>\n"
+"      </orderedlist>\n"
+"    </sect3>\n"
+"    <sect3 id=\"custom-apt-repo\">\n"
+"      <title>Using an APT repository to install custom packages</title>\n"
+"      <para> FIXME </para>\n"
+"      <para> Unlike using <filename>chroot_local-packages</filename>, when using a custom APT repository you must ensure that you specify the packages elsewhere. See <xref linkend=\"lh-packages\"/> for details. </para>\n"
+"      <para> Whilst it may seem unnecessary effort to create an APT repository to install custom packages, the infrastructure can be easily re-used at a later date to offer updates of the modified packages. </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"custom-packages-apt\">\n"
+"      <title>Custom packages and APT</title>\n"
+"      <para><filename>live-helper</filename> uses APT to install all packages into the live system so will therefore inherit behaviours from this program. One relevant example is that (assuming a default configuration) given a package available in two different repositories with different version numbers, APT will elect to install the package with the higher version number. </para>\n"
+"      <para> Because of this, you may wish to increment the version number in your custom packages' <command>debian/changelog</command> files to ensure that your modified version is installed over one in the official Debian repositories. This may also be achieved by altering the live system's APT pinning preferences - see <xref linkend=\"apt-preferences\"/> for more information. </para>\n"
+"    </sect3>\n"
+"    <sect3 id=\"apt-preferences\">\n"
+"      <title>Altering APT preferences during Live system</title>\n"
+"      <para> FIXME </para>\n"
+"      <para> Whilst it may seem unnecessary effort to create an APT repository to install custom packages, the infrastructure can be easily re-used at a later date to offer updates of the modified package. </para>\n"
+"    </sect3>\n"
+"  </sect2>\n"
+"</sect1>\n"
+msgstr ""
diff --git a/manual/pot/other_faq.ssi.pot b/manual/pot/other_faq.ssi.pot
new file mode 100644
index 0000000..1a97bc9
--- /dev/null
+++ b/manual/pot/other_faq.ssi.pot
@@ -0,0 +1,237 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_faq.ssi:215
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"faq\">\n"
+"  <title>Frequently asked questions (FAQ)</title>\n"
+"  <itemizedlist>\n"
+"    <listitem>\n"
+"      <para>Q: I downloaded a prebuilt live image. How do I put it on a USB stick?</para>\n"
+"      <para>A: See <xref linkend=\"image_copying\"/> \"Copying USB/HDD image to a USB stick\"</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I log my build?</para>\n"
+"      <para>A: You could use script, screen or tee: <screen>$ lh_build 2&gt;&amp;1 | tee build.log</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How can I convert an already installed standard Debian partition into a Debian Live system?</para>\n"
+"      <para>A: Save the list of installed packages and load it into your new Debian Live System. Copy your /etc to config/chroot_local-includes</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What does 'losetup: could not find any free loop device' mean and how do I fix it?</para>\n"
+"      <para>A: Loop devices are used during the build; there probably aren't any free if you've aborted several builds. Something like: for l in /dev/loop0 /dev/loop1 /dev/loop2 /dev/loop3 /dev/loop4 /dev/loop5 /dev/loop6 /dev/loop7 ; do losetup -d $l ; done should rectify the situation (assuming all loop devices in use were created by lh_build; if in doubt, check the contents of each loop device before deleting them with losetup -d).</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I launch an interactive shell during the chroot stage?</para>\n"
+"      <para>A: To enable interactive shell: <screen>$ lh_config --interactive shell</screen> To continue the build process: <screen># logout</screen> or <screen># exit</screen> To disable interactive shell, set LH_INTERACTIVE to \"disabled\" in config/chroot. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What is the root /user password?</para>\n"
+"      <para>A: The user password for the live user is 'live'. By default, there is not any root password. You can switch to root with <screen> sudo -i </screen> or set a password for root with <screen>sudo passwd</screen></para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I change root or any user password?</para>\n"
+"      <para>A: Add a chroot local hook script to change root or any user password each time you build an image.</para>\n"
+"      <para>e.g. config/chroot_local-hooks/01-update_password.sh to set root password to \"nopasswd\"</para>\n"
+"      <para><screen>#!/bin/sh echo \"I: update password\" echo \"root:nopasswd\" | chpasswd</screen><screen>$ chmod +x config/chroot_local-hooks/01-update_password.sh</screen><note>For live user; you need to copy the /usr/share/initramfs-tools/scripts/live-bottom/10adduser your build folder: <screen>mkdir -p config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/ cp /usr/share/initramfs-tools/scripts/live-bottom/10adduser config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/</screen></note> Then edit the config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/10adduser and paste in the new user_crypted password that you make with: <screen> echo \"newlivepass\" | mkpasswd -s.</screen> <para> Or add an hook file in config/chroot_local-hooks/ with something like the below: </para> <screen> #!/bin/sh # Change the autogenerated user password to \"debianlive\" plain_password=\"debianlive\" password=$(echo \"${plain_pass
 word}\" | mkpasswd -s) sed -i -e 's/\\(user_crypted=\\)\\(.*\\)\\( #.*\\)/\\1\\\"'${password}'\\\"\\3/' /usr/share/initramfs-tools/scripts/live-bottom/10adduser update-initramfs -tu -kall</screen> <para> The latter (hook model) could be more future proof than the former solution since it modifies just one string selectively but it requires the package \"whois\" to be installed on the target system (for mkpasswd) or that you generate the $password string not at build time and include it crypted in the above script. </para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How to disable autologin?</para>\n"
+"      <para>A1: use the commandline parameter <screen>lh config --bootappend-live \"noautologin\"</screen> <para>A2: You need to set boot=noautologin noxautologin as described in man <filename>live-initramfs</filename> If you boot via TFTP you want to insert the option to pxelinux.cfg/default</para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I change default hostname or username?</para>\n"
+"      <para>A: To change default hostname or username: <screen>$ lh_config --hostname myhostname $ lh_config --username myusername</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I make the final image smaller?</para>\n"
+"      <para>A: Clean orphaned apps/libs: Install package \"deborphan\" and then run 'sudo deborphan -n' . Delete unwanted packages. Remove the apt cache. Purge unwanted locales (see \"localepurge\" package). </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I customize bash-config permanently (aliases, bash-completion etc.)?</para>\n"
+"      <para>A: Add your own .bashrc config/chroot_local-includes/etc/skel/.bashrc</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I disable services permanently? (Be careful!)</para>\n"
+"      <para> A: Add a chroot local hook script to disable a service each time you build an image: </para>\n"
+"      <para>e.g. config/chroot_local-hooks/01-disable_service.sh <screen>#!/bin/sh echo \"I: disable service\" update-rc.d -f 〈service name 〉 remove </screen> <screen> $ chmod +x config/chroot_local-hooks/01-disable_service.sh </screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I enable | disable the md5checksum at the ISO building? <screen>lh_config --checksums enabled|disabled </screen> Or change the LH_CHECKSUMS value. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How to disable the generation of the .tar.gz file? <screen>lh_config --net-tarball none|gzip </screen> Or change the LH_NET_TARBALL value. (only available in snapsshot version at the moment 2008/Feb/28) </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I \"build a new image\" ?</para>\n"
+"      <para> A: Run commands: <screen>$ sudo lh_clean --binary $ sudo lh_build </screen> <emphasis>Hint:</emphasis> If the configuration had changed you should leave \"--binary\" out. This will clean your chroot directory too. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I use Fluxbox ? <para>A: Add a new lists file with the fluxbox packages you want. </para> <para>Create /home/$USERNAME/.dmrc file (default username is \"user\").</para> <screen>$ cat .dmrc [Desktop] Session=fluxbox</screen> <note>.dmrc is owned by $USERNAME:$USERNAME. </note> <para>See also <ulink url=\"http://wiki.debian.org/Fluxbox/\">http://wiki.debian.org/Fluxbox</ulink></para> <para> A short HOWTO can be found here: <ulink url=\" http://wiki.debian.org/MichaelAblassmeier/CustomLiveCD\"> http://wiki.debian.org/MichaelAblassmeier/CustomLiveCD</ulink></para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I use custom repositories?</para>\n"
+"      <para>A: <ulink url=\"http://wiki.debian.org/DebianLive/Configuration\">See DebianLive/Configuration.</ulink></para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I customize the artwork for the live CD (grub or syslinux boot splash, usplash, etc.)?</para>\n"
+"      <para>A: <ulink url=\"http://wiki.debian.org/DebianLive/Howto/Custom_Artwork\"> See DebianLive/Howto/Custom_Artwork. </ulink> FIXME: NEED TO UPDATE</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I customize desktop environment (KDE, GNOME, XFCE, etc...) look? <para>A: Start the live system in qemu: </para> <screen>$ qemu -m 256 -cdrom binary.iso -boot d -redir tcp:4222:10.0.2.15:22</screen> <note>the -redir argument must be changed to meet your needs </note> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I execute a custom shell script inside the chroot system after the chroot stage?</para>\n"
+"      <para>A: Add your script in config/chroot_local-hooks. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I add a script running immediately after all other scripts when the live system boots? <para>A: Add your script in config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/99script </para> <screen>$ chmod +x config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/99script</screen> <note>The hook script must be executable. Do not forget to lh_clean --chroot after making this change before you build again. </note> <para>You must also use the example script /usr/share/live-helper/examples/hooks/update-initramfs.sh to ensure your script gets built into the initramfs (read the comment header for instructions). </para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I add software not in Debian ?</para>\n"
+"      <para>A: See <xref linkend=\"packages\"/> Customising package installation</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What is the manifest with Ubuntu used for?</para>\n"
+"      <para>A: Manifest is just the package list, which ubuntu does $something with. Don't worry about it. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What is this {p} syntax with mtools{p} and parted{p} ?</para>\n"
+"      <para>A: That's aptitude. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Do I need to write the image on USB stick to test it? <note>you must use qemu &gt;= 0.8. </note> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What is /cow ?</para>\n"
+"      <para>A: Copy-on-write, the 'diff' from unionfs. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Is /usr/share/live-helper/lists/standard-x11 like preseed or is preseed something else entirely?</para>\n"
+"      <para>A: It is not. It is a package list, not a debconf preseeding. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What is the difference between standard and minimal? <para>standard: packages of priority standard and higher;</para> <para>minimal: packages of priority essential and higher; </para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: What can the sections be used for? Aren't they BIG?</para>\n"
+"      <para>A: Someone maybe wants to include packages from contrib or non-free. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: memtest86+ ... is that used?</para>\n"
+"      <para>A: Yes </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I build using predefined packages lists? <para>A: e.g. to build using standard-x11 packages list: </para> <screen>$ sudo lh_config -p standard-x11 $ sudo lh_build</screen> <note>The packages lists can be found in /usr/share/live-helper/lists/ directory. </note> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I rebuild without downloading all the packages again? <para>A: All packages are cached in cache subdirectory. They remain until a clean purge: </para> <screen>$ sudo lh_clean --purge</screen> <para>You do not have to do anything to prevent packages from being re-downloaded. You need to remember to clean whichever stages you want to rebuild first. </para> <para>e.g. to rebuild from the cached bootstrap, chroot packages and build a new image. </para> <screen>$ sudo lh_clean $ sudo lh_build</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I boot USB debian-live on systems not supporting USB boot? <para>A: Make a boot CD with grub, configured to boot from a debian-live kernel copied on the cd structure.</para> <screen>$ mkdir -p iso/boot/grub $ cp /usr/lib/grub/i386-pc/stage2_eltorito iso/boot/grub $ cp chroot/boot/* iso/boot/</screen> <para>Create iso/boot/grub/menu.lst </para> <screen>default 0 timeout 5 color cyan/blue white/blue title Debian Live root (cd) kernel /boot/vmlinuz boot=live initrd /boot/initrd.img</screen> <para>Create the iso image </para> <screen>$ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \\ -boot-load-size 4 -boot-info-table -o grub.iso iso</screen> <para>Burn the image. </para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I boot debian-live on systems not supporting CDROM or USB boot?</para>\n"
+"      <para>A: If you have a floppy drive, you may be able to use it, otherwise you will need to use loadlin/grub4dos/win32-loader. If you have a second system to serve up the image over the network, <ulink url=\"DebianLive/Howto/Creating_a_Netboot_Image\"> See DebianLive/Howto/Creating_a_Netboot_Image. </ulink> FIXME LINK </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: The X configuration does not seems to work, the resolution is too low. What can I do? <para>A: Use xdebconfigurator </para> <screen>$ lh_config --bootappend xdebconf $ lh_config --packages xdebconfigurator</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Apache has problems with static files <para>A: Sendfile does not work well on the unionfs used by Debian Live. Add the following to apache's configuration: </para> <screen>EnableSendfile off</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I make hard disk partitions auto-mountable? <para><command>A: Short answer:</command> Right now the best is to use a script that will populate the fstab when the CD is booting. Such a script can be found <ulink url=\"https://devel.goto10.org/svn/puredyne/trunk/broth/stock/chroot_local-includes/sbin/diskmounter.sh\"> FIXME BROKEN LINK </ulink>. A proper solution based on HAL will be described here in a hopefully near future. </para> <para><command>A: Long Answer: </command> Since 55_nonpolkit-mount-policy.patch in HAL, debian-storage-policy-fixed-drives.fdi is not available anymore and the previous trick that consisted to remove this file to enable automounting of fixed drives as a consequence is obsolete.</para> <para>Eventually, it will be possible to combine HAL and PolicyKit to enable different permissions and actions to achieve advanced (auto)mounting for non-root users. Until then, because the live scripts are only touching to the fstab to add a s
 wap partition if discovered at boot time, the only way to have fixed drives mounted automatically is to use a script that will populate the fstab file at the end of the multiuser runlevel. </para> <para>To achieve this, you can do, for example, the following: <para>download the <ulink url=\"https://devel.goto10.org/svn/puredyne/trunk/broth/stock/chroot_local-includes/sbin/diskmounter.sh\"> diskmounter.sh script FIXME BROKEN LINK </ulink> </para> <para>Create the chroot_local-includes/sbin directory, and move the script inside</para> <para>Make sure the script is executable (chmod +x diskmounter.sh)</para> <para>create the chroot_local-includes/etc/rc.local file and call the diskmounter from there (see this <ulink url=\"https://devel.goto10.org/svn/puredyne/trunk/broth/stock/chroot_local-includes/etc/rc.local\"> rc.local FIXME BROKEN LINK </ulink> </para> </para> When called correctly, the script detects ext2, ext3, reiserfs, xfs, FAT32, HFS+ and NTFS partitions and mount the
 m read-write, except for NTFS. This will change soon and an option will be available to use ntfs-3g to mount NTFS as read-write. <para>comments, patches and other things about this script and issue: http://code.goto10.org/projects/puredyne/ticket/463</para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Boot fails with panic: can't open /scripts/live </para>\n"
+"      <para>A: Add latest live-initramfs deb package into config/chroot_local-packages directory and rebuild. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I configure the locale and the keyboard? </para>\n"
+"      <para>A: See <xref linkend=\"internalization\"/> 10n</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I get past boot prompt without a working keyboard? </para>\n"
+"      <para>A: See <xref linkend=\"bootup\"/> Customising the bootup process</para>\n"
+"      <note>Boot from an USB-HDD on an iMac with GRUB did not work. </note>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Can I serve the root image from a web or ftp server? <para>A: Since live-initramfs 1.99, it should be possible to use the fetch= argument on the kernel command line. You can build a netboot image as usual, and when you are done edit the tftpboot/pxelinux.cfg/default file. Remove the references to network boot (netboot, nfsroot, nfsopts), and replace with fetch= 〈url where you placed the root image&gt;. </para> <note>You have to include wget in the chroot. It could work for other boot methods as well. However, I am not sure the live scripts configure the network when booting from a CD or USB disk.</note> <screen>$ lh_config --packages wget</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Why doesn't quickreboot (or some other boot parameter) work? <para>A: If you are building an etch image (which was the default up to 2007/09/14) you have a very old version of casper which does not support quickreboot and possibly other boot parameters as well. You could configure your sources to use live-backports (see /usr/share/live-helper/examples/sources/live-backports) and switch to live-initramfs, or better yet, build a lenny image instead, which is the new default. </para> <screen>$ lh_config --distribution lenny $ lh_config --initramfs live-initramfs</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I fix \"Could not find kernel image\" issue with syslinux bootloader? <para>A: Add a binary local hook script to fix kernel and initrd path each time you build an image. </para> e.g. config/binary_local-hooks/01-fix_syslinux.sh <screen>#!/bin/sh SYSLINUXCFG=`find binary -type f -name syslinux.cfg` sed -i \"s|kernel /vmlinuz|kernel vmlinuz|g\" ${SYSLINUXCFG} sed -i \"s|initrd=/initrd|initrd=initrd|g\" ${SYSLINUXCFG}</screen> <screen>$ chmod +x config/binary_local-hooks/01-fix_syslinux.sh</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I use a newer kernel with lenny? <para>A: A build with backports.org kernels will fail as that repository lacks the necessary module packages (linux-modules-extra-2.6, aufs, etc.). Use the kernel backports <ulink url=\"http://unsupported.debian-maintainers.org/backports-kernel/\"> http://unsupported.debian-maintainers.org/backports-kernel/. </ulink> </para> The quick way to success: <screen>$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6' $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' &gt; config/chroot_sources/backports-kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg $ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot
 _sources/backports-kernel.binary.gpg $ lh_build</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I use a custom kernel? <para>〉 Is there a nice way of booting debian-live with a custom kernel (not in an apt repo)? </para> <para>A: Copy it into config/chroot_local-packages and set LH_LINUX_PACKAGES=\"none\" or use lh config --linux-packages \" \" </para> <para>Don't forget to compile your kernel with an union filesystem (unionfs or aufs), squashfs modules, and initrd support. </para> <para>〉 I can cause the kernel to be installed but it seems this happens later than grub/syslinux is configured so it's not listed and casper/ and the menu require munging. </para> <para>You need to follow the debian scheme, e.g. placing the files in /boot as vmlinuz-$version and initrd.img-$version etc. </para> <para>I personally wouldn't go that way which is too much of a hassle, and just use make-kpkg to produce custom kernel deb packages. They should integrate nicely if you just put them into config/chroot_local-packages and set LH_LINUX_PACKAGES=\"\". </para> 
 <para><emphasis>Hint:</emphasis> to work around an error, which lh_binary_syslinux will throw on custom kernels if there is not an 468/686 in the kernel-name, you need to set CONFIG_LOCALVERSION=\"-486\" or \"-686\" within the kernel configuration (-&gt; General setup -&gt; Local version set to -486 or -686) corresponding to LH_LINUX_FLAVOURS=\"\" or \"686\". this at least up till live-helper version 1.0~a40-1</para> see <para><ulink url=\"http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-July/001947.html\"> http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-July/001947.html</ulink></para> and <para><ulink url=\"http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-November/002581.html\">http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-November/002581.html</ulink></para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I create a cross arch live CD image? <para><command>A: In short:</command> You can't. Read on: </para> <para>The procedure to create a live CD is based on creating a chroot that contains the files that will be finally available on the live CD. The live CD building procedure includes chrooting into the chroot dir and so some operations. chrooting means that the terminal you chroot on will behave as a different system so your real system and the chroot environment is decoupled somehow.</para> <para>Once the live CD scripts chroots into the chroot dir they have some operations to do inside that environment and your real system won't be able to run them unless you are using the same architecture.</para> <para>So you only are able to make live CD for the arch you run on. But this doesn't prevent you run qemu or some other machine emulator that make this possible.</para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: When is a lh_clean necessary? <para>lh_clean is a script in /usr/bin/ </para> <para>A: That depends what you've changed between builds <para>If, for example, you've built an iso image and you want a usb image, you only need to run <command> lh_clean --binary </command> before you run lh_build again. </para> <para>If you've <command> changed anything in the chroot </command> , you'll need to cleanup both chroot and binary with <command> lh_clean </command>before continuing </para> </para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How can i set boot= parameters?</para>\n"
+"      <para>A: Set LH_BOOTAPPEND_LIVE in config/binary </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I include different modules to load when the live system boots? <para>A: Configure config/chroot_local-includes/etc/initramfs-tools/ </para> <para>The lh_chroot_hacks helper rebuilds the live/initrd1.img using the default initramfs.conf \"MODULES = most\". You may override that by supplying your own initramfs.conf, or else just add your own modules, e.g. </para> <screen>mkdir -p config/chroot_local-includes/etc/initramfs-tools/ echo \"atl2\" &gt;&gt; config/chroot_local-includes/etc/initramfs-tools/modules</screen> <note>Even though initramfs.conf(5) says \"most adds all the framebuffer, acpi, file system, ide, sata, scsi and usb drivers\", it actually includes network drivers as well. See auto_add_modules() in /usr/share/initramfs-tools/hook-functions for the complete list. </note> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Can I have a splash screen? <para>A: Yes you can </para> You will not know what is going on when the splash screen is active, it may fail to activate on some hardware or break X on other (both usplash and splashy use libdirectfb which does some evil voodoo and may break you graphics or input until you reboot). However, you can install and activate it just as you would on any other Debian system. <para>To use splashy: </para> <para> 1) install splashy and read the README, the manpages are useless for setting it up. Add some parameters to your kernel command line, such as in your pxelinux configuration or in LH_BOOTAPPEND_LIVE in config/binary in debian-live configuration: </para> <screen>vga=792 splash quiet</screen> <para><filename>vga </filename>to select video mode, <filename>splash </filename>to activate splashy, <filename>quiet</filename> to suppress most kernel messages that you cannot see anyway but would scroll past before splashy manages to paint the 
 graphics on your screen.</para> You might want to add splashy to the list of packages installed in your image: <screen>echo splashy &gt; config/chroot_local-packageslists/splashy echo splashy-themes &gt;&gt; config/chroot_local-packageslists/splashy</screen> <para>and select a theme:</para> <screen>echo '#!/bin/sh' &gt; config/chroot_local-hooks/splashy echo splashy_config -s debian-moreblue '||' true &gt;&gt; config/chroot_local-hooks/splashy # update the ramdisk to include the splash screen echo update-initramfs -u -k all &gt;&gt; config/chroot_local-hooks/splashy chmod 755 config/chroot_local-hooks/splashy </screen> <para> After you rebuild your live system you should observe a bluish splash screen while booting. Nothing happens while initramfs is running because there is no splashy support in initramfs-tools. Once the init starts the progress bar should start to fill.</para> <para>If <filename> vga=something</filename> sets a mode that your screen cannot show or your car
 d cannot do vesa 2.0 (and thus you get plain text mode and no splashy) read the splashy faq.</para> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Howto use my Broadcom eXtrem 2 network card (module bnx2) ? <para>A: Add the firmwares to the initrd image. </para> <para>You need to install the non-free package \"firmware-bnx2\". Uncompress your initrd image, then copy files : </para> <screen>cp /lib/firmware/bnx2x-e1-4.8.53.0.fw /lib/firmware/bnx2x-e1-5.0.21.0.fw /lib/firmware/bnx2x-e1h-4.8.53.0.fw /lib/firmware/bnx2x-e1h-5.0.21.0.fw ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/</screen> Recompress your initrd image and boot: it works ! </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: X is broken (the system boots, messages scroll by, and then the screen goes blank). What do I do? <para>On my system starting X completely disables graphics so that I do not see anything even after X bails out and I am back to the console. To prevent this you can change the driver Xorg uses.</para> <para>If you have a working splash screen or at least graphical console you can use </para> <filename>live xdriver=fbdev</filename> <para>when booting the live system (instead of just enter). </para> Another driver you might want to try is <filename> vesa. </filename> <para>If all fails you might try to set xdriver to some wrong value so that Xorg fails to start and you can examine the system while you still see something on the console. </para> <filename>live xdriver=none</filename> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How can I get Debian first stable versions?</para>\n"
+"      <para>I'm developing software and testing it on Live-CD. Thanks for the LiveCD project. To be sure my development is fully compatible with the \"etch\" version, I need the same scenario when Debian GNU/Linux 4.0 was published as stable (I believe 2007.04.08). If there was some bug on 2007.04.08 that was corrected one week later, I need to test software foreseeing that scenario without the bug solved.</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: I get \"fopen: Permission denied\"-warnings from apt on building/at the live-system</para>\n"
+"      <para>That's a harmless bug in apt. However, if you want to get off this warnings in the live-system, add a file in chroot_local-hooks with follow row: </para>\n"
+"      <screen> chown -R man.man /var/cache/man </screen>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Why I always fail during \"Retrieving Packages\" stage when running lh_build? I have already set apt-http-proxy and so on.</para>\n"
+"      <para>A: lh_build retrieves packages via wget, as a result you need to enable the proxy settings in /etc/wgetrc before running lh_build.</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: How do I edit Xorg.conf? <para>A: Xorg.conf is generated every time system boots, so it's useless to put modifed Xorg.conf in config/choort_local-includes/etc/X11, because it will be overwritten during boot. However, you can edit /usr/bin/dexconf, which generate xorg.conf during boot, so the result will be modified Xorg.conf. The modified dexconf has to be put in config/choort_local-includes/usr/bin. e.g.: you can configure Xorg.conf for two or more keyboards layouts with alt+shift toggle by editing dexconf and replacing the line:</para> <screen>Option \"XkbLayout\" \"$XKB_LAYOUT\"</screen> <para>with the lines: </para> <screen>Option \"XkbLayout\" \"us,il\" Option \"XkbOptions\" \"grp:alt_shift_toggle,grp_led:scroll\"</screen> <para>when \"us,il\" are the wanted keyboard layouts.</para> <para>You can force default screen resulotion (e.g. 1024*768) by adding the lines: .</para> <screen> SubSection \"Display\" Modes \"1024x768\" EndSubSection</screen> <para>be
 tween the lines:</para> <screen> Section \"Screen\" Identifier \"Default Screen\" Monitor \"Configured Monitor\" . . . . . . . SECTION printf \"EndSection\\n\" 〉 &amp;4</screen> </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para>Q: Where are the build parameters for the prebuilt images</para>\n"
+"      <para>A: See <ulink url=\"http://live.debian.net/README.images\">http://live.debian.net/README.images.</ulink></para>\n"
+"    </listitem>\n"
+"  </itemizedlist>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_howtos.ssi.pot b/manual/pot/other_howtos.ssi.pot
new file mode 100644
index 0000000..761a696
--- /dev/null
+++ b/manual/pot/other_howtos.ssi.pot
@@ -0,0 +1,80 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_howtos.ssi:58
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"howtos\">\n"
+"  <title>Howtos</title>\n"
+"  <sect1 id=\"iso\">\n"
+"    <title>ISO</title>\n"
+"    <para> Generating a Debian Live CD is very simple. You need to have <filename> live-helper </filename>(package available in Debian sid and lenny), and <filename> Debootstrap </filename>(or cdebootstrap) from etch or newer. </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Install live-helper</term>\n"
+"        <listitem> . <screen>apt-get install live-helper</screen> </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Configure the current working directory with lh_config</term>\n"
+"        <listitem>. <para><screen>lh_config -b iso -a $ARCH</screen></para> <para> where <filename>$ARCH</filename> is the intended architecture (i.e. - i386 or amd64). </para> <para><filename>-b</filename> flag is used to be sure to obtain image in ISO format. </para> </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Build the image with lh_build</term>\n"
+"        <listitem>Execute lh_build as root: <para><screen>lh_build</screen></para> <para> The command above will create the basic image, containing just the Debian standard system (with no X at all). </para> <para> If you want to have any of the <ulink url=\"http://wiki.debian.org/DesktopEnvironment\">Desktop_environments</ulink> on your livecd, <filename>ls /usr/share/live-helper/lists </filename> will show a number of available package Lists to choose from, e.g. <filename>lh_config -p gnome-desktop</filename> </para> <para> More examples are listed at DebianLive/Examples. FIXME LINK </para> <para> See <xref linkend=\"packages\"/> for help configuring a local Debian Mirror and other aspects of the live system. </para> </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>Test the image</term>\n"
+"        <listitem> If you have qemu installed, you can boot the image with: <para><screen>qemu -cdrom binary.iso</screen></para> <para> If you have also <ulink url=\"http://wiki.debian.org/QEMU\"> kqemu </ulink> installed, you can add <filename> -kernel-kqemu</filename> </para> </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"iso_multiarch\">\n"
+"    <title>ISO_(multiarch)</title>\n"
+"    <para> Multiple machine boot CDs can be created with the following manual procedure. This procedure has been successfully used to create a single CD which is bootable on alpha, i386, pmax, and sparc. It should be possible to also make the CD bootable on macppc, vax and on sun2, sun3 and sun3x. </para>\n"
+"    <para> To create a CD which is bootable by multiple architectures, use the following steps in this order. Please note that the order is critical. </para>\n"
+"    <para> Make sure you have all the required files including the various kernels and boot programs listed in the individual machine sections. </para>\n"
+"    <para> Include a directory somewhere in the cdsources directory called mdec.pmax and include the pmax bootxx_cd9660 file there. For example, <filename>/cdsources/usr/mdec.pmax/bootxx_cd9660.</filename> </para>\n"
+"    <para> Include a directory somewhere in the cdsources directory called mdec.vax and include the vax xxboot file there. For example, <filename>/cdsources/usr/mdec.vax/xxboot.</filename> </para>\n"
+"    <para> Include the macppc ofwboot.xcf bootloader in /cdsources. </para>\n"
+"    <para> Create an i386 bootable image. <screen>sh mkisofs -v -v -o output.iso -b i386/installation/floppy/boot-big.fs \\ -c boot.catalog -l -J -r -L /cdsources 2 &amp;1 | tee /tmp/mkisofs.log exit</screen> </para>\n"
+"    <para>\n"
+"      <note> The appearance of the -v flag twice is required. If you are making a bootable CD for an Open Firmware 3 macppc model, make sure to include -hfs -part in the parameters for mkisofs. </note>\n"
+"    </para>\n"
+"    <para> Run <filename>mksunbootcd </filename>on a NetBSD/sparc machine to install sparc and sun2/sun3 bootblocks. Alternatively, install the <filename>sysutils/mksunbootcd</filename> package on your favorite NetBSD machine. <screen>mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</screen> </para>\n"
+"    <para> Run the installboot(8) program targeted for NetBSD/pmax to install the pmax bootblocks. Note that in order to coexist with other NetBSD boot blocks, the pmax boot block is appended to the end of the ISO file system. </para>\n"
+"    <screen>installboot -m pmax -v -o append,sunsum output.iso /tmp/mdec.pmax/bootxx_cd9660</screen>\n"
+"    <para> The -o append,sunsum option appends the first stage boot block to the end of the ISO file system, and restores the checksum used when booting on a sun. </para>\n"
+"    <para> Run the installboot(8) program targeted for NetBSD/vax to install the vax bootblocks. Note that in order to coexist with other NetBSD boot blocks, the vax boot block is appended to the end of the ISO file system. </para>\n"
+"    <para> installboot -m vax -v -o append,sunsum output.iso /tmp/mdec.vax/xxboot </para>\n"
+"    <para> (See the pmax entry above for an explanation of the flags). </para>\n"
+"    <para> Run the installboot(8) program targeted for NetBSD/alpha to install the alpha bootblocks. </para>\n"
+"    <screen>installboot -m alpha -v -o append,sunsum output.iso /tmp/mdec.alpha/bootxx_cd9660</screen>\n"
+"    <para>\n"
+"      <note> The alpha installboot must occur after the others, because currently it's the only machine dependent back-end for installboot(8) that can calculate the alpha checksum. (See the pmax entry above for an explanation of the flags). </note>\n"
+"    </para>\n"
+"  </sect1>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_installation.ssi.pot b/manual/pot/other_installation.ssi.pot
new file mode 100644
index 0000000..c972d79
--- /dev/null
+++ b/manual/pot/other_installation.ssi.pot
@@ -0,0 +1,140 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_installation.ssi:118
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"installation\">\n"
+"  <title>Installation</title>\n"
+"  <section>\n"
+"    <title>Requirements</title>\n"
+"    <para>Building Debian Live images has very few system requirements:</para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para>Super user (root) access</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>An up-to-date version of <filename>live-helper</filename></para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>A POSIX-compliant shell, such as <command>bash</command> or <command>dash</command>.</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para><command>debootstrap</command> or <command>cdebootstrap</command></para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Linux 2.6.x</para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"    <para>Note that using Debian or a Debian-derived distribution is not required - <filename>live-helper</filename> will run on almost any operating system with the above requirements.</para>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>Installing <filename>live-helper</filename></title>\n"
+"    <para>You can install <filename>live-helper</filename> in a number of different ways:</para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para>From the Debian repository</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>From source</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>From snapshots</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>From backports.org</para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"    <para>If you are using <emphasis>lenny</emphasis> or <emphasis>sid</emphasis> the recommended way is to install <filename>live-helper</filename> via the Debian repository.</para>\n"
+"    <section>\n"
+"      <title>From the Debian repository</title>\n"
+"      <para>Simply install <filename>live-helper</filename> like any other package:</para>\n"
+"      <screen># apt-get install live-helper</screen>\n"
+"      <para>or</para>\n"
+"      <screen># aptitude install live-helper</screen>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>From source</title>\n"
+"      <para><filename>live-helper</filename> is developed using the Git version control system. On Debian systems, this is provided by the <command>git-core</command> package. To check out the latest code, execute:</para>\n"
+"      <screen>$ git clone git://live.debian.net/git/live-helper.git</screen>\n"
+"      <para>You can build and install your own Debian package by executing:</para>\n"
+"      <screen> $ cd live-helper $ dpkg-buildpackage -rfakeroot -b -uc -us $ cd .. # dpkg -i live-helper*.deb </screen>\n"
+"      <para>You can also use a local version of <filename>live-helper</filename> without installation:</para>\n"
+"      <screen># live-helper/helpers/lh_local</screen>\n"
+"      <para>Subsequent calls to <filename>lh_</filename>-prefixed helpers in that shell environment will then use the version located in the directory you executed <filename>lh_local</filename> from.</para>\n"
+"      <para>You can also install <filename>live-helper</filename> directly to your system by executing:</para>\n"
+"      <screen># make install</screen>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>From 'snapshots'</title>\n"
+"      <para>If you do not wish to build or install <filename>live-helper</filename> from source, you can use snapshots. These are built automatically from the latest version in Git and are available on <ulink url=\"http://live.debian.net/debian/\">http://live.debian.net/debian</ulink>.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>\n"
+"        <filename>live-initramfs</filename>\n"
+"      </title>\n"
+"      <para>\n"
+"        <emphasis>N.B. You do not need to install <filename>live-initramfs</filename> on your system to create customised Debian Live systems. However, doing so will do no harm.</emphasis>\n"
+"      </para>\n"
+"      <section>\n"
+"        <title>Using a customised <filename>live-initramfs</filename></title>\n"
+"        <para>To modify the code you can follow the process below. Please ensure you are familiar with the terms mentioned in <xref linkend=\"terms\"/>.</para>\n"
+"        <orderedlist>\n"
+"          <listitem>\n"
+"            <para>Checkout the <filename>live-initramfs</filename> source</para>\n"
+"            <screen>$ git clone git://live.debian.net/git/live-initramfs.git</screen>\n"
+"          </listitem>\n"
+"          <listitem>\n"
+"            <para>Make changes to your local copy</para>\n"
+"            <para>And beware that if you want to add your pre-init script in live-bottom, you should name it without dashes '-', e.g: call it \"81new_feature\" and not \"81new-feature\".</para>\n"
+"          </listitem>\n"
+"          <listitem>\n"
+"            <para>Build a <filename>live-initramfs</filename> <command>.deb</command></para>\n"
+"            <para>You must build either on your target distribution or in a chroot containing your target platform: this means if your target is lenny then you should build against lenny. You can use a personal builder such as <command>pbuilder</command> to automate building packages in chroot. To build directly on the target platform, use <command>dpkg-buildpackage</command> (provided by the <command>dpkg-dev</command> package):</para>\n"
+"            <screen> $ cd live-initramfs $ dpkg-buildpackage -rfakeroot -b -uc -us </screen>\n"
+"          </listitem>\n"
+"          <listitem>\n"
+"            <para>Use the generated <filename>live-initramfs</filename> <command>.deb</command></para>\n"
+"            <para>As <filename>live-initramfs</filename> is installed by the build system, installing the package in the host system is not sufficient: you should treat the generated <command>.deb</command> like another custom package. Please see <xref linkend=\"custom-packages\"/> for more information. You should pay particular attention to <xref linkend=\"custom-packages-apt\"/>.</para>\n"
+"          </listitem>\n"
+"        </orderedlist>\n"
+"      </section>\n"
+"      <section>\n"
+"        <title>Using <filename>live-initramfs</filename> snapshots</title>\n"
+"        <para>You can let <filename>live-helper</filename> automatically use the latest snapshot of <filename>live-initramfs</filename> by configuring a third-party repository in your live-system configuration. Assuming you have already created a configuration tree with <command>lh config</command>:</para>\n"
+"        <orderedlist>\n"
+"          <listitem>\n"
+"            <para>Create a sources.list entry for the chroot stage:</para>\n"
+"            <screen>echo \"deb http://live.debian.net/ sid-snapshots main contrib non-free\" &gt; config/chroot_sources/debian-live_sid-snapshots.chroot</screen>\n"
+"          </listitem>\n"
+"          <listitem>\n"
+"            <para>Create a sources.list entry for the binary stage:</para>\n"
+"            <screen>cp config/chroot_sources/debian-live_sid-snapshots.chroot config/chroot_sources/debian-live_sid-snapshots.binary</screen>\n"
+"          </listitem>\n"
+"          <listitem>\n"
+"            <para>Fetch the archive signing key:</para>\n"
+"            <screen> wget http://live.debian.net/debian/project/openpgp/archive-key.asc -O config/chroot_sources/debian-live_sid-snapshots.chroot.gpg cp config/chroot_sources/debian-live_sid-snapshots.chroot.gpg config/chroot_sources/debian-live_sid-snapshots.binary.gpg </screen>\n"
+"          </listitem>\n"
+"        </orderedlist>\n"
+"      </section>\n"
+"    </section>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_live-environment.ssi.pot b/manual/pot/other_live-environment.ssi.pot
new file mode 100644
index 0000000..82d4c90
--- /dev/null
+++ b/manual/pot/other_live-environment.ssi.pot
@@ -0,0 +1,86 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_live-environment.ssi:64
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"live-environment\">\n"
+"  <title>The Live environment</title>\n"
+"  <section>\n"
+"    <title>Swap space</title>\n"
+"    <para>FIXME</para>\n"
+"  </section>\n"
+"  <section id=\"hostname\">\n"
+"    <title>Hostname</title>\n"
+"    <para>The name of host running live system can be set with the <command>hostname</command> parameter into the <command>--bootappend-live</command> option of <filename>lh_config</filename>, e.g.: <screen>lh_config --bootappend-live \"hostname=myhost\"</screen> This parameter can also be used in kernel command line.</para>\n"
+"  </section>\n"
+"  <section id=\"live-user\">\n"
+"    <title>The Live user</title>\n"
+"    <para>Username FIXME.</para>\n"
+"    <para>One important consideration is that the live user is created by <filename>live-initramfs</filename> during bootup, it is not created by <filename>live-helper</filename> when building the image.</para>\n"
+"    <para>You can specify additional groups that the live user will belong to by preseeding the <command>passwd/user-default-groups</command> debconf value. For example, to add the live user to the <command>fuse</command> group, add the following to a file in the <filename class=\"directory\">config/chroot_local-preseed</filename> directory:</para>\n"
+"    <screen> debconf passwd/user-default-groups string audio cdrom dialout floppy video plugdev netdev powerdev fuse </screen>\n"
+"    <para>For more information about debconf preseeding, please see <xref linkend=\"debconf-preseed\"/>.</para>\n"
+"  </section>\n"
+"  <section id=\"language\">\n"
+"    <title>Language</title>\n"
+"    <para>When the live system boots, language is involved in three steps: <itemizedlist><listitem><simpara>the locale generation</simpara></listitem><listitem><simpara>setting the keyboard layout for the console</simpara></listitem><listitem><simpara>setting the keyboard layout for X</simpara></listitem></itemizedlist></para>\n"
+"    <para>To define the locale that should be generated, use the <command>locale</command> parameter into the <command>--bootappend-live</command> option of <filename>lh_config</filename>, e.g.: <screen>lh_config --bootappend-live \"locale=sv_SE.utf8\"</screen> This parameter can also be used in kernel command line. You can specify a locale by a two-letters code, or for better control, by a full <userinput><parameter>language</parameter>_<parameter>country</parameter>.<parameter>encoding</parameter></userinput> word.</para>\n"
+"    <para>Both the console and X keyboard configuration depends on the <command>keyb</command> parameter of the <command>--bootappend-live</command> option. Valid options for X keyboard layouts can be found in <filename>/etc/X11/xkb/base.xml</filename> (rather limited to two-letters country codes). To find the value (the two characters) corresponding to a language try searching for the english name of the nation where the language is spoken, e.g: <screen>$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name &lt;name&gt;se&lt;/name&gt; </screen> To get the locale files for swedish generated and a swedish keyboard layout in X use: <screen>lh_config --bootappend-live \"locale=sv_SE.utf8 keyb=se\"</screen> </para>\n"
+"    <para> A list of the valid values of the keyboards for the console can be figured with the following command: <screen>for i in `find /usr/share/keymaps/ -iname \"*kmap.gz\"`; do basename $i | head -c -9; echo; done | sort | less </screen> To make the console keyboard use a swedish layout use <screen>lh_config --bootappend-live \"locale=sv_SE.utf8 keyb=se-latin1\"</screen> </para>\n"
+"    <para>Alternatively, you can use the <literal>console-setup</literal> package, a tool to let you configure console layout using X (XKB) definitions; you can then setup your keyboard layout more precisely with <literal>klayout</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 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>\n"
+"  </section>\n"
+"  <section id=\"persistence\">\n"
+"    <title>Persistence</title>\n"
+"    <para>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 host hardware which runs it.</para>\n"
+"    <para>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 should be considered read-only and all the runtime evolutions of the system are lost at shutdown.</para>\n"
+"    <para>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 understand how it could work it could be handy to know that even if the system is booted and run from read-only media, modification to the files and directories are written on writable media, typically a ram disk (tmpfs) and ram disks' data do not survive reboots.</para>\n"
+"    <para>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 multisession (re)writable CD/DVD. All these media are supported in Debian Live in different ways, and all but the last one require a special boot parameter to be specified at boot time: <command>persistent</command>.</para>\n"
+"    <section>\n"
+"      <title>Full persistence</title>\n"
+"      <para>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 writable partition is used. In order to use this feature a partition with a clean writable supported filesystem on it labeled \"live-rw\" must be attached on the system at bootime and the system must be started with the boot parameter 'persistent'. This partition could be an ext2 partition on the hard disk or on a usb key created with, e.g.:</para>\n"
+"      <screen> # mkfs.ext2 -L live-rw /dev/sdb1 </screen>\n"
+"      <para>If you already have a partition on your device, you could just change the label with one of the following:</para>\n"
+"      <screen> # tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/sdb1 live-rw # for a fat filesystem </screen>\n"
+"      <para>But since live system users cannot always use a hard drive partition, and considering that most USB keys have poor write speeds, 'full' persistence could be also used with just image files, so you could create a file representing a partition and put this image file even on a NTFS partition of a foreign OS, with something like:</para>\n"
+"      <screen> $ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /sbin/mkfs.ext2 -F live-rw </screen>\n"
+"      <para>Then copy the <command>live-rw</command> file to a writable partition and reboot with the boot parameter 'persistent'.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Home automounting</title>\n"
+"      <para>If during the boot a partition (filesystem) image file or a partition labeled <command>home-rw</command> is discovered, this filesystem will be directly mounted as <command>/home</command>, thus permitting persistence of files that belong to e.g. the default user. It can be combined with full persistence.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Snapshots</title>\n"
+"      <para>Snapshots are collections of files and directories which are not mounted while running but which are copied from a persistent device to the system (tmpfs) at boot and which are resynced at reboot/shutdown of the system. The content of a snapshot could reside on a partition or an image file (like the above mentioned types) labeled <command>live-sn</command>, but it defaults to a simple cpio archive named <command>live-sn.cpio.gz</command>. As above, at boot time, the block devices connected to the system are traversed to see if a partition or a file named like that could be found. A power interruption during runtime could lead to data loss, hence a tool invoked <command>live-snapshot --refresh</command> could be called to sync important changes. This type of persistence, since it does not write continuously to the persistent media, is the most flash-based device friendly and the fastest of all the persistence systems.</para>\n"
+"      <para> 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 /home.</para>\n"
+"      <para>Snapshots cannot currently handle file deletion but full persistence and home automounting can.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Persistent SubText</title>\n"
+"      <para>If a user would need multiple persistent storage of the same type for different locations or testing, such as <command>live-rw-nonwork</command> and <command>live-rw-work</command>, the boot parameter <command>persistent-subtext</command> used in conjuntion with the boot parameter <command>persistent</command> will allow for multiple but unique persistent media. An example would be if a user wanted to use a persistent partition labeled <command>live-sn-subText</command> they would use the boot parameters of: <command>persistent</command> <command>persistent-subtext=subText</command>.</para>\n"
+"    </section>\n"
+"    <section>\n"
+"      <title>Partial remastering</title>\n"
+"      <para>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 or adding a session to multisession cd/dvd(rw); live-initramfs mounts all /live filesystem in order or with the module bootparameter.</para>\n"
+"    </section>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_overview.ssi.pot b/manual/pot/other_overview.ssi.pot
new file mode 100644
index 0000000..d50fb5a
--- /dev/null
+++ b/manual/pot/other_overview.ssi.pot
@@ -0,0 +1,112 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_overview.ssi:90
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"overview\">\n"
+"  <title>Overview of tools</title>\n"
+"  <para> This chapter contains an overview of the two main tools used in building Debian Live systems. </para>\n"
+"  <section id=\"live-helper\">\n"
+"    <title>\n"
+"      <filename>live-helper</filename>\n"
+"    </title>\n"
+"    <para><filename>live-helper</filename> is a collection of scripts to build Debian Live systems. These scripts are also referred to as \"helpers\". </para>\n"
+"    <para> The idea behind <filename>live-helper</filename> is to be a framework that uses a configuration directory to completely automate and customize all aspects of building a Live image. </para>\n"
+"    <para> Many concepts are similar to those in the <command>debhelper</command> Debian package tools written by Joey Hess: </para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para> The scripts have a central location for configuring their operation. </para>\n"
+"        <para> In <command>debhelper</command>, this is the <filename class=\"directory\">debian</filename> subdirectory of a package tree. For example, <command>dh_install</command> will look for a file called <filename>debian/&lt;packagename&gt;.install</filename> to determine which files should exist in a particular binary package. In much the same way, <filename>live-helper</filename> stores its configuration entirely under a <filename class=\"directory\">config/</filename> subdirectory. </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para> The scripts are independent - that is to say, it is always safe to run each command. </para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"    <para> Unlike <command>debhelper</command>, <filename>live-helper</filename> contains a tool to generate a skeleton configuration directory, <filename>lh config</filename>. This could be considered to be similar to tools such as <command>dh-make</command>. For more information about <filename>lh config</filename>, please see <xref linkend=\"lh-config\"/>. </para>\n"
+"    <para> Besides the common <filename>config/common</filename>, which is used by all <filename>live-helper</filename> helper commands, some additional files can be used to configure the behavior of specific helper commands. These files are typically named <command>config/helper</command> or <command>config/stage</command> (where \"stage\", of course, is replaced with the name of the stage that they belong to, and \"helper\" with the name of the helper). </para>\n"
+"    <para> For example, the <command>lh bootstrap debootstrap</command> helper command uses files named <filename>config/bootstrap</filename> and <filename>config/bootstrap_debootstrap</filename> to read the options it will use. Generally, these files contain variables with values assigned, one variable per line. Some programs in <filename>live-helper</filename> use pairs of values or slightly more complicated variable assignments. </para>\n"
+"    <para><filename>live-helper</filename> respects environment variables which are present in the context of the shell it is running. If variables can be read from config files, then they override environment variables, and if command line options are used, they override values from config files. If no value for a given variable can be found (and is thus unset), <filename>live-helper</filename> will automatically set it to a default value. </para>\n"
+"    <para> All config files are shell scripts which are sourced by a <filename>live-helper</filename> program. That means they have to follow the normal shell syntax. You can also put comments in these files; lines beginning with \"#\" are ignored. </para>\n"
+"    <para> In some rare cases you may want to have different versions of these files for different architectures or distributions. If files named <command>config/stage.arch</command> or <command>config/stage_helper.arch</command>, and <command>config/stage.dist</command> or <command>config/stage_helper.dist</command> exist (where \"arch\" is the same as the output of <command>dpkg --print-architecture</command> and \"dist\" is the same as the codename of the target distribution), then they will be used in preference to the other, more general files. </para>\n"
+"    <para> Please see <xref linkend=\"installation\"/> for information on how to install <filename>live-helper</filename>. </para>\n"
+"    <para> The remainder of this section discusses the three most important helpers: </para>\n"
+"    <variablelist>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>lh config</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> Responsible for initialising a Live system configuration directory. See <xref linkend=\"lh-config\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>lh build</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> Responsible for starting a Live system build. See <xref linkend=\"lh-build\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"      <varlistentry>\n"
+"        <term>\n"
+"          <filename>lh clean</filename>\n"
+"        </term>\n"
+"        <listitem>\n"
+"          <para> Responsible for removing parts of a Live system build. See <xref linkend=\"lh-clean\"/> for more information. </para>\n"
+"        </listitem>\n"
+"      </varlistentry>\n"
+"    </variablelist>\n"
+"    <section id=\"lh-config\">\n"
+"      <title>The <filename>lh config</filename> helper</title>\n"
+"      <para> As discussed in <xref linkend=\"live-helper\"/>, the scripts that make up <filename>live-helper</filename> source their configuration from a single directory named <command>config/</command>. As constructing this directory by hand would be time-consuming and error-prone, the <filename>lh config</filename> helper can be used to create skeleton configuration folders. </para>\n"
+"      <para> Issuing <filename>lh config</filename> without any arguments creates a <command>config</command> subdirectory which it populates with some default settings: </para>\n"
+"      <para>\n"
+"        <screen>$ lh config $ ls -l total 4.1k drwxr-xr-x 19 user group 4.1k 2008-05-09 21:37 config $ ls -l config/ total 104 -rw-r--r-- 1 user group 4175 2010-04-11 12:16 binary drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_debian-installer drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_debian-installer-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_grub drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-debs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-udebs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_rootfs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_syslinux -rw-r--r-- 1 user group 2205 2010-04-11 12:16 bootstrap -rw-r--r-- 1 user group 1599 2010-04-11 12:16 chroot drwxr-xr-x 2 user group 4096 2010-0
 4-11 12:16 chroot_apt drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-packages drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-patches drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-preseed drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_sources -rw-r--r-- 1 user group 2938 2010-04-11 12:16 common drwxr-xr-x 2 user group 4096 2010-04-11 12:16 includes -rw-r--r-- 1 user group 206 2010-04-11 12:16 source drwxr-xr-x 2 user group 4096 2010-04-11 12:16 templates </screen>\n"
+"      </para>\n"
+"      <para> Using <filename>lh config</filename> without any arguments would be suitable for users who are either happy editing the generated files, or are simply happy with the defaults it creates. </para>\n"
+"      <para> You can ask <filename>lh config</filename> to generate a <filename class=\"directory\">config/</filename> directory \"preseeded\" with various options. This might be suitable if you do not require the default settings but do not need to change a large number of options. For example: </para>\n"
+"      <para>\n"
+"        <screen>$ lh config -p gnome</screen>\n"
+"      </para>\n"
+"      <para> will build a <filename class=\"directory\">config/</filename> directory configured to include the '<command>gnome</command>' package list. It is possible to specify many options: </para>\n"
+"      <para>\n"
+"        <screen>$ lh config --apt aptitude --binary-images net --hostname live-machine --username live-user ...</screen>\n"
+"      </para>\n"
+"      <para> A full list of options is available in the <command>lh_config</command> man page. Most options have a parallel with an \"<command>LH_</command>\" prefixed variable. </para>\n"
+"    </section>\n"
+"    <section id=\"lh-build\">\n"
+"      <title>The <filename>lh build</filename> helper</title>\n"
+"      <para> The <filename>lh build</filename> helper reads in your configuration from the <filename class=\"directory\">config/</filename> directory. It then runs the lower lower level commands needed to build your Live system. </para>\n"
+"    </section>\n"
+"    <section id=\"lh-clean\">\n"
+"      <title>The <filename>lh clean</filename> helper</title>\n"
+"      <para> It is the job of the <filename>lh clean</filename> helper to remove various parts of a Live helper build so subsequent builds can start from a clean state. </para>\n"
+"    </section>\n"
+"  </section>\n"
+"  <section id=\"live-initramfs\">\n"
+"    <title>The <filename>live-initramfs</filename> package</title>\n"
+"    <para><filename>live-initramfs</filename> is a collection of scripts providing hooks for the <command>initramfs-tools</command>, used to generate an initramfs capable of booting live systems, such as those created by <command>live-helper</command>. This includes the Debian Live isos, netboot tarballs, and usb stick images. </para>\n"
+"    <para> At boot time it will look for read-only media containing a \"/live\" directory where a root filesystem (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environment, using aufs or unionfs, for Debian like systems to boot from. </para>\n"
+"    <para><filename>live-initramfs</filename> is a fork of <ulink url=\"http://packages.ubuntu.com/casper\">casper</ulink>. </para>\n"
+"    <para> More information on initial ramfs in Debian can be found in the <ulink url=\"http://kernel-handbook.alioth.debian.org/\"> Debian Linux Kernel Handbook</ulink>'s chapter on <ulink url=\"http://kernel-handbook.alioth.debian.org/ch-initramfs.html\"> initramfs</ulink>. </para>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_procedures.ssi.pot b/manual/pot/other_procedures.ssi.pot
new file mode 100644
index 0000000..2f42ec6
--- /dev/null
+++ b/manual/pot/other_procedures.ssi.pot
@@ -0,0 +1,62 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_procedures.ssi:40
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"procedures\">\n"
+"  <title>Procedures</title>\n"
+"  <para>This chapter documents the procedures within the Debian Live project for various tasks that need cooperation with other teams in Debian.</para>\n"
+"  <sect1 id=\"udeb-uploads\">\n"
+"    <title>Udeb Uploads</title>\n"
+"    <para>Before commiting releases of a udeb in d-i svn, one has to call:</para>\n"
+"    <screen>\n"
+"      <command>../../scripts/l10n/output-l10n-changes . -d</command>\n"
+"    </screen>\n"
+"  </sect1>\n"
+"  <sect1 id=\"major-releases\">\n"
+"    <title>Major Releases</title>\n"
+"    <para>Releasing a new stable major version of Debian includes a lot of different teams working together to make it happen. At some point, the Live team comes in and builds live system images. The requirements to do this are:</para>\n"
+"    <itemizedlist>\n"
+"      <listitem>The local debian mirror (debian, debian-security, debian-volatile) of the debian-live buildd needs to be synced against a mirror that contains the released version.</listitem>\n"
+"      <listitem>The names of the image need to be known (e.g. debian-live-VERSION-ARCH-FLAVOUR.iso).</listitem>\n"
+"      <listitem>The data from debian-cd needs to be synced (udeb exclude lists).</listitem>\n"
+"      <listitem>The includes from debian-cd needs to be synced (README.*, doc/*, etc.).</listitem>\n"
+"      <listitem>Images are built and mirrored on cdimage.debian.org.</listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"point-releases\">\n"
+"    <title>Point Releases</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>Again, we need updated mirror of both debian and debian-security.</listitem>\n"
+"      <listitem>Before actual images can be built, the sizes of the gnome-desktop and kde-desktop CD images need to be checked that they are not too big.</listitem>\n"
+"      <listitem>Images are built and mirrored on cdimage.debian.org.</listitem>\n"
+"      <listitem>Send announcement mail.</listitem>\n"
+"    </itemizedlist>\n"
+"    <sect2 id=\"point-release-announce-template\">\n"
+"      <title>Point release announcement template</title>\n"
+"      <para>An annoucement mail for point releases can be generated using the template below and the following command:</para>\n"
+"      <screen> $ sed \\ -e 's|%major%|5.0|g' \\ -e 's|%minor%|5.0.2|g' \\ -e 's|%codename%|lenny|g' \\ -e 's|%release_mail%|2009/msg00007.html|g' </screen>\n"
+"      <para>Please check the mail carefully before sending and pass it to others for proof-reading.</para>\n"
+"      <screen> Debian Live images for Debian GNU/Linux %major% updated The Debian Live project is pleased to announce the availability of updated Live images for its stable distribution Debian GNU/Linux %major% (codename \"%codename%\"). The images are available for download at: &lt;http://cdimage.debian.org/cdimage/release/current-live/&gt; This update incorporates the changes made in the %minor% point release, which adds corrections for security problems to the stable release along with a few adjustments for serious problems. A full list of the changes may be viewed at: &lt;http://lists.debian.org/debian-announce/%release_mail%&gt; It also includes the following Live-specific changes: COPYING debian html Makefile manual VERSION xml xsl [INSERT LIVE-SPECIFIC CHANGE HERE] COPYING debian html Makefile manual VERSION xml xsl [INSERT LIVE-SPECIFIC CHANGE HERE] COPYING debian html Makefile manual VERSION xml xsl [LARGER ISSUES MAY DESERVE THEIR OWN SECTION] URLs ---- Download l
 ocation of updated images: &lt;http://cdimage.debian.org/cdimage/release/current-live/&gt; Debian Live project homepage: &lt;http://live.debian.net/&gt; The current stable distribution: &lt;http://ftp.debian.org/debian/dists/stable&gt; stable distribution information (release notes, errata etc.): &lt;http://www.debian.org/releases/stable/&gt; Security announcements and information: &lt;http://www.debian.org/security/&gt; About Debian ------------- The Debian Project is an association of Free Software developers who volunteer their time and effort in order to produce the completely free operating system Debian GNU/Linux. About Debian Live ----------------- Debian Live is an official sub-project of Debian which produces Debian systems that do not require a classical installer. Images are available for CD/DVD discs, USB sticks and PXE netbooting as well as a bare filesystem images for booting directly from the internet. Contact Information ------------------- For further inform
 ation, please visit the Debian Live web pages at &lt;http://live.debian.net/&gt; or alternatively send mail to &lt;debian-live at lists.debian.org&gt;. </screen>\n"
+"    </sect2>\n"
+"  </sect1>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_reporting-bugs.ssi.pot b/manual/pot/other_reporting-bugs.ssi.pot
new file mode 100644
index 0000000..4551209
--- /dev/null
+++ b/manual/pot/other_reporting-bugs.ssi.pot
@@ -0,0 +1,137 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_reporting-bugs.ssi:115
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"bugs\">\n"
+"  <title>Reporting bugs</title>\n"
+"  <para>Debian Live is far from being perfect, but we want to make it as close as possible to perfect - with your help. Do not hesitate to report a bug: it is better to fill a report twice than never. However, this chapter includes recommendations how to file good bug reports.</para>\n"
+"  <para>For the impatient:</para>\n"
+"  <itemizedlist>\n"
+"    <listitem>\n"
+"      <para> Always check first the image status updates on <ulink url=\"http://live.debian.net/\">our homepage</ulink> for known issues. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para> Always try to reproduce the bug with the <emphasis>most recent version of <filename>live-helper</filename> and <filename>live-initramfs</filename></emphasis> before submitting a bug report. </para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para> Try to give <emphasis>as specific information as possible</emphasis> about the bug. This includes (at least) the version of <filename>live-helper</filename> and <filename>live-initramfs</filename> used and the distribution of the live system you are building. </para>\n"
+"    </listitem>\n"
+"  </itemizedlist>\n"
+"  <section id=\"known-issues\">\n"
+"    <title>Known issues</title>\n"
+"    <para>Due to the nature of Debian testing and Debian unstable branches being a moving target, building a live system may not always be possible.</para>\n"
+"    <para>If this is a problem, do not build a system based on testing or unstable, but go with stable. live-helper does always default to the current stable release.</para>\n"
+"    <para>Currently known issues are listed under the section 'status' on <ulink url=\"http://live.debian.net/\">our homepage</ulink>.</para>\n"
+"    <para>It is out of the scope of this manual to train you in correctly identifying and fixing problems in packages of the development branches, however, there are two things you can always try: When not succeeding to build testing, try if unstable works. If unstable does not work either, revert to testing and pinning the newer version of the failing package from unstable.</para>\n"
+"  </section>\n"
+"  <section id=\"rebuild-from-scratch\">\n"
+"    <title>Rebuild from scratch</title>\n"
+"    <para>To ensure that a particular bug is not caused by an unclean built system, please always rebuild the whole live system from scratch to see if the bug is reproducible.</para>\n"
+"  </section>\n"
+"  <section id=\"up-to-date\">\n"
+"    <title>Use up-to-date packages</title>\n"
+"    <para>This means</para>\n"
+"    <para>Using outdated packages can cause significant problems when trying to reproduce (and ultimately fix) your problem. If a relevant package is not available in Debian anymore, please recognize that the resources of the Debian kernel team are limited and will be unlikely to be able to fix the problem.</para>\n"
+"  </section>\n"
+"  <section id=\"collect-information\">\n"
+"    <title>Collect information</title>\n"
+"    <para>Please provide enough information with your report. At a minimum, it should contain the exact version of <filename>live-helper</filename> version where the bug is encountered, and steps to reproduce it. Please use common sense and include other relevant information if you think that it might help in solving the problem.</para>\n"
+"    <para>To make the most out of your bug report, we require at least the following information:</para>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>Architecture of the host system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Version of <filename>live-helper</filename> on the host system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Version of <filename>live-initramfs</filename> on the live system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Version of <filename>debootstrap</filename> and/or <filename>cdebootstrap</filename> on the host system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Architecture of the live system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Distribution of the live system</para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Version of the kernel on the live system</para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"    <para> You can generate a log of the build process by using the <filename>tee</filename> command: </para>\n"
+"    <screen> # lh_build 2&gt;&amp;1 | tee buildlog.txt </screen>\n"
+"    <para>Additionally, to rule out other errors, it is always a good idea to tar up your config directory and upload it somewhere (do *not* send it as an attachment to the mailinglist), so that we can try to reproduce the errors you encountered.</para>\n"
+"    <para>Remember to send in any logs that were produced with English locale settings, e.g. run your live-helper commands with a leading <code>LC_ALL=C</code> or <code>LC_ALL=en_US</code>.</para>\n"
+"  </section>\n"
+"  <section id=\"correct-package\">\n"
+"    <title>Use the correct package to report the bug against</title>\n"
+"    <para>Where does the bug appear?</para>\n"
+"    <para>\n"
+"      <variablelist>\n"
+"        <varlistentry>\n"
+"          <term>At build time whilst bootstrapping</term>\n"
+"          <listitem>\n"
+"            <para>\n"
+"              <para><filename>live-helper</filename> first bootstraps a basic Debian system with <command>debootstrap</command> or <command>cdebootstrap</command>. Depending on the bootstrapping tool used and the Debian distribution it is bootstrapping, it may fail. If a bug appears here, check if the error is related to a specific Debian package (most likely), or if it is related to cdebootstrap itself.</para>\n"
+"              <para>In both cases, this is not a bug in Debian Live, but rather in Debian itself which we can not fix this directly. Please report such a bug against <command>debootstrap</command>, <command>cdebootstrap</command> or the failing package.</para>\n"
+"            </para>\n"
+"          </listitem>\n"
+"        </varlistentry>\n"
+"        <varlistentry>\n"
+"          <term>At build time whilst installing packages</term>\n"
+"          <listitem>\n"
+"            <para><filename>live-helper</filename> installs additional packages from the Debian archive and depending on the Debian distribution used and the daily archive state, it can fail. If a bug appears here, check if the error is also reproducible on a normal system.</para>\n"
+"            <para>If this is the case, this is not a bug in Debian Live, but rather in Debian - please report it against the failing package. Running <filename>debootstrap</filename> seperately from the Live system build or running <filename>lh_bootstrap</filename> with <command>--debug</command> will give you more information.</para>\n"
+"            <para>Also, if you are using a local mirror and/or any of sort of proxy and you are experiencing a problem, please always reproduce it first by bootstrapping from an official mirror.</para>\n"
+"          </listitem>\n"
+"        </varlistentry>\n"
+"        <varlistentry>\n"
+"          <term>At boot-time</term>\n"
+"          <listitem>\n"
+"            <para> If your image does not boot, please report it to the mailing list together with the information requested in <xref linkend=\"collect-information\"/>. Do not forget to mention, how/when the image failed, in Qemu, VMWare or real hardware. If you are using a virtualization technology of any kind, please always run it on real hardware before reporting a bug. Providing a screenshot of the failure is also very helpful. </para>\n"
+"          </listitem>\n"
+"        </varlistentry>\n"
+"        <varlistentry>\n"
+"          <term>At run-time</term>\n"
+"          <listitem>\n"
+"            <para>If a package was successfully installed, but fails while actually running the Live system, this is probably a bug in Debian Live. However, </para>\n"
+"          </listitem>\n"
+"        </varlistentry>\n"
+"      </variablelist>\n"
+"    </para>\n"
+"  </section>\n"
+"  <section id=\"research\">\n"
+"    <title>Do the research</title>\n"
+"    <para>Before filing the bug, please search the web for the particular error message or symptom you are getting. As it is highly unlikely that you are the only person experiencing a particular problem, there is always a chance that it has been discussed elsewhere, and a possible solution, patch, or workaround has been proposed.</para>\n"
+"    <para>You should pay particular attention to the Debian Live mailing list, as well as the homepage, as these are likely to contain the most up-to-date information. If such information exists, always include the references to it in your bug report.</para>\n"
+"    <para>In addition, you should check the <ulink url=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-helper\">current bug list for <filename>live-helper</filename></ulink> and the <ulink url=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-initramfs\">current bug list for live-initramfs</ulink> to see whether something similar has been reported already.</para>\n"
+"  </section>\n"
+"  <section id=\"where\">\n"
+"    <title>Where to report bugs</title>\n"
+"    <para>The Debian Live project keeps track of all bugs in the Debian Bug Tracking System (BTS). For information on how to use the system, please see <ulink url=\"http://bugs.debian.org\">http://bugs.debian.org</ulink>. You can also submit the bugs by using the <command>reportbug</command> command from the package with the same name.</para>\n"
+"    <para>In general, you should report build time errors against the <ulink url=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-helper\">live-helper</ulink> package and run time errors against <ulink url=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-initramfs\">live-initramfs</ulink>. If you are unsure of which package is appropriate or need more help before submitting a bug report, please send a message to the mailing list and we will help you to figure it out.</para>\n"
+"    <para>Please note that bugs found in distributions derived from Debian (such as Ubuntu, Knoppix, Xandros, etc.) should <emphasis>not</emphasis> be reported to the Debian BTS unless they can be also reproduced on a Debian system using official Debian packages.</para>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_resources.ssi.pot b/manual/pot/other_resources.ssi.pot
new file mode 100644
index 0000000..2594d75
--- /dev/null
+++ b/manual/pot/other_resources.ssi.pot
@@ -0,0 +1,83 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_resources.ssi:61
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"resources\">\n"
+"  <title>Resources and links</title>\n"
+"  <section>\n"
+"    <title>Links</title>\n"
+"    <para>FIXME</para>\n"
+"    <orderedlist>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://www.debian.org/\">Debian homepage</ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"    </orderedlist>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>English sources related to debian live</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://en.wikipedia.org/wiki/Debian_Live\">Debian_Live definition on Wikipedia </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://layer-acht.org/slides/20070115_debian-live_LCA2007.odp\"> Presentation on Debian-Live </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>German sources related to debian live</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://wiki.skolelinux.de/DebianLive\"> German translation (work in progress) </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://www.linux-magazin.de/online_artikel/workshop_debian_live_system_mit_etch\"> Article in linux-magazin.de </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://wiki.freenetproject.org/deDebianLiveCD\"> Another german documentation </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </section>\n"
+"  <section>\n"
+"    <title>Spanish sources related to debian live</title>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>\n"
+"          <ulink url=\"http://el-directorio.org/DebianLive\"> Spanish documentation project </ulink>\n"
+"        </para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </section>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_success-stories.ssi.pot b/manual/pot/other_success-stories.ssi.pot
new file mode 100644
index 0000000..6b8ec8d
--- /dev/null
+++ b/manual/pot/other_success-stories.ssi.pot
@@ -0,0 +1,29 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_success-stories.ssi:7
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"success-stories\">\n"
+"  <title>Success Stories</title>\n"
+"  <para>This chapter documents success stories with Debian Live applied.</para>\n"
+"  <para>FIXME</para>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_troubleshooting.ssi.pot b/manual/pot/other_troubleshooting.ssi.pot
new file mode 100644
index 0000000..ed7907f
--- /dev/null
+++ b/manual/pot/other_troubleshooting.ssi.pot
@@ -0,0 +1,42 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_troubleshooting.ssi:20
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"troubleshooting\">\n"
+"  <title>Hints for troubleshooting</title>\n"
+"  <para>To check on the client </para>\n"
+"  <itemizedlist>\n"
+"    <listitem>\n"
+"      <para> look at /live.log and /netboot.conf</para>\n"
+"    </listitem>\n"
+"    <listitem>\n"
+"      <para> could the image be mounted </para>\n"
+"    </listitem>\n"
+"  </itemizedlist>\n"
+"  <para>To check on the pc that creates the image </para>\n"
+"  <itemizedlist>\n"
+"    <listitem>\n"
+"      <para>was chroot unmounted after build? (it should) </para>\n"
+"    </listitem>\n"
+"  </itemizedlist>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/other_use-cases.ssi.pot b/manual/pot/other_use-cases.ssi.pot
new file mode 100644
index 0000000..53fca25
--- /dev/null
+++ b/manual/pot/other_use-cases.ssi.pot
@@ -0,0 +1,156 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Plain text
+#: en/other_use-cases.ssi:87
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<chapter id=\"use-cases\">\n"
+"  <title>Use Cases</title>\n"
+"  <para>This chapter is for users to document their use cases with Debian Live.</para>\n"
+"  <sect1 id=\"vnc-kiosk\">\n"
+"    <title>VNC Kiosk Client</title>\n"
+"    <para>Create an image with <filename>live-helper</filename> to boot directly to a VNC server.</para>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>Make a build directory: <screen>$ mkdir vncBuild</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Move to the build directory: <screen>$ cd vncBuild</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Example to config the build directory to include gdm metacity xtightvncviewer: <screen>$ lh config --packages \"gdm metacity xtightvncviewer\"</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Create a folder /etc/skel folder for a custom .xsession for the default user: <screen>$ mkdir -p config/chroot_local-includes/etc/skel</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Create the .xsession for the default user: <screen>$ touch config/chroot_local-includes/etc/skel/.xsession</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Edit the .xsession file to launch metacity and start xvncviewer with something similar to the below: <screen> #!/bin/sh /usr/bin/metacity &amp; /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT exit </screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Build the image: <screen># lh build</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Enjoy.</para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"  <sect1 id=\"vmware-player\">\n"
+"    <title>VMWare-Player Sessions</title>\n"
+"    <para>Create an image with <filename>live-helper</filename> to boot directly to a specifiv VMWare session.</para>\n"
+"    <itemizedlist>\n"
+"      <listitem>\n"
+"        <para>Make a build directory: <screen>$ mkdir VMWare-Player</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Move to the build directory: <screen>$ cd VMWare-Player</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Example to config the build directory to include gdm metacity xtightvncviewer:\n"
+"          <screen>$ 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"
+"          </screen>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Create the 01-vmware-player hook: <screen>$ touch config/chroot_local-hooks/01-vmware-player.sh</screen> </para>\n"
+"      </listitem>\n"
+"     <listitem>\n"
+"        <para>Edit the 01-vmware-player hook to launch the VMWare-Player. The hook should look something like the below: \n"
+"          <screen>\n"
+"#!/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"
+msgstr ""
+
+#. type: Plain text
+#: en/other_use-cases.ssi:129
+#, no-wrap
+msgid ""
+"          </screen>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Build the image (note that during the build the VMWare-Player will prompt you to install or cancel): <screen># lh build</screen> </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <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:\n"
+"          <screen>live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME</screen>\n"
+"Notes from the 900-vmware-player file are as follows:\n"
+"          <screen># 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"
+"          </screen>\n"
+"        </para>\n"
+"      </listitem>\n"
+"      <listitem>\n"
+"        <para>Enjoy.</para>\n"
+"      </listitem>\n"
+"    </itemizedlist>\n"
+"  </sect1>\n"
+"</chapter>\n"
+msgstr ""
diff --git a/manual/pot/overview.xml.pot b/manual/pot/overview.xml.pot
deleted file mode 100644
index 4066b0c..0000000
--- a/manual/pot/overview.xml.pot
+++ /dev/null
@@ -1,356 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><section><title>
-#: en/about_manual.xml:35 en/overview.xml:7
-msgid "<filename>live-helper</filename>"
-msgstr ""
-
-#. 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
-msgid "<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><title>
-#: en/overview.xml:4
-msgid "Overview of tools"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/overview.xml:5
-msgid ""
-"This chapter contains an overview of the two main tools used in building "
-"Debian Live systems."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:8
-msgid ""
-"<filename>live-helper</filename> is a collection of scripts to build Debian "
-"Live systems. These scripts are also referred to as \"helpers\"."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:9
-msgid ""
-"The idea behind <filename>live-helper</filename> is to be a framework that "
-"uses a configuration directory to completely automate and customize all "
-"aspects of building a Live image."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:10
-msgid ""
-"Many concepts are similar to those in the <command>debhelper</command> "
-"Debian package tools written by Joey Hess:"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/overview.xml:13
-msgid "The scripts have a central location for configuring their operation."
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/overview.xml:14
-msgid ""
-"In <command>debhelper</command>, this is the <filename class=\"directory"
-"\">debian</filename> subdirectory of a package tree. For example, "
-"<command>dh_install</command> will look for a file called <filename>debian/"
-"&lt;packagename&gt;.install</filename> to determine which files should exist "
-"in a particular binary package. In much the same way, <filename>live-helper</"
-"filename> stores its configuration entirely under a <filename class="
-"\"directory\">config/</filename> subdirectory."
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/overview.xml:17
-msgid ""
-"The scripts are independent - that is to say, it is always safe to run each "
-"command."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:20
-msgid ""
-"Unlike <command>debhelper</command>, <filename>live-helper</filename> "
-"contains a tool to generate a skeleton configuration directory, <filename>lh "
-"config</filename>. This could be considered to be similar to tools such as "
-"<command>dh-make</command>. For more information about <filename>lh config</"
-"filename>, please see <xref linkend=\"lh-config\"/>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:21
-msgid ""
-"Besides the common <filename>config/common</filename>, which is used by all "
-"<filename>live-helper</filename> helper commands, some additional files can "
-"be used to configure the behavior of specific helper commands. These files "
-"are typically named <command>config/helper</command> or <command>config/"
-"stage</command> (where \"stage\", of course, is replaced with the name of "
-"the stage that they belong to, and \"helper\" with the name of the helper)."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:22
-msgid ""
-"For example, the <command>lh bootstrap debootstrap</command> helper command "
-"uses files named <filename>config/bootstrap</filename> and <filename>config/"
-"bootstrap_debootstrap</filename> to read the options it will use. Generally, "
-"these files contain variables with values assigned, one variable per line. "
-"Some programs in <filename>live-helper</filename> use pairs of values or "
-"slightly more complicated variable assignments."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:23
-msgid ""
-"<filename>live-helper</filename> respects environment variables which are "
-"present in the context of the shell it is running. If variables can be read "
-"from config files, then they override environment variables, and if command "
-"line options are used, they override values from config files. If no value "
-"for a given variable can be found (and is thus unset), <filename>live-"
-"helper</filename> will automatically set it to a default value."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:24
-msgid ""
-"All config files are shell scripts which are sourced by a <filename>live-"
-"helper</filename> program. That means they have to follow the normal shell "
-"syntax. You can also put comments in these files; lines beginning with \"#\" "
-"are ignored."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:25
-msgid ""
-"In some rare cases you may want to have different versions of these files "
-"for different architectures or distributions. If files named <command>config/"
-"stage.arch</command> or <command>config/stage_helper.arch</command>, and "
-"<command>config/stage.dist</command> or <command>config/stage_helper.dist</"
-"command> exist (where \"arch\" is the same as the output of <command>dpkg --"
-"print-architecture</command> and \"dist\" is the same as the codename of the "
-"target distribution), then they will be used in preference to the other, "
-"more general files."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:26
-msgid ""
-"Please see <xref linkend=\"installation\"/> for information on how to "
-"install <filename>live-helper</filename>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:27
-msgid ""
-"The remainder of this section discusses the three most important helpers:"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/overview.xml:31
-msgid "<filename>lh config</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/overview.xml:34
-msgid ""
-"Responsible for initialising a Live system configuration directory. See "
-"<xref linkend=\"lh-config\"/> for more information."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/overview.xml:39
-msgid "<filename>lh build</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/overview.xml:42
-msgid ""
-"Responsible for starting a Live system build. See <xref linkend=\"lh-build\"/"
-"> for more information."
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><term>
-#: en/overview.xml:47
-msgid "<filename>lh clean</filename>"
-msgstr ""
-
-#. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
-#: en/overview.xml:50
-msgid ""
-"Responsible for removing parts of a Live system build. See <xref linkend="
-"\"lh-clean\"/> for more information."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/overview.xml:55
-msgid "The <filename>lh config</filename> helper"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:56
-msgid ""
-"As discussed in <xref linkend=\"live-helper\"/>, the scripts that make up "
-"<filename>live-helper</filename> source their configuration from a single "
-"directory named <command>config/</command>. As constructing this directory "
-"by hand would be time-consuming and error-prone, the <filename>lh config</"
-"filename> helper can be used to create skeleton configuration folders."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:57
-msgid ""
-"Issuing <filename>lh config</filename> without any arguments creates a "
-"<command>config</command> subdirectory which it populates with some default "
-"settings:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/overview.xml:59
-#, no-wrap
-msgid "$ lh config $ ls -l total 4.1k drwxr-xr-x 19 user group 4.1k 2008-05-09 21:37 config $ ls -l config/ total 104 -rw-r--r-- 1 user group 4175 2010-04-11 12:16 binary drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_debian-installer drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_debian-installer-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_grub drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-debs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-udebs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_rootfs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_syslinux -rw-r--r-- 1 user group 2205 2010-04-11 12:16 bootstrap -rw-r--r-- 1 user group 1599 2010-04-11 12:16 chroot drwxr-xr-x 2 user group 4096 2010-04-11 12:16
  chroot_apt drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-packages drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-patches drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_local-preseed drwxr-xr-x 2 user group 4096 2010-04-11 12:16 chroot_sources -rw-r--r-- 1 user group 2938 2010-04-11 12:16 common drwxr-xr-x 2 user group 4096 2010-04-11 12:16 includes -rw-r--r-- 1 user group 206 2010-04-11 12:16 source drwxr-xr-x 2 user group 4096 2010-04-11 12:16 templates "
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:61
-msgid ""
-"Using <filename>lh config</filename> without any arguments would be suitable "
-"for users who are either happy editing the generated files, or are simply "
-"happy with the defaults it creates."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:62
-msgid ""
-"You can ask <filename>lh config</filename> to generate a <filename class="
-"\"directory\">config/</filename> directory \"preseeded\" with various "
-"options. This might be suitable if you do not require the default settings "
-"but do not need to change a large number of options. For example:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/overview.xml:64
-#, no-wrap
-msgid "$ lh config -p gnome"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:66
-msgid ""
-"will build a <filename class=\"directory\">config/</filename> directory "
-"configured to include the '<command>gnome</command>' package list. It is "
-"possible to specify many options:"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para><screen>
-#: en/overview.xml:68
-#, no-wrap
-msgid "$ lh config --apt aptitude --binary-images net --hostname live-machine --username live-user ..."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:70
-msgid ""
-"A full list of options is available in the <command>lh_config</command> man "
-"page. Most options have a parallel with an \"<command>LH_</command>\" "
-"prefixed variable."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/overview.xml:73
-msgid "The <filename>lh build</filename> helper"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:74
-msgid ""
-"The <filename>lh build</filename> helper reads in your configuration from "
-"the <filename class=\"directory\">config/</filename> directory. It then runs "
-"the lower lower level commands needed to build your Live system."
-msgstr ""
-
-#. type: Content of: <chapter><section><section><title>
-#: en/overview.xml:77
-msgid "The <filename>lh clean</filename> helper"
-msgstr ""
-
-#. type: Content of: <chapter><section><section><para>
-#: en/overview.xml:78
-msgid ""
-"It is the job of the <filename>lh clean</filename> helper to remove various "
-"parts of a Live helper build so subsequent builds can start from a clean "
-"state."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/overview.xml:82
-msgid "The <filename>live-initramfs</filename> package"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:83
-msgid ""
-"<filename>live-initramfs</filename> is a collection of scripts providing "
-"hooks for the <command>initramfs-tools</command>, used to generate an "
-"initramfs capable of booting live systems, such as those created by "
-"<command>live-helper</command>. This includes the Debian Live isos, netboot "
-"tarballs, and usb stick images."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:84
-msgid ""
-"At boot time it will look for read-only media containing a \"/live\" "
-"directory where a root filesystem (often a compressed filesystem image like "
-"squashfs) is stored. If found, it will create a writable environment, using "
-"aufs or unionfs, for Debian like systems to boot from."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:85
-msgid ""
-"<filename>live-initramfs</filename> is a fork of <ulink url=\"http://"
-"packages.ubuntu.com/casper\">casper</ulink>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/overview.xml:86
-msgid ""
-"More information on initial ramfs in Debian can be found in the <ulink url="
-"\"http://kernel-handbook.alioth.debian.org/\"> Debian Linux Kernel Handbook</"
-"ulink>'s chapter on <ulink url=\"http://kernel-handbook.alioth.debian.org/ch-"
-"initramfs.html\"> initramfs</ulink>."
-msgstr ""
diff --git a/manual/pot/packages.xml.pot b/manual/pot/packages.xml.pot
deleted file mode 100644
index 801632a..0000000
--- a/manual/pot/packages.xml.pot
+++ /dev/null
@@ -1,644 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/chapters/basics.xml:113 en/chapters/basics.xml:128
-#: en/chapters/basics.xml:144 en/chapters/basics.xml:158
-#: en/chapters/basics.xml:194 en/chapters/basics.xml:220
-#: en/chapters/basics.xml:230 en/chapters/basics.xml:239
-#: en/chapters/basics.xml:253 en/chapters/basics.xml:275
-#: en/chapters/basics.xml:302 en/chapters/basics.xml:312
-#: en/chapters/basics.xml:320 en/chapters/basics.xml:354
-#: en/chapters/basics.xml:364 en/chapters/basics.xml:382
-#: en/chapters/basics.xml:429 en/chapters/basics.xml:498
-#: en/chapters/basics.xml:530 en/chapters/basics.xml:539
-#: en/chapters/basics.xml:590 en/chapters/basics.xml:646
-#: en/chapters/faq.xml:64 en/chapters/faq.xml:241 en/chapters/faq.xml:244
-#: en/chapters/faq.xml:252 en/chapters/faq.xml:256 en/chapters/faq.xml:264
-#: en/chapters/faq.xml:279 en/chapters/faq.xml:287 en/chapters/faq.xml:334
-#: en/chapters/faq.xml:424 en/chapters/faq.xml:430 en/chapters/faq.xml:481
-#: en/chapters/faq.xml:483 en/chapters/faq.xml:487 en/chapters/faq.xml:491
-#: en/chapters/overview.xml:181 en/chapters/overview.xml:230
-#: en/chapters/overview.xml:240 en/chapters/about/manual.xml:298
-#: en/chapters/about/manual.xml:308 en/chapters/about/manual.xml:318
-#: en/chapters/about/manual.xml:338 en/chapters/about/manual.xml:351
-#: en/chapters/about/manual.xml:366 en/chapters/about/manual.xml:379
-#: en/chapters/about/manual.xml:389 en/chapters/customization/packages.xml:50
-#: en/chapters/customization/packages.xml:58
-#: en/chapters/customization/packages.xml:71
-#: en/chapters/customization/packages.xml:80
-#: en/chapters/customization/packages.xml:104
-#: en/chapters/customization/packages.xml:222
-#: en/chapters/customization/packages.xml:230
-#: en/chapters/customization/packages.xml:265
-#: en/chapters/customization/packages.xml:310
-#: en/chapters/customization/packages.xml:330
-#: en/chapters/customization/packages.xml:341
-#: en/chapters/customization/packages.xml:352
-#: en/chapters/customization/packages.xml:362
-msgid "<placeholder type=\"screen\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/live-environment.xml:11 en/chapters/resources.xml:11
-#: en/chapters/success-stories.xml:11 en/chapters/about/manual.xml:125
-#: en/chapters/customization/bootup.xml:11
-#: en/chapters/customization/bootup.xml:20
-#: en/chapters/customization/bootup.xml:26
-#: en/chapters/customization/bootup.xml:38
-#: en/chapters/customization/bootup.xml:85
-#: en/chapters/customization/bootup.xml:92
-#: en/chapters/customization/bootup.xml:99
-#: en/chapters/customization/bootup.xml:106
-#: en/chapters/customization/packages.xml:36
-#: en/chapters/customization/packages.xml:306
-#: en/chapters/customization/packages.xml:326
-#: en/chapters/customization/packages.xml:384
-#: en/chapters/customization/packages.xml:492
-#: en/chapters/customization/packages.xml:535
-msgid "FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><title>
-#: en/chapters/customization/packages.xml:9
-msgid "Customising package installation"
-msgstr ""
-
-#. type: Content of: <sect1><para>
-#: en/chapters/customization/packages.xml:12
-msgid ""
-"This chapter discusses the customisation of package installation. This "
-"involves:"
-msgstr ""
-
-#. type: Content of: <sect1><orderedlist><listitem><para>
-#: en/chapters/customization/packages.xml:20
-msgid "Selecting additional packages to be installed"
-msgstr ""
-
-#. type: Content of: <sect1><orderedlist><listitem><para>
-#: en/chapters/customization/packages.xml:26
-msgid "Installing modified packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/packages.xml:33
-msgid "Package sources"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/chapters/customization/packages.xml:42
-msgid "Debian repositories"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:46
-msgid "To set a local mirror (used to ''build'' the live-cd)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/chapters/customization/packages.xml:50
-#, no-wrap
-msgid "$ lh config --mirror-bootstrap \"http://local.intra.net/debian/\" --mirror-chroot \"http://local.intra.net/debian/\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:54
-msgid "The generic mirror is added to the live-system's /etc/apt/sources.list."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/chapters/customization/packages.xml:58
-#, no-wrap
-msgid "$ lh config --mirror-binary \"http://ftp.debian.org/debian/\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:62
-msgid ""
-"Note: It is ''not'' used for building the live-cd but to install new "
-"software while using the live-cd."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:67
-msgid "It can be disabled by setting binary indices parameter to disabled"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/chapters/customization/packages.xml:71
-#, no-wrap
-msgid "$ lh config --binary-indices disabled"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:75
-msgid ""
-"Note: the same applies for mirror chroot security and mirror binary security"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/chapters/customization/packages.xml:80
-#, no-wrap
-msgid ""
-"$ lh config --mirror-chroot-security {URL}\n"
-"$ lh config --mirror-binary-security {URL}"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/chapters/customization/packages.xml:87
-msgid "Own repository"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:91
-msgid ""
-"To add more repositories (e.g. backports, experimental packages, etc.), "
-"create <filename>config/chroot_sources/your-cdd-repo.{chroot,binary}</"
-"filename> file."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:98
-msgid ""
-"e.g. <filename>config/chroot_sources/live.chroot</filename> allows you to "
-"install packages from the debian live snapshot repository at live-cd build "
-"time (you have to add the packages in your package list):"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para><screen>
-#: en/chapters/customization/packages.xml:104
-#, no-wrap
-msgid "deb http://live.debian.net/ sid-snapshots main contrib non-free"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:108
-msgid ""
-"If you add the line to <filename>config/chroot_sources/live.binary</"
-"filename> the repository will be added to your live-system's <filename>/etc/"
-"apt/sources.list</filename>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:115
-msgid "If such files exist, they will be picked up automatically."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:119
-msgid ""
-"You can also put the gpg-key used to sign the repository into config/"
-"chroot_sources/foo.{binary,chroot}.gpg"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/packages.xml:130
-msgid "Package installation"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/packages.xml:133
-msgid ""
-"You can elect to use either <command>apt</command> or <command>aptitude</"
-"command> when installing packages. Which utility is used is governed by the "
-"<command>LH_APT</command> variable in <filename>config/chroot</filename> or "
-"by the <command>--apt</command> argument to <filename>lh config</filename>:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/chapters/customization/packages.xml:143
-msgid "<command>apt</command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:147
-msgid ""
-"Specifying a missing package causes package installation to fail, which may "
-"not be the desired behaviour."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:152
-msgid "This is the default setting for building images for Lenny or later."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/chapters/customization/packages.xml:158
-msgid "<command>aptitude</command>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:162
-msgid ""
-"Specifying a missing package causes package installation to succeed, which "
-"may not be the desired behaviour."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/chapters/customization/packages.xml:167
-msgid "This is the default setting for building images for Etch."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/packages.xml:177
-msgid "Installing additional packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/packages.xml:180
-msgid ""
-"&live-helper; has a number of mechanisms for indicating that additional "
-"packages should be installed, including:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/packages.xml:188
-#: en/chapters/customization/packages.xml:213
-msgid "The <command>LH_PACKAGES</command> variable"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/packages.xml:194
-#: en/chapters/customization/packages.xml:249
-msgid "Package lists"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><orderedlist><listitem><para>
-#: en/chapters/customization/packages.xml:200
-msgid "Local packages (<filename>chroot_local-packages/</filename>)"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/packages.xml:206
-#: en/chapters/customization/packages.xml:381
-msgid "Tasks"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:216
-msgid ""
-"To install additional packages, simply add them to the <command>LH_PACKAGES</"
-"command> variable in <filename>config/chroot</filename>. For example:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/chapters/customization/packages.xml:222
-#, no-wrap
-msgid "LH_PACKAGES=\"package1 package2 package3 ... \""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:226
-msgid "You can also specify initial values on the command line:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/chapters/customization/packages.xml:230
-#, no-wrap
-msgid "$ lh config --packages \"package1 package2 package3\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:234
-msgid ""
-"The behaviour of &live-helper; when specifying a package that does not exist "
-"is determined by your choice of APT utility. See <xref linkend=\"package-"
-"installation\"/> for more details."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:240
-msgid ""
-"If you need to specify a large number of packages to be installed or you "
-"need flexibility regarding which packages to install, you should probably be "
-"using package lists. See <xref linkend=\"package-lists\"/> for more "
-"information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:252
-msgid ""
-"Package lists are a powerful way of expressing which packages should be "
-"installed. &live-helper; ships with a number of predefined package lists "
-"which provide sensible default package selections for the GNOME and KDE "
-"desktop environments, as well as standard systems."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:259
-msgid ""
-"To specify a package list, add the name of the list to the "
-"<command>LH_PACKAGES_LISTS</command> variable in <filename>config/chroot</"
-"filename>. For example:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para><screen>
-#: en/chapters/customization/packages.xml:265
-#, no-wrap
-msgid "LH_PACKAGES_LISTS=\"gnome\""
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:269
-msgid ""
-"Package lists that are distributed with &live-helper; reside in the "
-"<command>/usr/share/live-helper/lists</command> directory."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><title>
-#: en/chapters/customization/packages.xml:274
-msgid "Local packages lists"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/chapters/customization/packages.xml:277
-msgid ""
-"You may supplement the supplied lists using local package lists stored in "
-"<command>config/chroot_local-packageslists</command>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/chapters/customization/packages.xml:282
-msgid ""
-"Package lists that exist in this directory always override package lists "
-"distributed with &live-helper;. This can cause undesired effects when."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><note><title>
-#: en/chapters/customization/packages.xml:288
-msgid "&live-helper; 2.x change"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><note><para>
-#: en/chapters/customization/packages.xml:291
-msgid ""
-"Any file with <command>.list</command> suffix in <command>config/"
-"chroot_local-packageslists</command> is automatically enabled, the variable "
-"LH_PACKAGES_LISTS should only be used referencing packages lists included in "
-"live-helper (at <command>/usr/share/live-helper/lists/</command>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><title>
-#: en/chapters/customization/packages.xml:303
-msgid "Extending a provided package list using includes"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/chapters/customization/packages.xml:310
-#, no-wrap
-msgid ""
-"#include &lt;gnome&gt;\n"
-"iceweasel"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/chapters/customization/packages.xml:315
-msgid ""
-"The package lists that are included with &live-helper; make extensive use of "
-"includes. They are available to view in the <command>/usr/share/live-helper/"
-"lists</command> directory."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><title>
-#: en/chapters/customization/packages.xml:323
-msgid "Using conditionals inside packages lists"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/chapters/customization/packages.xml:330
-#, no-wrap
-msgid ""
-"#if ARCHITECTURE amd64\n"
-"ia32-libs\n"
-"#endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/chapters/customization/packages.xml:336
-msgid ""
-"or if <command>LH_ARCHITECTURE</command> is set to <command>i386</command> "
-"or <command>amd64</command>:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/chapters/customization/packages.xml:341
-#, no-wrap
-msgid ""
-"#if ARCHITECTURE i386 amd64\n"
-"memtest86+\n"
-"#endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/chapters/customization/packages.xml:347
-msgid ""
-"or if <command>LH_SECTIONS</command> contains either <command>contrib</"
-"command> or <command>non-free</command>:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/chapters/customization/packages.xml:352
-#, no-wrap
-msgid ""
-"#if SECTIONS contrib non-free\n"
-"vrms\n"
-"#endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/chapters/customization/packages.xml:358
-msgid "A conditional may surround an <command>#include</command> directive:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para><screen>
-#: en/chapters/customization/packages.xml:362
-#, no-wrap
-msgid ""
-"#if ARCHITECTURE amd64\n"
-"#include &lt;gnome-full&gt;\n"
-"#endif"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/chapters/customization/packages.xml:368
-msgid ""
-"Any &live-helper; configuration variable that begins with <command>LH_</"
-"command> can be tested in this way."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><sect4><para>
-#: en/chapters/customization/packages.xml:373
-msgid "The nesting of conditionals is not supported."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/chapters/customization/packages.xml:392
-msgid "Installing modified or third-party packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/packages.xml:395
-msgid ""
-"Whilst it is against the philosophy of Debian Live, it may sometimes be "
-"necessary to build a Live system with modified versions of packages that are "
-"in the Debian repository. This may be to modify or support additional "
-"features, languages and branding, or even to remove elements of existing "
-"packages that are undesirable. Similarly, \"third-party\" packages may be "
-"used to add bespoke and/or proprietary functionality."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/packages.xml:404
-msgid ""
-"This section does not cover advice regarding building or maintaining "
-"modified packages. Joachim Breitner's <ulink url=\"http://www.joachim-"
-"breitner.de/blog/archives/282-How-to-fork-privately.html\" >'How to fork "
-"privately'</ulink> may be of interest, however. The creation of bespoke "
-"packages is covered in the <ulink url=\"http://www.debian.org/doc/maint-"
-"guide/\">Debian New Maintainers' Guide</ulink> and elsewhere."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/packages.xml:414
-msgid "There are two ways of installing modified custom packages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><orderedlist><listitem><para>
-#: en/chapters/customization/packages.xml:421
-msgid "<filename>chroot_local-packages</filename>"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><orderedlist><listitem><para>
-#: en/chapters/customization/packages.xml:427
-msgid "Using a custom APT repository"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><para>
-#: en/chapters/customization/packages.xml:434
-msgid ""
-"The <filename>chroot_local-packages</filename> is simpler to achieve and "
-"useful for \"one-off\" customisations but has a number of drawbacks, whilst "
-"using a custom APT repository is more time-consuming to set up."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/packages.xml:441
-msgid ""
-"Using <filename>chroot_local-packages</filename> to install custom packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:446
-msgid ""
-"To install a custom package, simply copy it to the <command>config/"
-"chroot_local-packages</command> directory. Packages that are inside this "
-"directory will be automatically installed into the live system during build "
-"- you do not need to specify them elsewhere."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:453
-msgid ""
-"Packages <emphasis>must</emphasis> be named in the prescribed way. One "
-"simple way to do this is to use <command>dpkg-name</command>. FIXME"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:458
-msgid ""
-"Using <filename>chroot_local-packages</filename> for installation of custom "
-"packages has disadvantages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/chapters/customization/packages.xml:466
-msgid "It is not possible to use secure APT"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/chapters/customization/packages.xml:472
-msgid ""
-"You must install all appropriate packages in the <command>config/"
-"chroot_local-packages</command> directory"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/chapters/customization/packages.xml:479
-msgid ""
-"It does not lend itself to storing Debian Live configurations in revision "
-"control"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/packages.xml:489
-msgid "Using an APT repository to install custom packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:496
-msgid ""
-"Unlike using <filename>chroot_local-packages</filename>, when using a custom "
-"APT repository you must ensure that you specify the packages elsewhere. See "
-"<xref linkend=\"lh-packages\"/> for details."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:502
-msgid ""
-"Whilst it may seem unnecessary effort to create an APT repository to install "
-"custom packages, the infrastructure can be easily re-used at a later date to "
-"offer updates of the modified packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/packages.xml:510
-msgid "Custom packages and APT"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:513
-msgid ""
-"&live-helper; uses APT to install all packages into the live system so will "
-"therefore inherit behaviours from this program. One relevant example is that "
-"(assuming a default configuration) given a package available in two "
-"different repositories with different version numbers, APT will elect to "
-"install the package with the higher version number."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:521
-msgid ""
-"Because of this, you may wish to increment the version number in your custom "
-"packages' <command>debian/changelog</command> files to ensure that your "
-"modified version is installed over one in the official Debian repositories. "
-"This may also be achieved by altering the live system's APT pinning "
-"preferences - see <xref linkend=\"apt-preferences\"/> for more information."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/chapters/customization/packages.xml:532
-msgid "Altering APT preferences during Live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/chapters/customization/packages.xml:539
-msgid ""
-"Whilst it may seem unnecessary effort to create an APT repository to install "
-"custom packages, the infrastructure can be easily re-used at a later date to "
-"offer updates of the modified package."
-msgstr ""
diff --git a/manual/pot/procedures.xml.pot b/manual/pot/procedures.xml.pot
deleted file mode 100644
index 911a5b1..0000000
--- a/manual/pot/procedures.xml.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 17:46+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><title>
-#: en/procedures.xml:6
-msgid "Procedures"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/procedures.xml:7
-msgid ""
-"This chapter documents the procedures within the Debian Live project for "
-"various tasks that need cooperation with other teams in Debian."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/procedures.xml:9
-msgid "Udeb Uploads"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/procedures.xml:10
-msgid "Before commiting releases of a udeb in d-i svn, one has to call:"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><screen>
-#: en/procedures.xml:12
-#, no-wrap
-msgid ""
-"      <command>../../scripts/l10n/output-l10n-changes . -d</command>\n"
-"    "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/procedures.xml:16
-msgid "Major Releases"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: en/procedures.xml:17
-msgid ""
-"Releasing a new stable major version of Debian includes a lot of different "
-"teams working together to make it happen. At some point, the Live team comes "
-"in and builds live system images. The requirements to do this are:"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><title>
-#: en/procedures.xml:27
-msgid "Point Releases"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><sect2><title>
-#: en/procedures.xml:35
-msgid "Point release announcement template"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><sect2><para>
-#: en/procedures.xml:36
-msgid ""
-"An annoucement mail for point releases can be generated using the template "
-"below and the following command:"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><sect2><screen>
-#: en/procedures.xml:37
-#, no-wrap
-msgid " $ sed \\ -e 's|%major%|5.0|g' \\ -e 's|%minor%|5.0.2|g' \\ -e 's|%codename%|lenny|g' \\ -e 's|%release_mail%|2009/msg00007.html|g' "
-msgstr ""
-
-#. type: Content of: <chapter><sect1><sect2><para>
-#: en/procedures.xml:38
-msgid ""
-"Please check the mail carefully before sending and pass it to others for "
-"proof-reading."
-msgstr ""
-
-#. type: Content of: <chapter><sect1><sect2><screen>
-#: en/procedures.xml:39
-#, no-wrap
-msgid " Debian Live images for Debian GNU/Linux %major% updated The Debian Live project is pleased to announce the availability of updated Live images for its stable distribution Debian GNU/Linux %major% (codename \"%codename%\"). The images are available for download at: &lt;http://cdimage.debian.org/cdimage/release/current-live/&gt; This update incorporates the changes made in the %minor% point release, which adds corrections for security problems to the stable release along with a few adjustments for serious problems. A full list of the changes may be viewed at: &lt;http://lists.debian.org/debian-announce/%release_mail%&gt; It also includes the following Live-specific changes: COPYING debian html Makefile manual VERSION xml xsl [INSERT LIVE-SPECIFIC CHANGE HERE] COPYING debian html Makefile manual VERSION xml xsl [INSERT LIVE-SPECIFIC CHANGE HERE] COPYING debian html Makefile manual VERSION xml xsl [LARGER ISSUES MAY DESERVE THEIR OWN SECTION] URLs ---- Download location 
 of updated images: &lt;http://cdimage.debian.org/cdimage/release/current-live/&gt; Debian Live project homepage: &lt;http://live.debian.net/&gt; The current stable distribution: &lt;http://ftp.debian.org/debian/dists/stable&gt; stable distribution information (release notes, errata etc.): &lt;http://www.debian.org/releases/stable/&gt; Security announcements and information: &lt;http://www.debian.org/security/&gt; About Debian ------------- The Debian Project is an association of Free Software developers who volunteer their time and effort in order to produce the completely free operating system Debian GNU/Linux. About Debian Live ----------------- Debian Live is an official sub-project of Debian which produces Debian systems that do not require a classical installer. Images are available for CD/DVD discs, USB sticks and PXE netbooting as well as a bare filesystem images for booting directly from the internet. Contact Information ------------------- For further information, p
 lease visit the Debian Live web pages at &lt;http://live.debian.net/&gt; or alternatively send mail to &lt;debian-live at lists.debian.org&gt;. "
-msgstr ""
diff --git a/manual/pot/customization.xml.pot b/manual/pot/project.ssi.pot
similarity index 60%
rename from manual/pot/customization.xml.pot
rename to manual/pot/project.ssi.pot
index 44170dd..ecd60fa 100644
--- a/manual/pot/customization.xml.pot
+++ b/manual/pot/project.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+0300\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
@@ -15,7 +15,13 @@ msgstr ""
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: ENCODING"
 
-#. type: Content of: <chapter><title>
-#: en/chapters/customization.xml:7
-msgid "Customization"
+#. type: Plain text
+#: en/project.ssi:5
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<part>\n"
+"  <title>Project</title>\n"
+"</part>\n"
 msgstr ""
diff --git a/manual/pot/project.xml.pot b/manual/pot/project.xml.pot
deleted file mode 100644
index 21df424..0000000
--- a/manual/pot/project.xml.pot
+++ /dev/null
@@ -1,266 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-07-09 15:56+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <sect1><title>
-#: en/about/project.xml:4
-msgid "About the Debian Live Project"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/project.xml:6
-msgid "Motivation"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about/project.xml:8
-msgid "What is wrong with current live systems"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:9
-msgid ""
-"When Debian Live was initiated, there were already several Debian based live "
-"systems available and they are doing a great job. From the Debian "
-"perspective most of them have one or more of the following disadvantages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:12
-msgid "They are unofficial projects, developed outside of Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:15
-msgid "They mix different distributions, e.g. testing and unstable."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:18
-msgid "They support i386 only."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:21
-msgid ""
-"They modify the behaviour and/or appearance of packages by stripping them "
-"down to save space."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:24
-msgid "They include unofficial packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:27
-msgid ""
-"They ship custom kernels with additional patches that are not part of Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:30
-msgid ""
-"They are large and slow due to their sheer size and thus not suitable for "
-"rescue issues."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:33
-msgid ""
-"They are not available in different flavours, e.g. CDs, DVDs, USB-stick and "
-"netboot images."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about/project.xml:38
-msgid "Why create our own live system?"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:39
-msgid ""
-"Debian is the Universal Operating System: Debian has an official live system "
-"for showing around and to officially represent the true, one and only Debian "
-"system with the following main advantages:"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:42
-msgid "It would be an official Debian subproject."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:45
-msgid "It reflects the (current) state of one distribution."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:48
-msgid "It runs on as many architectures as possible."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:51
-msgid "It consists of unchanged Debian packages only."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:54
-msgid "It does not contain any unofficial packages."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><orderedlist><listitem><para>
-#: en/about/project.xml:57
-msgid "It uses an unaltered Debian kernel with no additional patches."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/project.xml:63
-msgid "Philosophy"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about/project.xml:65
-msgid "Only unchanged, official packages"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:66
-msgid ""
-"We will only use official packages from the Debian repository in the \"main"
-"\" section. The non-free section is not part of Debian and therefore cannot "
-"be used at all for official live system images."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:67
-msgid ""
-"We will not change any packages. Whenever we need to change something, we "
-"will do that in coordination with its package maintainer in Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:68
-msgid ""
-"As an exception, our own packages such as <filename>live-helper</filename>, "
-"<filename>live-boot</filename> or <filename>live-config</filename> may "
-"temporarily be used from our own repository for development reasons (e.g. to "
-"create development snapshots). They will be uploaded to Debian on a regular "
-"basis."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><title>
-#: en/about/project.xml:71
-msgid "No package configuration of the live system"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:72
-msgid ""
-"In this phase we will not ship or install sample or alternative "
-"configurations. All packages are used in their default configuration as they "
-"are after a regular installation of Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:73
-msgid ""
-"Whenever we need a different default configuration, we will do that in "
-"coordination with its package maintainer in Debian."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:74
-msgid ""
-"A system for configuring packages is provided using debconf in <command>lh "
-"config</command> (use --preseed FILE) allowing custom configured packages to "
-"be installed in your custom produced Debian Live images, but for official "
-"live images only default configuration will be used. For more information, "
-"please see <xref linkend=\"customization\"/>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><sect3><para>
-#: en/about/project.xml:75
-msgid ""
-"Exception: There are a few essential changes needed to bring a live system "
-"to life (e.g. configuring pam to allow empty passwords). These essential "
-"changes have to be kept as minimal as possible and should be merged within "
-"the Debian repository if possible."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><title>
-#: en/about/project.xml:79
-msgid "Contact"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/project.xml:82
-msgid "Mailing list"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/project.xml:84
-msgid ""
-"The primary contact for the project is the <ulink url=\"http://lists.debian."
-"org/debian-live/\">mailing list</ulink>. You can email the list directly by "
-"addressing your mail to <email>debian-live at lists.debian.org</email>. The "
-"<ulink url=\"http://lists.debian.org/debian-live/\">list archives</ulink> "
-"are also available."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/project.xml:88
-msgid "IRC"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/project.xml:90
-msgid ""
-"A number of users and developers are present in the <ulink url=\"irc://irc."
-"debian.org/#debian-live\">#debian-live</ulink> channel on <ulink url="
-"\"http://oftc.net\">OFTC</ulink>. When asking a question on IRC, please be "
-"patient for an answer. If no answer is forthcoming, please email the mailing "
-"list."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/project.xml:94
-msgid "BTS"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/project.xml:96
-msgid ""
-"The Debian Bug Tracking System (BTS) contains details of bugs reported by "
-"users and developers. Each bug is given a number, and is kept on file until "
-"it is marked as having been dealt with. For more information, please see "
-"<xref linkend=\"bugs\"/>."
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: en/about/project.xml:100
-msgid "Wiki"
-msgstr ""
-
-#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: en/about/project.xml:102
-msgid ""
-"The <ulink url=\"http://wiki.debian.org/DebianLive\">Debian Live wiki</"
-"ulink> is a place to gather information, discuss applied technologies, and "
-"document frameworks of Debian Live systems that go beyond the scope of this "
-"document."
-msgstr ""
diff --git a/manual/pot/reporting-bugs.xml.pot b/manual/pot/reporting-bugs.xml.pot
deleted file mode 100644
index d909ebb..0000000
--- a/manual/pot/reporting-bugs.xml.pot
+++ /dev/null
@@ -1,388 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 17:51+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><title>
-#: en/reporting-bugs.xml:4
-msgid "Reporting bugs"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/reporting-bugs.xml:5
-msgid ""
-"Debian Live is far from being perfect, but we want to make it as close as "
-"possible to perfect - with your help. Do not hesitate to report a bug: it is "
-"better to fill a report twice than never. However, this chapter includes "
-"recommendations how to file good bug reports."
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/reporting-bugs.xml:6
-msgid "For the impatient:"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:9
-msgid ""
-"Always check first the image status updates on <ulink url=\"http://live."
-"debian.net/\">our homepage</ulink> for known issues."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:12
-msgid ""
-"Always try to reproduce the bug with the <emphasis>most recent version of "
-"<filename>live-helper</filename> and <filename>live-initramfs</filename></"
-"emphasis> before submitting a bug report."
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:15
-msgid ""
-"Try to give <emphasis>as specific information as possible</emphasis> about "
-"the bug. This includes (at least) the version of <filename>live-helper</"
-"filename> and <filename>live-initramfs</filename> used and the distribution "
-"of the live system you are building."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:19
-msgid "Known issues"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:20
-msgid ""
-"Due to the nature of Debian testing and Debian unstable branches being a "
-"moving target, building a live system may not always be possible."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:21
-msgid ""
-"If this is a problem, do not build a system based on testing or unstable, "
-"but go with stable. live-helper does always default to the current stable "
-"release."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:22
-msgid ""
-"Currently known issues are listed under the section 'status' on <ulink url="
-"\"http://live.debian.net/\">our homepage</ulink>."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:23
-msgid ""
-"It is out of the scope of this manual to train you in correctly identifying "
-"and fixing problems in packages of the development branches, however, there "
-"are two things you can always try: When not succeeding to build testing, try "
-"if unstable works. If unstable does not work either, revert to testing and "
-"pinning the newer version of the failing package from unstable."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:26
-msgid "Rebuild from scratch"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:27
-msgid ""
-"To ensure that a particular bug is not caused by an unclean built system, "
-"please always rebuild the whole live system from scratch to see if the bug "
-"is reproducible."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:30
-msgid "Use up-to-date packages"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:31
-msgid "This means"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:32
-msgid ""
-"Using outdated packages can cause significant problems when trying to "
-"reproduce (and ultimately fix) your problem. If a relevant package is not "
-"available in Debian anymore, please recognize that the resources of the "
-"Debian kernel team are limited and will be unlikely to be able to fix the "
-"problem."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:35
-msgid "Collect information"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:36
-msgid ""
-"Please provide enough information with your report. At a minimum, it should "
-"contain the exact version of <filename>live-helper</filename> version where "
-"the bug is encountered, and steps to reproduce it. Please use common sense "
-"and include other relevant information if you think that it might help in "
-"solving the problem."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:37
-msgid ""
-"To make the most out of your bug report, we require at least the following "
-"information:"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:40
-msgid "Architecture of the host system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:43
-msgid "Version of <filename>live-helper</filename> on the host system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:46
-msgid "Version of <filename>live-initramfs</filename> on the live system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:49
-msgid ""
-"Version of <filename>debootstrap</filename> and/or <filename>cdebootstrap</"
-"filename> on the host system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:52
-msgid "Architecture of the live system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:55
-msgid "Distribution of the live system"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/reporting-bugs.xml:58
-msgid "Version of the kernel on the live system"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:61
-msgid ""
-"You can generate a log of the build process by using the <filename>tee</"
-"filename> command:"
-msgstr ""
-
-#. type: Content of: <chapter><section><screen>
-#: en/reporting-bugs.xml:62
-#, no-wrap
-msgid " # lh_build 2&gt;&amp;1 | tee buildlog.txt "
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:63
-msgid ""
-"Additionally, to rule out other errors, it is always a good idea to tar up "
-"your config directory and upload it somewhere (do *not* send it as an "
-"attachment to the mailinglist), so that we can try to reproduce the errors "
-"you encountered."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:64
-msgid ""
-"Remember to send in any logs that were produced with English locale "
-"settings, e.g. run your live-helper commands with a leading <code>LC_ALL=C</"
-"code> or <code>LC_ALL=en_US</code>."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:67
-msgid "Use the correct package to report the bug against"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:68
-msgid "Where does the bug appear?"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><term>
-#: en/reporting-bugs.xml:72
-msgid "At build time whilst bootstrapping"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para><para>
-#: en/reporting-bugs.xml:75
-msgid ""
-"<filename>live-helper</filename> first bootstraps a basic Debian system with "
-"<command>debootstrap</command> or <command>cdebootstrap</command>. Depending "
-"on the bootstrapping tool used and the Debian distribution it is "
-"bootstrapping, it may fail. If a bug appears here, check if the error is "
-"related to a specific Debian package (most likely), or if it is related to "
-"cdebootstrap itself."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para><para>
-#: en/reporting-bugs.xml:76
-msgid ""
-"In both cases, this is not a bug in Debian Live, but rather in Debian itself "
-"which we can not fix this directly. Please report such a bug against "
-"<command>debootstrap</command>, <command>cdebootstrap</command> or the "
-"failing package."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><term>
-#: en/reporting-bugs.xml:81
-msgid "At build time whilst installing packages"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
-#: en/reporting-bugs.xml:83
-msgid ""
-"<filename>live-helper</filename> installs additional packages from the "
-"Debian archive and depending on the Debian distribution used and the daily "
-"archive state, it can fail. If a bug appears here, check if the error is "
-"also reproducible on a normal system."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
-#: en/reporting-bugs.xml:84
-msgid ""
-"If this is the case, this is not a bug in Debian Live, but rather in Debian "
-"- please report it against the failing package. Running "
-"<filename>debootstrap</filename> seperately from the Live system build or "
-"running <filename>lh_bootstrap</filename> with <command>--debug</command> "
-"will give you more information."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
-#: en/reporting-bugs.xml:85
-msgid ""
-"Also, if you are using a local mirror and/or any of sort of proxy and you "
-"are experiencing a problem, please always reproduce it first by "
-"bootstrapping from an official mirror."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><term>
-#: en/reporting-bugs.xml:89
-msgid "At boot-time"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
-#: en/reporting-bugs.xml:91
-msgid ""
-"If your image does not boot, please report it to the mailing list together "
-"with the information requested in <xref linkend=\"collect-information\"/>. "
-"Do not forget to mention, how/when the image failed, in Qemu, VMWare or real "
-"hardware. If you are using a virtualization technology of any kind, please "
-"always run it on real hardware before reporting a bug. Providing a "
-"screenshot of the failure is also very helpful."
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><term>
-#: en/reporting-bugs.xml:95
-msgid "At run-time"
-msgstr ""
-
-#. type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
-#: en/reporting-bugs.xml:97
-msgid ""
-"If a package was successfully installed, but fails while actually running "
-"the Live system, this is probably a bug in Debian Live. However,"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:70
-msgid "<placeholder type=\"variablelist\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:104
-msgid "Do the research"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:105
-msgid ""
-"Before filing the bug, please search the web for the particular error "
-"message or symptom you are getting. As it is highly unlikely that you are "
-"the only person experiencing a particular problem, there is always a chance "
-"that it has been discussed elsewhere, and a possible solution, patch, or "
-"workaround has been proposed."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:106
-msgid ""
-"You should pay particular attention to the Debian Live mailing list, as well "
-"as the homepage, as these are likely to contain the most up-to-date "
-"information. If such information exists, always include the references to it "
-"in your bug report."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:107
-msgid ""
-"In addition, you should check the <ulink url=\"http://bugs.debian.org/cgi-"
-"bin/pkgreport.cgi?src=live-helper\">current bug list for <filename>live-"
-"helper</filename></ulink> and the <ulink url=\"http://bugs.debian.org/cgi-"
-"bin/pkgreport.cgi?src=live-initramfs\">current bug list for live-initramfs</"
-"ulink> to see whether something similar has been reported already."
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/reporting-bugs.xml:110
-msgid "Where to report bugs"
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:111
-msgid ""
-"The Debian Live project keeps track of all bugs in the Debian Bug Tracking "
-"System (BTS). For information on how to use the system, please see <ulink "
-"url=\"http://bugs.debian.org\">http://bugs.debian.org</ulink>. You can also "
-"submit the bugs by using the <command>reportbug</command> command from the "
-"package with the same name."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:112
-msgid ""
-"In general, you should report build time errors against the <ulink url="
-"\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=live-helper\">live-"
-"helper</ulink> package and run time errors against <ulink url=\"http://bugs."
-"debian.org/cgi-bin/pkgreport.cgi?src=live-initramfs\">live-initramfs</"
-"ulink>. If you are unsure of which package is appropriate or need more help "
-"before submitting a bug report, please send a message to the mailing list "
-"and we will help you to figure it out."
-msgstr ""
-
-#. type: Content of: <chapter><section><para>
-#: en/reporting-bugs.xml:113
-msgid ""
-"Please note that bugs found in distributions derived from Debian (such as "
-"Ubuntu, Knoppix, Xandros, etc.) should <emphasis>not</emphasis> be reported "
-"to the Debian BTS unless they can be also reproduced on a Debian system "
-"using official Debian packages."
-msgstr ""
diff --git a/manual/pot/resources.xml.pot b/manual/pot/resources.xml.pot
deleted file mode 100644
index 6452569..0000000
--- a/manual/pot/resources.xml.pot
+++ /dev/null
@@ -1,101 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:16+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><para>
-#: en/about_manual.xml:125 en/customization_bootup.xml:11
-#: en/customization_bootup.xml:20 en/customization_bootup.xml:26
-#: en/customization_bootup.xml:38 en/customization_bootup.xml:85
-#: en/customization_bootup.xml:92 en/customization_bootup.xml:99
-#: en/customization_bootup.xml:106 en/customization_packages.xml:36
-#: en/customization_packages.xml:306 en/customization_packages.xml:326
-#: en/customization_packages.xml:384 en/customization_packages.xml:492
-#: en/customization_packages.xml:535 en/live-environment.xml:11
-#: en/resources.xml:11 en/success-stories.xml:11
-msgid "FIXME"
-msgstr ""
-
-#. type: Content of: <chapter><title>
-#: en/resources.xml:7
-msgid "Resources and links"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/resources.xml:10
-msgid "Links"
-msgstr ""
-
-#. type: Content of: <chapter><section><orderedlist><listitem><para>
-#: en/resources.xml:14
-msgid "<ulink url=\"http://www.debian.org/\">Debian homepage</ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/resources.xml:20
-msgid "English sources related to debian live"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:22
-msgid ""
-"<ulink url=\"http://en.wikipedia.org/wiki/Debian_Live\">Debian_Live "
-"definition on Wikipedia </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:23
-msgid ""
-"<ulink url=\"http://layer-acht.org/slides/20070115_debian-live_LCA2007.odp"
-"\"> Presentation on Debian-Live </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/resources.xml:28
-msgid "German sources related to debian live"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:30
-msgid ""
-"<ulink url=\"http://wiki.skolelinux.de/DebianLive\"> German translation "
-"(work in progress) </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:31
-msgid ""
-"<ulink url=\"http://www.linux-magazin.de/online_artikel/"
-"workshop_debian_live_system_mit_etch\"> Article in linux-magazin.de </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:32
-msgid ""
-"<ulink url=\"http://wiki.freenetproject.org/deDebianLiveCD\"> Another german "
-"documentation </ulink>"
-msgstr ""
-
-#. type: Content of: <chapter><section><title>
-#: en/resources.xml:37
-msgid "Spanish sources related to debian live"
-msgstr ""
-
-#. type: Content of: <chapter><section><itemizedlist><listitem><para>
-#: en/resources.xml:39
-msgid ""
-"<ulink url=\"http://el-directorio.org/DebianLive\"> Spanish documentation "
-"project </ulink>"
-msgstr ""
diff --git a/manual/pot/success-stories.xml.pot b/manual/pot/success-stories.xml.pot
deleted file mode 100644
index 7c0c2e7..0000000
--- a/manual/pot/success-stories.xml.pot
+++ /dev/null
@@ -1,39 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:16+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><para>
-#: en/about_manual.xml:125 en/customization_bootup.xml:11
-#: en/customization_bootup.xml:20 en/customization_bootup.xml:26
-#: en/customization_bootup.xml:38 en/customization_bootup.xml:85
-#: en/customization_bootup.xml:92 en/customization_bootup.xml:99
-#: en/customization_bootup.xml:106 en/customization_packages.xml:36
-#: en/customization_packages.xml:306 en/customization_packages.xml:326
-#: en/customization_packages.xml:384 en/customization_packages.xml:492
-#: en/customization_packages.xml:535 en/live-environment.xml:11
-#: en/resources.xml:11 en/success-stories.xml:11
-msgid "FIXME"
-msgstr ""
-
-#. type: Content of: <chapter><title>
-#: en/success-stories.xml:7
-msgid "Success Stories"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/success-stories.xml:9
-msgid "This chapter documents success stories with Debian Live applied."
-msgstr ""
diff --git a/manual/pot/troubleshooting.xml.pot b/manual/pot/troubleshooting.xml.pot
deleted file mode 100644
index 474228f..0000000
--- a/manual/pot/troubleshooting.xml.pot
+++ /dev/null
@@ -1,46 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><title>
-#: en/chapters/troubleshooting.xml:7
-msgid "Hints for troubleshooting"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/chapters/troubleshooting.xml:9
-msgid "To check on the client"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/chapters/troubleshooting.xml:13
-msgid "look at /live.log and /netboot.conf"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/chapters/troubleshooting.xml:16
-msgid "could the image be mounted"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: en/chapters/troubleshooting.xml:20
-msgid "To check on the pc that creates the image"
-msgstr ""
-
-#. type: Content of: <chapter><itemizedlist><listitem><para>
-#: en/chapters/troubleshooting.xml:24
-msgid "was chroot unmounted after build? (it should)"
-msgstr ""
diff --git a/manual/pot/use-cases.xml.pot b/manual/pot/use-cases.xml.pot
deleted file mode 100644
index 9cf2ad0..0000000
--- a/manual/pot/use-cases.xml.pot
+++ /dev/null
@@ -1,271 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para><screen>
-#: 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/other/use-cases.xml:4
-msgid "Use Cases"
-msgstr ""
-
-#. type: Content of: <chapter><para>
-#: 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/other/use-cases.xml:7
-msgid "VNC Kiosk Client"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><para>
-#: 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/other/use-cases.xml:11
-#, no-wrap
-msgid "$ mkdir vncBuild"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: 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/other/use-cases.xml:14
-#, no-wrap
-msgid "$ cd vncBuild"
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: 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/other/use-cases.xml:17
-#, no-wrap
-msgid "$ lh config --packages \"gdm metacity xtightvncviewer\""
-msgstr ""
-
-#. type: Content of: <chapter><sect1><itemizedlist><listitem><para>
-#: 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/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/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/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/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/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/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/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/about.xml.pot b/manual/pot/user.ssi.pot
similarity index 61%
rename from manual/pot/about.xml.pot
rename to manual/pot/user.ssi.pot
index f9f38b9..9fa0a8e 100644
--- a/manual/pot/about.xml.pot
+++ b/manual/pot/user.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 12:07+0300\n"
+"POT-Creation-Date: 2010-07-09 16:20+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"
@@ -15,7 +15,13 @@ msgstr ""
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: ENCODING"
 
-#. type: Content of: <chapter><title>
-#: en/chapters/about.xml:9
-msgid "About"
+#. type: Plain text
+#: en/user.ssi:5
+#, no-wrap
+msgid ""
+"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
+"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.4//EN\" \"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd\">\n"
+"<part>\n"
+"  <title>User</title>\n"
+"</part>\n"
 msgstr ""
diff --git a/manual/pot/user.xml.pot b/manual/pot/user.xml.pot
deleted file mode 100644
index 5dacf13..0000000
--- a/manual/pot/user.xml.pot
+++ /dev/null
@@ -1,21 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-18 19:02+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
-
-#. type: Content of: <part><title>
-#: en/user.xml:4
-msgid "User"
-msgstr ""

-- 
live-manual



More information about the debian-live-changes mailing list