[SCM] Debian Live manual branch, master, updated. afe51ee08531b7fa890fcc9363c72ada090e7d54

Frederic Daniel Luc Lehobey Frederic at Lehobey.net
Sat Aug 9 22:36:25 UTC 2008


The following commit has been merged in the master branch:
commit afe51ee08531b7fa890fcc9363c72ada090e7d54
Author: Frederic Daniel Luc Lehobey <Frederic at Lehobey.net>
Date:   Sat Aug 9 22:55:20 2008 +0200

    Live-manual localisation thanks to po4a.

diff --git a/Makefile b/Makefile
index 90c9dc8..b2d49ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,46 +1,37 @@
-PROJECT		:= live-manual
-FORMATS		:= html txt pdf
-
 AUTOBUILD	:= autobuild
-VERSION		:=
-PUBDATE		:=
-
-TARGETS		:= $(foreach fmt,$(FORMATS),$(PROJECT).$(fmt))
-SOURCES		:= $(wildcard chapters/*.xml) $(wildcard appendices/*.xml) ent/version.ent ent/common.ent
-
-XP		:= xsltproc --nonet --novalid --xinclude
-XL		:= xmllint --nonet --noout --postvalid --xinclude
-DBLATEX		:= dblatex --style=db2latex
+LANGUAGES       := de fr
 
-all: $(TARGETS)
+include Makefile.common
 
-validate: $(SOURCES)
-	$(XL) index.xml
-
-autobuild: clean all
+autobuild: clean translations all
 	set -e; for FORMAT in $(FORMATS); do \
 		mkdir -p $(AUTOBUILD)/$$FORMAT; \
 		cp *.$$FORMAT $(AUTOBUILD)/$$FORMAT; \
 	done
-	sed 's/UPDATED/$(shell LC_ALL=C date)/' index.html.in > $(AUTOBUILD)/index.html
-
-index.html: $(SOURCES)
-	$(XP) xsl/html.xsl index.xml
-
-$(PROJECT).html: index.html
-
-$(PROJECT).txt: $(SOURCES)
-	$(XP) xsl/txt.xsl index.xml | w3m -cols 65 -dump -T text/html > $@
+	sed '{s/__UPDATED__/$(shell LC_ALL=C date)/;s%/__LANG__%%;}' index.html.in > $(AUTOBUILD)/index.html
+	set -e; for LANGUAGE in $(LANGUAGES); do \
+		for FORMAT in $(FORMATS); do \
+			mkdir -p $(AUTOBUILD)/$$FORMAT/$$LANGUAGE; \
+			cp $$LANGUAGE/*.$$FORMAT $(AUTOBUILD)/$$FORMAT/$$LANGUAGE; \
+		done; \
+	sed "{s/__UPDATED__/$(shell LC_ALL=C date)/;s/__LANG__/$$LANGUAGE/;}" $$LANGUAGE/index.html.in > $(AUTOBUILD)/index.$$LANGUAGE.html; \
+	done
 
-$(PROJECT).pdf: $(SOURCES)
-	$(DBLATEX) index.xml -o $@ 
+po4a:
+	po4a -k 0 po4a/live-manual.cfg;
 
-ent/version.ent:
-	echo '<!ENTITY version "$(VERSION)">' >  $@
-	echo '<!ENTITY pubdate "$(PUBDATE)">' >> $@
+translations: po4a
+	set -e; for LANGUAGE in $(LANGUAGES); do \
+		mkdir -p $$LANGUAGE; \
+		cp -r ent/ $$LANGUAGE; \
+		cp -r xsl/ $$LANGUAGE; \
+		cp Makefile.common $$LANGUAGE/Makefile; \
+		$(MAKE) -C $$LANGUAGE; \
+	done
 
 clean:
+	-rm -rf $(LANGUAGES)
 	rm -f *.html *.pdf *.txt
 	rm -f ent/version.ent
 
-.PHONY: all clean validate $(PROJECT).html
+.PHONY: clean po4a translations
diff --git a/Makefile b/Makefile.common
similarity index 68%
copy from Makefile
copy to Makefile.common
index 90c9dc8..a036e4d 100644
--- a/Makefile
+++ b/Makefile.common
@@ -1,7 +1,6 @@
 PROJECT		:= live-manual
 FORMATS		:= html txt pdf
 
-AUTOBUILD	:= autobuild
 VERSION		:=
 PUBDATE		:=
 
@@ -17,13 +16,6 @@ all: $(TARGETS)
 validate: $(SOURCES)
 	$(XL) index.xml
 
-autobuild: clean all
-	set -e; for FORMAT in $(FORMATS); do \
-		mkdir -p $(AUTOBUILD)/$$FORMAT; \
-		cp *.$$FORMAT $(AUTOBUILD)/$$FORMAT; \
-	done
-	sed 's/UPDATED/$(shell LC_ALL=C date)/' index.html.in > $(AUTOBUILD)/index.html
-
 index.html: $(SOURCES)
 	$(XP) xsl/html.xsl index.xml
 
@@ -39,8 +31,4 @@ ent/version.ent:
 	echo '<!ENTITY version "$(VERSION)">' >  $@
 	echo '<!ENTITY pubdate "$(PUBDATE)">' >> $@
 
-clean:
-	rm -f *.html *.pdf *.txt
-	rm -f ent/version.ent
-
-.PHONY: all clean validate $(PROJECT).html
+.PHONY: all validate $(PROJECT).html
diff --git a/index.html.in b/index.html.in
index 3d5e503..da1388f 100644
--- a/index.html.in
+++ b/index.html.in
@@ -12,16 +12,16 @@
 
 <p>Formats:
 <ul>
-	<li><strong><a href="html/">HTML</a></strong></li>
-	<li><a href="txt/live-manual.txt">Plain text</a></li>
-	<li><a href="pdf/live-manual.pdf">PDF</a></li>
+	<li><strong><a href="html/__LANG__/">HTML</a></strong></li>
+	<li><a href="txt/__LANG__/live-manual.txt">Plain text</a></li>
+	<li><a href="pdf/__LANG__/live-manual.pdf">PDF</a></li>
 </ul>
 </p>
 
 <p>The source for this manual is available <a href="http://git.debian.org/?p=debian-live/live-manual.git">here</a>.</p>
 
 <hr/>
-<p>Last updated: UPDATED.</p>
+<p>Last updated: __UPDATED__.</p>
 
 </body>
 </html>
diff --git a/po4a/de/about.xml.po b/po4a/de/about.xml.po
new file mode 100644
index 0000000..1b04973
--- /dev/null
+++ b/po4a/de/about.xml.po
@@ -0,0 +1,293 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/about.xml:7
+msgid "About the Debian Live Project"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/about.xml:10
+msgid "Motivation"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:13
+msgid "What is wrong with current live systems"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:15
+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: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:18
+msgid "They are unofficial projects, developed outside of Debian."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:19
+msgid "They mix different distributions, e.g. testing and unstable."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:20
+msgid "They support i386 only."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:21
+msgid ""
+"They change package's behavior and/or appearance by stripping them down to "
+"save space."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:22
+msgid "They include unofficial packages."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:23
+msgid "They ship custom kernels with additional patches not part of Debian."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:24
+msgid ""
+"They are large and slow due to their sheer size and thus not suitable for "
+"rescue issues."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:25
+msgid ""
+"They are not available in different flavours, e.g. CDs, DVDs, USB-stick and "
+"netboot images"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:30
+msgid "Why create our own live system?"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:32
+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: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:35
+msgid "It would be an official Debian subproject."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:36
+msgid "It reflects the (current) state of one distribution."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:37
+msgid "It runs on as many architectures as possible."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:38
+msgid "It consists of unchanged Debian packages only."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:39
+msgid "It does not contain any unofficial packages."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:40
+msgid "It uses an unaltered Debian kernel-image with no additional patches."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/about.xml:48
+msgid "Philosophy"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:51
+msgid "Only unchanged, official packages"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:53
+msgid ""
+"We will only use official packages from the Debian repository, section main "
+"or maybe contrib (the use of contrib is not decided yet). The non-free "
+"section is not part of Debian and therefore not used at all for the live "
+"system."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:57
+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: <chapter><section><section><para>
+#: chapters/about.xml:61
+msgid ""
+"Exception: temporarily, our own packages like live-helper or live-initramfs "
+"may be used from our own repository for development reasons (e.g. to create "
+"development snapshots). They will be synced into Debian on a regular basis."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:66
+msgid "No configuration of the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:68
+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: <chapter><section><section><para>
+#: chapters/about.xml:72
+msgid ""
+"Whenever we need a different default configuration, we will do that in "
+"coordination with its package maintainer in Debian."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:76
+msgid ""
+"A system for configuring packages is provided using debconf in lh_config "
+"(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."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:80
+msgid ""
+"Exception: There are a few essential changes needed to be make a live system "
+"alive (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: <chapter><section><section><title>
+#: chapters/about.xml:85
+msgid "No live system to hard disk installer"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:87
+msgid ""
+"[ this is no longer valid after etch release, we will work on an installer "
+"for lenny ]"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:91
+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: <chapter><section><section><para>
+#: chapters/about.xml:95
+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: <chapter><section><title>
+#: chapters/about.xml:102
+msgid "Contact"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:105
+msgid "Mailing list"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:106
+msgid ""
+"The primary contact for the project is the <ulink url=\"http://lists.alioth."
+"debian.org/mailman/listinfo/debian-live-devel\">mailing list</ulink>. You "
+"can email the list directly by addressing your mail to <email>debian-live-"
+"devel at lists.alioth.debian.org</email>. The <ulink url=\"http://lists.alioth."
+"debian.org/pipermail/debian-live-devel/\">list archives</ulink> are also "
+"available."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:109
+msgid "IRC"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:111
+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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:115
+msgid "BTS"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:117
+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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:121
+msgid "Wiki"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:123
+msgid ""
+"FIXME. <ulink url=\"http://wiki.debian.org/DebianLive\">our entry on the "
+"Debian wiki</ulink>."
+msgstr ""
diff --git a/po4a/de/basics.xml.po b/po4a/de/basics.xml.po
new file mode 100644
index 0000000..3e2987d
--- /dev/null
+++ b/po4a/de/basics.xml.po
@@ -0,0 +1,316 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/basics.xml:7
+msgid "The basics"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/basics.xml:10
+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>
+#: chapters/basics.xml:14
+msgid "First steps: building an ISO image"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:17
+msgid ""
+"The following sequence of commands 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>
+#: chapters/basics.xml:21
+msgid "First, we must configure our Live system:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:24
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:29
+msgid ""
+"Passing no parameters indicated that we wish to use the default binary image "
+"type. You will see that &live-helper; created a <filename>\"config/\"</"
+"filename> hierarchy in your current directory - this is used by the rest of "
+"&live-helper; to build your live image."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:33 chapters/basics.xml:91 chapters/basics.xml:130
+msgid "We can then build the image with <filename>lh_build</filename> as root:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:36 chapters/basics.xml:94 chapters/basics.xml:133
+#, no-wrap
+msgid ""
+"\n"
+"# lh_build\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:41
+msgid ""
+"This process can take a while, depending on the speed of your network "
+"connection."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:45
+msgid "Testing an ISO image with Qemu"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/basics.xml:47
+msgid "Testing an ISO is simple:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:50
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install qemu\n"
+"$ qemu -cdrom binary.iso\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:57
+msgid "Burning an ISO image to physical medium"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/basics.xml:58
+msgid "Burning an ISO image is easy:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:60
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install wodim\n"
+"$ wodim binary.iso\n"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/basics.xml:69
+msgid "Building an USB/HDD image"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:71
+msgid ""
+"The following sequence of 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, hard drives and various other portable storage "
+"devices."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:75
+msgid ""
+"Note if an iso image had been previously built, you will need to clean live-"
+"helper:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:78
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_clean --binary\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:83
+msgid "First, we must configure &live-helper; to create a USD/HDD image type:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:86
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config -b usb-hdd\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:99
+msgid "Copying USB/HDD image to a USB stick"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:100
+#, no-wrap
+msgid ""
+"\n"
+"$ dd if=binary.img of=$USBDRV\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:106
+msgid "Testing a USB/HDD image with Qemu"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:107
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install qemu\n"
+"$ qemu -hda binary.img\n"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/basics.xml:115
+msgid "Building a netboot image"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:118
+msgid "First, we configure our Live system:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:121
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config -b net --net-root-path \"/srv/debian-live\" --net-root-server \"192.168.0.1\"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:126
+msgid ""
+"In contrast with the ISO and USB/HDD image types, netbooting does not "
+"support serving a filesystem image with the client so we must serve the "
+"files via NFS. The <replaceable>net-root-path</replaceable> and "
+"<replaceable>net-root-server</replaceable> options specify the location and "
+"server respectfully of the NFS server on the filesytem image will be located "
+"at boot-time."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:138
+msgid "We must now configure three services:"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/basics.xml:142
+msgid "NFS server"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:145
+msgid ""
+"This contains the Live filesystem image which the system will use at run-"
+"time."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:148
+msgid ""
+"You should install the <computeroutput>nfs-kernel-server</computeroutput> "
+"server package -- <computeroutput>nfs-user-server</computeroutput> does not "
+"function correctly with netboot."
+msgstr ""
+
+# 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><listitem><screen>
+#: chapters/basics.xml:154
+#, no-wrap
+msgid ""
+"\n"
+"/srv/debian-live *(rw,sync,no_root_squash)\n"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/basics.xml:160
+msgid "TFTPd server"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:163
+msgid "This serves the kernel and initial ramdisk to the system at run-time."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:166
+msgid ""
+"You should install the <computeroutput>tftpd-hpa</computeroutput> package."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><screen>
+#: chapters/basics.xml:169
+#, no-wrap
+msgid ""
+"\n"
+"$ ls /var/lib/tftpboot/\n"
+"initrd.gz  memtest  pxelinux.0  pxelinux.cfg  vmlinuz\n"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/basics.xml:176
+msgid "DHCP server"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:179
+msgid ""
+"We must configure our network's DHCP server to advertise the location of the "
+"PXE server."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><screen>
+#: chapters/basics.xml:185
+#, no-wrap
+msgid ""
+"\n"
+"next-server 192.168.0.78;\n"
+"filename \"pxelinux.0\";\n"
+msgstr ""
diff --git a/po4a/de/common-tasks.xml.po b/po4a/de/common-tasks.xml.po
new file mode 100644
index 0000000..454da3a
--- /dev/null
+++ b/po4a/de/common-tasks.xml.po
@@ -0,0 +1,133 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/common-tasks.xml:7
+msgid "Common tasks"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/common-tasks.xml:10
+msgid "The Debian Installer"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/common-tasks.xml:12
+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>
+#: chapters/common-tasks.xml:16
+msgid "The \"Debian Installer\""
+msgstr ""
+
+# type: Content of: <chapter><section><note><para>
+#: chapters/common-tasks.xml:19
+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>
+#: chapters/common-tasks.xml:23
+msgid "The three main types of installer are:"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/common-tasks.xml:28
+msgid "\"Normal\" Debian Installer"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/common-tasks.xml:32
+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>
+#: chapters/common-tasks.xml:35
+msgid ""
+"This means that Debian is installed by fetching and installing "
+"<computeroutput>.deb</computeroutput> 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>
+#: chapters/common-tasks.xml:38
+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 &live-helper;."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/common-tasks.xml:44
+msgid "\"Live\" Debian Installer"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/common-tasks.xml:48
+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>
+#: chapters/common-tasks.xml:51
+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>
+#: chapters/common-tasks.xml:54
+msgid "This is working now."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/common-tasks.xml:60
+msgid "\"Ubuntu\"-style installer"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/common-tasks.xml:64
+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>
+#: chapters/common-tasks.xml:67
+msgid "This is currently NOT possible with Debian Live."
+msgstr ""
diff --git a/po4a/de/configuration-files.xml.po b/po4a/de/configuration-files.xml.po
new file mode 100644
index 0000000..4f69c83
--- /dev/null
+++ b/po4a/de/configuration-files.xml.po
@@ -0,0 +1,1036 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: appendices/configuration-files.xml:8
+msgid "Configuration files"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:11
+msgid "The <filename>config/binary</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:15
+msgid "LH_BINARY_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:16
+msgid "Set image filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:20
+msgid "LH_BINARY_IMAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:21
+#: appendices/configuration-files.xml:512
+msgid "Set image type. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:25
+msgid "LH_BINARY_INDICES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:30
+msgid "LH_BOOTAPPEND_LIVE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:31 appendices/configuration-files.xml:36
+msgid "Set boot parameters. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:35
+msgid "LH_BOOTAPPEND_INSTALL"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:40
+msgid "LH_BOOTLOADER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:41
+msgid "Set bootloader. (See <xref linkend=\"bootloaders\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:45
+msgid "LH_CHECKSUMS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:46
+msgid "Set checksums. (See <xref linkend=\"cheat-codes\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:50
+msgid "LH_CHROOT_BUILD"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:55
+msgid "LH_DEBIAN_INSTALLER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:56
+msgid "Set debian-installer. (See <xref linkend=\"debian-installer\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:60
+msgid "LH_DEBIAN_INSTALLER_DAILY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:61
+msgid "Set daily images. (See <xref linkend=\"debian-installer\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:65
+msgid "LH_ENCRYPTION"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:66
+msgid "Set encrytion. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:70
+msgid "LH_GRUB_SPLASH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:71
+msgid "Set custom grub splash. (See <xref linkend=\"splash\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:75
+msgid "LH_HOSTNAME"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:76
+msgid "Set hostname. (See <xref linkend=\"hostname\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:80
+msgid "LH_ISO_APPLICATION"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:81
+msgid "Set iso author. (See <xref linkend=\"iso-metadata\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:85
+msgid "LH_ISO_PREPARER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:86
+msgid "Set iso preparer. (See <xref linkend=\"iso-metadata\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:90
+msgid "LH_ISO_PUBLISHER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:91
+msgid "Set iso publisher. (See <xref linkend=\"iso-metadata\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:95
+msgid "LH_ISO_VOLUME"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:100
+msgid "LH_JFFS2_ERASEBLOCK"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:101
+msgid ""
+"Set jffs2 eraseblock size. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:105
+msgid "LH_MEMTEST"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:106
+msgid "Set memtest. (See <xref linkend=\"memtest\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:110
+msgid "LH_NET_ROOT_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:111
+msgid "Set netboot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:115
+msgid "LH_NET_ROOT_MOUNTOPTIONS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:116
+msgid "Set nfsopts. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:120
+msgid "LH_NET_ROOT_PATH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:121
+msgid ""
+"Set netboot server directory. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:125
+msgid "LH_NET_ROOT_SERVER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:126
+msgid ""
+"Set netboot server address. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:130
+msgid "LH_NET_COW_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:135
+msgid "LH_NET_COW_MOUNTOPTIONS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:136
+msgid "Set cow mount options. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:140
+msgid "LH_NET_COW_PATH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:141
+msgid "Set cow directory. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:145
+msgid "LH_NET_COW_SERVER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:146
+msgid "Set cow server. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:150
+msgid "LH_NET_TARBALL"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:151
+msgid "Set net tarball. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:155
+msgid "LH_SYSLINUX_SPLASH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:156
+msgid "Set custom syslinux splash. (See <xref linkend=\"splash\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:160
+msgid "LH_SYSLINUX_TIMEOUT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:165
+msgid "LH_SYSLINUX_CFG"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:166
+msgid ""
+"Set custom syslinux configuration file. (See <xref linkend=\"syslinux\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:170
+msgid "LH_SYSLINUX_MENU"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:171
+msgid "Set syslinux menu. (See <xref linkend=\"syslinux\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:175
+msgid "LH_SYSLINUX_MENU_LIVE_ENTRY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:180
+msgid "LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:185
+msgid "LH_SYSLINUX_MENU_MEMTEST_ENTRY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:190
+msgid "LH_USERNAME"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:191
+msgid "Set username. (See <xref linkend=\"live-user\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:198
+msgid "The <filename>config/bootstrap</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:202
+msgid "LH_ARCHITECTURE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:203
+msgid ""
+"Select chroot architecture. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:207
+msgid "LH_BOOTSTRAP_CONFIG"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:208
+msgid ""
+"Set distribution config directory. (See <xref linkend=\"configuration-layout"
+"\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:212
+msgid "LH_BOOTSTRAP_INCLUDE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:213
+msgid ""
+"Include packages on base. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:217
+msgid "LH_BOOTSTRAP_EXCLUDE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:218
+msgid ""
+"Exclude packages on base. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:222
+msgid "LH_BOOTSTRAP_FLAVOUR"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:223
+msgid "Select flavour to use. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:227
+msgid "LH_BOOTSTRAP_KEYRING"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:228
+msgid ""
+"Set distribution keyring. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:232
+msgid "LH_DISTRIBUTION"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:233
+msgid ""
+"Select distribution to use. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:237
+msgid "LH_MIRROR_BOOTSTRAP"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:242
+msgid "LH_MIRROR_CHROOT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:247
+msgid "LH_MIRROR_CHROOT_SECURITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:252
+msgid "LH_MIRROR_BINARY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:257
+msgid "LH_MIRROR_BINARY_SECURITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:262
+msgid "LH_SECTIONS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:263
+msgid "select section(s) to use. (See <xref linkend=\"package-sources\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:269
+msgid "The <filename>config/chroot</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:273
+msgid "LH_CHROOT_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:274
+msgid "Set chroot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:278
+msgid "LH_UNION_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:279
+msgid "Set union filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:283
+msgid "LH_EXPOSED_ROOT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:288
+msgid "LH_HOOKS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:289
+msgid "Set hook commands. (See <xref linkend=\"hooks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:293
+msgid "LH_INTERACTIVE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:294
+msgid "Set interactive build. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:298
+msgid "LH_KEYRING_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:299
+msgid "Set keyring packages. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:303
+msgid "LH_LANGUAGE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:304
+msgid "Set language to use. (See <xref linkend=\"language\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:308
+msgid "LH_LINUX_FLAVOURS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:309
+msgid "Set kernel flavour to use. (See <xref linkend=\"kernel\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:313
+msgid "LH_LINUX_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:314
+msgid "Set kernel packages to use. (See <xref linkend=\"kernel\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:318
+msgid "LH_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:319
+msgid "Set packages to install. (See <xref linkend=\"lh-packages\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:323
+msgid "LH_PACKAGES_LISTS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:328
+msgid "LH_TASKS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:329
+msgid "Set tasks to install. (See <xref linkend=\"tasks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:333
+msgid "LH_SECURITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:334
+msgid "enable security updates. (See <xref linkend=\"package-sources\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:338
+msgid "LH_SYMLINKS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:339
+msgid "enable symlink convertion. (See <xref linkend=\"symlinks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:343
+msgid "LH_SYSVINIT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:344
+msgid "enable sysvinit. (See <xref linkend=\"startup-scripts\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:351
+msgid "The <filename>config/common</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:355
+msgid "LH_APT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:356
+msgid "Set package manager. (See <xref linkend=\"package-installation\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:360
+msgid "LH_APT_FTP_PROXY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:365
+msgid "LH_APT_HTTP_PROXY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:370
+msgid "LH_APT_PDIFFS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:375
+msgid "LH_APT_PIPELINE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:380
+msgid "LH_APT_RECOMMENDS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:381
+msgid ""
+"Set apt/aptitude recommends. (See <xref linkend=\"package-installation\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:385
+msgid "LH_APT_SECURE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:386
+msgid ""
+"Set apt/aptitude security. (See <xref linkend=\"package-installation\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:390
+msgid "LH_BOOTSTRAP"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:391
+msgid "Set bootstrap program. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:395
+msgid "LH_CACHE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:396
+msgid "control cache. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:400
+msgid "LH_CACHE_INDICES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:405
+msgid "LH_CACHE_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:410
+msgid "LH_CACHE_STAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:415
+msgid "LH_DEBCONF_FRONTEND"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:420
+msgid "LH_DEBCONF_NOWARNINGS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:421
+msgid "Set debconf(1) warnings. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:425
+msgid "LH_DEBCONF_PRIORITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:430
+msgid "LH_INITRAMFS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:431
+msgid "Set initramfs hook. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:435
+msgid "LH_FDISK"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:436
+msgid "Set fdisk program. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:440
+msgid "LH_LOSETUP"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:441
+msgid "Set losetup program. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:445
+msgid "LH_MODE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:446
+msgid "Set distribution mode. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:450
+msgid "LH_ROOT_COMMAND"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:451
+msgid "use sudo or equivalent. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:455
+msgid "LH_USE_FAKEROOT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:456
+msgid "use fakeroot/fakechroot. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:460
+msgid "LH_TASKSEL"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:461
+msgid "Set tasksel program. (See <xref linkend=\"tasks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:465
+msgid "LH_INCLUDES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:466
+msgid "Set includes. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:470
+msgid "LH_TEMPLATES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:471
+msgid "Set templates. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:475
+msgid "LH_BREAKPOINTS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:476
+msgid "enable breakpoints. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:480
+msgid "LH_DEBUG"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:481
+msgid "enable debug. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:485
+msgid "LH_FORCE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:486
+msgid "enable force. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:490
+msgid "LH_QUIET"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:491
+msgid "enable quiet. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:495
+msgid "LH_VERBOSE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:496
+msgid "enable verbose. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:502
+msgid "The <filename>config/source</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:506
+msgid "LH_SOURCE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:507
+msgid "Set source option. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:511
+msgid "LH_SOURCE_IMAGES"
+msgstr ""
diff --git a/po4a/de/configuration-layout.xml.po b/po4a/de/configuration-layout.xml.po
new file mode 100644
index 0000000..3b626e6
--- /dev/null
+++ b/po4a/de/configuration-layout.xml.po
@@ -0,0 +1,233 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: appendices/configuration-layout.xml:8
+msgid "Configuration layout"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><title>
+#: appendices/configuration-layout.xml:11
+msgid ""
+"Layout of the <filename class=\"directory\">config/</filename> directory"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:14
+msgid "<filename class=\"directory\">binary_debian-installer/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:15
+#: appendices/configuration-layout.xml:23
+#: appendices/configuration-layout.xml:39
+msgid "(see <xref linkend=\"debian-installer\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:18
+msgid "<filename class=\"directory\">binary_grub/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:19
+#: appendices/configuration-layout.xml:47
+#: appendices/configuration-layout.xml:79
+#: appendices/configuration-layout.xml:83
+msgid "(see <xref linkend=\"bootloaders\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:22
+msgid "<filename class=\"directory\">binary_local-debs/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:26
+msgid "<filename class=\"directory\">binary_local-hooks/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:27
+msgid "(see <xref linkend=\"binary-local-hooks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:30
+msgid "<filename class=\"directory\">binary_local-includes/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:31
+msgid "(see <xref linkend=\"binary-includes\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:34
+msgid "<filename class=\"directory\">binary_local-packageslists/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:35
+#: appendices/configuration-layout.xml:43
+msgid "(see <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:38
+msgid "<filename class=\"directory\">binary_local-udebs/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:42
+msgid "<filename class=\"directory\">binary_rootfs/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:46
+msgid "<filename class=\"directory\">binary_syslinux/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:50
+msgid "<filename class=\"directory\">chroot_apt/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:51
+msgid "(see <xref linkend=\"custom-packages-apt\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:54
+msgid "<filename class=\"directory\">chroot_local-hooks/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:55
+msgid "(see <xref linkend=\"chroot-local-hooks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:58
+msgid "<filename class=\"directory\">chroot_local-includes/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:59
+msgid "(see <xref linkend=\"chroot-local-includes\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:62
+msgid "<filename class=\"directory\">chroot_local-packages/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:63
+msgid "(see <xref linkend=\"local-packages\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:66
+msgid "<filename class=\"directory\">chroot_local-packageslists/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:67
+msgid "(see <xref linkend=\"package-lists\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:70
+msgid "<filename class=\"directory\">chroot_local-presed/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:71
+msgid "(see <xref linkend=\"debconf-preseed\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:74
+msgid "<filename class=\"directory\">chroot_sources/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:75
+msgid "(see <xref linkend=\"custom-apt-repo\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:78
+msgid "<filename class=\"directory\">includes/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:82
+msgid "<filename class=\"directory\">templates/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:87
+msgid "<filename>bootstrap</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:88
+msgid "(see <xref linkend=\"config-bootstrap\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:91
+msgid "<filename>binary</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:92
+msgid "(see <xref linkend=\"config-binary\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:95
+msgid "<filename>chroot</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:96
+msgid "(see <xref linkend=\"config-chroot\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:99
+msgid "<filename>common</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:100
+msgid "(see <xref linkend=\"config-common\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:103
+msgid "<filename>source</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:104
+msgid "(see <xref linkend=\"config-source\"/>)"
+msgstr ""
diff --git a/po4a/de/customisation-binary.xml.po b/po4a/de/customisation-binary.xml.po
new file mode 100644
index 0000000..29dac8d
--- /dev/null
+++ b/po4a/de/customisation-binary.xml.po
@@ -0,0 +1,98 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/customisation-binary.xml:7
+msgid "Customising the binary image"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-binary.xml:9
+msgid "This chapter discusses FIXME"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-binary.xml:12
+msgid "ISO metadata"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:19
+msgid ""
+"<computeroutput>LH_ISO_APPLICATION</computeroutput> / <computeroutput>--iso-"
+"application <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:27
+msgid ""
+"<computeroutput>LH_ISO_PREPARER</computeroutput> / <computeroutput>--iso-"
+"preparer <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:35
+msgid ""
+"<computeroutput>LH_ISO_PUBLISHER</computeroutput> / <computeroutput>--iso-"
+"publisher <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:43
+msgid ""
+"<computeroutput>LH_ISO_VOLUME</computeroutput> / <computeroutput>--iso-"
+"volume <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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/po4a/de/customisation-bootup.xml.po b/po4a/de/customisation-bootup.xml.po
new file mode 100644
index 0000000..b7fc5dd
--- /dev/null
+++ b/po4a/de/customisation-bootup.xml.po
@@ -0,0 +1,109 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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><title>
+#: chapters/customisation-bootup.xml:7
+msgid "Customising the bootup process"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-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: <chapter><section><title>
+#: chapters/customisation-bootup.xml:14
+msgid "Kernel"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:18
+msgid "Bootloaders"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-bootup.xml:24
+msgid "Choosing a bootloader"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-bootup.xml:31
+msgid "Syslinux"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-bootup.xml:32
+msgid ""
+"In the default configuration, Syslinux will pause indefinitely at its splash "
+"screen. To adjust this, modify the <computeroutput>LH_SYSLINUX_TIMEOUT</"
+"computeroutput> value or pass <computeroutput>--syslinux-timeout "
+"<replaceable>TIMEOUT</replaceable></computeroutput> 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: <chapter><section><section><title>
+#: chapters/customisation-bootup.xml:36
+msgid "Bootloader templates"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:44
+msgid "Splash screens"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:51
+msgid "Memtest"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:58
+msgid "Startup scripts"
+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><para>
+#: chapters/customisation-bootup.xml:70
+msgid "Checksums."
+msgstr ""
diff --git a/po4a/de/customisation-contents.xml.po b/po4a/de/customisation-contents.xml.po
new file mode 100644
index 0000000..8064ae0
--- /dev/null
+++ b/po4a/de/customisation-contents.xml.po
@@ -0,0 +1,208 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/customisation-contents.xml:7
+msgid "Customising contents"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-contents.xml:9
+msgid "This chapter discusses further customisation of the live system."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:12
+msgid "Includes"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-contents.xml:19
+msgid "Chroot local includes"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:29
+#: chapters/customisation-contents.xml:90
+msgid "Binary local includes"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:39
+#: chapters/customisation-contents.xml:97
+msgid "Binary includes"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><para>
+#: chapters/customisation-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: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:54
+msgid "Live/chroot local includes"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-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>) or adding configuration files where "
+"additional processing is not required."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-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: <chapter><section><section><screen>
+#: chapters/customisation-contents.xml:63
+#, no-wrap
+msgid ""
+"\n"
+"  $ mkdir -p config/lh_chroot_local-includes/var/www\n"
+"  $ cp /path/to/my/index.html config/lh_chroot_local-includes/var/www\n"
+" "
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-contents.xml:69
+msgid "Your configuration will then have the following layout:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-contents.xml:72
+#, no-wrap
+msgid ""
+"\n"
+"-- config\n"
+"   [...]\n"
+"    |-- includes\n"
+"    |-- lh_chroot_local-includes\n"
+"    |   `-- var\n"
+"    |       `-- www\n"
+"    |           `-- index.html\n"
+"   [...]\n"
+"    `-- templates\n"
+" "
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-contents.xml:85
+msgid ""
+"Chroot local includes are installed after package installation so that files "
+"installed by packages are overwritten."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-contents.xml:92
+#: chapters/customisation-contents.xml:99
+#: chapters/customisation-contents.xml:108
+#: chapters/customisation-contents.xml:113
+#: chapters/customisation-contents.xml:118
+#: chapters/customisation-packages.xml:124
+msgid "FIXME."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:106
+msgid "Hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-contents.xml:109
+msgid "Enabling hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:112
+msgid "Live/chroot local hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:117
+msgid "Binary local hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:124
+msgid "Preseeding Debconf questions"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-contents.xml:126
+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: <chapter><section><para>
+#: chapters/customisation-contents.xml:128
+msgid ""
+"For more information about debconf, please see debconf(7) in the "
+"<computeroutput>debconf</computeroutput> package."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:132
+msgid "Symlink conversion"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-contents.xml:133
+msgid "FIXME. (This is probably in the wrong section)"
+msgstr ""
diff --git a/po4a/de/customisation-packages.xml.po b/po4a/de/customisation-packages.xml.po
new file mode 100644
index 0000000..6f09c71
--- /dev/null
+++ b/po4a/de/customisation-packages.xml.po
@@ -0,0 +1,503 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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><section><section><para>
+#: chapters/customisation-contents.xml:92
+#: chapters/customisation-contents.xml:99
+#: chapters/customisation-contents.xml:108
+#: chapters/customisation-contents.xml:113
+#: chapters/customisation-contents.xml:118
+#: chapters/customisation-packages.xml:124
+msgid "FIXME."
+msgstr ""
+
+# type: Content of: <chapter><title>
+#: chapters/customisation-packages.xml:7
+msgid "Customising package installation"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-packages.xml:10
+msgid ""
+"This chapter discusses the customisation of package installation. This "
+"involves:"
+msgstr ""
+
+# type: Content of: <chapter><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:14
+msgid "Selecting additional packages to be installed"
+msgstr ""
+
+# type: Content of: <chapter><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:15
+msgid "Installing modified packages"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:19
+msgid "Package sources"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:26
+msgid "Package installation"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:28
+msgid ""
+"You can elect to use either <computeroutput>apt</computeroutput> or "
+"<computeroutput>aptitude</computeroutput> when installing packages. Which "
+"utility is used is governed by the <computeroutput>LH_APT</computeroutput> "
+"variable in <filename>config/chroot</filename> or by the <computeroutput>--"
+"apt</computeroutput> argument to <filename>lh_config</filename>:"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-packages.xml:33
+msgid "<computeroutput>apt</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:36
+msgid ""
+"Specifying a missing package causes package installation to fail, which may "
+"not be the desired behaviour."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:39
+msgid "This is the default setting for building images for Lenny or later."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-packages.xml:44
+msgid "<computeroutput>aptitude</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:47
+msgid ""
+"Specifying a missing package causes package installation to succeed, which "
+"may not be the desired behaviour."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:50
+msgid "This is the default setting for building images for Etch."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:59
+msgid "Installing additional packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:62
+msgid ""
+"&live-helper; has a number of mechanisms for indicating that additional "
+"packages should be installed, including:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:66
+#: chapters/customisation-packages.xml:73
+msgid "The <computeroutput>LH_PACKAGES</computeroutput> variable"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:67
+#: chapters/customisation-packages.xml:98
+msgid "Package lists"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:68
+msgid "Local packages (<filename>chroot_local-packages/</filename>)"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:69
+#: chapters/customisation-packages.xml:182
+msgid "Tasks"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:75
+msgid ""
+"To install additional packages, simply add them to the "
+"<computeroutput>LH_PACKAGES</computeroutput> variable in <filename>config/"
+"chroot</filename>. For example:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-packages.xml:78
+#, no-wrap
+msgid ""
+"\n"
+"LH_PACKAGES=\"package1 package2 package3 ... \"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:83
+msgid "You can also specify an initial values on the command line:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-packages.xml:86
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config --packages \"package1 package2 package3\"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:90
+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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:93
+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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:100
+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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:103
+msgid ""
+"To specify a package list, add the name of the list to the "
+"<computeroutput>LH_PACKAGES_LISTS</computeroutput> variable in "
+"<filename>config/chroot</filename>. For example:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-packages.xml:105
+#, no-wrap
+msgid ""
+"\n"
+"LH_PACKAGES_LISTS=\"gnome\"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:109
+msgid ""
+"Packages lists that a distributed with &live-helper; reside in view in the "
+"<computeroutput>/usr/share/live-helper/lists</computeroutput> directory."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/customisation-packages.xml:112
+msgid "Local packages lists"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:114
+msgid ""
+"You may supplement the supplied lists using local package lists stored in "
+"<computeroutput>config/chroot_local-packageslists</computeroutput>."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:117
+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: <chapter><section><section><section><title>
+#: chapters/customisation-packages.xml:123
+msgid "Extending a provided package list using includes"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:126
+#, no-wrap
+msgid ""
+"\n"
+"#include &lt;gnome&gt;\n"
+"iceweasel\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:132
+msgid ""
+"The package lists that are included with &live-helper; make extensive use of "
+"includes. They are available to view in the <computeroutput>/usr/share/live-"
+"helper/lists</computeroutput> directory."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/customisation-packages.xml:137
+msgid "Using conditionals inside packages lists"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:140
+#, no-wrap
+msgid ""
+"\n"
+"#if ARCHITECTURE amd64\n"
+"ia32-libs\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:146
+msgid ""
+"or if <computeroutput>LH_ARCHITECTURE</computeroutput> is set to "
+"<computeroutput>i386</computeroutput> or <computeroutput>amd64</"
+"computeroutput>:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:148
+#, no-wrap
+msgid ""
+"\n"
+"#if ARCHITECTURE i386 amd64\n"
+"memtest86+\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:154
+msgid ""
+"or if <computeroutput>LH_SECTIONS</computeroutput> contains either "
+"<computeroutput>contrib</computeroutput> or <computeroutput>non-free</"
+"computeroutput>:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:156
+#, no-wrap
+msgid ""
+"\n"
+"#if SECTIONS contrib non-free\n"
+"vrms\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:162
+msgid ""
+"A conditional may surround an <computeroutput>#include</computeroutput> "
+"directive:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:164
+#, no-wrap
+msgid ""
+"\n"
+"#if ARCHITECTURE amd64\n"
+"#include &lt;gnome-full&gt;\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:171
+msgid ""
+"Any &live-helper; configuration variable that begins with "
+"<computeroutput>LH_</computeroutput> can be tested in this way."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:174
+msgid "The nesting of conditionals is not supported."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:189
+msgid "Installing modified or third-party packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:191
+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: <chapter><section><para>
+#: chapters/customisation-packages.xml:193
+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: <chapter><section><para>
+#: chapters/customisation-packages.xml:195
+msgid "There are two ways of installing modified custom packages:"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:197
+msgid "<filename>chroot_local-packages</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:198
+msgid "Using a custom APT repository"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:201
+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 setup."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:204
+msgid ""
+"Using <filename>chroot_local-packages</filename> to install custom packages"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:205
+msgid ""
+"To install a custom package, simply copy it to the <computeroutput>config/"
+"chroot_local-packages</computeroutput> 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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:207
+msgid ""
+"Packages <emphasis>must</emphasis> be named in the prescribed way. One "
+"simple way to is to use <computeroutput>dpkg-name</computeroutput>. FIXME"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:209
+msgid ""
+"Using <filename>chroot_local-packages</filename> for installation of custom "
+"packages has two disadvantages:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:211
+msgid "It is not possible to use secure APT"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:212
+msgid ""
+"You must install all appropriate packages in the <computeroutput>config/"
+"chroot_local-packages</computeroutput> directory"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:213
+msgid ""
+"Does not lend itself to storing Debian Live configurations in revision "
+"control"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:218
+msgid "Using an APT repository to install custom packages"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:223
+msgid ""
+"Unlike You must ensure that you specify the package elsewhere, see (FIXME)"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:226
+#: chapters/customisation-packages.xml:248
+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 ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:231
+msgid "Custom packages and APT"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:233
+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 is available in two "
+"different repositories, APT will elect to install the package with a higher "
+"version number over one with the lower."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:237
+msgid ""
+"Because of this. you may wish to increment the version number in your custom "
+"packages' <computeroutput>debian/changelog</computeroutput> 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: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:243
+msgid "Altering APT preferences during Live system"
+msgstr ""
diff --git a/po4a/de/faq.xml.po b/po4a/de/faq.xml.po
new file mode 100644
index 0000000..135acf4
--- /dev/null
+++ b/po4a/de/faq.xml.po
@@ -0,0 +1,21 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/faq.xml:7
+msgid "Frequently asked questions (FAQ)"
+msgstr ""
diff --git a/po4a/de/index.html.in.po b/po4a/de/index.html.in.po
new file mode 100644
index 0000000..ead582d
--- /dev/null
+++ b/po4a/de/index.html.in.po
@@ -0,0 +1,77 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 20:46+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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: <html><head><title>
+#: index.html.in:3
+msgid "Debian Live manual"
+msgstr ""
+
+# type: Content of: <html><body><p><a>
+#: index.html.in:7
+msgid "<a href=\"http://debian-live.alioth.debian.org/\">"
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: index.html.in:7
+msgid "</a>"
+msgstr ""
+
+# type: Content of: <book><title>
+#: index.html.in:9 index.xml:9
+msgid "Debian Live Manual"
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: 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-"
+"devel at lists.alioth.debian.org\">debian-live-devel at lists.alioth.debian.org</"
+"a>."
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: index.html.in:13
+msgid "Formats:"
+msgstr ""
+
+# type: Content of: <html><body><p><ul><li>
+#: index.html.in:15
+msgid "<strong><a href=\"html/__LANG__/\">HTML</a></strong>"
+msgstr ""
+
+# type: Content of: <html><body><p><ul><li>
+#: index.html.in:16
+msgid "<a href=\"txt/__LANG__/live-manual.txt\">Plain text</a>"
+msgstr ""
+
+# type: Content of: <html><body><p><ul><li>
+#: index.html.in:17
+msgid "<a href=\"pdf/__LANG__/live-manual.pdf\">PDF</a>"
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: 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>
+#: index.html.in:24
+msgid "Last updated: __UPDATED__."
+msgstr ""
diff --git a/po4a/de/index.xml.po b/po4a/de/index.xml.po
new file mode 100644
index 0000000..c974434
--- /dev/null
+++ b/po4a/de/index.xml.po
@@ -0,0 +1,84 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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: <book><title>
+#: index.html.in:9 index.xml:9
+msgid "Debian Live Manual"
+msgstr ""
+
+# type: Attribute 'lang' of: <book>
+#: index.xml:7
+msgid "en"
+msgstr ""
+
+# type: Content of: <book><bookinfo>
+#: index.xml:11
+msgid ""
+"<author> <othername>The Debian Live Project</othername> <email>debian-live-"
+"devel at lists.alioth.debian.org</email> </author>"
+msgstr ""
+
+# type: Content of: <book><bookinfo><releaseinfo>
+#: index.xml:16
+msgid "&version;"
+msgstr ""
+
+# type: Content of: <book><bookinfo><pubdate>
+#: index.xml:17
+msgid "&pubdate;"
+msgstr ""
+
+# type: Content of: <book><bookinfo><copyright><holder>
+#: index.xml:21
+msgid "The Debian Live Project"
+msgstr ""
+
+# type: Content of: <book><bookinfo><legalnotice><para>
+#: index.xml:26
+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>
+#: index.xml:32
+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>
+#: index.xml:38
+msgid ""
+"A copy of the GNU General Public License is available as <filename>/usr/"
+"share/common-licenses/GPL</filename> in the Debian GNU/Linux distribution or "
+"on the World Wide Web at <ulink url=\"http://www.gnu.org/copyleft/gpl.html"
+"\">the GNU web site</ulink>.  You can also obtain it by writing to the Free "
+"Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-"
+"1307, USA."
+msgstr ""
+
+# type: Content of: <book><bookinfo><legalnotice><para>
+#: index.xml:46
+msgid ""
+"If you want to print this reference, this document is also available in "
+"Portable Document Format (PDF)."
+msgstr ""
diff --git a/po4a/de/installation.xml.po b/po4a/de/installation.xml.po
new file mode 100644
index 0000000..0169272
--- /dev/null
+++ b/po4a/de/installation.xml.po
@@ -0,0 +1,413 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/installation.xml:7
+msgid "Installation"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/installation.xml:10
+msgid "Requirements"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:13
+msgid "Building Debian Live images has very few system requirements:"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:16
+msgid "Super user (root) access"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:17
+msgid "An up-to-date version of &live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:18
+msgid ""
+"A POSIX-compliant shell, such as <computeroutput>bash</computeroutput> or "
+"<computeroutput>dash</computeroutput>."
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:19
+msgid ""
+"<computeroutput>debootstrap</computeroutput> or "
+"<computeroutput>cdebootstrap</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:20
+msgid "Linux 2.6.x"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:23
+msgid ""
+"Note especially that using a Debian installation is not required - &live-"
+"helper; will run on many operating systems such as Ubuntu."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/installation.xml:28
+msgid "Installing &live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:31
+msgid "You may install &live-helper; in a number of different ways:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:35 chapters/installation.xml:44
+msgid "From the Debian repository"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:36 chapters/installation.xml:65
+msgid "From source"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:37
+msgid "From snapshots"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:38
+msgid "From backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:41
+msgid ""
+"If you are using &lenny; or &sid; the recommended way is to install &live-"
+"helper; via the Debian repository."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:47
+msgid "Simply install &live-helper; like any other package:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:50
+#, no-wrap
+msgid ""
+"\n"
+" # apt-get install live-helper\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:55
+msgid "or"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:58
+#, no-wrap
+msgid ""
+"\n"
+" # aptitude install live-helper\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:68
+msgid ""
+"&live-helper; is developed using the Git revision control system. On Debian "
+"systems, this is provided by the <computeroutput>git-core</computeroutput> "
+"package. To check out the latest code, execute:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:71
+#, no-wrap
+msgid ""
+"\n"
+" $ git clone git://git.debian.net/git/live-helper.git\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:76
+msgid "You can build and install your own Debian package by executing:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:79
+#, no-wrap
+msgid ""
+"\n"
+" $ cd live-helper\n"
+" $ dpkg-buildpackage -uc -us -rfakeroot\n"
+" $ cd ..\n"
+" # dpkg -i live-helper*.deb\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:86
+msgid ""
+"Since &live-helper; version 1.0~a38-1, you can use local version of &live-"
+"helper; without installation:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:88
+#, no-wrap
+msgid ""
+"\n"
+" # live-helper/helpers/lh_local\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:93
+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>
+#: chapters/installation.xml:96
+msgid ""
+"You can also install &live-helper; directly to your system by executing:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:98
+#, no-wrap
+msgid ""
+"\n"
+" # make install\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:104
+msgid "From 'snapshots'"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:105
+msgid ""
+"If you do not wish to build or install &live-helper; from source, you can "
+"use snapshots. These are built automatically from the latest version in Git."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:109
+msgid "From Backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:111
+msgid ""
+"Whilst &live-helper; and friends are currently not a part of Debian stable "
+"relase, they will work on &etch; as well. You will need the following "
+"programs:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:114
+msgid ""
+"An <emphasis>etch</emphasis> backport of <computeroutput>cdebootstrap</"
+"computeroutput> from backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:115
+msgid ""
+"The <emphasis>lenny</emphasis> or <emphasis>sid</emphasis> version of &live-"
+"helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/installation.xml:119
+msgid "Installing cdebootstrap from backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:122
+msgid "Put this in your /etc/apt/sources.list:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:124
+#, no-wrap
+msgid ""
+"\n"
+"deb http://www.backports.org/debian etch-backports main\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:128
+msgid "Update the package indices"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:130
+#, no-wrap
+msgid ""
+"\n"
+"apt-get update\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:134
+msgid "Install <computeroutput>cdebootstrap</computeroutput>:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:136
+#, no-wrap
+msgid ""
+"\n"
+"apt-get install -t etch-backports cdebootstrap\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/installation.xml:144
+msgid "Installing &live-helper; on etch"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/installation.xml:146
+msgid ""
+"It is not recommended that you use &live-helper; from backports.org as it is "
+"likely to be out of date.  The live-helper package from Lenny or Sid can be "
+"installed on Etch (without upgrading other packages, such as libc6; it's "
+"just shell scripts)."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:151
+msgid "install cdebootstrap from backports.org (as indicated above)"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:153
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install -t etch-backports cdebootstrap\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:157
+msgid "install live-helper from testing or unstable"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:159
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install -t unstable live-helper\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/installation.xml:163
+msgid ""
+"Of course you need the testing or unstable sources in /etc/apt/sources.list "
+"for this."
+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><section><para>
+#: chapters/installation.xml:171
+msgid ""
+"<emphasis>N.B. You do not need to install on your host system to create "
+"customised Debian Live systems. However, doing so will do no harm.</emphasis>"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:174
+msgid "Using a customised &live-initramfs;"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:176
+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><orderedlist><listitem><para>
+#: chapters/installation.xml:180
+msgid "Checkout the &live-initramfs; source"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:182
+#, no-wrap
+msgid ""
+"\n"
+"$ git clone git://git.debian.net/git/live-initramfs.git\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:187
+msgid "Make changes to your local copy"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:190
+msgid "Build a &live-initramfs; <computeroutput>.deb</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:191
+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 "
+"<computeroutput>pbuilder</computeroutput> to automate building packages in "
+"chroot. To build directly on the target platform, use "
+"<computeroutput>debuild</computeroutput> (provided by the "
+"<computeroutput>devscripts</computeroutput> package):"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:193
+#, no-wrap
+msgid ""
+"\n"
+"$ cd live-initramfs\n"
+"$ debuild -us -uc -b\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:200
+msgid ""
+"Use the generated &live-initramfs; <computeroutput>.deb</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:202
+msgid ""
+"As &live-initramfs; is installed by the build system, installing the package "
+"in the host system is not sufficient: you should treat the generated "
+"<computeroutput>.deb</computeroutput> 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 ""
diff --git a/po4a/de/live-environment.xml.po b/po4a/de/live-environment.xml.po
new file mode 100644
index 0000000..87a806a
--- /dev/null
+++ b/po4a/de/live-environment.xml.po
@@ -0,0 +1,103 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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><title>
+#: chapters/live-environment.xml:7
+msgid "The Live environment"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:10
+msgid "Swap space"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:15
+msgid "Hostname"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:20
+msgid "The Live user"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:21
+msgid "Username FIXME."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:22
+msgid ""
+"One important consideration is that the live user is created by &live-"
+"initramfs; during bootup, it is not created by &live-helper; when building "
+"the image."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:24
+msgid ""
+"You can specify additional groups that the live user will belong to by "
+"preseeding the <computeroutput>passwd/user-default-groups</computeroutput> "
+"debconf value. For example, to add the live user to the "
+"<computeroutput>fuse</computeroutput> 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>
+#: chapters/live-environment.xml:26
+#, no-wrap
+msgid ""
+"\n"
+" debconf passwd/user-default-groups string dialout cdrom floppy audio video fuse\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:30
+msgid ""
+"For more information about debconf preseeding, please see <xref linkend="
+"\"debconf-preseed\"/>."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:35
+msgid "Language"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:40
+msgid "Persistence"
+msgstr ""
diff --git a/po4a/de/meta.xml.po b/po4a/de/meta.xml.po
new file mode 100644
index 0000000..dc76b4e
--- /dev/null
+++ b/po4a/de/meta.xml.po
@@ -0,0 +1,271 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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/po4a/de/overview.xml.po b/po4a/de/overview.xml.po
new file mode 100644
index 0000000..2556955
--- /dev/null
+++ b/po4a/de/overview.xml.po
@@ -0,0 +1,348 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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><title>
+#: chapters/meta.xml:34 chapters/overview.xml:12
+msgid "&live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><title>
+#: chapters/overview.xml:7
+msgid "Overview of tools"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/overview.xml:9
+msgid ""
+"This chapter contains an overview of the two main tools used in building "
+"Debian Live systems."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:13
+msgid ""
+"&live-helper; is a collection of scripts that build Debian Live systems."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:15
+msgid ""
+"The idea behind live-helper is 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>
+#: chapters/overview.xml:17
+msgid ""
+"Many concepts are similar with the <computeroutput>debhelper</"
+"computeroutput> Debian package tools written by Joey Hess:"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/overview.xml:21
+msgid "The scripts have a central location for configuring their operation."
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/overview.xml:22
+msgid ""
+"In <computeroutput>debhelper</computeroutput>, this is the <filename class="
+"\"directory\">debian</filename> subdirectory of a package tree. For example, "
+"<computeroutput>dh_install</computeroutput> will look for 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, "
+"&live-helper; stores its configuration entirely under a <filename class="
+"\"directory\">config/</filename> subdirectory."
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/overview.xml:25
+msgid ""
+"The scripts are independent - that is to say, it is always safe to run each "
+"command."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:29
+msgid ""
+"Unlike <computeroutput>debhelper</computeroutput>, &live-helper; contains a "
+"tool to generate a skeleton configuration directory, <filename>lh_config</"
+"filename>. This could be considered to be similar to tools such as "
+"<computeroutput>dh-make</computeroutput>. For more information about "
+"<filename>lh_config</filename>, please see <xref linkend=\"lh_config\"/>."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:31
+msgid ""
+"Besides the common <filename>config/common</filename>, which is used by all "
+"&live-helper; commands, some additional files can be used to configure the "
+"behavior of specific helpers. These files are typically named "
+"<computeroutput>config/foo</computeroutput> or <computeroutput>config/stage</"
+"computeroutput> (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>
+#: chapters/overview.xml:33
+msgid ""
+"For example, <computeroutput>lh_bootstrap_debootstrap</computeroutput> 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 &live-helper; use pairs of values or slightly more "
+"complicated variable assignments."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:35
+msgid ""
+"&live-helper; 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), &live-helper; will automatically "
+"set it to a default value."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:37
+msgid ""
+"All config files are shell scripts which are sourced by a live-helper "
+"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>
+#: chapters/overview.xml:39
+msgid ""
+"In some rare cases, you may want to have different versions of these files "
+"for different architectures or distributions. If files named "
+"<computeroutput>config/stage.arch</computeroutput> or <computeroutput>config/"
+"stage_helper.arch</computeroutput>, and <computeroutput>config/stage.dist</"
+"computeroutput> or <computeroutput>config/stage_helper.dist</computeroutput> "
+"exist (where \"arch\" is the same as the output of <computeroutput>dpkg --"
+"print-architecture</computeroutput> 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>
+#: chapters/overview.xml:41
+msgid ""
+"Please see <xref linkend=\"installation\"/> for information on how to "
+"install &live-helper;."
+msgstr ""
+
+# type: Content of: <chapter><section><para><para>
+#: chapters/overview.xml:43
+msgid ""
+"The remainder of this section discusses the three most important helpers:"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/overview.xml:45
+msgid "<filename>lh_config</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/overview.xml:46
+msgid ""
+"Responsible for initialising a Live system configuration directory. See "
+"<xref linkend=\"lh_config\"/> for more information."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/overview.xml:49
+msgid "<filename>lh_build</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/overview.xml:50
+msgid ""
+"Responsible for starting a Live system build. See <xref linkend=\"lh_build\"/"
+"> for more information."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/overview.xml:53
+msgid "<filename>lh_clean</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/overview.xml:54
+msgid ""
+"Responsible for removing parts of a Live system build. <xref linkend="
+"\"lh_clean\"/> for more information."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/overview.xml:60
+msgid "The <filename>lh_config</filename> helper"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:61
+msgid ""
+"As discussed in <xref linkend=\"live-helper\"/>, the scripts that make up "
+"&live-helper; source their configuration from a single directory named "
+"<computeroutput>config/</computeroutput>. 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>
+#: chapters/overview.xml:63
+msgid ""
+"Issuing <filename>lh_config</filename> without any arguments creates a "
+"<computeroutput>config</computeroutput> subdirectory which it populates with "
+"some default settings:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/overview.xml:64
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config\n"
+"$ ls -l\n"
+"total 4.1k\n"
+"drwxr-xr-x 19 user group 4.1k 2008-05-09 21:37 config\n"
+"$ ls -l config/\n"
+"total 91k\n"
+"-rw-r--r-- 1 user group 4.0k 2008-05-09 21:37 binary\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_debian-installer\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_grub\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-debs\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-hooks\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-includes\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-packageslists\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-udebs\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_rootfs\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_syslinux\n"
+"-rw-r--r-- 1 user group 1.7k 2008-05-09 21:37 bootstrap\n"
+"-rw-r--r-- 1 user group 1.5k 2008-05-09 21:37 chroot\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_apt\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-hooks\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-includes\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-packages\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-packageslists\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_sources\n"
+"-rw-r--r-- 1 user group 2.9k 2008-05-09 21:37 common\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 includes\n"
+"-rw-r--r-- 1 user group  212 2008-05-09 21:37 source\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 templates\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:95
+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>
+#: chapters/overview.xml:97
+msgid ""
+"You can ask <filename>lh_config</filename> to generate <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><screen>
+#: chapters/overview.xml:99
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config -p gnome\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:103
+msgid ""
+"will build a <filename class=\"directory\">config/</filename> directory "
+"configured to include the '<computeroutput>gnome</computeroutput>' package "
+"list. It is possible to specify many options:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/overview.xml:105
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config --apt aptitude --binary-images net --hostname live-machine --username live-user ...\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:109
+msgid ""
+"A full list of options is available FIXME. Most options have a parallel with "
+"an \"<computeroutput>LH_</computeroutput>\" prefixed variable."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/overview.xml:114
+msgid "The <filename>lh_build</filename> helper"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/overview.xml:119
+msgid "The <filename>lh_clean</filename> helper"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:120
+msgid ""
+"It is the job of the <filename>lh_clean</filename> helper to remove various "
+"parts of a Live helper build."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/overview.xml:125
+msgid "The &live-initramfs; package"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:126
+msgid "&live-initramfs; is a collection of scripts."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:127
+msgid "FIXME link to Kernel Handbook"
+msgstr ""
diff --git a/po4a/de/reporting-bugs.xml.po b/po4a/de/reporting-bugs.xml.po
new file mode 100644
index 0000000..8133bb6
--- /dev/null
+++ b/po4a/de/reporting-bugs.xml.po
@@ -0,0 +1,331 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/reporting-bugs.xml:7
+msgid "Reporting bugs"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/reporting-bugs.xml:9
+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>
+#: chapters/reporting-bugs.xml:11
+msgid "For the impatient:"
+msgstr ""
+
+# type: Content of: <chapter><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:16
+msgid ""
+"Always try to reproduce the bug with the <emphasis>most recent version of "
+"&live-helper; and &live-initramfs;</emphasis> before submitting a bug report."
+msgstr ""
+
+# type: Content of: <chapter><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:21
+msgid ""
+"Try to give <emphasis>as specific information as possible</emphasis> about "
+"the bug. This includes (at least) the version of &live-helper; and &live-"
+"initramfs; used and the distribution of the live system you are building."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/reporting-bugs.xml:27
+msgid "Rebuild from scratch"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:28
+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>
+#: chapters/reporting-bugs.xml:32
+msgid "Use up-to-date packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:33
+msgid "This means"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:35
+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>
+#: chapters/reporting-bugs.xml:40
+msgid "Collect information"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:42
+msgid ""
+"Please provide enough information with your report. At a minimum, it should "
+"contain the exact version of live-helper 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>
+#: chapters/reporting-bugs.xml:44
+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>
+#: chapters/reporting-bugs.xml:48
+msgid "Architecture of the host system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:49
+msgid "Version of &live-helper; on the host system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:50
+msgid "Version of &live-initramfs; on the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:51
+msgid ""
+"Version of <filename>debootstrap</filename> and/or <filename>cdebootstrap</"
+"filename> on the host system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:52
+msgid "Architecture of the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:53
+msgid "Distribution of the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:54
+msgid "Version of the kernel on the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:58
+msgid ""
+"You can generate a log of the build process by using the <filename>tee</"
+"filename> command:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/reporting-bugs.xml:61
+#, no-wrap
+msgid ""
+"\n"
+" # lh_build 2>&amp;1 | tee buildlog.txt\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:65
+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><title>
+#: chapters/reporting-bugs.xml:74
+msgid "Use the correct package to report the bug against"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:76
+msgid "Where does the bug appear?"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/reporting-bugs.xml:81
+msgid "At build time whilst bootstrapping"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para><para>
+#: chapters/reporting-bugs.xml:84
+msgid ""
+"&live-helper; first bootstraps a basic Debian system with "
+"<computeroutput>debootstrap</computeroutput> or "
+"<computeroutput>cdebootstrap</computeroutput>. 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>
+#: chapters/reporting-bugs.xml:86
+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 "
+"<computeroutput>debootstrap</computeroutput>, <computeroutput>cdebootstrap</"
+"computeroutput> or the failing package."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/reporting-bugs.xml:90
+msgid "At build time whilst installing packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:92
+msgid ""
+"&live-helper; 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>
+#: chapters/reporting-bugs.xml:94
+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 <computeroutput>--debug</"
+"computeroutput> will give you more information."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:96
+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>
+#: chapters/reporting-bugs.xml:103
+msgid "At boot-time"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:106
+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>
+#: chapters/reporting-bugs.xml:111
+msgid "At run-time"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:113
+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><title>
+#: chapters/reporting-bugs.xml:122
+msgid "Do the research"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:123
+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>
+#: chapters/reporting-bugs.xml:125
+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>
+#: chapters/reporting-bugs.xml:127
+msgid ""
+"In addition, you should check the <ulink url=\"http://bugs.debian.org/cgi-"
+"bin/pkgreport.cgi?src=live-helper\">current bug list for live-helper</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>
+#: chapters/reporting-bugs.xml:131
+msgid "Where to report bugs"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:133
+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 <computeroutput>reportbug</computeroutput> "
+"command from the package with the same name."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:135
+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-helper\">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>
+#: chapters/reporting-bugs.xml:137
+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/po4a/de/resources.xml.po b/po4a/de/resources.xml.po
new file mode 100644
index 0000000..697b03b
--- /dev/null
+++ b/po4a/de/resources.xml.po
@@ -0,0 +1,132 @@
+# German translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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><title>
+#: chapters/resources.xml:7
+msgid "Resources and links"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/resources.xml:10
+msgid "Links"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/resources.xml:14
+msgid "<ulink url=\"http://www.debian.org/\">Debian homepage</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/resources.xml:20
+msgid "Who is using Debian Live?"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/resources.xml:22
+msgid "A number of projects are using Debian Live:"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:25
+msgid ""
+"<ulink url=\"http://pkg-kde.alioth.debian.org/kde4livecd.html\">Debian KDE4 "
+"livecd</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:26
+msgid ""
+"<ulink url=\"http://www.gnewsense.org/\">gNewSense</ulink> \"forked\" a very "
+"early live-package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:27
+msgid ""
+"<ulink url=\"http://livecd.gnustep.org/\">GNUSTEP Live CD</ulink> using live-"
+"package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:28
+msgid ""
+"<ulink url=\"http://www.keshi.org/moin/moin.cgi/PS3/Debian/Live"
+"\">PlayStation 3 Live CD</ulink> using live-package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:29
+msgid ""
+"<ulink url=\"http://www.sidux.org/\">Sidux Live CD</ulink> \"forked\" an "
+"early live-package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:30
+msgid "<ulink url=\"http://vamosproject.org\">Vamos</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:31
+msgid ""
+"<ulink url=\"http://clonezilla.sourceforge.net/\">Clonezilla</ulink> (system "
+"image distributer)"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:32
+msgid "<ulink url=\"http://www.webconverger.com/\">Webconverger</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:33
+msgid ""
+"<ulink url=\"http://updates.xorcom.com/iso/\">Xorcom Rapid live cd</ulink> - "
+"Asterisk-based live CD"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:34
+msgid ""
+"<ulink url=\"http://pareto.uab.es/mcreel/PelicanHPC/\">PelicanHPC</ulink> "
+"uses &live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:35
+msgid ""
+"IES S'Arenal, Llucmajor (Secondary school located near to Palma de "
+"Mallorca), Spain."
+msgstr ""
diff --git a/po4a/fr/about.xml.po b/po4a/fr/about.xml.po
new file mode 100644
index 0000000..67fc9b8
--- /dev/null
+++ b/po4a/fr/about.xml.po
@@ -0,0 +1,293 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/about.xml:7
+msgid "About the Debian Live Project"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/about.xml:10
+msgid "Motivation"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:13
+msgid "What is wrong with current live systems"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:15
+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: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:18
+msgid "They are unofficial projects, developed outside of Debian."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:19
+msgid "They mix different distributions, e.g. testing and unstable."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:20
+msgid "They support i386 only."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:21
+msgid ""
+"They change package's behavior and/or appearance by stripping them down to "
+"save space."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:22
+msgid "They include unofficial packages."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:23
+msgid "They ship custom kernels with additional patches not part of Debian."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:24
+msgid ""
+"They are large and slow due to their sheer size and thus not suitable for "
+"rescue issues."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:25
+msgid ""
+"They are not available in different flavours, e.g. CDs, DVDs, USB-stick and "
+"netboot images"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:30
+msgid "Why create our own live system?"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:32
+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: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:35
+msgid "It would be an official Debian subproject."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:36
+msgid "It reflects the (current) state of one distribution."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:37
+msgid "It runs on as many architectures as possible."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:38
+msgid "It consists of unchanged Debian packages only."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:39
+msgid "It does not contain any unofficial packages."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:40
+msgid "It uses an unaltered Debian kernel-image with no additional patches."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/about.xml:48
+msgid "Philosophy"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:51
+msgid "Only unchanged, official packages"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:53
+msgid ""
+"We will only use official packages from the Debian repository, section main "
+"or maybe contrib (the use of contrib is not decided yet). The non-free "
+"section is not part of Debian and therefore not used at all for the live "
+"system."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:57
+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: <chapter><section><section><para>
+#: chapters/about.xml:61
+msgid ""
+"Exception: temporarily, our own packages like live-helper or live-initramfs "
+"may be used from our own repository for development reasons (e.g. to create "
+"development snapshots). They will be synced into Debian on a regular basis."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:66
+msgid "No configuration of the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:68
+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: <chapter><section><section><para>
+#: chapters/about.xml:72
+msgid ""
+"Whenever we need a different default configuration, we will do that in "
+"coordination with its package maintainer in Debian."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:76
+msgid ""
+"A system for configuring packages is provided using debconf in lh_config "
+"(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."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:80
+msgid ""
+"Exception: There are a few essential changes needed to be make a live system "
+"alive (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: <chapter><section><section><title>
+#: chapters/about.xml:85
+msgid "No live system to hard disk installer"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:87
+msgid ""
+"[ this is no longer valid after etch release, we will work on an installer "
+"for lenny ]"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:91
+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: <chapter><section><section><para>
+#: chapters/about.xml:95
+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: <chapter><section><title>
+#: chapters/about.xml:102
+msgid "Contact"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:105
+msgid "Mailing list"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:106
+msgid ""
+"The primary contact for the project is the <ulink url=\"http://lists.alioth."
+"debian.org/mailman/listinfo/debian-live-devel\">mailing list</ulink>. You "
+"can email the list directly by addressing your mail to <email>debian-live-"
+"devel at lists.alioth.debian.org</email>. The <ulink url=\"http://lists.alioth."
+"debian.org/pipermail/debian-live-devel/\">list archives</ulink> are also "
+"available."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:109
+msgid "IRC"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:111
+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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:115
+msgid "BTS"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:117
+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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:121
+msgid "Wiki"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:123
+msgid ""
+"FIXME. <ulink url=\"http://wiki.debian.org/DebianLive\">our entry on the "
+"Debian wiki</ulink>."
+msgstr ""
diff --git a/po4a/fr/basics.xml.po b/po4a/fr/basics.xml.po
new file mode 100644
index 0000000..0f8e321
--- /dev/null
+++ b/po4a/fr/basics.xml.po
@@ -0,0 +1,316 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/basics.xml:7
+msgid "The basics"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/basics.xml:10
+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>
+#: chapters/basics.xml:14
+msgid "First steps: building an ISO image"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:17
+msgid ""
+"The following sequence of commands 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>
+#: chapters/basics.xml:21
+msgid "First, we must configure our Live system:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:24
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:29
+msgid ""
+"Passing no parameters indicated that we wish to use the default binary image "
+"type. You will see that &live-helper; created a <filename>\"config/\"</"
+"filename> hierarchy in your current directory - this is used by the rest of "
+"&live-helper; to build your live image."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:33 chapters/basics.xml:91 chapters/basics.xml:130
+msgid "We can then build the image with <filename>lh_build</filename> as root:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:36 chapters/basics.xml:94 chapters/basics.xml:133
+#, no-wrap
+msgid ""
+"\n"
+"# lh_build\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:41
+msgid ""
+"This process can take a while, depending on the speed of your network "
+"connection."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:45
+msgid "Testing an ISO image with Qemu"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/basics.xml:47
+msgid "Testing an ISO is simple:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:50
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install qemu\n"
+"$ qemu -cdrom binary.iso\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:57
+msgid "Burning an ISO image to physical medium"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/basics.xml:58
+msgid "Burning an ISO image is easy:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:60
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install wodim\n"
+"$ wodim binary.iso\n"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/basics.xml:69
+msgid "Building an USB/HDD image"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:71
+msgid ""
+"The following sequence of 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, hard drives and various other portable storage "
+"devices."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:75
+msgid ""
+"Note if an iso image had been previously built, you will need to clean live-"
+"helper:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:78
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_clean --binary\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:83
+msgid "First, we must configure &live-helper; to create a USD/HDD image type:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:86
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config -b usb-hdd\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:99
+msgid "Copying USB/HDD image to a USB stick"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:100
+#, no-wrap
+msgid ""
+"\n"
+"$ dd if=binary.img of=$USBDRV\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:106
+msgid "Testing a USB/HDD image with Qemu"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:107
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install qemu\n"
+"$ qemu -hda binary.img\n"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/basics.xml:115
+msgid "Building a netboot image"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:118
+msgid "First, we configure our Live system:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:121
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config -b net --net-root-path \"/srv/debian-live\" --net-root-server \"192.168.0.1\"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:126
+msgid ""
+"In contrast with the ISO and USB/HDD image types, netbooting does not "
+"support serving a filesystem image with the client so we must serve the "
+"files via NFS. The <replaceable>net-root-path</replaceable> and "
+"<replaceable>net-root-server</replaceable> options specify the location and "
+"server respectfully of the NFS server on the filesytem image will be located "
+"at boot-time."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:138
+msgid "We must now configure three services:"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/basics.xml:142
+msgid "NFS server"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:145
+msgid ""
+"This contains the Live filesystem image which the system will use at run-"
+"time."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:148
+msgid ""
+"You should install the <computeroutput>nfs-kernel-server</computeroutput> "
+"server package -- <computeroutput>nfs-user-server</computeroutput> does not "
+"function correctly with netboot."
+msgstr ""
+
+# 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><listitem><screen>
+#: chapters/basics.xml:154
+#, no-wrap
+msgid ""
+"\n"
+"/srv/debian-live *(rw,sync,no_root_squash)\n"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/basics.xml:160
+msgid "TFTPd server"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:163
+msgid "This serves the kernel and initial ramdisk to the system at run-time."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:166
+msgid ""
+"You should install the <computeroutput>tftpd-hpa</computeroutput> package."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><screen>
+#: chapters/basics.xml:169
+#, no-wrap
+msgid ""
+"\n"
+"$ ls /var/lib/tftpboot/\n"
+"initrd.gz  memtest  pxelinux.0  pxelinux.cfg  vmlinuz\n"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/basics.xml:176
+msgid "DHCP server"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:179
+msgid ""
+"We must configure our network's DHCP server to advertise the location of the "
+"PXE server."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><screen>
+#: chapters/basics.xml:185
+#, no-wrap
+msgid ""
+"\n"
+"next-server 192.168.0.78;\n"
+"filename \"pxelinux.0\";\n"
+msgstr ""
diff --git a/po4a/fr/common-tasks.xml.po b/po4a/fr/common-tasks.xml.po
new file mode 100644
index 0000000..d12e20c
--- /dev/null
+++ b/po4a/fr/common-tasks.xml.po
@@ -0,0 +1,133 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/common-tasks.xml:7
+msgid "Common tasks"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/common-tasks.xml:10
+msgid "The Debian Installer"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/common-tasks.xml:12
+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>
+#: chapters/common-tasks.xml:16
+msgid "The \"Debian Installer\""
+msgstr ""
+
+# type: Content of: <chapter><section><note><para>
+#: chapters/common-tasks.xml:19
+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>
+#: chapters/common-tasks.xml:23
+msgid "The three main types of installer are:"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/common-tasks.xml:28
+msgid "\"Normal\" Debian Installer"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/common-tasks.xml:32
+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>
+#: chapters/common-tasks.xml:35
+msgid ""
+"This means that Debian is installed by fetching and installing "
+"<computeroutput>.deb</computeroutput> 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>
+#: chapters/common-tasks.xml:38
+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 &live-helper;."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/common-tasks.xml:44
+msgid "\"Live\" Debian Installer"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/common-tasks.xml:48
+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>
+#: chapters/common-tasks.xml:51
+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>
+#: chapters/common-tasks.xml:54
+msgid "This is working now."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/common-tasks.xml:60
+msgid "\"Ubuntu\"-style installer"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/common-tasks.xml:64
+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>
+#: chapters/common-tasks.xml:67
+msgid "This is currently NOT possible with Debian Live."
+msgstr ""
diff --git a/po4a/fr/configuration-files.xml.po b/po4a/fr/configuration-files.xml.po
new file mode 100644
index 0000000..9b072a3
--- /dev/null
+++ b/po4a/fr/configuration-files.xml.po
@@ -0,0 +1,1036 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: appendices/configuration-files.xml:8
+msgid "Configuration files"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:11
+msgid "The <filename>config/binary</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:15
+msgid "LH_BINARY_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:16
+msgid "Set image filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:20
+msgid "LH_BINARY_IMAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:21
+#: appendices/configuration-files.xml:512
+msgid "Set image type. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:25
+msgid "LH_BINARY_INDICES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:30
+msgid "LH_BOOTAPPEND_LIVE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:31 appendices/configuration-files.xml:36
+msgid "Set boot parameters. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:35
+msgid "LH_BOOTAPPEND_INSTALL"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:40
+msgid "LH_BOOTLOADER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:41
+msgid "Set bootloader. (See <xref linkend=\"bootloaders\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:45
+msgid "LH_CHECKSUMS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:46
+msgid "Set checksums. (See <xref linkend=\"cheat-codes\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:50
+msgid "LH_CHROOT_BUILD"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:55
+msgid "LH_DEBIAN_INSTALLER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:56
+msgid "Set debian-installer. (See <xref linkend=\"debian-installer\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:60
+msgid "LH_DEBIAN_INSTALLER_DAILY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:61
+msgid "Set daily images. (See <xref linkend=\"debian-installer\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:65
+msgid "LH_ENCRYPTION"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:66
+msgid "Set encrytion. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:70
+msgid "LH_GRUB_SPLASH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:71
+msgid "Set custom grub splash. (See <xref linkend=\"splash\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:75
+msgid "LH_HOSTNAME"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:76
+msgid "Set hostname. (See <xref linkend=\"hostname\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:80
+msgid "LH_ISO_APPLICATION"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:81
+msgid "Set iso author. (See <xref linkend=\"iso-metadata\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:85
+msgid "LH_ISO_PREPARER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:86
+msgid "Set iso preparer. (See <xref linkend=\"iso-metadata\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:90
+msgid "LH_ISO_PUBLISHER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:91
+msgid "Set iso publisher. (See <xref linkend=\"iso-metadata\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:95
+msgid "LH_ISO_VOLUME"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:100
+msgid "LH_JFFS2_ERASEBLOCK"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:101
+msgid ""
+"Set jffs2 eraseblock size. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:105
+msgid "LH_MEMTEST"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:106
+msgid "Set memtest. (See <xref linkend=\"memtest\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:110
+msgid "LH_NET_ROOT_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:111
+msgid "Set netboot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:115
+msgid "LH_NET_ROOT_MOUNTOPTIONS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:116
+msgid "Set nfsopts. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:120
+msgid "LH_NET_ROOT_PATH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:121
+msgid ""
+"Set netboot server directory. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:125
+msgid "LH_NET_ROOT_SERVER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:126
+msgid ""
+"Set netboot server address. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:130
+msgid "LH_NET_COW_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:135
+msgid "LH_NET_COW_MOUNTOPTIONS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:136
+msgid "Set cow mount options. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:140
+msgid "LH_NET_COW_PATH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:141
+msgid "Set cow directory. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:145
+msgid "LH_NET_COW_SERVER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:146
+msgid "Set cow server. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:150
+msgid "LH_NET_TARBALL"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:151
+msgid "Set net tarball. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:155
+msgid "LH_SYSLINUX_SPLASH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:156
+msgid "Set custom syslinux splash. (See <xref linkend=\"splash\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:160
+msgid "LH_SYSLINUX_TIMEOUT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:165
+msgid "LH_SYSLINUX_CFG"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:166
+msgid ""
+"Set custom syslinux configuration file. (See <xref linkend=\"syslinux\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:170
+msgid "LH_SYSLINUX_MENU"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:171
+msgid "Set syslinux menu. (See <xref linkend=\"syslinux\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:175
+msgid "LH_SYSLINUX_MENU_LIVE_ENTRY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:180
+msgid "LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:185
+msgid "LH_SYSLINUX_MENU_MEMTEST_ENTRY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:190
+msgid "LH_USERNAME"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:191
+msgid "Set username. (See <xref linkend=\"live-user\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:198
+msgid "The <filename>config/bootstrap</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:202
+msgid "LH_ARCHITECTURE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:203
+msgid ""
+"Select chroot architecture. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:207
+msgid "LH_BOOTSTRAP_CONFIG"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:208
+msgid ""
+"Set distribution config directory. (See <xref linkend=\"configuration-layout"
+"\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:212
+msgid "LH_BOOTSTRAP_INCLUDE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:213
+msgid ""
+"Include packages on base. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:217
+msgid "LH_BOOTSTRAP_EXCLUDE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:218
+msgid ""
+"Exclude packages on base. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:222
+msgid "LH_BOOTSTRAP_FLAVOUR"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:223
+msgid "Select flavour to use. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:227
+msgid "LH_BOOTSTRAP_KEYRING"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:228
+msgid ""
+"Set distribution keyring. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:232
+msgid "LH_DISTRIBUTION"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:233
+msgid ""
+"Select distribution to use. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:237
+msgid "LH_MIRROR_BOOTSTRAP"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:242
+msgid "LH_MIRROR_CHROOT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:247
+msgid "LH_MIRROR_CHROOT_SECURITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:252
+msgid "LH_MIRROR_BINARY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:257
+msgid "LH_MIRROR_BINARY_SECURITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:262
+msgid "LH_SECTIONS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:263
+msgid "select section(s) to use. (See <xref linkend=\"package-sources\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:269
+msgid "The <filename>config/chroot</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:273
+msgid "LH_CHROOT_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:274
+msgid "Set chroot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:278
+msgid "LH_UNION_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:279
+msgid "Set union filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:283
+msgid "LH_EXPOSED_ROOT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:288
+msgid "LH_HOOKS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:289
+msgid "Set hook commands. (See <xref linkend=\"hooks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:293
+msgid "LH_INTERACTIVE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:294
+msgid "Set interactive build. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:298
+msgid "LH_KEYRING_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:299
+msgid "Set keyring packages. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:303
+msgid "LH_LANGUAGE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:304
+msgid "Set language to use. (See <xref linkend=\"language\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:308
+msgid "LH_LINUX_FLAVOURS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:309
+msgid "Set kernel flavour to use. (See <xref linkend=\"kernel\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:313
+msgid "LH_LINUX_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:314
+msgid "Set kernel packages to use. (See <xref linkend=\"kernel\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:318
+msgid "LH_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:319
+msgid "Set packages to install. (See <xref linkend=\"lh-packages\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:323
+msgid "LH_PACKAGES_LISTS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:328
+msgid "LH_TASKS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:329
+msgid "Set tasks to install. (See <xref linkend=\"tasks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:333
+msgid "LH_SECURITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:334
+msgid "enable security updates. (See <xref linkend=\"package-sources\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:338
+msgid "LH_SYMLINKS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:339
+msgid "enable symlink convertion. (See <xref linkend=\"symlinks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:343
+msgid "LH_SYSVINIT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:344
+msgid "enable sysvinit. (See <xref linkend=\"startup-scripts\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:351
+msgid "The <filename>config/common</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:355
+msgid "LH_APT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:356
+msgid "Set package manager. (See <xref linkend=\"package-installation\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:360
+msgid "LH_APT_FTP_PROXY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:365
+msgid "LH_APT_HTTP_PROXY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:370
+msgid "LH_APT_PDIFFS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:375
+msgid "LH_APT_PIPELINE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:380
+msgid "LH_APT_RECOMMENDS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:381
+msgid ""
+"Set apt/aptitude recommends. (See <xref linkend=\"package-installation\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:385
+msgid "LH_APT_SECURE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:386
+msgid ""
+"Set apt/aptitude security. (See <xref linkend=\"package-installation\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:390
+msgid "LH_BOOTSTRAP"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:391
+msgid "Set bootstrap program. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:395
+msgid "LH_CACHE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:396
+msgid "control cache. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:400
+msgid "LH_CACHE_INDICES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:405
+msgid "LH_CACHE_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:410
+msgid "LH_CACHE_STAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:415
+msgid "LH_DEBCONF_FRONTEND"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:420
+msgid "LH_DEBCONF_NOWARNINGS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:421
+msgid "Set debconf(1) warnings. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:425
+msgid "LH_DEBCONF_PRIORITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:430
+msgid "LH_INITRAMFS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:431
+msgid "Set initramfs hook. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:435
+msgid "LH_FDISK"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:436
+msgid "Set fdisk program. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:440
+msgid "LH_LOSETUP"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:441
+msgid "Set losetup program. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:445
+msgid "LH_MODE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:446
+msgid "Set distribution mode. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:450
+msgid "LH_ROOT_COMMAND"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:451
+msgid "use sudo or equivalent. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:455
+msgid "LH_USE_FAKEROOT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:456
+msgid "use fakeroot/fakechroot. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:460
+msgid "LH_TASKSEL"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:461
+msgid "Set tasksel program. (See <xref linkend=\"tasks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:465
+msgid "LH_INCLUDES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:466
+msgid "Set includes. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:470
+msgid "LH_TEMPLATES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:471
+msgid "Set templates. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:475
+msgid "LH_BREAKPOINTS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:476
+msgid "enable breakpoints. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:480
+msgid "LH_DEBUG"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:481
+msgid "enable debug. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:485
+msgid "LH_FORCE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:486
+msgid "enable force. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:490
+msgid "LH_QUIET"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:491
+msgid "enable quiet. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:495
+msgid "LH_VERBOSE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:496
+msgid "enable verbose. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:502
+msgid "The <filename>config/source</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:506
+msgid "LH_SOURCE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:507
+msgid "Set source option. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:511
+msgid "LH_SOURCE_IMAGES"
+msgstr ""
diff --git a/po4a/fr/configuration-layout.xml.po b/po4a/fr/configuration-layout.xml.po
new file mode 100644
index 0000000..fd998d0
--- /dev/null
+++ b/po4a/fr/configuration-layout.xml.po
@@ -0,0 +1,233 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: appendices/configuration-layout.xml:8
+msgid "Configuration layout"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><title>
+#: appendices/configuration-layout.xml:11
+msgid ""
+"Layout of the <filename class=\"directory\">config/</filename> directory"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:14
+msgid "<filename class=\"directory\">binary_debian-installer/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:15
+#: appendices/configuration-layout.xml:23
+#: appendices/configuration-layout.xml:39
+msgid "(see <xref linkend=\"debian-installer\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:18
+msgid "<filename class=\"directory\">binary_grub/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:19
+#: appendices/configuration-layout.xml:47
+#: appendices/configuration-layout.xml:79
+#: appendices/configuration-layout.xml:83
+msgid "(see <xref linkend=\"bootloaders\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:22
+msgid "<filename class=\"directory\">binary_local-debs/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:26
+msgid "<filename class=\"directory\">binary_local-hooks/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:27
+msgid "(see <xref linkend=\"binary-local-hooks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:30
+msgid "<filename class=\"directory\">binary_local-includes/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:31
+msgid "(see <xref linkend=\"binary-includes\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:34
+msgid "<filename class=\"directory\">binary_local-packageslists/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:35
+#: appendices/configuration-layout.xml:43
+msgid "(see <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:38
+msgid "<filename class=\"directory\">binary_local-udebs/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:42
+msgid "<filename class=\"directory\">binary_rootfs/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:46
+msgid "<filename class=\"directory\">binary_syslinux/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:50
+msgid "<filename class=\"directory\">chroot_apt/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:51
+msgid "(see <xref linkend=\"custom-packages-apt\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:54
+msgid "<filename class=\"directory\">chroot_local-hooks/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:55
+msgid "(see <xref linkend=\"chroot-local-hooks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:58
+msgid "<filename class=\"directory\">chroot_local-includes/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:59
+msgid "(see <xref linkend=\"chroot-local-includes\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:62
+msgid "<filename class=\"directory\">chroot_local-packages/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:63
+msgid "(see <xref linkend=\"local-packages\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:66
+msgid "<filename class=\"directory\">chroot_local-packageslists/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:67
+msgid "(see <xref linkend=\"package-lists\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:70
+msgid "<filename class=\"directory\">chroot_local-presed/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:71
+msgid "(see <xref linkend=\"debconf-preseed\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:74
+msgid "<filename class=\"directory\">chroot_sources/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:75
+msgid "(see <xref linkend=\"custom-apt-repo\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:78
+msgid "<filename class=\"directory\">includes/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:82
+msgid "<filename class=\"directory\">templates/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:87
+msgid "<filename>bootstrap</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:88
+msgid "(see <xref linkend=\"config-bootstrap\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:91
+msgid "<filename>binary</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:92
+msgid "(see <xref linkend=\"config-binary\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:95
+msgid "<filename>chroot</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:96
+msgid "(see <xref linkend=\"config-chroot\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:99
+msgid "<filename>common</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:100
+msgid "(see <xref linkend=\"config-common\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:103
+msgid "<filename>source</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:104
+msgid "(see <xref linkend=\"config-source\"/>)"
+msgstr ""
diff --git a/po4a/fr/customisation-binary.xml.po b/po4a/fr/customisation-binary.xml.po
new file mode 100644
index 0000000..6edfcfc
--- /dev/null
+++ b/po4a/fr/customisation-binary.xml.po
@@ -0,0 +1,98 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/customisation-binary.xml:7
+msgid "Customising the binary image"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-binary.xml:9
+msgid "This chapter discusses FIXME"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-binary.xml:12
+msgid "ISO metadata"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:19
+msgid ""
+"<computeroutput>LH_ISO_APPLICATION</computeroutput> / <computeroutput>--iso-"
+"application <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:27
+msgid ""
+"<computeroutput>LH_ISO_PREPARER</computeroutput> / <computeroutput>--iso-"
+"preparer <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:35
+msgid ""
+"<computeroutput>LH_ISO_PUBLISHER</computeroutput> / <computeroutput>--iso-"
+"publisher <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:43
+msgid ""
+"<computeroutput>LH_ISO_VOLUME</computeroutput> / <computeroutput>--iso-"
+"volume <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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/po4a/fr/customisation-bootup.xml.po b/po4a/fr/customisation-bootup.xml.po
new file mode 100644
index 0000000..f3ac8e1
--- /dev/null
+++ b/po4a/fr/customisation-bootup.xml.po
@@ -0,0 +1,109 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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><title>
+#: chapters/customisation-bootup.xml:7
+msgid "Customising the bootup process"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-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: <chapter><section><title>
+#: chapters/customisation-bootup.xml:14
+msgid "Kernel"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:18
+msgid "Bootloaders"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-bootup.xml:24
+msgid "Choosing a bootloader"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-bootup.xml:31
+msgid "Syslinux"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-bootup.xml:32
+msgid ""
+"In the default configuration, Syslinux will pause indefinitely at its splash "
+"screen. To adjust this, modify the <computeroutput>LH_SYSLINUX_TIMEOUT</"
+"computeroutput> value or pass <computeroutput>--syslinux-timeout "
+"<replaceable>TIMEOUT</replaceable></computeroutput> 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: <chapter><section><section><title>
+#: chapters/customisation-bootup.xml:36
+msgid "Bootloader templates"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:44
+msgid "Splash screens"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:51
+msgid "Memtest"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:58
+msgid "Startup scripts"
+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><para>
+#: chapters/customisation-bootup.xml:70
+msgid "Checksums."
+msgstr ""
diff --git a/po4a/fr/customisation-contents.xml.po b/po4a/fr/customisation-contents.xml.po
new file mode 100644
index 0000000..0c6c455
--- /dev/null
+++ b/po4a/fr/customisation-contents.xml.po
@@ -0,0 +1,208 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/customisation-contents.xml:7
+msgid "Customising contents"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-contents.xml:9
+msgid "This chapter discusses further customisation of the live system."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:12
+msgid "Includes"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-contents.xml:19
+msgid "Chroot local includes"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:29
+#: chapters/customisation-contents.xml:90
+msgid "Binary local includes"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:39
+#: chapters/customisation-contents.xml:97
+msgid "Binary includes"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><para>
+#: chapters/customisation-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: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:54
+msgid "Live/chroot local includes"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-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>) or adding configuration files where "
+"additional processing is not required."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-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: <chapter><section><section><screen>
+#: chapters/customisation-contents.xml:63
+#, no-wrap
+msgid ""
+"\n"
+"  $ mkdir -p config/lh_chroot_local-includes/var/www\n"
+"  $ cp /path/to/my/index.html config/lh_chroot_local-includes/var/www\n"
+" "
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-contents.xml:69
+msgid "Your configuration will then have the following layout:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-contents.xml:72
+#, no-wrap
+msgid ""
+"\n"
+"-- config\n"
+"   [...]\n"
+"    |-- includes\n"
+"    |-- lh_chroot_local-includes\n"
+"    |   `-- var\n"
+"    |       `-- www\n"
+"    |           `-- index.html\n"
+"   [...]\n"
+"    `-- templates\n"
+" "
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-contents.xml:85
+msgid ""
+"Chroot local includes are installed after package installation so that files "
+"installed by packages are overwritten."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-contents.xml:92
+#: chapters/customisation-contents.xml:99
+#: chapters/customisation-contents.xml:108
+#: chapters/customisation-contents.xml:113
+#: chapters/customisation-contents.xml:118
+#: chapters/customisation-packages.xml:124
+msgid "FIXME."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:106
+msgid "Hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-contents.xml:109
+msgid "Enabling hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:112
+msgid "Live/chroot local hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:117
+msgid "Binary local hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:124
+msgid "Preseeding Debconf questions"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-contents.xml:126
+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: <chapter><section><para>
+#: chapters/customisation-contents.xml:128
+msgid ""
+"For more information about debconf, please see debconf(7) in the "
+"<computeroutput>debconf</computeroutput> package."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:132
+msgid "Symlink conversion"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-contents.xml:133
+msgid "FIXME. (This is probably in the wrong section)"
+msgstr ""
diff --git a/po4a/fr/customisation-packages.xml.po b/po4a/fr/customisation-packages.xml.po
new file mode 100644
index 0000000..6d6ba31
--- /dev/null
+++ b/po4a/fr/customisation-packages.xml.po
@@ -0,0 +1,503 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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><section><section><para>
+#: chapters/customisation-contents.xml:92
+#: chapters/customisation-contents.xml:99
+#: chapters/customisation-contents.xml:108
+#: chapters/customisation-contents.xml:113
+#: chapters/customisation-contents.xml:118
+#: chapters/customisation-packages.xml:124
+msgid "FIXME."
+msgstr ""
+
+# type: Content of: <chapter><title>
+#: chapters/customisation-packages.xml:7
+msgid "Customising package installation"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-packages.xml:10
+msgid ""
+"This chapter discusses the customisation of package installation. This "
+"involves:"
+msgstr ""
+
+# type: Content of: <chapter><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:14
+msgid "Selecting additional packages to be installed"
+msgstr ""
+
+# type: Content of: <chapter><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:15
+msgid "Installing modified packages"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:19
+msgid "Package sources"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:26
+msgid "Package installation"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:28
+msgid ""
+"You can elect to use either <computeroutput>apt</computeroutput> or "
+"<computeroutput>aptitude</computeroutput> when installing packages. Which "
+"utility is used is governed by the <computeroutput>LH_APT</computeroutput> "
+"variable in <filename>config/chroot</filename> or by the <computeroutput>--"
+"apt</computeroutput> argument to <filename>lh_config</filename>:"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-packages.xml:33
+msgid "<computeroutput>apt</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:36
+msgid ""
+"Specifying a missing package causes package installation to fail, which may "
+"not be the desired behaviour."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:39
+msgid "This is the default setting for building images for Lenny or later."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-packages.xml:44
+msgid "<computeroutput>aptitude</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:47
+msgid ""
+"Specifying a missing package causes package installation to succeed, which "
+"may not be the desired behaviour."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:50
+msgid "This is the default setting for building images for Etch."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:59
+msgid "Installing additional packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:62
+msgid ""
+"&live-helper; has a number of mechanisms for indicating that additional "
+"packages should be installed, including:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:66
+#: chapters/customisation-packages.xml:73
+msgid "The <computeroutput>LH_PACKAGES</computeroutput> variable"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:67
+#: chapters/customisation-packages.xml:98
+msgid "Package lists"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:68
+msgid "Local packages (<filename>chroot_local-packages/</filename>)"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:69
+#: chapters/customisation-packages.xml:182
+msgid "Tasks"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:75
+msgid ""
+"To install additional packages, simply add them to the "
+"<computeroutput>LH_PACKAGES</computeroutput> variable in <filename>config/"
+"chroot</filename>. For example:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-packages.xml:78
+#, no-wrap
+msgid ""
+"\n"
+"LH_PACKAGES=\"package1 package2 package3 ... \"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:83
+msgid "You can also specify an initial values on the command line:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-packages.xml:86
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config --packages \"package1 package2 package3\"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:90
+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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:93
+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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:100
+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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:103
+msgid ""
+"To specify a package list, add the name of the list to the "
+"<computeroutput>LH_PACKAGES_LISTS</computeroutput> variable in "
+"<filename>config/chroot</filename>. For example:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-packages.xml:105
+#, no-wrap
+msgid ""
+"\n"
+"LH_PACKAGES_LISTS=\"gnome\"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:109
+msgid ""
+"Packages lists that a distributed with &live-helper; reside in view in the "
+"<computeroutput>/usr/share/live-helper/lists</computeroutput> directory."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/customisation-packages.xml:112
+msgid "Local packages lists"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:114
+msgid ""
+"You may supplement the supplied lists using local package lists stored in "
+"<computeroutput>config/chroot_local-packageslists</computeroutput>."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:117
+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: <chapter><section><section><section><title>
+#: chapters/customisation-packages.xml:123
+msgid "Extending a provided package list using includes"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:126
+#, no-wrap
+msgid ""
+"\n"
+"#include &lt;gnome&gt;\n"
+"iceweasel\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:132
+msgid ""
+"The package lists that are included with &live-helper; make extensive use of "
+"includes. They are available to view in the <computeroutput>/usr/share/live-"
+"helper/lists</computeroutput> directory."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/customisation-packages.xml:137
+msgid "Using conditionals inside packages lists"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:140
+#, no-wrap
+msgid ""
+"\n"
+"#if ARCHITECTURE amd64\n"
+"ia32-libs\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:146
+msgid ""
+"or if <computeroutput>LH_ARCHITECTURE</computeroutput> is set to "
+"<computeroutput>i386</computeroutput> or <computeroutput>amd64</"
+"computeroutput>:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:148
+#, no-wrap
+msgid ""
+"\n"
+"#if ARCHITECTURE i386 amd64\n"
+"memtest86+\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:154
+msgid ""
+"or if <computeroutput>LH_SECTIONS</computeroutput> contains either "
+"<computeroutput>contrib</computeroutput> or <computeroutput>non-free</"
+"computeroutput>:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:156
+#, no-wrap
+msgid ""
+"\n"
+"#if SECTIONS contrib non-free\n"
+"vrms\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:162
+msgid ""
+"A conditional may surround an <computeroutput>#include</computeroutput> "
+"directive:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:164
+#, no-wrap
+msgid ""
+"\n"
+"#if ARCHITECTURE amd64\n"
+"#include &lt;gnome-full&gt;\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:171
+msgid ""
+"Any &live-helper; configuration variable that begins with "
+"<computeroutput>LH_</computeroutput> can be tested in this way."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:174
+msgid "The nesting of conditionals is not supported."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:189
+msgid "Installing modified or third-party packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:191
+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: <chapter><section><para>
+#: chapters/customisation-packages.xml:193
+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: <chapter><section><para>
+#: chapters/customisation-packages.xml:195
+msgid "There are two ways of installing modified custom packages:"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:197
+msgid "<filename>chroot_local-packages</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:198
+msgid "Using a custom APT repository"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:201
+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 setup."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:204
+msgid ""
+"Using <filename>chroot_local-packages</filename> to install custom packages"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:205
+msgid ""
+"To install a custom package, simply copy it to the <computeroutput>config/"
+"chroot_local-packages</computeroutput> 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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:207
+msgid ""
+"Packages <emphasis>must</emphasis> be named in the prescribed way. One "
+"simple way to is to use <computeroutput>dpkg-name</computeroutput>. FIXME"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:209
+msgid ""
+"Using <filename>chroot_local-packages</filename> for installation of custom "
+"packages has two disadvantages:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:211
+msgid "It is not possible to use secure APT"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:212
+msgid ""
+"You must install all appropriate packages in the <computeroutput>config/"
+"chroot_local-packages</computeroutput> directory"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:213
+msgid ""
+"Does not lend itself to storing Debian Live configurations in revision "
+"control"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:218
+msgid "Using an APT repository to install custom packages"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:223
+msgid ""
+"Unlike You must ensure that you specify the package elsewhere, see (FIXME)"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:226
+#: chapters/customisation-packages.xml:248
+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 ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:231
+msgid "Custom packages and APT"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:233
+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 is available in two "
+"different repositories, APT will elect to install the package with a higher "
+"version number over one with the lower."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:237
+msgid ""
+"Because of this. you may wish to increment the version number in your custom "
+"packages' <computeroutput>debian/changelog</computeroutput> 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: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:243
+msgid "Altering APT preferences during Live system"
+msgstr ""
diff --git a/po4a/fr/faq.xml.po b/po4a/fr/faq.xml.po
new file mode 100644
index 0000000..8944694
--- /dev/null
+++ b/po4a/fr/faq.xml.po
@@ -0,0 +1,21 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/faq.xml:7
+msgid "Frequently asked questions (FAQ)"
+msgstr ""
diff --git a/po4a/fr/index.html.in.po b/po4a/fr/index.html.in.po
new file mode 100644
index 0000000..16b32e4
--- /dev/null
+++ b/po4a/fr/index.html.in.po
@@ -0,0 +1,77 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 20:46+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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: <html><head><title>
+#: index.html.in:3
+msgid "Debian Live manual"
+msgstr ""
+
+# type: Content of: <html><body><p><a>
+#: index.html.in:7
+msgid "<a href=\"http://debian-live.alioth.debian.org/\">"
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: index.html.in:7
+msgid "</a>"
+msgstr ""
+
+# type: Content of: <book><title>
+#: index.html.in:9 index.xml:9
+msgid "Debian Live Manual"
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: 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-"
+"devel at lists.alioth.debian.org\">debian-live-devel at lists.alioth.debian.org</"
+"a>."
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: index.html.in:13
+msgid "Formats:"
+msgstr ""
+
+# type: Content of: <html><body><p><ul><li>
+#: index.html.in:15
+msgid "<strong><a href=\"html/__LANG__/\">HTML</a></strong>"
+msgstr ""
+
+# type: Content of: <html><body><p><ul><li>
+#: index.html.in:16
+msgid "<a href=\"txt/__LANG__/live-manual.txt\">Plain text</a>"
+msgstr ""
+
+# type: Content of: <html><body><p><ul><li>
+#: index.html.in:17
+msgid "<a href=\"pdf/__LANG__/live-manual.pdf\">PDF</a>"
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: 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>
+#: index.html.in:24
+msgid "Last updated: __UPDATED__."
+msgstr ""
diff --git a/po4a/fr/index.xml.po b/po4a/fr/index.xml.po
new file mode 100644
index 0000000..5ccdb00
--- /dev/null
+++ b/po4a/fr/index.xml.po
@@ -0,0 +1,84 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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: <book><title>
+#: index.html.in:9 index.xml:9
+msgid "Debian Live Manual"
+msgstr ""
+
+# type: Attribute 'lang' of: <book>
+#: index.xml:7
+msgid "en"
+msgstr ""
+
+# type: Content of: <book><bookinfo>
+#: index.xml:11
+msgid ""
+"<author> <othername>The Debian Live Project</othername> <email>debian-live-"
+"devel at lists.alioth.debian.org</email> </author>"
+msgstr ""
+
+# type: Content of: <book><bookinfo><releaseinfo>
+#: index.xml:16
+msgid "&version;"
+msgstr ""
+
+# type: Content of: <book><bookinfo><pubdate>
+#: index.xml:17
+msgid "&pubdate;"
+msgstr ""
+
+# type: Content of: <book><bookinfo><copyright><holder>
+#: index.xml:21
+msgid "The Debian Live Project"
+msgstr ""
+
+# type: Content of: <book><bookinfo><legalnotice><para>
+#: index.xml:26
+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>
+#: index.xml:32
+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>
+#: index.xml:38
+msgid ""
+"A copy of the GNU General Public License is available as <filename>/usr/"
+"share/common-licenses/GPL</filename> in the Debian GNU/Linux distribution or "
+"on the World Wide Web at <ulink url=\"http://www.gnu.org/copyleft/gpl.html"
+"\">the GNU web site</ulink>.  You can also obtain it by writing to the Free "
+"Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-"
+"1307, USA."
+msgstr ""
+
+# type: Content of: <book><bookinfo><legalnotice><para>
+#: index.xml:46
+msgid ""
+"If you want to print this reference, this document is also available in "
+"Portable Document Format (PDF)."
+msgstr ""
diff --git a/po4a/fr/installation.xml.po b/po4a/fr/installation.xml.po
new file mode 100644
index 0000000..d57c2ce
--- /dev/null
+++ b/po4a/fr/installation.xml.po
@@ -0,0 +1,413 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/installation.xml:7
+msgid "Installation"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/installation.xml:10
+msgid "Requirements"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:13
+msgid "Building Debian Live images has very few system requirements:"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:16
+msgid "Super user (root) access"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:17
+msgid "An up-to-date version of &live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:18
+msgid ""
+"A POSIX-compliant shell, such as <computeroutput>bash</computeroutput> or "
+"<computeroutput>dash</computeroutput>."
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:19
+msgid ""
+"<computeroutput>debootstrap</computeroutput> or "
+"<computeroutput>cdebootstrap</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:20
+msgid "Linux 2.6.x"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:23
+msgid ""
+"Note especially that using a Debian installation is not required - &live-"
+"helper; will run on many operating systems such as Ubuntu."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/installation.xml:28
+msgid "Installing &live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:31
+msgid "You may install &live-helper; in a number of different ways:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:35 chapters/installation.xml:44
+msgid "From the Debian repository"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:36 chapters/installation.xml:65
+msgid "From source"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:37
+msgid "From snapshots"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:38
+msgid "From backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:41
+msgid ""
+"If you are using &lenny; or &sid; the recommended way is to install &live-"
+"helper; via the Debian repository."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:47
+msgid "Simply install &live-helper; like any other package:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:50
+#, no-wrap
+msgid ""
+"\n"
+" # apt-get install live-helper\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:55
+msgid "or"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:58
+#, no-wrap
+msgid ""
+"\n"
+" # aptitude install live-helper\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:68
+msgid ""
+"&live-helper; is developed using the Git revision control system. On Debian "
+"systems, this is provided by the <computeroutput>git-core</computeroutput> "
+"package. To check out the latest code, execute:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:71
+#, no-wrap
+msgid ""
+"\n"
+" $ git clone git://git.debian.net/git/live-helper.git\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:76
+msgid "You can build and install your own Debian package by executing:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:79
+#, no-wrap
+msgid ""
+"\n"
+" $ cd live-helper\n"
+" $ dpkg-buildpackage -uc -us -rfakeroot\n"
+" $ cd ..\n"
+" # dpkg -i live-helper*.deb\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:86
+msgid ""
+"Since &live-helper; version 1.0~a38-1, you can use local version of &live-"
+"helper; without installation:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:88
+#, no-wrap
+msgid ""
+"\n"
+" # live-helper/helpers/lh_local\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:93
+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>
+#: chapters/installation.xml:96
+msgid ""
+"You can also install &live-helper; directly to your system by executing:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:98
+#, no-wrap
+msgid ""
+"\n"
+" # make install\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:104
+msgid "From 'snapshots'"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:105
+msgid ""
+"If you do not wish to build or install &live-helper; from source, you can "
+"use snapshots. These are built automatically from the latest version in Git."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:109
+msgid "From Backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:111
+msgid ""
+"Whilst &live-helper; and friends are currently not a part of Debian stable "
+"relase, they will work on &etch; as well. You will need the following "
+"programs:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:114
+msgid ""
+"An <emphasis>etch</emphasis> backport of <computeroutput>cdebootstrap</"
+"computeroutput> from backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:115
+msgid ""
+"The <emphasis>lenny</emphasis> or <emphasis>sid</emphasis> version of &live-"
+"helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/installation.xml:119
+msgid "Installing cdebootstrap from backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:122
+msgid "Put this in your /etc/apt/sources.list:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:124
+#, no-wrap
+msgid ""
+"\n"
+"deb http://www.backports.org/debian etch-backports main\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:128
+msgid "Update the package indices"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:130
+#, no-wrap
+msgid ""
+"\n"
+"apt-get update\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:134
+msgid "Install <computeroutput>cdebootstrap</computeroutput>:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:136
+#, no-wrap
+msgid ""
+"\n"
+"apt-get install -t etch-backports cdebootstrap\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/installation.xml:144
+msgid "Installing &live-helper; on etch"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/installation.xml:146
+msgid ""
+"It is not recommended that you use &live-helper; from backports.org as it is "
+"likely to be out of date.  The live-helper package from Lenny or Sid can be "
+"installed on Etch (without upgrading other packages, such as libc6; it's "
+"just shell scripts)."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:151
+msgid "install cdebootstrap from backports.org (as indicated above)"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:153
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install -t etch-backports cdebootstrap\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:157
+msgid "install live-helper from testing or unstable"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:159
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install -t unstable live-helper\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/installation.xml:163
+msgid ""
+"Of course you need the testing or unstable sources in /etc/apt/sources.list "
+"for this."
+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><section><para>
+#: chapters/installation.xml:171
+msgid ""
+"<emphasis>N.B. You do not need to install on your host system to create "
+"customised Debian Live systems. However, doing so will do no harm.</emphasis>"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:174
+msgid "Using a customised &live-initramfs;"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:176
+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><orderedlist><listitem><para>
+#: chapters/installation.xml:180
+msgid "Checkout the &live-initramfs; source"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:182
+#, no-wrap
+msgid ""
+"\n"
+"$ git clone git://git.debian.net/git/live-initramfs.git\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:187
+msgid "Make changes to your local copy"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:190
+msgid "Build a &live-initramfs; <computeroutput>.deb</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:191
+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 "
+"<computeroutput>pbuilder</computeroutput> to automate building packages in "
+"chroot. To build directly on the target platform, use "
+"<computeroutput>debuild</computeroutput> (provided by the "
+"<computeroutput>devscripts</computeroutput> package):"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:193
+#, no-wrap
+msgid ""
+"\n"
+"$ cd live-initramfs\n"
+"$ debuild -us -uc -b\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:200
+msgid ""
+"Use the generated &live-initramfs; <computeroutput>.deb</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:202
+msgid ""
+"As &live-initramfs; is installed by the build system, installing the package "
+"in the host system is not sufficient: you should treat the generated "
+"<computeroutput>.deb</computeroutput> 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 ""
diff --git a/po4a/fr/live-environment.xml.po b/po4a/fr/live-environment.xml.po
new file mode 100644
index 0000000..41e83d4
--- /dev/null
+++ b/po4a/fr/live-environment.xml.po
@@ -0,0 +1,103 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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><title>
+#: chapters/live-environment.xml:7
+msgid "The Live environment"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:10
+msgid "Swap space"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:15
+msgid "Hostname"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:20
+msgid "The Live user"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:21
+msgid "Username FIXME."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:22
+msgid ""
+"One important consideration is that the live user is created by &live-"
+"initramfs; during bootup, it is not created by &live-helper; when building "
+"the image."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:24
+msgid ""
+"You can specify additional groups that the live user will belong to by "
+"preseeding the <computeroutput>passwd/user-default-groups</computeroutput> "
+"debconf value. For example, to add the live user to the "
+"<computeroutput>fuse</computeroutput> 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>
+#: chapters/live-environment.xml:26
+#, no-wrap
+msgid ""
+"\n"
+" debconf passwd/user-default-groups string dialout cdrom floppy audio video fuse\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:30
+msgid ""
+"For more information about debconf preseeding, please see <xref linkend="
+"\"debconf-preseed\"/>."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:35
+msgid "Language"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:40
+msgid "Persistence"
+msgstr ""
diff --git a/po4a/fr/meta.xml.po b/po4a/fr/meta.xml.po
new file mode 100644
index 0000000..691efc6
--- /dev/null
+++ b/po4a/fr/meta.xml.po
@@ -0,0 +1,271 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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/po4a/fr/overview.xml.po b/po4a/fr/overview.xml.po
new file mode 100644
index 0000000..2d8b71c
--- /dev/null
+++ b/po4a/fr/overview.xml.po
@@ -0,0 +1,348 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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><title>
+#: chapters/meta.xml:34 chapters/overview.xml:12
+msgid "&live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><title>
+#: chapters/overview.xml:7
+msgid "Overview of tools"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/overview.xml:9
+msgid ""
+"This chapter contains an overview of the two main tools used in building "
+"Debian Live systems."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:13
+msgid ""
+"&live-helper; is a collection of scripts that build Debian Live systems."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:15
+msgid ""
+"The idea behind live-helper is 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>
+#: chapters/overview.xml:17
+msgid ""
+"Many concepts are similar with the <computeroutput>debhelper</"
+"computeroutput> Debian package tools written by Joey Hess:"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/overview.xml:21
+msgid "The scripts have a central location for configuring their operation."
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/overview.xml:22
+msgid ""
+"In <computeroutput>debhelper</computeroutput>, this is the <filename class="
+"\"directory\">debian</filename> subdirectory of a package tree. For example, "
+"<computeroutput>dh_install</computeroutput> will look for 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, "
+"&live-helper; stores its configuration entirely under a <filename class="
+"\"directory\">config/</filename> subdirectory."
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/overview.xml:25
+msgid ""
+"The scripts are independent - that is to say, it is always safe to run each "
+"command."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:29
+msgid ""
+"Unlike <computeroutput>debhelper</computeroutput>, &live-helper; contains a "
+"tool to generate a skeleton configuration directory, <filename>lh_config</"
+"filename>. This could be considered to be similar to tools such as "
+"<computeroutput>dh-make</computeroutput>. For more information about "
+"<filename>lh_config</filename>, please see <xref linkend=\"lh_config\"/>."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:31
+msgid ""
+"Besides the common <filename>config/common</filename>, which is used by all "
+"&live-helper; commands, some additional files can be used to configure the "
+"behavior of specific helpers. These files are typically named "
+"<computeroutput>config/foo</computeroutput> or <computeroutput>config/stage</"
+"computeroutput> (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>
+#: chapters/overview.xml:33
+msgid ""
+"For example, <computeroutput>lh_bootstrap_debootstrap</computeroutput> 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 &live-helper; use pairs of values or slightly more "
+"complicated variable assignments."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:35
+msgid ""
+"&live-helper; 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), &live-helper; will automatically "
+"set it to a default value."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:37
+msgid ""
+"All config files are shell scripts which are sourced by a live-helper "
+"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>
+#: chapters/overview.xml:39
+msgid ""
+"In some rare cases, you may want to have different versions of these files "
+"for different architectures or distributions. If files named "
+"<computeroutput>config/stage.arch</computeroutput> or <computeroutput>config/"
+"stage_helper.arch</computeroutput>, and <computeroutput>config/stage.dist</"
+"computeroutput> or <computeroutput>config/stage_helper.dist</computeroutput> "
+"exist (where \"arch\" is the same as the output of <computeroutput>dpkg --"
+"print-architecture</computeroutput> 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>
+#: chapters/overview.xml:41
+msgid ""
+"Please see <xref linkend=\"installation\"/> for information on how to "
+"install &live-helper;."
+msgstr ""
+
+# type: Content of: <chapter><section><para><para>
+#: chapters/overview.xml:43
+msgid ""
+"The remainder of this section discusses the three most important helpers:"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/overview.xml:45
+msgid "<filename>lh_config</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/overview.xml:46
+msgid ""
+"Responsible for initialising a Live system configuration directory. See "
+"<xref linkend=\"lh_config\"/> for more information."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/overview.xml:49
+msgid "<filename>lh_build</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/overview.xml:50
+msgid ""
+"Responsible for starting a Live system build. See <xref linkend=\"lh_build\"/"
+"> for more information."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/overview.xml:53
+msgid "<filename>lh_clean</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/overview.xml:54
+msgid ""
+"Responsible for removing parts of a Live system build. <xref linkend="
+"\"lh_clean\"/> for more information."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/overview.xml:60
+msgid "The <filename>lh_config</filename> helper"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:61
+msgid ""
+"As discussed in <xref linkend=\"live-helper\"/>, the scripts that make up "
+"&live-helper; source their configuration from a single directory named "
+"<computeroutput>config/</computeroutput>. 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>
+#: chapters/overview.xml:63
+msgid ""
+"Issuing <filename>lh_config</filename> without any arguments creates a "
+"<computeroutput>config</computeroutput> subdirectory which it populates with "
+"some default settings:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/overview.xml:64
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config\n"
+"$ ls -l\n"
+"total 4.1k\n"
+"drwxr-xr-x 19 user group 4.1k 2008-05-09 21:37 config\n"
+"$ ls -l config/\n"
+"total 91k\n"
+"-rw-r--r-- 1 user group 4.0k 2008-05-09 21:37 binary\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_debian-installer\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_grub\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-debs\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-hooks\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-includes\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-packageslists\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-udebs\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_rootfs\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_syslinux\n"
+"-rw-r--r-- 1 user group 1.7k 2008-05-09 21:37 bootstrap\n"
+"-rw-r--r-- 1 user group 1.5k 2008-05-09 21:37 chroot\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_apt\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-hooks\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-includes\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-packages\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-packageslists\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_sources\n"
+"-rw-r--r-- 1 user group 2.9k 2008-05-09 21:37 common\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 includes\n"
+"-rw-r--r-- 1 user group  212 2008-05-09 21:37 source\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 templates\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:95
+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>
+#: chapters/overview.xml:97
+msgid ""
+"You can ask <filename>lh_config</filename> to generate <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><screen>
+#: chapters/overview.xml:99
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config -p gnome\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:103
+msgid ""
+"will build a <filename class=\"directory\">config/</filename> directory "
+"configured to include the '<computeroutput>gnome</computeroutput>' package "
+"list. It is possible to specify many options:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/overview.xml:105
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config --apt aptitude --binary-images net --hostname live-machine --username live-user ...\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:109
+msgid ""
+"A full list of options is available FIXME. Most options have a parallel with "
+"an \"<computeroutput>LH_</computeroutput>\" prefixed variable."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/overview.xml:114
+msgid "The <filename>lh_build</filename> helper"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/overview.xml:119
+msgid "The <filename>lh_clean</filename> helper"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:120
+msgid ""
+"It is the job of the <filename>lh_clean</filename> helper to remove various "
+"parts of a Live helper build."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/overview.xml:125
+msgid "The &live-initramfs; package"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:126
+msgid "&live-initramfs; is a collection of scripts."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:127
+msgid "FIXME link to Kernel Handbook"
+msgstr ""
diff --git a/po4a/fr/reporting-bugs.xml.po b/po4a/fr/reporting-bugs.xml.po
new file mode 100644
index 0000000..adc9c29
--- /dev/null
+++ b/po4a/fr/reporting-bugs.xml.po
@@ -0,0 +1,331 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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>
+#: chapters/reporting-bugs.xml:7
+msgid "Reporting bugs"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/reporting-bugs.xml:9
+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>
+#: chapters/reporting-bugs.xml:11
+msgid "For the impatient:"
+msgstr ""
+
+# type: Content of: <chapter><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:16
+msgid ""
+"Always try to reproduce the bug with the <emphasis>most recent version of "
+"&live-helper; and &live-initramfs;</emphasis> before submitting a bug report."
+msgstr ""
+
+# type: Content of: <chapter><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:21
+msgid ""
+"Try to give <emphasis>as specific information as possible</emphasis> about "
+"the bug. This includes (at least) the version of &live-helper; and &live-"
+"initramfs; used and the distribution of the live system you are building."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/reporting-bugs.xml:27
+msgid "Rebuild from scratch"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:28
+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>
+#: chapters/reporting-bugs.xml:32
+msgid "Use up-to-date packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:33
+msgid "This means"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:35
+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>
+#: chapters/reporting-bugs.xml:40
+msgid "Collect information"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:42
+msgid ""
+"Please provide enough information with your report. At a minimum, it should "
+"contain the exact version of live-helper 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>
+#: chapters/reporting-bugs.xml:44
+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>
+#: chapters/reporting-bugs.xml:48
+msgid "Architecture of the host system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:49
+msgid "Version of &live-helper; on the host system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:50
+msgid "Version of &live-initramfs; on the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:51
+msgid ""
+"Version of <filename>debootstrap</filename> and/or <filename>cdebootstrap</"
+"filename> on the host system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:52
+msgid "Architecture of the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:53
+msgid "Distribution of the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:54
+msgid "Version of the kernel on the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:58
+msgid ""
+"You can generate a log of the build process by using the <filename>tee</"
+"filename> command:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/reporting-bugs.xml:61
+#, no-wrap
+msgid ""
+"\n"
+" # lh_build 2>&amp;1 | tee buildlog.txt\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:65
+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><title>
+#: chapters/reporting-bugs.xml:74
+msgid "Use the correct package to report the bug against"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:76
+msgid "Where does the bug appear?"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/reporting-bugs.xml:81
+msgid "At build time whilst bootstrapping"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para><para>
+#: chapters/reporting-bugs.xml:84
+msgid ""
+"&live-helper; first bootstraps a basic Debian system with "
+"<computeroutput>debootstrap</computeroutput> or "
+"<computeroutput>cdebootstrap</computeroutput>. 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>
+#: chapters/reporting-bugs.xml:86
+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 "
+"<computeroutput>debootstrap</computeroutput>, <computeroutput>cdebootstrap</"
+"computeroutput> or the failing package."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/reporting-bugs.xml:90
+msgid "At build time whilst installing packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:92
+msgid ""
+"&live-helper; 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>
+#: chapters/reporting-bugs.xml:94
+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 <computeroutput>--debug</"
+"computeroutput> will give you more information."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:96
+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>
+#: chapters/reporting-bugs.xml:103
+msgid "At boot-time"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:106
+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>
+#: chapters/reporting-bugs.xml:111
+msgid "At run-time"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:113
+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><title>
+#: chapters/reporting-bugs.xml:122
+msgid "Do the research"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:123
+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>
+#: chapters/reporting-bugs.xml:125
+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>
+#: chapters/reporting-bugs.xml:127
+msgid ""
+"In addition, you should check the <ulink url=\"http://bugs.debian.org/cgi-"
+"bin/pkgreport.cgi?src=live-helper\">current bug list for live-helper</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>
+#: chapters/reporting-bugs.xml:131
+msgid "Where to report bugs"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:133
+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 <computeroutput>reportbug</computeroutput> "
+"command from the package with the same name."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:135
+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-helper\">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>
+#: chapters/reporting-bugs.xml:137
+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/po4a/fr/resources.xml.po b/po4a/fr/resources.xml.po
new file mode 100644
index 0000000..38c9a2a
--- /dev/null
+++ b/po4a/fr/resources.xml.po
@@ -0,0 +1,132 @@
+# French translations for Debconf package
+# Copyright (C) 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the Debconf package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debconf 8\n"
+"POT-Creation-Date: 2008-08-09 16:50+0300\n"
+"PO-Revision-Date: 2008-08-09 16:50+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\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><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><title>
+#: chapters/resources.xml:7
+msgid "Resources and links"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/resources.xml:10
+msgid "Links"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/resources.xml:14
+msgid "<ulink url=\"http://www.debian.org/\">Debian homepage</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/resources.xml:20
+msgid "Who is using Debian Live?"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/resources.xml:22
+msgid "A number of projects are using Debian Live:"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:25
+msgid ""
+"<ulink url=\"http://pkg-kde.alioth.debian.org/kde4livecd.html\">Debian KDE4 "
+"livecd</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:26
+msgid ""
+"<ulink url=\"http://www.gnewsense.org/\">gNewSense</ulink> \"forked\" a very "
+"early live-package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:27
+msgid ""
+"<ulink url=\"http://livecd.gnustep.org/\">GNUSTEP Live CD</ulink> using live-"
+"package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:28
+msgid ""
+"<ulink url=\"http://www.keshi.org/moin/moin.cgi/PS3/Debian/Live"
+"\">PlayStation 3 Live CD</ulink> using live-package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:29
+msgid ""
+"<ulink url=\"http://www.sidux.org/\">Sidux Live CD</ulink> \"forked\" an "
+"early live-package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:30
+msgid "<ulink url=\"http://vamosproject.org\">Vamos</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:31
+msgid ""
+"<ulink url=\"http://clonezilla.sourceforge.net/\">Clonezilla</ulink> (system "
+"image distributer)"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:32
+msgid "<ulink url=\"http://www.webconverger.com/\">Webconverger</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:33
+msgid ""
+"<ulink url=\"http://updates.xorcom.com/iso/\">Xorcom Rapid live cd</ulink> - "
+"Asterisk-based live CD"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:34
+msgid ""
+"<ulink url=\"http://pareto.uab.es/mcreel/PelicanHPC/\">PelicanHPC</ulink> "
+"uses &live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:35
+msgid ""
+"IES S'Arenal, Llucmajor (Secondary school located near to Palma de "
+"Mallorca), Spain."
+msgstr ""
diff --git a/po4a/live-manual.cfg b/po4a/live-manual.cfg
new file mode 100644
index 0000000..edb74cf
--- /dev/null
+++ b/po4a/live-manual.cfg
@@ -0,0 +1,22 @@
+[po4a_langs] de fr
+
+[po4a_paths] po4a/pot/$master.pot $lang:po4a/$lang/$master.po
+
+[type: docbook] appendices/configuration-files.xml $lang:$lang/appendices/configuration-files.xml
+[type: docbook] appendices/configuration-layout.xml $lang:$lang/appendices/configuration-layout.xml
+[type: docbook] chapters/about.xml $lang:$lang/chapters/about.xml
+[type: docbook] chapters/basics.xml $lang:$lang/chapters/basics.xml
+[type: docbook] chapters/common-tasks.xml $lang:$lang/chapters/common-tasks.xml
+[type: docbook] chapters/customisation-binary.xml $lang:$lang/chapters/customisation-binary.xml
+[type: docbook] chapters/customisation-bootup.xml $lang:$lang/chapters/customisation-bootup.xml
+[type: docbook] chapters/customisation-contents.xml $lang:$lang/chapters/customisation-contents.xml
+[type: docbook] chapters/customisation-packages.xml $lang:$lang/chapters/customisation-packages.xml
+[type: docbook] chapters/faq.xml $lang:$lang/chapters/faq.xml
+[type: docbook] chapters/installation.xml $lang:$lang/chapters/installation.xml
+[type: docbook] chapters/live-environment.xml $lang:$lang/chapters/live-environment.xml
+[type: docbook] chapters/meta.xml $lang:$lang/chapters/meta.xml
+[type: docbook] chapters/overview.xml $lang:$lang/chapters/overview.xml
+[type: docbook] chapters/reporting-bugs.xml $lang:$lang/chapters/reporting-bugs.xml
+[type: docbook] chapters/resources.xml $lang:$lang/chapters/resources.xml 
+[type: xhtml] index.html.in $lang:$lang/index.html.in
+[type: docbook] index.xml $lang:$lang/index.xml
diff --git a/po4a/pot/about.xml.pot b/po4a/pot/about.xml.pot
new file mode 100644
index 0000000..b5c95a0
--- /dev/null
+++ b/po4a/pot/about.xml.pot
@@ -0,0 +1,293 @@
+# 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><title>
+#: chapters/about.xml:7
+msgid "About the Debian Live Project"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/about.xml:10
+msgid "Motivation"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:13
+msgid "What is wrong with current live systems"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:15
+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: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:18
+msgid "They are unofficial projects, developed outside of Debian."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:19
+msgid "They mix different distributions, e.g. testing and unstable."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:20
+msgid "They support i386 only."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:21
+msgid ""
+"They change package's behavior and/or appearance by stripping them down to "
+"save space."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:22
+msgid "They include unofficial packages."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:23
+msgid "They ship custom kernels with additional patches not part of Debian."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:24
+msgid ""
+"They are large and slow due to their sheer size and thus not suitable for "
+"rescue issues."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:25
+msgid ""
+"They are not available in different flavours, e.g. CDs, DVDs, USB-stick and "
+"netboot images"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:30
+msgid "Why create our own live system?"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:32
+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: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:35
+msgid "It would be an official Debian subproject."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:36
+msgid "It reflects the (current) state of one distribution."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:37
+msgid "It runs on as many architectures as possible."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:38
+msgid "It consists of unchanged Debian packages only."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:39
+msgid "It does not contain any unofficial packages."
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/about.xml:40
+msgid "It uses an unaltered Debian kernel-image with no additional patches."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/about.xml:48
+msgid "Philosophy"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:51
+msgid "Only unchanged, official packages"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:53
+msgid ""
+"We will only use official packages from the Debian repository, section main "
+"or maybe contrib (the use of contrib is not decided yet). The non-free "
+"section is not part of Debian and therefore not used at all for the live "
+"system."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:57
+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: <chapter><section><section><para>
+#: chapters/about.xml:61
+msgid ""
+"Exception: temporarily, our own packages like live-helper or live-initramfs "
+"may be used from our own repository for development reasons (e.g. to create "
+"development snapshots). They will be synced into Debian on a regular basis."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/about.xml:66
+msgid "No configuration of the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:68
+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: <chapter><section><section><para>
+#: chapters/about.xml:72
+msgid ""
+"Whenever we need a different default configuration, we will do that in "
+"coordination with its package maintainer in Debian."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:76
+msgid ""
+"A system for configuring packages is provided using debconf in lh_config "
+"(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."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:80
+msgid ""
+"Exception: There are a few essential changes needed to be make a live system "
+"alive (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: <chapter><section><section><title>
+#: chapters/about.xml:85
+msgid "No live system to hard disk installer"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:87
+msgid ""
+"[ this is no longer valid after etch release, we will work on an installer "
+"for lenny ]"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/about.xml:91
+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: <chapter><section><section><para>
+#: chapters/about.xml:95
+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: <chapter><section><title>
+#: chapters/about.xml:102
+msgid "Contact"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:105
+msgid "Mailing list"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:106
+msgid ""
+"The primary contact for the project is the <ulink url=\"http://lists.alioth."
+"debian.org/mailman/listinfo/debian-live-devel\">mailing list</ulink>. You "
+"can email the list directly by addressing your mail to <email>debian-live-"
+"devel at lists.alioth.debian.org</email>. The <ulink url=\"http://lists.alioth."
+"debian.org/pipermail/debian-live-devel/\">list archives</ulink> are also "
+"available."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:109
+msgid "IRC"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:111
+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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:115
+msgid "BTS"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:117
+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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/about.xml:121
+msgid "Wiki"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/about.xml:123
+msgid ""
+"FIXME. <ulink url=\"http://wiki.debian.org/DebianLive\">our entry on the "
+"Debian wiki</ulink>."
+msgstr ""
diff --git a/po4a/pot/basics.xml.pot b/po4a/pot/basics.xml.pot
new file mode 100644
index 0000000..6f6c494
--- /dev/null
+++ b/po4a/pot/basics.xml.pot
@@ -0,0 +1,316 @@
+# 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><title>
+#: chapters/basics.xml:7
+msgid "The basics"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/basics.xml:10
+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>
+#: chapters/basics.xml:14
+msgid "First steps: building an ISO image"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:17
+msgid ""
+"The following sequence of commands 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>
+#: chapters/basics.xml:21
+msgid "First, we must configure our Live system:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:24
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:29
+msgid ""
+"Passing no parameters indicated that we wish to use the default binary image "
+"type. You will see that &live-helper; created a <filename>\"config/\"</"
+"filename> hierarchy in your current directory - this is used by the rest of "
+"&live-helper; to build your live image."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:33 chapters/basics.xml:91 chapters/basics.xml:130
+msgid "We can then build the image with <filename>lh_build</filename> as root:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:36 chapters/basics.xml:94 chapters/basics.xml:133
+#, no-wrap
+msgid ""
+"\n"
+"# lh_build\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:41
+msgid ""
+"This process can take a while, depending on the speed of your network "
+"connection."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:45
+msgid "Testing an ISO image with Qemu"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/basics.xml:47
+msgid "Testing an ISO is simple:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:50
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install qemu\n"
+"$ qemu -cdrom binary.iso\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:57
+msgid "Burning an ISO image to physical medium"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/basics.xml:58
+msgid "Burning an ISO image is easy:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:60
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install wodim\n"
+"$ wodim binary.iso\n"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/basics.xml:69
+msgid "Building an USB/HDD image"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:71
+msgid ""
+"The following sequence of 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, hard drives and various other portable storage "
+"devices."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:75
+msgid ""
+"Note if an iso image had been previously built, you will need to clean live-"
+"helper:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:78
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_clean --binary\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:83
+msgid "First, we must configure &live-helper; to create a USD/HDD image type:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:86
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config -b usb-hdd\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:99
+msgid "Copying USB/HDD image to a USB stick"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:100
+#, no-wrap
+msgid ""
+"\n"
+"$ dd if=binary.img of=$USBDRV\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/basics.xml:106
+msgid "Testing a USB/HDD image with Qemu"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/basics.xml:107
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install qemu\n"
+"$ qemu -hda binary.img\n"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/basics.xml:115
+msgid "Building a netboot image"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:118
+msgid "First, we configure our Live system:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/basics.xml:121
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config -b net --net-root-path \"/srv/debian-live\" --net-root-server \"192.168.0.1\"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:126
+msgid ""
+"In contrast with the ISO and USB/HDD image types, netbooting does not "
+"support serving a filesystem image with the client so we must serve the "
+"files via NFS. The <replaceable>net-root-path</replaceable> and "
+"<replaceable>net-root-server</replaceable> options specify the location and "
+"server respectfully of the NFS server on the filesytem image will be located "
+"at boot-time."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/basics.xml:138
+msgid "We must now configure three services:"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/basics.xml:142
+msgid "NFS server"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:145
+msgid ""
+"This contains the Live filesystem image which the system will use at run-"
+"time."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:148
+msgid ""
+"You should install the <computeroutput>nfs-kernel-server</computeroutput> "
+"server package -- <computeroutput>nfs-user-server</computeroutput> does not "
+"function correctly with netboot."
+msgstr ""
+
+# 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><listitem><screen>
+#: chapters/basics.xml:154
+#, no-wrap
+msgid ""
+"\n"
+"/srv/debian-live *(rw,sync,no_root_squash)\n"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/basics.xml:160
+msgid "TFTPd server"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:163
+msgid "This serves the kernel and initial ramdisk to the system at run-time."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:166
+msgid ""
+"You should install the <computeroutput>tftpd-hpa</computeroutput> package."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><screen>
+#: chapters/basics.xml:169
+#, no-wrap
+msgid ""
+"\n"
+"$ ls /var/lib/tftpboot/\n"
+"initrd.gz  memtest  pxelinux.0  pxelinux.cfg  vmlinuz\n"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/basics.xml:176
+msgid "DHCP server"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/basics.xml:179
+msgid ""
+"We must configure our network's DHCP server to advertise the location of the "
+"PXE server."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><screen>
+#: chapters/basics.xml:185
+#, no-wrap
+msgid ""
+"\n"
+"next-server 192.168.0.78;\n"
+"filename \"pxelinux.0\";\n"
+msgstr ""
diff --git a/po4a/pot/common-tasks.xml.pot b/po4a/pot/common-tasks.xml.pot
new file mode 100644
index 0000000..4b19aea
--- /dev/null
+++ b/po4a/pot/common-tasks.xml.pot
@@ -0,0 +1,133 @@
+# 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><title>
+#: chapters/common-tasks.xml:7
+msgid "Common tasks"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/common-tasks.xml:10
+msgid "The Debian Installer"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/common-tasks.xml:12
+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>
+#: chapters/common-tasks.xml:16
+msgid "The \"Debian Installer\""
+msgstr ""
+
+# type: Content of: <chapter><section><note><para>
+#: chapters/common-tasks.xml:19
+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>
+#: chapters/common-tasks.xml:23
+msgid "The three main types of installer are:"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/common-tasks.xml:28
+msgid "\"Normal\" Debian Installer"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/common-tasks.xml:32
+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>
+#: chapters/common-tasks.xml:35
+msgid ""
+"This means that Debian is installed by fetching and installing "
+"<computeroutput>.deb</computeroutput> 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>
+#: chapters/common-tasks.xml:38
+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 &live-helper;."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/common-tasks.xml:44
+msgid "\"Live\" Debian Installer"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/common-tasks.xml:48
+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>
+#: chapters/common-tasks.xml:51
+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>
+#: chapters/common-tasks.xml:54
+msgid "This is working now."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/common-tasks.xml:60
+msgid "\"Ubuntu\"-style installer"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/common-tasks.xml:64
+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>
+#: chapters/common-tasks.xml:67
+msgid "This is currently NOT possible with Debian Live."
+msgstr ""
diff --git a/po4a/pot/configuration-files.xml.pot b/po4a/pot/configuration-files.xml.pot
new file mode 100644
index 0000000..98c0a88
--- /dev/null
+++ b/po4a/pot/configuration-files.xml.pot
@@ -0,0 +1,1036 @@
+# 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: <appendix><title>
+#: appendices/configuration-files.xml:8
+msgid "Configuration files"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:11
+msgid "The <filename>config/binary</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:15
+msgid "LH_BINARY_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:16
+msgid "Set image filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:20
+msgid "LH_BINARY_IMAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:21
+#: appendices/configuration-files.xml:512
+msgid "Set image type. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:25
+msgid "LH_BINARY_INDICES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:30
+msgid "LH_BOOTAPPEND_LIVE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:31 appendices/configuration-files.xml:36
+msgid "Set boot parameters. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:35
+msgid "LH_BOOTAPPEND_INSTALL"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:40
+msgid "LH_BOOTLOADER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:41
+msgid "Set bootloader. (See <xref linkend=\"bootloaders\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:45
+msgid "LH_CHECKSUMS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:46
+msgid "Set checksums. (See <xref linkend=\"cheat-codes\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:50
+msgid "LH_CHROOT_BUILD"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:55
+msgid "LH_DEBIAN_INSTALLER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:56
+msgid "Set debian-installer. (See <xref linkend=\"debian-installer\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:60
+msgid "LH_DEBIAN_INSTALLER_DAILY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:61
+msgid "Set daily images. (See <xref linkend=\"debian-installer\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:65
+msgid "LH_ENCRYPTION"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:66
+msgid "Set encrytion. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:70
+msgid "LH_GRUB_SPLASH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:71
+msgid "Set custom grub splash. (See <xref linkend=\"splash\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:75
+msgid "LH_HOSTNAME"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:76
+msgid "Set hostname. (See <xref linkend=\"hostname\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:80
+msgid "LH_ISO_APPLICATION"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:81
+msgid "Set iso author. (See <xref linkend=\"iso-metadata\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:85
+msgid "LH_ISO_PREPARER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:86
+msgid "Set iso preparer. (See <xref linkend=\"iso-metadata\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:90
+msgid "LH_ISO_PUBLISHER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:91
+msgid "Set iso publisher. (See <xref linkend=\"iso-metadata\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:95
+msgid "LH_ISO_VOLUME"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:100
+msgid "LH_JFFS2_ERASEBLOCK"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:101
+msgid ""
+"Set jffs2 eraseblock size. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:105
+msgid "LH_MEMTEST"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:106
+msgid "Set memtest. (See <xref linkend=\"memtest\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:110
+msgid "LH_NET_ROOT_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:111
+msgid "Set netboot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:115
+msgid "LH_NET_ROOT_MOUNTOPTIONS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:116
+msgid "Set nfsopts. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:120
+msgid "LH_NET_ROOT_PATH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:121
+msgid ""
+"Set netboot server directory. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:125
+msgid "LH_NET_ROOT_SERVER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:126
+msgid ""
+"Set netboot server address. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:130
+msgid "LH_NET_COW_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:135
+msgid "LH_NET_COW_MOUNTOPTIONS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:136
+msgid "Set cow mount options. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:140
+msgid "LH_NET_COW_PATH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:141
+msgid "Set cow directory. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:145
+msgid "LH_NET_COW_SERVER"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:146
+msgid "Set cow server. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:150
+msgid "LH_NET_TARBALL"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:151
+msgid "Set net tarball. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:155
+msgid "LH_SYSLINUX_SPLASH"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:156
+msgid "Set custom syslinux splash. (See <xref linkend=\"splash\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:160
+msgid "LH_SYSLINUX_TIMEOUT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:165
+msgid "LH_SYSLINUX_CFG"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:166
+msgid ""
+"Set custom syslinux configuration file. (See <xref linkend=\"syslinux\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:170
+msgid "LH_SYSLINUX_MENU"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:171
+msgid "Set syslinux menu. (See <xref linkend=\"syslinux\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:175
+msgid "LH_SYSLINUX_MENU_LIVE_ENTRY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:180
+msgid "LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:185
+msgid "LH_SYSLINUX_MENU_MEMTEST_ENTRY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:190
+msgid "LH_USERNAME"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:191
+msgid "Set username. (See <xref linkend=\"live-user\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:198
+msgid "The <filename>config/bootstrap</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:202
+msgid "LH_ARCHITECTURE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:203
+msgid ""
+"Select chroot architecture. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:207
+msgid "LH_BOOTSTRAP_CONFIG"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:208
+msgid ""
+"Set distribution config directory. (See <xref linkend=\"configuration-layout"
+"\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:212
+msgid "LH_BOOTSTRAP_INCLUDE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:213
+msgid ""
+"Include packages on base. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:217
+msgid "LH_BOOTSTRAP_EXCLUDE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:218
+msgid ""
+"Exclude packages on base. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:222
+msgid "LH_BOOTSTRAP_FLAVOUR"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:223
+msgid "Select flavour to use. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:227
+msgid "LH_BOOTSTRAP_KEYRING"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:228
+msgid ""
+"Set distribution keyring. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:232
+msgid "LH_DISTRIBUTION"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:233
+msgid ""
+"Select distribution to use. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:237
+msgid "LH_MIRROR_BOOTSTRAP"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:242
+msgid "LH_MIRROR_CHROOT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:247
+msgid "LH_MIRROR_CHROOT_SECURITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:252
+msgid "LH_MIRROR_BINARY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:257
+msgid "LH_MIRROR_BINARY_SECURITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:262
+msgid "LH_SECTIONS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:263
+msgid "select section(s) to use. (See <xref linkend=\"package-sources\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:269
+msgid "The <filename>config/chroot</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:273
+msgid "LH_CHROOT_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:274
+msgid "Set chroot filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:278
+msgid "LH_UNION_FILESYSTEM"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:279
+msgid "Set union filesystem. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:283
+msgid "LH_EXPOSED_ROOT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:288
+msgid "LH_HOOKS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:289
+msgid "Set hook commands. (See <xref linkend=\"hooks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:293
+msgid "LH_INTERACTIVE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:294
+msgid "Set interactive build. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:298
+msgid "LH_KEYRING_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:299
+msgid "Set keyring packages. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:303
+msgid "LH_LANGUAGE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:304
+msgid "Set language to use. (See <xref linkend=\"language\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:308
+msgid "LH_LINUX_FLAVOURS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:309
+msgid "Set kernel flavour to use. (See <xref linkend=\"kernel\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:313
+msgid "LH_LINUX_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:314
+msgid "Set kernel packages to use. (See <xref linkend=\"kernel\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:318
+msgid "LH_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:319
+msgid "Set packages to install. (See <xref linkend=\"lh-packages\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:323
+msgid "LH_PACKAGES_LISTS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:328
+msgid "LH_TASKS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:329
+msgid "Set tasks to install. (See <xref linkend=\"tasks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:333
+msgid "LH_SECURITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:334
+msgid "enable security updates. (See <xref linkend=\"package-sources\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:338
+msgid "LH_SYMLINKS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:339
+msgid "enable symlink convertion. (See <xref linkend=\"symlinks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:343
+msgid "LH_SYSVINIT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:344
+msgid "enable sysvinit. (See <xref linkend=\"startup-scripts\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:351
+msgid "The <filename>config/common</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:355
+msgid "LH_APT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:356
+msgid "Set package manager. (See <xref linkend=\"package-installation\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:360
+msgid "LH_APT_FTP_PROXY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:365
+msgid "LH_APT_HTTP_PROXY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:370
+msgid "LH_APT_PDIFFS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:375
+msgid "LH_APT_PIPELINE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:380
+msgid "LH_APT_RECOMMENDS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:381
+msgid ""
+"Set apt/aptitude recommends. (See <xref linkend=\"package-installation\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:385
+msgid "LH_APT_SECURE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:386
+msgid ""
+"Set apt/aptitude security. (See <xref linkend=\"package-installation\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:390
+msgid "LH_BOOTSTRAP"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:391
+msgid "Set bootstrap program. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:395
+msgid "LH_CACHE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:396
+msgid "control cache. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:400
+msgid "LH_CACHE_INDICES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:405
+msgid "LH_CACHE_PACKAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:410
+msgid "LH_CACHE_STAGES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:415
+msgid "LH_DEBCONF_FRONTEND"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:420
+msgid "LH_DEBCONF_NOWARNINGS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:421
+msgid "Set debconf(1) warnings. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:425
+msgid "LH_DEBCONF_PRIORITY"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: 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>
+#: appendices/configuration-files.xml:430
+msgid "LH_INITRAMFS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:431
+msgid "Set initramfs hook. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:435
+msgid "LH_FDISK"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:436
+msgid "Set fdisk program. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:440
+msgid "LH_LOSETUP"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:441
+msgid "Set losetup program. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:445
+msgid "LH_MODE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:446
+msgid "Set distribution mode. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:450
+msgid "LH_ROOT_COMMAND"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:451
+msgid "use sudo or equivalent. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:455
+msgid "LH_USE_FAKEROOT"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:456
+msgid "use fakeroot/fakechroot. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:460
+msgid "LH_TASKSEL"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:461
+msgid "Set tasksel program. (See <xref linkend=\"tasks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:465
+msgid "LH_INCLUDES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:466
+msgid "Set includes. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:470
+msgid "LH_TEMPLATES"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:471
+msgid "Set templates. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:475
+msgid "LH_BREAKPOINTS"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:476
+msgid "enable breakpoints. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:480
+msgid "LH_DEBUG"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:481
+msgid "enable debug. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:485
+msgid "LH_FORCE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:486
+msgid "enable force. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:490
+msgid "LH_QUIET"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:491
+msgid "enable quiet. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:495
+msgid "LH_VERBOSE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:496
+msgid "enable verbose. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><title>
+#: appendices/configuration-files.xml:502
+msgid "The <filename>config/source</filename> file"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:506
+msgid "LH_SOURCE"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-files.xml:507
+msgid "Set source option. (See <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><section><variablelist><varlistentry><term>
+#: appendices/configuration-files.xml:511
+msgid "LH_SOURCE_IMAGES"
+msgstr ""
diff --git a/po4a/pot/configuration-layout.xml.pot b/po4a/pot/configuration-layout.xml.pot
new file mode 100644
index 0000000..24d1564
--- /dev/null
+++ b/po4a/pot/configuration-layout.xml.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 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: <appendix><title>
+#: appendices/configuration-layout.xml:8
+msgid "Configuration layout"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><title>
+#: appendices/configuration-layout.xml:11
+msgid ""
+"Layout of the <filename class=\"directory\">config/</filename> directory"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:14
+msgid "<filename class=\"directory\">binary_debian-installer/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:15
+#: appendices/configuration-layout.xml:23
+#: appendices/configuration-layout.xml:39
+msgid "(see <xref linkend=\"debian-installer\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:18
+msgid "<filename class=\"directory\">binary_grub/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:19
+#: appendices/configuration-layout.xml:47
+#: appendices/configuration-layout.xml:79
+#: appendices/configuration-layout.xml:83
+msgid "(see <xref linkend=\"bootloaders\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:22
+msgid "<filename class=\"directory\">binary_local-debs/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:26
+msgid "<filename class=\"directory\">binary_local-hooks/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:27
+msgid "(see <xref linkend=\"binary-local-hooks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:30
+msgid "<filename class=\"directory\">binary_local-includes/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:31
+msgid "(see <xref linkend=\"binary-includes\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:34
+msgid "<filename class=\"directory\">binary_local-packageslists/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:35
+#: appendices/configuration-layout.xml:43
+msgid "(see <xref linkend=\"configuration-layout\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:38
+msgid "<filename class=\"directory\">binary_local-udebs/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:42
+msgid "<filename class=\"directory\">binary_rootfs/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:46
+msgid "<filename class=\"directory\">binary_syslinux/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:50
+msgid "<filename class=\"directory\">chroot_apt/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:51
+msgid "(see <xref linkend=\"custom-packages-apt\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:54
+msgid "<filename class=\"directory\">chroot_local-hooks/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:55
+msgid "(see <xref linkend=\"chroot-local-hooks\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:58
+msgid "<filename class=\"directory\">chroot_local-includes/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:59
+msgid "(see <xref linkend=\"chroot-local-includes\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:62
+msgid "<filename class=\"directory\">chroot_local-packages/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:63
+msgid "(see <xref linkend=\"local-packages\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:66
+msgid "<filename class=\"directory\">chroot_local-packageslists/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:67
+msgid "(see <xref linkend=\"package-lists\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:70
+msgid "<filename class=\"directory\">chroot_local-presed/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:71
+msgid "(see <xref linkend=\"debconf-preseed\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:74
+msgid "<filename class=\"directory\">chroot_sources/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:75
+msgid "(see <xref linkend=\"custom-apt-repo\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:78
+msgid "<filename class=\"directory\">includes/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:82
+msgid "<filename class=\"directory\">templates/</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:87
+msgid "<filename>bootstrap</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:88
+msgid "(see <xref linkend=\"config-bootstrap\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:91
+msgid "<filename>binary</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:92
+msgid "(see <xref linkend=\"config-binary\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:95
+msgid "<filename>chroot</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:96
+msgid "(see <xref linkend=\"config-chroot\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:99
+msgid "<filename>common</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:100
+msgid "(see <xref linkend=\"config-common\"/>)"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><term>
+#: appendices/configuration-layout.xml:103
+msgid "<filename>source</filename>"
+msgstr ""
+
+# type: Content of: <appendix><variablelist><varlistentry><listitem><para>
+#: appendices/configuration-layout.xml:104
+msgid "(see <xref linkend=\"config-source\"/>)"
+msgstr ""
diff --git a/po4a/pot/customisation-binary.xml.pot b/po4a/pot/customisation-binary.xml.pot
new file mode 100644
index 0000000..927b179
--- /dev/null
+++ b/po4a/pot/customisation-binary.xml.pot
@@ -0,0 +1,98 @@
+# 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><title>
+#: chapters/customisation-binary.xml:7
+msgid "Customising the binary image"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-binary.xml:9
+msgid "This chapter discusses FIXME"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-binary.xml:12
+msgid "ISO metadata"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:19
+msgid ""
+"<computeroutput>LH_ISO_APPLICATION</computeroutput> / <computeroutput>--iso-"
+"application <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:27
+msgid ""
+"<computeroutput>LH_ISO_PREPARER</computeroutput> / <computeroutput>--iso-"
+"preparer <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:35
+msgid ""
+"<computeroutput>LH_ISO_PUBLISHER</computeroutput> / <computeroutput>--iso-"
+"publisher <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-binary.xml:43
+msgid ""
+"<computeroutput>LH_ISO_VOLUME</computeroutput> / <computeroutput>--iso-"
+"volume <replaceable>NAME</replaceable></computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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/po4a/pot/customisation-bootup.xml.pot b/po4a/pot/customisation-bootup.xml.pot
new file mode 100644
index 0000000..d3128c9
--- /dev/null
+++ b/po4a/pot/customisation-bootup.xml.pot
@@ -0,0 +1,109 @@
+# 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><title>
+#: chapters/customisation-bootup.xml:7
+msgid "Customising the bootup process"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-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: <chapter><section><title>
+#: chapters/customisation-bootup.xml:14
+msgid "Kernel"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:18
+msgid "Bootloaders"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-bootup.xml:24
+msgid "Choosing a bootloader"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-bootup.xml:31
+msgid "Syslinux"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-bootup.xml:32
+msgid ""
+"In the default configuration, Syslinux will pause indefinitely at its splash "
+"screen. To adjust this, modify the <computeroutput>LH_SYSLINUX_TIMEOUT</"
+"computeroutput> value or pass <computeroutput>--syslinux-timeout "
+"<replaceable>TIMEOUT</replaceable></computeroutput> 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: <chapter><section><section><title>
+#: chapters/customisation-bootup.xml:36
+msgid "Bootloader templates"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:44
+msgid "Splash screens"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:51
+msgid "Memtest"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-bootup.xml:58
+msgid "Startup scripts"
+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><para>
+#: chapters/customisation-bootup.xml:70
+msgid "Checksums."
+msgstr ""
diff --git a/po4a/pot/customisation-contents.xml.pot b/po4a/pot/customisation-contents.xml.pot
new file mode 100644
index 0000000..4b90a4b
--- /dev/null
+++ b/po4a/pot/customisation-contents.xml.pot
@@ -0,0 +1,208 @@
+# 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><title>
+#: chapters/customisation-contents.xml:7
+msgid "Customising contents"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-contents.xml:9
+msgid "This chapter discusses further customisation of the live system."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:12
+msgid "Includes"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-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: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-contents.xml:19
+msgid "Chroot local includes"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:29
+#: chapters/customisation-contents.xml:90
+msgid "Binary local includes"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:39
+#: chapters/customisation-contents.xml:97
+msgid "Binary includes"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-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: <chapter><section><para>
+#: chapters/customisation-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: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:54
+msgid "Live/chroot local includes"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-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>) or adding configuration files where "
+"additional processing is not required."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-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: <chapter><section><section><screen>
+#: chapters/customisation-contents.xml:63
+#, no-wrap
+msgid ""
+"\n"
+"  $ mkdir -p config/lh_chroot_local-includes/var/www\n"
+"  $ cp /path/to/my/index.html config/lh_chroot_local-includes/var/www\n"
+" "
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-contents.xml:69
+msgid "Your configuration will then have the following layout:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-contents.xml:72
+#, no-wrap
+msgid ""
+"\n"
+"-- config\n"
+"   [...]\n"
+"    |-- includes\n"
+"    |-- lh_chroot_local-includes\n"
+"    |   `-- var\n"
+"    |       `-- www\n"
+"    |           `-- index.html\n"
+"   [...]\n"
+"    `-- templates\n"
+" "
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-contents.xml:85
+msgid ""
+"Chroot local includes are installed after package installation so that files "
+"installed by packages are overwritten."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-contents.xml:92
+#: chapters/customisation-contents.xml:99
+#: chapters/customisation-contents.xml:108
+#: chapters/customisation-contents.xml:113
+#: chapters/customisation-contents.xml:118
+#: chapters/customisation-packages.xml:124
+msgid "FIXME."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:106
+msgid "Hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-contents.xml:109
+msgid "Enabling hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:112
+msgid "Live/chroot local hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-contents.xml:117
+msgid "Binary local hooks"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:124
+msgid "Preseeding Debconf questions"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-contents.xml:126
+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: <chapter><section><para>
+#: chapters/customisation-contents.xml:128
+msgid ""
+"For more information about debconf, please see debconf(7) in the "
+"<computeroutput>debconf</computeroutput> package."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-contents.xml:132
+msgid "Symlink conversion"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-contents.xml:133
+msgid "FIXME. (This is probably in the wrong section)"
+msgstr ""
diff --git a/po4a/pot/customisation-packages.xml.pot b/po4a/pot/customisation-packages.xml.pot
new file mode 100644
index 0000000..39b3234
--- /dev/null
+++ b/po4a/pot/customisation-packages.xml.pot
@@ -0,0 +1,503 @@
+# 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><section><section><para>
+#: chapters/customisation-contents.xml:92
+#: chapters/customisation-contents.xml:99
+#: chapters/customisation-contents.xml:108
+#: chapters/customisation-contents.xml:113
+#: chapters/customisation-contents.xml:118
+#: chapters/customisation-packages.xml:124
+msgid "FIXME."
+msgstr ""
+
+# type: Content of: <chapter><title>
+#: chapters/customisation-packages.xml:7
+msgid "Customising package installation"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/customisation-packages.xml:10
+msgid ""
+"This chapter discusses the customisation of package installation. This "
+"involves:"
+msgstr ""
+
+# type: Content of: <chapter><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:14
+msgid "Selecting additional packages to be installed"
+msgstr ""
+
+# type: Content of: <chapter><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:15
+msgid "Installing modified packages"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:19
+msgid "Package sources"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:26
+msgid "Package installation"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:28
+msgid ""
+"You can elect to use either <computeroutput>apt</computeroutput> or "
+"<computeroutput>aptitude</computeroutput> when installing packages. Which "
+"utility is used is governed by the <computeroutput>LH_APT</computeroutput> "
+"variable in <filename>config/chroot</filename> or by the <computeroutput>--"
+"apt</computeroutput> argument to <filename>lh_config</filename>:"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-packages.xml:33
+msgid "<computeroutput>apt</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:36
+msgid ""
+"Specifying a missing package causes package installation to fail, which may "
+"not be the desired behaviour."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:39
+msgid "This is the default setting for building images for Lenny or later."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><term>
+#: chapters/customisation-packages.xml:44
+msgid "<computeroutput>aptitude</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:47
+msgid ""
+"Specifying a missing package causes package installation to succeed, which "
+"may not be the desired behaviour."
+msgstr ""
+
+# type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
+#: chapters/customisation-packages.xml:50
+msgid "This is the default setting for building images for Etch."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:59
+msgid "Installing additional packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:62
+msgid ""
+"&live-helper; has a number of mechanisms for indicating that additional "
+"packages should be installed, including:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:66
+#: chapters/customisation-packages.xml:73
+msgid "The <computeroutput>LH_PACKAGES</computeroutput> variable"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:67
+#: chapters/customisation-packages.xml:98
+msgid "Package lists"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:68
+msgid "Local packages (<filename>chroot_local-packages/</filename>)"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:69
+#: chapters/customisation-packages.xml:182
+msgid "Tasks"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:75
+msgid ""
+"To install additional packages, simply add them to the "
+"<computeroutput>LH_PACKAGES</computeroutput> variable in <filename>config/"
+"chroot</filename>. For example:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-packages.xml:78
+#, no-wrap
+msgid ""
+"\n"
+"LH_PACKAGES=\"package1 package2 package3 ... \"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:83
+msgid "You can also specify an initial values on the command line:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-packages.xml:86
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config --packages \"package1 package2 package3\"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:90
+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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:93
+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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:100
+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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:103
+msgid ""
+"To specify a package list, add the name of the list to the "
+"<computeroutput>LH_PACKAGES_LISTS</computeroutput> variable in "
+"<filename>config/chroot</filename>. For example:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/customisation-packages.xml:105
+#, no-wrap
+msgid ""
+"\n"
+"LH_PACKAGES_LISTS=\"gnome\"\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:109
+msgid ""
+"Packages lists that a distributed with &live-helper; reside in view in the "
+"<computeroutput>/usr/share/live-helper/lists</computeroutput> directory."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/customisation-packages.xml:112
+msgid "Local packages lists"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:114
+msgid ""
+"You may supplement the supplied lists using local package lists stored in "
+"<computeroutput>config/chroot_local-packageslists</computeroutput>."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:117
+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: <chapter><section><section><section><title>
+#: chapters/customisation-packages.xml:123
+msgid "Extending a provided package list using includes"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:126
+#, no-wrap
+msgid ""
+"\n"
+"#include &lt;gnome&gt;\n"
+"iceweasel\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:132
+msgid ""
+"The package lists that are included with &live-helper; make extensive use of "
+"includes. They are available to view in the <computeroutput>/usr/share/live-"
+"helper/lists</computeroutput> directory."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/customisation-packages.xml:137
+msgid "Using conditionals inside packages lists"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:140
+#, no-wrap
+msgid ""
+"\n"
+"#if ARCHITECTURE amd64\n"
+"ia32-libs\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:146
+msgid ""
+"or if <computeroutput>LH_ARCHITECTURE</computeroutput> is set to "
+"<computeroutput>i386</computeroutput> or <computeroutput>amd64</"
+"computeroutput>:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:148
+#, no-wrap
+msgid ""
+"\n"
+"#if ARCHITECTURE i386 amd64\n"
+"memtest86+\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:154
+msgid ""
+"or if <computeroutput>LH_SECTIONS</computeroutput> contains either "
+"<computeroutput>contrib</computeroutput> or <computeroutput>non-free</"
+"computeroutput>:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:156
+#, no-wrap
+msgid ""
+"\n"
+"#if SECTIONS contrib non-free\n"
+"vrms\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:162
+msgid ""
+"A conditional may surround an <computeroutput>#include</computeroutput> "
+"directive:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><screen>
+#: chapters/customisation-packages.xml:164
+#, no-wrap
+msgid ""
+"\n"
+"#if ARCHITECTURE amd64\n"
+"#include &lt;gnome-full&gt;\n"
+"#endif\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:171
+msgid ""
+"Any &live-helper; configuration variable that begins with "
+"<computeroutput>LH_</computeroutput> can be tested in this way."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/customisation-packages.xml:174
+msgid "The nesting of conditionals is not supported."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/customisation-packages.xml:189
+msgid "Installing modified or third-party packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:191
+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: <chapter><section><para>
+#: chapters/customisation-packages.xml:193
+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: <chapter><section><para>
+#: chapters/customisation-packages.xml:195
+msgid "There are two ways of installing modified custom packages:"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:197
+msgid "<filename>chroot_local-packages</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:198
+msgid "Using a custom APT repository"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/customisation-packages.xml:201
+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 setup."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:204
+msgid ""
+"Using <filename>chroot_local-packages</filename> to install custom packages"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:205
+msgid ""
+"To install a custom package, simply copy it to the <computeroutput>config/"
+"chroot_local-packages</computeroutput> 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: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:207
+msgid ""
+"Packages <emphasis>must</emphasis> be named in the prescribed way. One "
+"simple way to is to use <computeroutput>dpkg-name</computeroutput>. FIXME"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:209
+msgid ""
+"Using <filename>chroot_local-packages</filename> for installation of custom "
+"packages has two disadvantages:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:211
+msgid "It is not possible to use secure APT"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:212
+msgid ""
+"You must install all appropriate packages in the <computeroutput>config/"
+"chroot_local-packages</computeroutput> directory"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/customisation-packages.xml:213
+msgid ""
+"Does not lend itself to storing Debian Live configurations in revision "
+"control"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:218
+msgid "Using an APT repository to install custom packages"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:223
+msgid ""
+"Unlike You must ensure that you specify the package elsewhere, see (FIXME)"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:226
+#: chapters/customisation-packages.xml:248
+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 ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:231
+msgid "Custom packages and APT"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:233
+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 is available in two "
+"different repositories, APT will elect to install the package with a higher "
+"version number over one with the lower."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/customisation-packages.xml:237
+msgid ""
+"Because of this. you may wish to increment the version number in your custom "
+"packages' <computeroutput>debian/changelog</computeroutput> 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: <chapter><section><section><title>
+#: chapters/customisation-packages.xml:243
+msgid "Altering APT preferences during Live system"
+msgstr ""
diff --git a/po4a/pot/faq.xml.pot b/po4a/pot/faq.xml.pot
new file mode 100644
index 0000000..2e0c716
--- /dev/null
+++ b/po4a/pot/faq.xml.pot
@@ -0,0 +1,21 @@
+# 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><title>
+#: chapters/faq.xml:7
+msgid "Frequently asked questions (FAQ)"
+msgstr ""
diff --git a/po4a/pot/index.html.in.pot b/po4a/pot/index.html.in.pot
new file mode 100644
index 0000000..dc9438e
--- /dev/null
+++ b/po4a/pot/index.html.in.pot
@@ -0,0 +1,77 @@
+# 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 20: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: <html><head><title>
+#: index.html.in:3
+msgid "Debian Live manual"
+msgstr ""
+
+# type: Content of: <html><body><p><a>
+#: index.html.in:7
+msgid "<a href=\"http://debian-live.alioth.debian.org/\">"
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: index.html.in:7
+msgid "</a>"
+msgstr ""
+
+# type: Content of: <book><title>
+#: index.html.in:9 index.xml:9
+msgid "Debian Live Manual"
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: 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-"
+"devel at lists.alioth.debian.org\">debian-live-devel at lists.alioth.debian.org</"
+"a>."
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: index.html.in:13
+msgid "Formats:"
+msgstr ""
+
+# type: Content of: <html><body><p><ul><li>
+#: index.html.in:15
+msgid "<strong><a href=\"html/__LANG__/\">HTML</a></strong>"
+msgstr ""
+
+# type: Content of: <html><body><p><ul><li>
+#: index.html.in:16
+msgid "<a href=\"txt/__LANG__/live-manual.txt\">Plain text</a>"
+msgstr ""
+
+# type: Content of: <html><body><p><ul><li>
+#: index.html.in:17
+msgid "<a href=\"pdf/__LANG__/live-manual.pdf\">PDF</a>"
+msgstr ""
+
+# type: Content of: <html><body><p>
+#: 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>
+#: index.html.in:24
+msgid "Last updated: __UPDATED__."
+msgstr ""
diff --git a/po4a/pot/index.xml.pot b/po4a/pot/index.xml.pot
new file mode 100644
index 0000000..c2d3537
--- /dev/null
+++ b/po4a/pot/index.xml.pot
@@ -0,0 +1,84 @@
+# 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: <book><title>
+#: index.html.in:9 index.xml:9
+msgid "Debian Live Manual"
+msgstr ""
+
+# type: Attribute 'lang' of: <book>
+#: index.xml:7
+msgid "en"
+msgstr ""
+
+# type: Content of: <book><bookinfo>
+#: index.xml:11
+msgid ""
+"<author> <othername>The Debian Live Project</othername> <email>debian-live-"
+"devel at lists.alioth.debian.org</email> </author>"
+msgstr ""
+
+# type: Content of: <book><bookinfo><releaseinfo>
+#: index.xml:16
+msgid "&version;"
+msgstr ""
+
+# type: Content of: <book><bookinfo><pubdate>
+#: index.xml:17
+msgid "&pubdate;"
+msgstr ""
+
+# type: Content of: <book><bookinfo><copyright><holder>
+#: index.xml:21
+msgid "The Debian Live Project"
+msgstr ""
+
+# type: Content of: <book><bookinfo><legalnotice><para>
+#: index.xml:26
+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>
+#: index.xml:32
+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>
+#: index.xml:38
+msgid ""
+"A copy of the GNU General Public License is available as <filename>/usr/"
+"share/common-licenses/GPL</filename> in the Debian GNU/Linux distribution or "
+"on the World Wide Web at <ulink url=\"http://www.gnu.org/copyleft/gpl.html"
+"\">the GNU web site</ulink>.  You can also obtain it by writing to the Free "
+"Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-"
+"1307, USA."
+msgstr ""
+
+# type: Content of: <book><bookinfo><legalnotice><para>
+#: index.xml:46
+msgid ""
+"If you want to print this reference, this document is also available in "
+"Portable Document Format (PDF)."
+msgstr ""
diff --git a/po4a/pot/installation.xml.pot b/po4a/pot/installation.xml.pot
new file mode 100644
index 0000000..004bacc
--- /dev/null
+++ b/po4a/pot/installation.xml.pot
@@ -0,0 +1,413 @@
+# 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><title>
+#: chapters/installation.xml:7
+msgid "Installation"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/installation.xml:10
+msgid "Requirements"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:13
+msgid "Building Debian Live images has very few system requirements:"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:16
+msgid "Super user (root) access"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:17
+msgid "An up-to-date version of &live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:18
+msgid ""
+"A POSIX-compliant shell, such as <computeroutput>bash</computeroutput> or "
+"<computeroutput>dash</computeroutput>."
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:19
+msgid ""
+"<computeroutput>debootstrap</computeroutput> or "
+"<computeroutput>cdebootstrap</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:20
+msgid "Linux 2.6.x"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:23
+msgid ""
+"Note especially that using a Debian installation is not required - &live-"
+"helper; will run on many operating systems such as Ubuntu."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/installation.xml:28
+msgid "Installing &live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:31
+msgid "You may install &live-helper; in a number of different ways:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:35 chapters/installation.xml:44
+msgid "From the Debian repository"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:36 chapters/installation.xml:65
+msgid "From source"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:37
+msgid "From snapshots"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/installation.xml:38
+msgid "From backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/installation.xml:41
+msgid ""
+"If you are using &lenny; or &sid; the recommended way is to install &live-"
+"helper; via the Debian repository."
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:47
+msgid "Simply install &live-helper; like any other package:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:50
+#, no-wrap
+msgid ""
+"\n"
+" # apt-get install live-helper\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:55
+msgid "or"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:58
+#, no-wrap
+msgid ""
+"\n"
+" # aptitude install live-helper\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:68
+msgid ""
+"&live-helper; is developed using the Git revision control system. On Debian "
+"systems, this is provided by the <computeroutput>git-core</computeroutput> "
+"package. To check out the latest code, execute:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:71
+#, no-wrap
+msgid ""
+"\n"
+" $ git clone git://git.debian.net/git/live-helper.git\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:76
+msgid "You can build and install your own Debian package by executing:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:79
+#, no-wrap
+msgid ""
+"\n"
+" $ cd live-helper\n"
+" $ dpkg-buildpackage -uc -us -rfakeroot\n"
+" $ cd ..\n"
+" # dpkg -i live-helper*.deb\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:86
+msgid ""
+"Since &live-helper; version 1.0~a38-1, you can use local version of &live-"
+"helper; without installation:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:88
+#, no-wrap
+msgid ""
+"\n"
+" # live-helper/helpers/lh_local\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:93
+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>
+#: chapters/installation.xml:96
+msgid ""
+"You can also install &live-helper; directly to your system by executing:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/installation.xml:98
+#, no-wrap
+msgid ""
+"\n"
+" # make install\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:104
+msgid "From 'snapshots'"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:105
+msgid ""
+"If you do not wish to build or install &live-helper; from source, you can "
+"use snapshots. These are built automatically from the latest version in Git."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:109
+msgid "From Backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:111
+msgid ""
+"Whilst &live-helper; and friends are currently not a part of Debian stable "
+"relase, they will work on &etch; as well. You will need the following "
+"programs:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:114
+msgid ""
+"An <emphasis>etch</emphasis> backport of <computeroutput>cdebootstrap</"
+"computeroutput> from backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:115
+msgid ""
+"The <emphasis>lenny</emphasis> or <emphasis>sid</emphasis> version of &live-"
+"helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/installation.xml:119
+msgid "Installing cdebootstrap from backports.org"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:122
+msgid "Put this in your /etc/apt/sources.list:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:124
+#, no-wrap
+msgid ""
+"\n"
+"deb http://www.backports.org/debian etch-backports main\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:128
+msgid "Update the package indices"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:130
+#, no-wrap
+msgid ""
+"\n"
+"apt-get update\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:134
+msgid "Install <computeroutput>cdebootstrap</computeroutput>:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:136
+#, no-wrap
+msgid ""
+"\n"
+"apt-get install -t etch-backports cdebootstrap\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><title>
+#: chapters/installation.xml:144
+msgid "Installing &live-helper; on etch"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/installation.xml:146
+msgid ""
+"It is not recommended that you use &live-helper; from backports.org as it is "
+"likely to be out of date.  The live-helper package from Lenny or Sid can be "
+"installed on Etch (without upgrading other packages, such as libc6; it's "
+"just shell scripts)."
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:151
+msgid "install cdebootstrap from backports.org (as indicated above)"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:153
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install -t etch-backports cdebootstrap\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:157
+msgid "install live-helper from testing or unstable"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:159
+#, no-wrap
+msgid ""
+"\n"
+"# apt-get install -t unstable live-helper\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><section><para>
+#: chapters/installation.xml:163
+msgid ""
+"Of course you need the testing or unstable sources in /etc/apt/sources.list "
+"for this."
+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><section><para>
+#: chapters/installation.xml:171
+msgid ""
+"<emphasis>N.B. You do not need to install on your host system to create "
+"customised Debian Live systems. However, doing so will do no harm.</emphasis>"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/installation.xml:174
+msgid "Using a customised &live-initramfs;"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/installation.xml:176
+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><orderedlist><listitem><para>
+#: chapters/installation.xml:180
+msgid "Checkout the &live-initramfs; source"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:182
+#, no-wrap
+msgid ""
+"\n"
+"$ git clone git://git.debian.net/git/live-initramfs.git\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:187
+msgid "Make changes to your local copy"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:190
+msgid "Build a &live-initramfs; <computeroutput>.deb</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:191
+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 "
+"<computeroutput>pbuilder</computeroutput> to automate building packages in "
+"chroot. To build directly on the target platform, use "
+"<computeroutput>debuild</computeroutput> (provided by the "
+"<computeroutput>devscripts</computeroutput> package):"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><screen>
+#: chapters/installation.xml:193
+#, no-wrap
+msgid ""
+"\n"
+"$ cd live-initramfs\n"
+"$ debuild -us -uc -b\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:200
+msgid ""
+"Use the generated &live-initramfs; <computeroutput>.deb</computeroutput>"
+msgstr ""
+
+# type: Content of: <chapter><section><section><orderedlist><listitem><para>
+#: chapters/installation.xml:202
+msgid ""
+"As &live-initramfs; is installed by the build system, installing the package "
+"in the host system is not sufficient: you should treat the generated "
+"<computeroutput>.deb</computeroutput> 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 ""
diff --git a/po4a/pot/live-environment.xml.pot b/po4a/pot/live-environment.xml.pot
new file mode 100644
index 0000000..0d8b932
--- /dev/null
+++ b/po4a/pot/live-environment.xml.pot
@@ -0,0 +1,103 @@
+# 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><title>
+#: chapters/live-environment.xml:7
+msgid "The Live environment"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:10
+msgid "Swap space"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:15
+msgid "Hostname"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:20
+msgid "The Live user"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:21
+msgid "Username FIXME."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:22
+msgid ""
+"One important consideration is that the live user is created by &live-"
+"initramfs; during bootup, it is not created by &live-helper; when building "
+"the image."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:24
+msgid ""
+"You can specify additional groups that the live user will belong to by "
+"preseeding the <computeroutput>passwd/user-default-groups</computeroutput> "
+"debconf value. For example, to add the live user to the "
+"<computeroutput>fuse</computeroutput> 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>
+#: chapters/live-environment.xml:26
+#, no-wrap
+msgid ""
+"\n"
+" debconf passwd/user-default-groups string dialout cdrom floppy audio video fuse\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/live-environment.xml:30
+msgid ""
+"For more information about debconf preseeding, please see <xref linkend="
+"\"debconf-preseed\"/>."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:35
+msgid "Language"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/live-environment.xml:40
+msgid "Persistence"
+msgstr ""
diff --git a/po4a/pot/meta.xml.pot b/po4a/pot/meta.xml.pot
new file mode 100644
index 0000000..69cc6f9
--- /dev/null
+++ b/po4a/pot/meta.xml.pot
@@ -0,0 +1,271 @@
+# 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/po4a/pot/overview.xml.pot b/po4a/pot/overview.xml.pot
new file mode 100644
index 0000000..40f03da
--- /dev/null
+++ b/po4a/pot/overview.xml.pot
@@ -0,0 +1,348 @@
+# 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><title>
+#: chapters/meta.xml:34 chapters/overview.xml:12
+msgid "&live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><title>
+#: chapters/overview.xml:7
+msgid "Overview of tools"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/overview.xml:9
+msgid ""
+"This chapter contains an overview of the two main tools used in building "
+"Debian Live systems."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:13
+msgid ""
+"&live-helper; is a collection of scripts that build Debian Live systems."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:15
+msgid ""
+"The idea behind live-helper is 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>
+#: chapters/overview.xml:17
+msgid ""
+"Many concepts are similar with the <computeroutput>debhelper</"
+"computeroutput> Debian package tools written by Joey Hess:"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/overview.xml:21
+msgid "The scripts have a central location for configuring their operation."
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/overview.xml:22
+msgid ""
+"In <computeroutput>debhelper</computeroutput>, this is the <filename class="
+"\"directory\">debian</filename> subdirectory of a package tree. For example, "
+"<computeroutput>dh_install</computeroutput> will look for 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, "
+"&live-helper; stores its configuration entirely under a <filename class="
+"\"directory\">config/</filename> subdirectory."
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/overview.xml:25
+msgid ""
+"The scripts are independent - that is to say, it is always safe to run each "
+"command."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:29
+msgid ""
+"Unlike <computeroutput>debhelper</computeroutput>, &live-helper; contains a "
+"tool to generate a skeleton configuration directory, <filename>lh_config</"
+"filename>. This could be considered to be similar to tools such as "
+"<computeroutput>dh-make</computeroutput>. For more information about "
+"<filename>lh_config</filename>, please see <xref linkend=\"lh_config\"/>."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:31
+msgid ""
+"Besides the common <filename>config/common</filename>, which is used by all "
+"&live-helper; commands, some additional files can be used to configure the "
+"behavior of specific helpers. These files are typically named "
+"<computeroutput>config/foo</computeroutput> or <computeroutput>config/stage</"
+"computeroutput> (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>
+#: chapters/overview.xml:33
+msgid ""
+"For example, <computeroutput>lh_bootstrap_debootstrap</computeroutput> 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 &live-helper; use pairs of values or slightly more "
+"complicated variable assignments."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:35
+msgid ""
+"&live-helper; 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), &live-helper; will automatically "
+"set it to a default value."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:37
+msgid ""
+"All config files are shell scripts which are sourced by a live-helper "
+"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>
+#: chapters/overview.xml:39
+msgid ""
+"In some rare cases, you may want to have different versions of these files "
+"for different architectures or distributions. If files named "
+"<computeroutput>config/stage.arch</computeroutput> or <computeroutput>config/"
+"stage_helper.arch</computeroutput>, and <computeroutput>config/stage.dist</"
+"computeroutput> or <computeroutput>config/stage_helper.dist</computeroutput> "
+"exist (where \"arch\" is the same as the output of <computeroutput>dpkg --"
+"print-architecture</computeroutput> 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>
+#: chapters/overview.xml:41
+msgid ""
+"Please see <xref linkend=\"installation\"/> for information on how to "
+"install &live-helper;."
+msgstr ""
+
+# type: Content of: <chapter><section><para><para>
+#: chapters/overview.xml:43
+msgid ""
+"The remainder of this section discusses the three most important helpers:"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/overview.xml:45
+msgid "<filename>lh_config</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/overview.xml:46
+msgid ""
+"Responsible for initialising a Live system configuration directory. See "
+"<xref linkend=\"lh_config\"/> for more information."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/overview.xml:49
+msgid "<filename>lh_build</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/overview.xml:50
+msgid ""
+"Responsible for starting a Live system build. See <xref linkend=\"lh_build\"/"
+"> for more information."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/overview.xml:53
+msgid "<filename>lh_clean</filename>"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/overview.xml:54
+msgid ""
+"Responsible for removing parts of a Live system build. <xref linkend="
+"\"lh_clean\"/> for more information."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/overview.xml:60
+msgid "The <filename>lh_config</filename> helper"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:61
+msgid ""
+"As discussed in <xref linkend=\"live-helper\"/>, the scripts that make up "
+"&live-helper; source their configuration from a single directory named "
+"<computeroutput>config/</computeroutput>. 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>
+#: chapters/overview.xml:63
+msgid ""
+"Issuing <filename>lh_config</filename> without any arguments creates a "
+"<computeroutput>config</computeroutput> subdirectory which it populates with "
+"some default settings:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/overview.xml:64
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config\n"
+"$ ls -l\n"
+"total 4.1k\n"
+"drwxr-xr-x 19 user group 4.1k 2008-05-09 21:37 config\n"
+"$ ls -l config/\n"
+"total 91k\n"
+"-rw-r--r-- 1 user group 4.0k 2008-05-09 21:37 binary\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_debian-installer\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_grub\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-debs\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-hooks\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-includes\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-packageslists\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_local-udebs\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_rootfs\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 binary_syslinux\n"
+"-rw-r--r-- 1 user group 1.7k 2008-05-09 21:37 bootstrap\n"
+"-rw-r--r-- 1 user group 1.5k 2008-05-09 21:37 chroot\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_apt\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-hooks\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-includes\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-packages\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_local-packageslists\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 chroot_sources\n"
+"-rw-r--r-- 1 user group 2.9k 2008-05-09 21:37 common\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 includes\n"
+"-rw-r--r-- 1 user group  212 2008-05-09 21:37 source\n"
+"drwxr-xr-x 2 user group 4.1k 2008-05-09 21:37 templates\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:95
+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>
+#: chapters/overview.xml:97
+msgid ""
+"You can ask <filename>lh_config</filename> to generate <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><screen>
+#: chapters/overview.xml:99
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config -p gnome\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:103
+msgid ""
+"will build a <filename class=\"directory\">config/</filename> directory "
+"configured to include the '<computeroutput>gnome</computeroutput>' package "
+"list. It is possible to specify many options:"
+msgstr ""
+
+# type: Content of: <chapter><section><section><screen>
+#: chapters/overview.xml:105
+#, no-wrap
+msgid ""
+"\n"
+"$ lh_config --apt aptitude --binary-images net --hostname live-machine --username live-user ...\n"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:109
+msgid ""
+"A full list of options is available FIXME. Most options have a parallel with "
+"an \"<computeroutput>LH_</computeroutput>\" prefixed variable."
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/overview.xml:114
+msgid "The <filename>lh_build</filename> helper"
+msgstr ""
+
+# type: Content of: <chapter><section><section><title>
+#: chapters/overview.xml:119
+msgid "The <filename>lh_clean</filename> helper"
+msgstr ""
+
+# type: Content of: <chapter><section><section><para>
+#: chapters/overview.xml:120
+msgid ""
+"It is the job of the <filename>lh_clean</filename> helper to remove various "
+"parts of a Live helper build."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/overview.xml:125
+msgid "The &live-initramfs; package"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:126
+msgid "&live-initramfs; is a collection of scripts."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/overview.xml:127
+msgid "FIXME link to Kernel Handbook"
+msgstr ""
diff --git a/po4a/pot/reporting-bugs.xml.pot b/po4a/pot/reporting-bugs.xml.pot
new file mode 100644
index 0000000..2b0a761
--- /dev/null
+++ b/po4a/pot/reporting-bugs.xml.pot
@@ -0,0 +1,331 @@
+# 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><title>
+#: chapters/reporting-bugs.xml:7
+msgid "Reporting bugs"
+msgstr ""
+
+# type: Content of: <chapter><para>
+#: chapters/reporting-bugs.xml:9
+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>
+#: chapters/reporting-bugs.xml:11
+msgid "For the impatient:"
+msgstr ""
+
+# type: Content of: <chapter><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:16
+msgid ""
+"Always try to reproduce the bug with the <emphasis>most recent version of "
+"&live-helper; and &live-initramfs;</emphasis> before submitting a bug report."
+msgstr ""
+
+# type: Content of: <chapter><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:21
+msgid ""
+"Try to give <emphasis>as specific information as possible</emphasis> about "
+"the bug. This includes (at least) the version of &live-helper; and &live-"
+"initramfs; used and the distribution of the live system you are building."
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/reporting-bugs.xml:27
+msgid "Rebuild from scratch"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:28
+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>
+#: chapters/reporting-bugs.xml:32
+msgid "Use up-to-date packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:33
+msgid "This means"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:35
+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>
+#: chapters/reporting-bugs.xml:40
+msgid "Collect information"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:42
+msgid ""
+"Please provide enough information with your report. At a minimum, it should "
+"contain the exact version of live-helper 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>
+#: chapters/reporting-bugs.xml:44
+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>
+#: chapters/reporting-bugs.xml:48
+msgid "Architecture of the host system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:49
+msgid "Version of &live-helper; on the host system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:50
+msgid "Version of &live-initramfs; on the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:51
+msgid ""
+"Version of <filename>debootstrap</filename> and/or <filename>cdebootstrap</"
+"filename> on the host system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:52
+msgid "Architecture of the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:53
+msgid "Distribution of the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/reporting-bugs.xml:54
+msgid "Version of the kernel on the live system"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:58
+msgid ""
+"You can generate a log of the build process by using the <filename>tee</"
+"filename> command:"
+msgstr ""
+
+# type: Content of: <chapter><section><screen>
+#: chapters/reporting-bugs.xml:61
+#, no-wrap
+msgid ""
+"\n"
+" # lh_build 2>&amp;1 | tee buildlog.txt\n"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:65
+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><title>
+#: chapters/reporting-bugs.xml:74
+msgid "Use the correct package to report the bug against"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:76
+msgid "Where does the bug appear?"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/reporting-bugs.xml:81
+msgid "At build time whilst bootstrapping"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para><para>
+#: chapters/reporting-bugs.xml:84
+msgid ""
+"&live-helper; first bootstraps a basic Debian system with "
+"<computeroutput>debootstrap</computeroutput> or "
+"<computeroutput>cdebootstrap</computeroutput>. 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>
+#: chapters/reporting-bugs.xml:86
+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 "
+"<computeroutput>debootstrap</computeroutput>, <computeroutput>cdebootstrap</"
+"computeroutput> or the failing package."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><term>
+#: chapters/reporting-bugs.xml:90
+msgid "At build time whilst installing packages"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:92
+msgid ""
+"&live-helper; 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>
+#: chapters/reporting-bugs.xml:94
+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 <computeroutput>--debug</"
+"computeroutput> will give you more information."
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:96
+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>
+#: chapters/reporting-bugs.xml:103
+msgid "At boot-time"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:106
+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>
+#: chapters/reporting-bugs.xml:111
+msgid "At run-time"
+msgstr ""
+
+# type: Content of: <chapter><section><para><variablelist><varlistentry><listitem><para>
+#: chapters/reporting-bugs.xml:113
+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><title>
+#: chapters/reporting-bugs.xml:122
+msgid "Do the research"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:123
+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>
+#: chapters/reporting-bugs.xml:125
+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>
+#: chapters/reporting-bugs.xml:127
+msgid ""
+"In addition, you should check the <ulink url=\"http://bugs.debian.org/cgi-"
+"bin/pkgreport.cgi?src=live-helper\">current bug list for live-helper</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>
+#: chapters/reporting-bugs.xml:131
+msgid "Where to report bugs"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:133
+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 <computeroutput>reportbug</computeroutput> "
+"command from the package with the same name."
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/reporting-bugs.xml:135
+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-helper\">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>
+#: chapters/reporting-bugs.xml:137
+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/po4a/pot/resources.xml.pot b/po4a/pot/resources.xml.pot
new file mode 100644
index 0000000..b98a72b
--- /dev/null
+++ b/po4a/pot/resources.xml.pot
@@ -0,0 +1,132 @@
+# 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><title>
+#: chapters/resources.xml:7
+msgid "Resources and links"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/resources.xml:10
+msgid "Links"
+msgstr ""
+
+# type: Content of: <chapter><section><orderedlist><listitem><para>
+#: chapters/resources.xml:14
+msgid "<ulink url=\"http://www.debian.org/\">Debian homepage</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><title>
+#: chapters/resources.xml:20
+msgid "Who is using Debian Live?"
+msgstr ""
+
+# type: Content of: <chapter><section><para>
+#: chapters/resources.xml:22
+msgid "A number of projects are using Debian Live:"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:25
+msgid ""
+"<ulink url=\"http://pkg-kde.alioth.debian.org/kde4livecd.html\">Debian KDE4 "
+"livecd</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:26
+msgid ""
+"<ulink url=\"http://www.gnewsense.org/\">gNewSense</ulink> \"forked\" a very "
+"early live-package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:27
+msgid ""
+"<ulink url=\"http://livecd.gnustep.org/\">GNUSTEP Live CD</ulink> using live-"
+"package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:28
+msgid ""
+"<ulink url=\"http://www.keshi.org/moin/moin.cgi/PS3/Debian/Live"
+"\">PlayStation 3 Live CD</ulink> using live-package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:29
+msgid ""
+"<ulink url=\"http://www.sidux.org/\">Sidux Live CD</ulink> \"forked\" an "
+"early live-package"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:30
+msgid "<ulink url=\"http://vamosproject.org\">Vamos</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:31
+msgid ""
+"<ulink url=\"http://clonezilla.sourceforge.net/\">Clonezilla</ulink> (system "
+"image distributer)"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:32
+msgid "<ulink url=\"http://www.webconverger.com/\">Webconverger</ulink>"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:33
+msgid ""
+"<ulink url=\"http://updates.xorcom.com/iso/\">Xorcom Rapid live cd</ulink> - "
+"Asterisk-based live CD"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:34
+msgid ""
+"<ulink url=\"http://pareto.uab.es/mcreel/PelicanHPC/\">PelicanHPC</ulink> "
+"uses &live-helper;"
+msgstr ""
+
+# type: Content of: <chapter><section><itemizedlist><listitem><para>
+#: chapters/resources.xml:35
+msgid ""
+"IES S'Arenal, Llucmajor (Secondary school located near to Palma de "
+"Mallorca), Spain."
+msgstr ""

-- 
Debian Live manual



More information about the debian-live-changes mailing list