[SCM] live-build branch, upstream, updated. upstream/2.0.7-1-g1c3f7dc

Daniel Baumann daniel at debian.org
Mon Nov 29 22:16:07 UTC 2010


The following commit has been merged in the upstream branch:
commit 1c3f7dc27056abfaf66a5d5bd6daf057879207ee
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Nov 29 23:15:34 2010 +0100

    Adding upstream version 2.0.8.

diff --git a/Makefile b/Makefile
index aeb8318..39807b8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL := sh -e
 
 LANGUAGES = de
 
-SCRIPTS = cgi/* functions/* examples/*/*.sh scripts/*.sh scripts/*/*
+SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*
 
 all: test build
 
diff --git a/VERSION b/VERSION
index f1547e6..815e68d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.7
+2.0.8
diff --git a/examples/auto/build b/examples/auto/build
new file mode 100755
index 0000000..34956c1
--- /dev/null
+++ b/examples/auto/build
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+lb build noauto "${@}" 2>&1 | tee binary.log
diff --git a/examples/auto/clean b/examples/auto/clean
new file mode 100755
index 0000000..436f52d
--- /dev/null
+++ b/examples/auto/clean
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+lb clean noauto "${@}"
+rm -f config/binary config/bootstrap config/chroot config/common config/source
+rm -f binary.log
diff --git a/examples/auto/config b/examples/auto/config
new file mode 100755
index 0000000..e67a471
--- /dev/null
+++ b/examples/auto/config
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+lb config noauto \
+	--packages-lists "standard" \
+	"${@}"
diff --git a/functions/conffile.sh b/functions/conffile.sh
index 02730df..65a0357 100755
--- a/functions/conffile.sh
+++ b/functions/conffile.sh
@@ -17,9 +17,9 @@ Get_conffiles ()
 		for FILE in ${@}
 		do
 			FILES="${FILES} ${FILE} ${FILE}.${LB_ARCHITECTURE} ${FILE}.${DISTRIBUTION}"
-			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||')"
-			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||').${ARCHITECTURE}"
-			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||').${DISTRIBUTION}"
+			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||')"
+			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${ARCHITECTURE}"
+			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${DISTRIBUTION}"
 		done
 	fi
 
diff --git a/functions/man.sh b/functions/man.sh
index 672ed7b..c039a39 100755
--- a/functions/man.sh
+++ b/functions/man.sh
@@ -12,7 +12,7 @@ Man ()
 {
 	if [ -x "$(which man 2>/dev/null)" ]
 	then
-		man lh_$(basename ${0})
+		man lb_$(basename ${0})
 		exit 0
 	fi
 }
diff --git a/hooks/stripped b/hooks/stripped
index ac895da..154e7be 100755
--- a/hooks/stripped
+++ b/hooks/stripped
@@ -10,6 +10,15 @@
 
 set -e
 
+# WARNING: Using this hook will result in a stripped system, means,
+# it may very well be possible that other packages are depending
+# on certain files that get removed here.
+# Therefore, this hooks is merely an inspiration for what could be
+# removed and not a generic nor recommendet solution to get the
+# image filesize down. In any event, using this hook can lead to
+# unforseen bugs and breakages in other packages and you should
+# be prepared to find and fix it for your own images.
+
 # Removing unused packages
 for PACKAGE in apt-utils aptitude man-db manpages info wget dselect
 do
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index 3a8c1ab..041a101 100644
--- a/manpages/de/lb.de.1
+++ b/manpages/de/lb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb\fP \- Wrapper für live\-build Programme
diff --git a/manpages/de/lb_binary.de.1 b/manpages/de/lb_binary.de.1
index dc51c29..c73b170 100644
--- a/manpages/de/lb_binary.de.1
+++ b/manpages/de/lb_binary.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_checksums.de.1 b/manpages/de/lb_binary_checksums.de.1
index d6dfe33..14fc21f 100644
--- a/manpages/de/lb_binary_checksums.de.1
+++ b/manpages/de/lb_binary_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_checksums\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_chroot.de.1 b/manpages/de/lb_binary_chroot.de.1
index 1d6dae0..e0f9f5f 100644
--- a/manpages/de/lb_binary_chroot.de.1
+++ b/manpages/de/lb_binary_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_chroot\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_debian-installer.de.1 b/manpages/de/lb_binary_debian-installer.de.1
index f08dde2..25a87b8 100644
--- a/manpages/de/lb_binary_debian-installer.de.1
+++ b/manpages/de/lb_binary_debian-installer.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_debian\-installer\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_disk.de.1 b/manpages/de/lb_binary_disk.de.1
index 21fe3fe..76cd82d 100644
--- a/manpages/de/lb_binary_disk.de.1
+++ b/manpages/de/lb_binary_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_disk\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_encryption.de.1 b/manpages/de/lb_binary_encryption.de.1
index 6a5cb2e..39c49bf 100644
--- a/manpages/de/lb_binary_encryption.de.1
+++ b/manpages/de/lb_binary_encryption.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_encryption\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_grub.de.1 b/manpages/de/lb_binary_grub.de.1
index 485f446..6f18a06 100644
--- a/manpages/de/lb_binary_grub.de.1
+++ b/manpages/de/lb_binary_grub.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_grub\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_grub2.de.1 b/manpages/de/lb_binary_grub2.de.1
index aa68081..e505a5a 100644
--- a/manpages/de/lb_binary_grub2.de.1
+++ b/manpages/de/lb_binary_grub2.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_grub2\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_includes.de.1 b/manpages/de/lb_binary_includes.de.1
index b4cbbb2..d5bf246 100644
--- a/manpages/de/lb_binary_includes.de.1
+++ b/manpages/de/lb_binary_includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_includes\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_iso.de.1 b/manpages/de/lb_binary_iso.de.1
index d56d05b..e033a67 100644
--- a/manpages/de/lb_binary_iso.de.1
+++ b/manpages/de/lb_binary_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_iso\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_linux-image.de.1 b/manpages/de/lb_binary_linux-image.de.1
index 273f9db..10834bb 100644
--- a/manpages/de/lb_binary_linux-image.de.1
+++ b/manpages/de/lb_binary_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_linux\-image\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_local-hooks.de.1 b/manpages/de/lb_binary_local-hooks.de.1
index c95f7f2..a57fbc9 100644
--- a/manpages/de/lb_binary_local-hooks.de.1
+++ b/manpages/de/lb_binary_local-hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_local\-hooks\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_local-includes.de.1 b/manpages/de/lb_binary_local-includes.de.1
index 31b9aff..59efedf 100644
--- a/manpages/de/lb_binary_local-includes.de.1
+++ b/manpages/de/lb_binary_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_local\-includes\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_local-packageslists.de.1 b/manpages/de/lb_binary_local-packageslists.de.1
index fc2088a..b240e2d 100644
--- a/manpages/de/lb_binary_local-packageslists.de.1
+++ b/manpages/de/lb_binary_local-packageslists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_local\-packageslists\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_manifest.de.1 b/manpages/de/lb_binary_manifest.de.1
index 7a2584c..5048a24 100644
--- a/manpages/de/lb_binary_manifest.de.1
+++ b/manpages/de/lb_binary_manifest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_manifest\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_memtest.de.1 b/manpages/de/lb_binary_memtest.de.1
index e4c7b08..c56622e 100644
--- a/manpages/de/lb_binary_memtest.de.1
+++ b/manpages/de/lb_binary_memtest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_memtest\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_net.de.1 b/manpages/de/lb_binary_net.de.1
index 3b69551..4c787fe 100644
--- a/manpages/de/lb_binary_net.de.1
+++ b/manpages/de/lb_binary_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_net\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_rootfs.de.1 b/manpages/de/lb_binary_rootfs.de.1
index 3d3807c..d4ada4c 100644
--- a/manpages/de/lb_binary_rootfs.de.1
+++ b/manpages/de/lb_binary_rootfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_rootfs\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_silo.de.1 b/manpages/de/lb_binary_silo.de.1
index 7f6a90c..8600557 100644
--- a/manpages/de/lb_binary_silo.de.1
+++ b/manpages/de/lb_binary_silo.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_silo\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_syslinux.de.1 b/manpages/de/lb_binary_syslinux.de.1
index 935ab5d..771591c 100644
--- a/manpages/de/lb_binary_syslinux.de.1
+++ b/manpages/de/lb_binary_syslinux.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_syslinux\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_tar.de.1 b/manpages/de/lb_binary_tar.de.1
index 53e3295..cbc9e59 100644
--- a/manpages/de/lb_binary_tar.de.1
+++ b/manpages/de/lb_binary_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_tar\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_usb.de.1 b/manpages/de/lb_binary_usb.de.1
index 434a272..b7e623d 100644
--- a/manpages/de/lb_binary_usb.de.1
+++ b/manpages/de/lb_binary_usb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_usb\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_virtual-hdd.de.1 b/manpages/de/lb_binary_virtual-hdd.de.1
index 24cf00d..76186c7 100644
--- a/manpages/de/lb_binary_virtual-hdd.de.1
+++ b/manpages/de/lb_binary_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_virtual\-hdd\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_win32-loader.de.1 b/manpages/de/lb_binary_win32-loader.de.1
index 639a6b6..4c188f4 100644
--- a/manpages/de/lb_binary_win32-loader.de.1
+++ b/manpages/de/lb_binary_win32-loader.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_win32\-loader\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_yaboot.de.1 b/manpages/de/lb_binary_yaboot.de.1
index 1754563..b7f91fa 100644
--- a/manpages/de/lb_binary_yaboot.de.1
+++ b/manpages/de/lb_binary_yaboot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_yaboot\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_bootstrap.de.1 b/manpages/de/lb_bootstrap.de.1
index d2284df..0daa525 100644
--- a/manpages/de/lb_bootstrap.de.1
+++ b/manpages/de/lb_bootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb bootstrap\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lb_bootstrap_cache.de.1 b/manpages/de/lb_bootstrap_cache.de.1
index d8ca74b..6f6438b 100644
--- a/manpages/de/lb_bootstrap_cache.de.1
+++ b/manpages/de/lb_bootstrap_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb bootstrap_cache\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lb_bootstrap_cdebootstrap.de.1 b/manpages/de/lb_bootstrap_cdebootstrap.de.1
index b41db2f..976945d 100644
--- a/manpages/de/lb_bootstrap_cdebootstrap.de.1
+++ b/manpages/de/lb_bootstrap_cdebootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb bootstrap_cdebootstrap\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lb_bootstrap_copy.de.1 b/manpages/de/lb_bootstrap_copy.de.1
index 40edc73..c6da18c 100644
--- a/manpages/de/lb_bootstrap_copy.de.1
+++ b/manpages/de/lb_bootstrap_copy.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb bootstrap_copy\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lb_bootstrap_debootstrap.de.1 b/manpages/de/lb_bootstrap_debootstrap.de.1
index 119d099..0c13f97 100644
--- a/manpages/de/lb_bootstrap_debootstrap.de.1
+++ b/manpages/de/lb_bootstrap_debootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb bootstrap_debootstrap\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lb_build.de.1 b/manpages/de/lb_build.de.1
index 60942c3..e94248f 100644
--- a/manpages/de/lb_build.de.1
+++ b/manpages/de/lb_build.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb build\fP \- Erstellt die "bootstrap", "chroot", "binary" und "source"
diff --git a/manpages/de/lb_chroot.de.1 b/manpages/de/lb_chroot.de.1
index 441404a..d2ce839 100644
--- a/manpages/de/lb_chroot.de.1
+++ b/manpages/de/lb_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_apt.de.1 b/manpages/de/lb_chroot_apt.de.1
index 2e2f6f6..9454230 100644
--- a/manpages/de/lb_chroot_apt.de.1
+++ b/manpages/de/lb_chroot_apt.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_apt\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_cache.de.1 b/manpages/de/lb_chroot_cache.de.1
index 6782570..ed1604b 100644
--- a/manpages/de/lb_chroot_cache.de.1
+++ b/manpages/de/lb_chroot_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_cache\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_debianchroot.de.1 b/manpages/de/lb_chroot_debianchroot.de.1
index 1ac5ebe..142ca8e 100644
--- a/manpages/de/lb_chroot_debianchroot.de.1
+++ b/manpages/de/lb_chroot_debianchroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_debianchroot\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_devpts.de.1 b/manpages/de/lb_chroot_devpts.de.1
index af6ff47..ba41e88 100644
--- a/manpages/de/lb_chroot_devpts.de.1
+++ b/manpages/de/lb_chroot_devpts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_devpts\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_dpkg.de.1 b/manpages/de/lb_chroot_dpkg.de.1
index d83e187..6e78b4d 100644
--- a/manpages/de/lb_chroot_dpkg.de.1
+++ b/manpages/de/lb_chroot_dpkg.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_dpkg\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_hacks.de.1 b/manpages/de/lb_chroot_hacks.de.1
index 87ade27..758355a 100644
--- a/manpages/de/lb_chroot_hacks.de.1
+++ b/manpages/de/lb_chroot_hacks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_hacks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_hooks.de.1 b/manpages/de/lb_chroot_hooks.de.1
index f0c6d4a..7bcb7ea 100644
--- a/manpages/de/lb_chroot_hooks.de.1
+++ b/manpages/de/lb_chroot_hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_hooks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_hostname.de.1 b/manpages/de/lb_chroot_hostname.de.1
index b8608a6..436b0f5 100644
--- a/manpages/de/lb_chroot_hostname.de.1
+++ b/manpages/de/lb_chroot_hostname.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_hostname\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_hosts.de.1 b/manpages/de/lb_chroot_hosts.de.1
index 5cb4a42..0a74a29 100644
--- a/manpages/de/lb_chroot_hosts.de.1
+++ b/manpages/de/lb_chroot_hosts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_hosts\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_install-packages.de.1 b/manpages/de/lb_chroot_install-packages.de.1
index 83e4cf2..b9416af 100644
--- a/manpages/de/lb_chroot_install-packages.de.1
+++ b/manpages/de/lb_chroot_install-packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_install\-packages\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_interactive.de.1 b/manpages/de/lb_chroot_interactive.de.1
index cb4f3b4..18547c5 100644
--- a/manpages/de/lb_chroot_interactive.de.1
+++ b/manpages/de/lb_chroot_interactive.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_interactive\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_linux-image.de.1 b/manpages/de/lb_chroot_linux-image.de.1
index cb5b9c8..aa09aba 100644
--- a/manpages/de/lb_chroot_linux-image.de.1
+++ b/manpages/de/lb_chroot_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_linux\-image\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-hooks.de.1 b/manpages/de/lb_chroot_local-hooks.de.1
index 95c28fe..d8ce813 100644
--- a/manpages/de/lb_chroot_local-hooks.de.1
+++ b/manpages/de/lb_chroot_local-hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-hooks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-includes.de.1 b/manpages/de/lb_chroot_local-includes.de.1
index f649121..bcc426f 100644
--- a/manpages/de/lb_chroot_local-includes.de.1
+++ b/manpages/de/lb_chroot_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-includes\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-packages.de.1 b/manpages/de/lb_chroot_local-packages.de.1
index 5ad5733..08574f0 100644
--- a/manpages/de/lb_chroot_local-packages.de.1
+++ b/manpages/de/lb_chroot_local-packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-packages\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-packageslists.de.1 b/manpages/de/lb_chroot_local-packageslists.de.1
index 5364ba4..e2f0843 100644
--- a/manpages/de/lb_chroot_local-packageslists.de.1
+++ b/manpages/de/lb_chroot_local-packageslists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-packageslists\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-patches.de.1 b/manpages/de/lb_chroot_local-patches.de.1
index 7d56c65..560b514 100644
--- a/manpages/de/lb_chroot_local-patches.de.1
+++ b/manpages/de/lb_chroot_local-patches.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-patches\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-preseed.de.1 b/manpages/de/lb_chroot_local-preseed.de.1
index e39faee..a7df9be 100644
--- a/manpages/de/lb_chroot_local-preseed.de.1
+++ b/manpages/de/lb_chroot_local-preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_localization.de.1 b/manpages/de/lb_chroot_localization.de.1
index d49b166..38c65c7 100644
--- a/manpages/de/lb_chroot_localization.de.1
+++ b/manpages/de/lb_chroot_localization.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_localization\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_packages.de.1 b/manpages/de/lb_chroot_packages.de.1
index 9b4bdcc..f3e0071 100644
--- a/manpages/de/lb_chroot_packages.de.1
+++ b/manpages/de/lb_chroot_packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_packages\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_packageslists.de.1 b/manpages/de/lb_chroot_packageslists.de.1
index 4df1575..8174d72 100644
--- a/manpages/de/lb_chroot_packageslists.de.1
+++ b/manpages/de/lb_chroot_packageslists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_packageslists\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_preseed.de.1 b/manpages/de/lb_chroot_preseed.de.1
index 80f125f..8b4271a 100644
--- a/manpages/de/lb_chroot_preseed.de.1
+++ b/manpages/de/lb_chroot_preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_preseed\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_proc.de.1 b/manpages/de/lb_chroot_proc.de.1
index 9792f0a..7671b94 100644
--- a/manpages/de/lb_chroot_proc.de.1
+++ b/manpages/de/lb_chroot_proc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_proc\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_resolv.de.1 b/manpages/de/lb_chroot_resolv.de.1
index 381d287..03bfba5 100644
--- a/manpages/de/lb_chroot_resolv.de.1
+++ b/manpages/de/lb_chroot_resolv.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_resolv\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_selinuxfs.de.1 b/manpages/de/lb_chroot_selinuxfs.de.1
index e4b12e5..c1147d9 100644
--- a/manpages/de/lb_chroot_selinuxfs.de.1
+++ b/manpages/de/lb_chroot_selinuxfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_selinuxfs\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_sources.de.1 b/manpages/de/lb_chroot_sources.de.1
index 6ed63d5..c222ce6 100644
--- a/manpages/de/lb_chroot_sources.de.1
+++ b/manpages/de/lb_chroot_sources.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_sources\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_symlinks.de.1 b/manpages/de/lb_chroot_symlinks.de.1
index ffa6eb6..e4050ac 100644
--- a/manpages/de/lb_chroot_symlinks.de.1
+++ b/manpages/de/lb_chroot_symlinks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_symlinks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_sysfs.de.1 b/manpages/de/lb_chroot_sysfs.de.1
index 22f1a9d..15343fa 100644
--- a/manpages/de/lb_chroot_sysfs.de.1
+++ b/manpages/de/lb_chroot_sysfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_sysfs\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_sysv-rc.de.1 b/manpages/de/lb_chroot_sysv-rc.de.1
index 799d443..ed9eaa2 100644
--- a/manpages/de/lb_chroot_sysv-rc.de.1
+++ b/manpages/de/lb_chroot_sysv-rc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_sysv\-rc\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_sysvinit.de.1 b/manpages/de/lb_chroot_sysvinit.de.1
index f1ca017..6bbc95c 100644
--- a/manpages/de/lb_chroot_sysvinit.de.1
+++ b/manpages/de/lb_chroot_sysvinit.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_sysvinit\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_tasks.de.1 b/manpages/de/lb_chroot_tasks.de.1
index fc14a2e..e1b7d22 100644
--- a/manpages/de/lb_chroot_tasks.de.1
+++ b/manpages/de/lb_chroot_tasks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_tasks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_upstart.de.1 b/manpages/de/lb_chroot_upstart.de.1
index 1829901..dc29933 100644
--- a/manpages/de/lb_chroot_upstart.de.1
+++ b/manpages/de/lb_chroot_upstart.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_upstart\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_clean.de.1 b/manpages/de/lb_clean.de.1
index 72d6be9..bfd6321 100644
--- a/manpages/de/lb_clean.de.1
+++ b/manpages/de/lb_clean.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb clean\fP \- Räumt das Arbeitsverzeichnis auf
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1
index 7ef573d..647594b 100644
--- a/manpages/de/lb_config.de.1
+++ b/manpages/de/lb_config.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb config\fP \- Erstellen des config Verzeichnisses
@@ -106,7 +106,7 @@
 .br
   [\fB\-\-includes\fP \fIPATH\fP]
 .br
-  [\fB\-\-initramfs\fP auto|live\-initramfs|casper]
+  [\fB\-\-initramfs\fP auto|none|live\-boot|live\-initramfs|casper]
 .br
   [\fB\-\-interactive\fP shell]
 .br
@@ -452,12 +452,14 @@ don't want to specify them all of the time.
 sets the path to the includes that live\-build is going to use,
 e.g. additional minimal documentation that you want to have on all live
 systems. By default, this is set to /usr/share/live/build/includes/.
-.IP "\fB\-\-initramfs\fP auto|live\-initramfs|casper" 4
+.IP "\fB\-\-initramfs\fP auto|none|live\-boot|live\-initramfs|casper" 4
 sets the name of package that contains the live system specific initramfs
 modification. By default, auto is used, which means that at build time of
 the image rather than on configuration time, the value will be expanded to
-casper when building etch systems and to live\-initramfs for all other
-systems.
+casper when building etch systems or ubuntu systems, to live\-initramfs for
+all other systems up to squeeze, and to live\-boot for wheezy and
+newer. Using 'none' is usefull if the resulting system image should not be a
+live image (experimental).
 .IP "\fB\-\-interactive\fP shell" 4
 defines if after the chroot stage and before the beginning of the binary
 stage, a interactive shell login should be spawned in the chroot in order to
diff --git a/manpages/de/lb_local.de.1 b/manpages/de/lb_local.de.1
index 9ae7f99..e3a5b6c 100644
--- a/manpages/de/lb_local.de.1
+++ b/manpages/de/lb_local.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb local\fP \- Wrapper für lokale live\-build Programme
diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1
index e5115c9..7f3ca9a 100644
--- a/manpages/de/lb_source.de.1
+++ b/manpages/de/lb_source.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_checksums.de.1 b/manpages/de/lb_source_checksums.de.1
index 99cefc7..e4ce896 100644
--- a/manpages/de/lb_source_checksums.de.1
+++ b/manpages/de/lb_source_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_checksums\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_debian-live.de.1 b/manpages/de/lb_source_debian-live.de.1
index f5ad570..9a10a12 100644
--- a/manpages/de/lb_source_debian-live.de.1
+++ b/manpages/de/lb_source_debian-live.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_debian\-live\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_debian.de.1 b/manpages/de/lb_source_debian.de.1
index b94f6e2..0ff0f68 100644
--- a/manpages/de/lb_source_debian.de.1
+++ b/manpages/de/lb_source_debian.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_debian\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_disk.de.1 b/manpages/de/lb_source_disk.de.1
index b35b610..792adc6 100644
--- a/manpages/de/lb_source_disk.de.1
+++ b/manpages/de/lb_source_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_disk\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_iso.de.1 b/manpages/de/lb_source_iso.de.1
index 4149f6e..3d71cce 100644
--- a/manpages/de/lb_source_iso.de.1
+++ b/manpages/de/lb_source_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_iso\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_net.de.1 b/manpages/de/lb_source_net.de.1
index 6921d8e..ce82d62 100644
--- a/manpages/de/lb_source_net.de.1
+++ b/manpages/de/lb_source_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_net\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_tar.de.1 b/manpages/de/lb_source_tar.de.1
index feb5883..7b26d28 100644
--- a/manpages/de/lb_source_tar.de.1
+++ b/manpages/de/lb_source_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_tar\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_usb.de.1 b/manpages/de/lb_source_usb.de.1
index 263c969..62337c6 100644
--- a/manpages/de/lb_source_usb.de.1
+++ b/manpages/de/lb_source_usb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_usb\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_virtual-hdd.de.1 b/manpages/de/lb_source_virtual-hdd.de.1
index 418ef1f..535f815 100644
--- a/manpages/de/lb_source_virtual-hdd.de.1
+++ b/manpages/de/lb_source_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_virtual\-hdd\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_testroot.de.1 b/manpages/de/lb_testroot.de.1
index 6fe0732..5a7eb36 100644
--- a/manpages/de/lb_testroot.de.1
+++ b/manpages/de/lb_testroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlb testroot\fP \- stellt sicher, dass ein System als root erstellt wird
diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7
index a2d3e8f..d3eccc0 100644
--- a/manpages/de/live-build.de.7
+++ b/manpages/de/live-build.de.7
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 7 22.11.2010 2.0.7 "Debian Live Projekt"
+.TH LIVE\-BUILD 7 29.11.2010 2.0.8 "Debian Live Projekt"
 
 .SH NAME
 \fBlive\-build\fP \- die Debian Live Tool Suite
diff --git a/manpages/en/lb.1 b/manpages/en/lb.1
index 8fed209..937fdcc 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb\fR \- wrapper for live\-build programs
diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1
index 4ac2474..3447022 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_checksums.1 b/manpages/en/lb_binary_checksums.1
index ff022aa..100aa09 100644
--- a/manpages/en/lb_binary_checksums.1
+++ b/manpages/en/lb_binary_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_checksums\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_chroot.1 b/manpages/en/lb_binary_chroot.1
index e34a82e..9fd3006 100644
--- a/manpages/en/lb_binary_chroot.1
+++ b/manpages/en/lb_binary_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_chroot\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_debian-installer.1 b/manpages/en/lb_binary_debian-installer.1
index 23201e9..d27e433 100644
--- a/manpages/en/lb_binary_debian-installer.1
+++ b/manpages/en/lb_binary_debian-installer.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_debian\-installer\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_disk.1 b/manpages/en/lb_binary_disk.1
index 3fe2a8d..65b8046 100644
--- a/manpages/en/lb_binary_disk.1
+++ b/manpages/en/lb_binary_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_encryption.1 b/manpages/en/lb_binary_encryption.1
index 550eb28..82d8a6c 100644
--- a/manpages/en/lb_binary_encryption.1
+++ b/manpages/en/lb_binary_encryption.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_encryption\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub.1 b/manpages/en/lb_binary_grub.1
index 321477b..a4b19b6 100644
--- a/manpages/en/lb_binary_grub.1
+++ b/manpages/en/lb_binary_grub.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub2.1 b/manpages/en/lb_binary_grub2.1
index d69dbeb..eabadca 100644
--- a/manpages/en/lb_binary_grub2.1
+++ b/manpages/en/lb_binary_grub2.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub2\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_includes.1 b/manpages/en/lb_binary_includes.1
index 3fbd921..56c2900 100644
--- a/manpages/en/lb_binary_includes.1
+++ b/manpages/en/lb_binary_includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_iso.1 b/manpages/en/lb_binary_iso.1
index 37908b5..64ac1da 100644
--- a/manpages/en/lb_binary_iso.1
+++ b/manpages/en/lb_binary_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_iso\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_linux-image.1 b/manpages/en/lb_binary_linux-image.1
index 616e907..339931c 100644
--- a/manpages/en/lb_binary_linux-image.1
+++ b/manpages/en/lb_binary_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_linux\-image\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-hooks.1 b/manpages/en/lb_binary_local-hooks.1
index ede609c..130c3b6 100644
--- a/manpages/en/lb_binary_local-hooks.1
+++ b/manpages/en/lb_binary_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-hooks\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-includes.1 b/manpages/en/lb_binary_local-includes.1
index 15091e0..9c9ed7b 100644
--- a/manpages/en/lb_binary_local-includes.1
+++ b/manpages/en/lb_binary_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-packageslists.1 b/manpages/en/lb_binary_local-packageslists.1
index fe3826c..c67392b 100644
--- a/manpages/en/lb_binary_local-packageslists.1
+++ b/manpages/en/lb_binary_local-packageslists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local-packageslists\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_manifest.1 b/manpages/en/lb_binary_manifest.1
index 9cadaa1..eef4be3 100644
--- a/manpages/en/lb_binary_manifest.1
+++ b/manpages/en/lb_binary_manifest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_manifest\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_memtest.1 b/manpages/en/lb_binary_memtest.1
index 30a4bbc..48a6c74 100644
--- a/manpages/en/lb_binary_memtest.1
+++ b/manpages/en/lb_binary_memtest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_memtest\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_net.1 b/manpages/en/lb_binary_net.1
index 0ebb92e..62b3869 100644
--- a/manpages/en/lb_binary_net.1
+++ b/manpages/en/lb_binary_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_net\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_rootfs.1 b/manpages/en/lb_binary_rootfs.1
index 1a05472..92bf7f8 100644
--- a/manpages/en/lb_binary_rootfs.1
+++ b/manpages/en/lb_binary_rootfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_rootfs\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_silo.1 b/manpages/en/lb_binary_silo.1
index 7c99533..42df607 100644
--- a/manpages/en/lb_binary_silo.1
+++ b/manpages/en/lb_binary_silo.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_silo\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_syslinux.1 b/manpages/en/lb_binary_syslinux.1
index 21ba852..3e05fb5 100644
--- a/manpages/en/lb_binary_syslinux.1
+++ b/manpages/en/lb_binary_syslinux.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_syslinux\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_tar.1 b/manpages/en/lb_binary_tar.1
index 9f5494e..bee8754 100644
--- a/manpages/en/lb_binary_tar.1
+++ b/manpages/en/lb_binary_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_tar\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_usb.1 b/manpages/en/lb_binary_usb.1
index fcc7ce9..1617c82 100644
--- a/manpages/en/lb_binary_usb.1
+++ b/manpages/en/lb_binary_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_usb\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_virtual-hdd.1 b/manpages/en/lb_binary_virtual-hdd.1
index 82463e4..f72d7f6 100644
--- a/manpages/en/lb_binary_virtual-hdd.1
+++ b/manpages/en/lb_binary_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_virtual\-hdd\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_win32-loader.1 b/manpages/en/lb_binary_win32-loader.1
index df7d031..e3afdc9 100644
--- a/manpages/en/lb_binary_win32-loader.1
+++ b/manpages/en/lb_binary_win32-loader.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_win32\-loader\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_yaboot.1 b/manpages/en/lb_binary_yaboot.1
index 7da84ca..5aba3c9 100644
--- a/manpages/en/lb_binary_yaboot.1
+++ b/manpages/en/lb_binary_yaboot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_yaboot\fR \- Complete the binary stage
diff --git a/manpages/en/lb_bootstrap.1 b/manpages/en/lb_bootstrap.1
index 0f7ffd1..b1da7b9 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_cache.1 b/manpages/en/lb_bootstrap_cache.1
index bfae55c..e697395 100644
--- a/manpages/en/lb_bootstrap_cache.1
+++ b/manpages/en/lb_bootstrap_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cache\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_cdebootstrap.1 b/manpages/en/lb_bootstrap_cdebootstrap.1
index 0eea0af..39a6c5e 100644
--- a/manpages/en/lb_bootstrap_cdebootstrap.1
+++ b/manpages/en/lb_bootstrap_cdebootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cdebootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_copy.1 b/manpages/en/lb_bootstrap_copy.1
index fc9ccf7..94b1a52 100644
--- a/manpages/en/lb_bootstrap_copy.1
+++ b/manpages/en/lb_bootstrap_copy.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_copy\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_debootstrap.1 b/manpages/en/lb_bootstrap_debootstrap.1
index c9ce7be..2f5d55f 100644
--- a/manpages/en/lb_bootstrap_debootstrap.1
+++ b/manpages/en/lb_bootstrap_debootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_debootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_build.1 b/manpages/en/lb_build.1
index aa1dcb7..8b54da8 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
diff --git a/manpages/en/lb_chroot.1 b/manpages/en/lb_chroot.1
index 0b73ff5..5a0b8ec 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_apt.1 b/manpages/en/lb_chroot_apt.1
index 8384361..3413420 100644
--- a/manpages/en/lb_chroot_apt.1
+++ b/manpages/en/lb_chroot_apt.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_apt\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_cache.1 b/manpages/en/lb_chroot_cache.1
index 15a76d2..91ead73 100644
--- a/manpages/en/lb_chroot_cache.1
+++ b/manpages/en/lb_chroot_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_cache\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_debianchroot.1 b/manpages/en/lb_chroot_debianchroot.1
index a083dae..599fffa 100644
--- a/manpages/en/lb_chroot_debianchroot.1
+++ b/manpages/en/lb_chroot_debianchroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_debianchroot\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_devpts.1 b/manpages/en/lb_chroot_devpts.1
index 3e037e8..72aaeeb 100644
--- a/manpages/en/lb_chroot_devpts.1
+++ b/manpages/en/lb_chroot_devpts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_devpts\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_dpkg.1 b/manpages/en/lb_chroot_dpkg.1
index dc1f2fa..af58c9c 100644
--- a/manpages/en/lb_chroot_dpkg.1
+++ b/manpages/en/lb_chroot_dpkg.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_dpkg\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hacks.1 b/manpages/en/lb_chroot_hacks.1
index f7d2265..f846fe4 100644
--- a/manpages/en/lb_chroot_hacks.1
+++ b/manpages/en/lb_chroot_hacks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hacks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb_chroot_hooks.1
index ded967f..dfadfbb 100644
--- a/manpages/en/lb_chroot_hooks.1
+++ b/manpages/en/lb_chroot_hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hooks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hostname.1 b/manpages/en/lb_chroot_hostname.1
index f722793..26375cf 100644
--- a/manpages/en/lb_chroot_hostname.1
+++ b/manpages/en/lb_chroot_hostname.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hostname\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hosts.1 b/manpages/en/lb_chroot_hosts.1
index 6fd8872..1cfe6b2 100644
--- a/manpages/en/lb_chroot_hosts.1
+++ b/manpages/en/lb_chroot_hosts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hosts\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_install-packages.1 b/manpages/en/lb_chroot_install-packages.1
index 37d2ce4..0573b33 100644
--- a/manpages/en/lb_chroot_install-packages.1
+++ b/manpages/en/lb_chroot_install-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_install\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_interactive.1 b/manpages/en/lb_chroot_interactive.1
index 5f6acb3..0f14e8f 100644
--- a/manpages/en/lb_chroot_interactive.1
+++ b/manpages/en/lb_chroot_interactive.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_interactive\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_linux-image.1 b/manpages/en/lb_chroot_linux-image.1
index 1c59f90..b78634b 100644
--- a/manpages/en/lb_chroot_linux-image.1
+++ b/manpages/en/lb_chroot_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_linux\-image\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-hooks.1 b/manpages/en/lb_chroot_local-hooks.1
index 24b1f4d..e0e05a4 100644
--- a/manpages/en/lb_chroot_local-hooks.1
+++ b/manpages/en/lb_chroot_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-hooks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-includes.1 b/manpages/en/lb_chroot_local-includes.1
index dd68d49..5cd5339 100644
--- a/manpages/en/lb_chroot_local-includes.1
+++ b/manpages/en/lb_chroot_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packages.1 b/manpages/en/lb_chroot_local-packages.1
index ab6ae53..fb48c43 100644
--- a/manpages/en/lb_chroot_local-packages.1
+++ b/manpages/en/lb_chroot_local-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packageslists.1 b/manpages/en/lb_chroot_local-packageslists.1
index 1a0be67..48b705e 100644
--- a/manpages/en/lb_chroot_local-packageslists.1
+++ b/manpages/en/lb_chroot_local-packageslists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packageslists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-patches.1 b/manpages/en/lb_chroot_local-patches.1
index eca56fc..eb03c88 100644
--- a/manpages/en/lb_chroot_local-patches.1
+++ b/manpages/en/lb_chroot_local-patches.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-patches\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-preseed.1 b/manpages/en/lb_chroot_local-preseed.1
index 16708ca..fe7e0e8 100644
--- a/manpages/en/lb_chroot_local-preseed.1
+++ b/manpages/en/lb_chroot_local-preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_localization.1 b/manpages/en/lb_chroot_localization.1
index 0716787..238657c 100644
--- a/manpages/en/lb_chroot_localization.1
+++ b/manpages/en/lb_chroot_localization.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_localization\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packages.1 b/manpages/en/lb_chroot_packages.1
index 19a1bff..6dfc16c 100644
--- a/manpages/en/lb_chroot_packages.1
+++ b/manpages/en/lb_chroot_packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packageslists.1 b/manpages/en/lb_chroot_packageslists.1
index f1e8f26..01f2225 100644
--- a/manpages/en/lb_chroot_packageslists.1
+++ b/manpages/en/lb_chroot_packageslists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packageslists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_preseed.1 b/manpages/en/lb_chroot_preseed.1
index 110f022..184b754 100644
--- a/manpages/en/lb_chroot_preseed.1
+++ b/manpages/en/lb_chroot_preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_proc.1 b/manpages/en/lb_chroot_proc.1
index a3e1ed3..5f3d82b 100644
--- a/manpages/en/lb_chroot_proc.1
+++ b/manpages/en/lb_chroot_proc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_proc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_resolv.1 b/manpages/en/lb_chroot_resolv.1
index b510a65..ea90274 100644
--- a/manpages/en/lb_chroot_resolv.1
+++ b/manpages/en/lb_chroot_resolv.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_resolv\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_selinuxfs.1 b/manpages/en/lb_chroot_selinuxfs.1
index 35eacf4..5f20117 100644
--- a/manpages/en/lb_chroot_selinuxfs.1
+++ b/manpages/en/lb_chroot_selinuxfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_selinuxfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sources.1 b/manpages/en/lb_chroot_sources.1
index 2ee5133..4767631 100644
--- a/manpages/en/lb_chroot_sources.1
+++ b/manpages/en/lb_chroot_sources.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sources\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_symlinks.1 b/manpages/en/lb_chroot_symlinks.1
index 35b487f..96cc4c6 100644
--- a/manpages/en/lb_chroot_symlinks.1
+++ b/manpages/en/lb_chroot_symlinks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_symlinks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysfs.1 b/manpages/en/lb_chroot_sysfs.1
index 4017633..94f60c3 100644
--- a/manpages/en/lb_chroot_sysfs.1
+++ b/manpages/en/lb_chroot_sysfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysv-rc.1 b/manpages/en/lb_chroot_sysv-rc.1
index 40b9fe2..baa4b48 100644
--- a/manpages/en/lb_chroot_sysv-rc.1
+++ b/manpages/en/lb_chroot_sysv-rc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv-rc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysvinit.1 b/manpages/en/lb_chroot_sysvinit.1
index aebea7b..26f1dc2 100644
--- a/manpages/en/lb_chroot_sysvinit.1
+++ b/manpages/en/lb_chroot_sysvinit.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysvinit\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_tasks.1 b/manpages/en/lb_chroot_tasks.1
index 6ddbcc1..d19bb07 100644
--- a/manpages/en/lb_chroot_tasks.1
+++ b/manpages/en/lb_chroot_tasks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_tasks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_upstart.1 b/manpages/en/lb_chroot_upstart.1
index 8c67105..da7bcc9 100644
--- a/manpages/en/lb_chroot_upstart.1
+++ b/manpages/en/lb_chroot_upstart.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_upstart\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1
index de9a29b..743d775 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb clean\fR \- Clean build directory
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index f434775..e598054 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fR \- Create config directory
@@ -101,7 +101,7 @@
 .br
 	[\fB\-\-includes\fR \fIPATH\fR]
 .br
-	[\fB\-\-initramfs\fR auto|live\-initramfs|casper]
+	[\fB\-\-initramfs\fR auto|none|live\-boot|live\-initramfs|casper]
 .br
 	[\fB\-\-interactive\fR shell]
 .br
@@ -309,8 +309,8 @@ sets the hostname of the live system.
 \fBlb config\fR by default reads system defaults from /etc/live/build.conf and /etc/live/build.d when generating a new live system config directory. This is useful if you want to set global settings, such as mirror locations, and don't want to specify them all of the time.
 .IP "\fB\-\-includes\fR \fIPATH\fR" 4
 sets the path to the includes that live\-build is going to use, e.g. additional minimal documentation that you want to have on all live systems. By default, this is set to /usr/share/live/build/includes/.
-.IP "\fB\-\-initramfs\fR auto|live\-initramfs|casper" 4
-sets the name of package that contains the live system specific initramfs modification. By default, auto is used, which means that at build time of the image rather than on configuration time, the value will be expanded to casper when building etch systems and to live\-initramfs for all other systems.
+.IP "\fB\-\-initramfs\fR auto|none|live\-boot|live\-initramfs|casper" 4
+sets the name of package that contains the live system specific initramfs modification. By default, auto is used, which means that at build time of the image rather than on configuration time, the value will be expanded to casper when building etch systems or ubuntu systems, to live\-initramfs for all other systems up to squeeze, and to live\-boot for wheezy and newer. Using 'none' is usefull if the resulting system image should not be a live image (experimental).
 .IP "\fB\-\-interactive\fR shell" 4
 defines if after the chroot stage and before the beginning of the binary stage, a interactive shell login should be spawned in the chroot in order to allow you to do manual customizations. Once you close the shell with logout or exit, the build will continue as usual. Note that it's strongly discouraged to use this for anything else than testing. Modifications that should be present in all builds of a live system should be properly made through hooks. Everything else destroys the beauty of being able to completely automatise the build process and making it non interactive. By default, this is of course false.
 .IP "\fB\-\-iso\-application\fR \fINAME\fR" 4
diff --git a/manpages/en/lb_local.1 b/manpages/en/lb_local.1
index 4cc2e86..df11c7f 100644
--- a/manpages/en/lb_local.1
+++ b/manpages/en/lb_local.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb local\fR \- wrapper for local live\-build programs
diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1
index 8ad5203..ed7486e 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb source\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_checksums.1 b/manpages/en/lb_source_checksums.1
index 049c474..3a5fdb2 100644
--- a/manpages/en/lb_source_checksums.1
+++ b/manpages/en/lb_source_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb source_checksums\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_debian-live.1 b/manpages/en/lb_source_debian-live.1
index 74e5b8c..160ee28 100644
--- a/manpages/en/lb_source_debian-live.1
+++ b/manpages/en/lb_source_debian-live.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\-live\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_debian.1 b/manpages/en/lb_source_debian.1
index b424b24..15c3e9e 100644
--- a/manpages/en/lb_source_debian.1
+++ b/manpages/en/lb_source_debian.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_disk.1 b/manpages/en/lb_source_disk.1
index 5f8e505..b9aa875 100644
--- a/manpages/en/lb_source_disk.1
+++ b/manpages/en/lb_source_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb source_disk\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_iso.1 b/manpages/en/lb_source_iso.1
index 27c2c52..06792bf 100644
--- a/manpages/en/lb_source_iso.1
+++ b/manpages/en/lb_source_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb source_iso\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_net.1 b/manpages/en/lb_source_net.1
index dc0b09d..deb2e69 100644
--- a/manpages/en/lb_source_net.1
+++ b/manpages/en/lb_source_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb source_net\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_tar.1 b/manpages/en/lb_source_tar.1
index 780869d..98d2895 100644
--- a/manpages/en/lb_source_tar.1
+++ b/manpages/en/lb_source_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb source_tar\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_usb.1 b/manpages/en/lb_source_usb.1
index 97ba412..8055d27 100644
--- a/manpages/en/lb_source_usb.1
+++ b/manpages/en/lb_source_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb source_usb\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_virtual-hdd.1 b/manpages/en/lb_source_virtual-hdd.1
index dc7b9db..3b1c5c7 100644
--- a/manpages/en/lb_source_virtual-hdd.1
+++ b/manpages/en/lb_source_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb source_virtual\-hdd\fR \- Complete the source stage
diff --git a/manpages/en/lb_testroot.1 b/manpages/en/lb_testroot.1
index 1855891..dd9d7d7 100644
--- a/manpages/en/lb_testroot.1
+++ b/manpages/en/lb_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlb testroot\fR \- Ensure that a system is built as root
diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7
index e819937..f1abc53 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 7 2010\-11\-22 2.0.7 "Debian Live Project"
+.TH LIVE\-BUILD 7 2010\-11\-29 2.0.8 "Debian Live Project"
 
 .SH NAME
 \fBlive\-build\fR \- the Debian Live tool suite
diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po
index 698a842..4cd1939 100644
--- a/manpages/po/de/lb.1.po
+++ b/manpages/po/de/lb.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index ebfec1e..bb60653 100644
--- a/manpages/po/de/lb_binary.1.po
+++ b/manpages/po/de/lb_binary.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po
index 0a8ff57..ad3ac6b 100644
--- a/manpages/po/de/lb_binary_checksums.1.po
+++ b/manpages/po/de/lb_binary_checksums.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po
index 8d5cc08..3ebf5e1 100644
--- a/manpages/po/de/lb_binary_chroot.1.po
+++ b/manpages/po/de/lb_binary_chroot.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_debian-installer.1.po b/manpages/po/de/lb_binary_debian-installer.1.po
index 3ea8849..b5cf88b 100644
--- a/manpages/po/de/lb_binary_debian-installer.1.po
+++ b/manpages/po/de/lb_binary_debian-installer.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po
index 5774c58..16bbcfd 100644
--- a/manpages/po/de/lb_binary_disk.1.po
+++ b/manpages/po/de/lb_binary_disk.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_encryption.1.po b/manpages/po/de/lb_binary_encryption.1.po
index 67f2e39..2984ef3 100644
--- a/manpages/po/de/lb_binary_encryption.1.po
+++ b/manpages/po/de/lb_binary_encryption.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po
index faec2ad..52e62a0 100644
--- a/manpages/po/de/lb_binary_grub.1.po
+++ b/manpages/po/de/lb_binary_grub.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po
index 241db78..a79a1a6 100644
--- a/manpages/po/de/lb_binary_grub2.1.po
+++ b/manpages/po/de/lb_binary_grub2.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po
index 201318f..85d68f3 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_binary_includes.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po
index 497321b..9cd29ce 100644
--- a/manpages/po/de/lb_binary_iso.1.po
+++ b/manpages/po/de/lb_binary_iso.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_linux-image.1.po b/manpages/po/de/lb_binary_linux-image.1.po
index 7398b40..0649edf 100644
--- a/manpages/po/de/lb_binary_linux-image.1.po
+++ b/manpages/po/de/lb_binary_linux-image.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_local-hooks.1.po b/manpages/po/de/lb_binary_local-hooks.1.po
index eacb44f..b2f7dc0 100644
--- a/manpages/po/de/lb_binary_local-hooks.1.po
+++ b/manpages/po/de/lb_binary_local-hooks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_binary_local-includes.1.po
index 4f2dbe1..ecbc327 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_binary_local-includes.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_local-packageslists.1.po b/manpages/po/de/lb_binary_local-packageslists.1.po
index 51e84af..0e79ca4 100644
--- a/manpages/po/de/lb_binary_local-packageslists.1.po
+++ b/manpages/po/de/lb_binary_local-packageslists.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po
index 4727fcf..b4a5c9c 100644
--- a/manpages/po/de/lb_binary_manifest.1.po
+++ b/manpages/po/de/lb_binary_manifest.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po
index dff9452..5bfa4e0 100644
--- a/manpages/po/de/lb_binary_memtest.1.po
+++ b/manpages/po/de/lb_binary_memtest.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po
index e266081..b101573 100644
--- a/manpages/po/de/lb_binary_net.1.po
+++ b/manpages/po/de/lb_binary_net.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po
index ac09a31..e84affc 100644
--- a/manpages/po/de/lb_binary_rootfs.1.po
+++ b/manpages/po/de/lb_binary_rootfs.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po
index f320bf1..14a10b6 100644
--- a/manpages/po/de/lb_binary_silo.1.po
+++ b/manpages/po/de/lb_binary_silo.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po
index 36344d1..5877153 100644
--- a/manpages/po/de/lb_binary_syslinux.1.po
+++ b/manpages/po/de/lb_binary_syslinux.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po
index 1ecffac..4270f92 100644
--- a/manpages/po/de/lb_binary_tar.1.po
+++ b/manpages/po/de/lb_binary_tar.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po
index aaebc0e..3b807f1 100644
--- a/manpages/po/de/lb_binary_usb.1.po
+++ b/manpages/po/de/lb_binary_usb.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_virtual-hdd.1.po b/manpages/po/de/lb_binary_virtual-hdd.1.po
index 9e6625f..6bdc79c 100644
--- a/manpages/po/de/lb_binary_virtual-hdd.1.po
+++ b/manpages/po/de/lb_binary_virtual-hdd.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_win32-loader.1.po b/manpages/po/de/lb_binary_win32-loader.1.po
index 29b9c20..19af9f4 100644
--- a/manpages/po/de/lb_binary_win32-loader.1.po
+++ b/manpages/po/de/lb_binary_win32-loader.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po
index 9882713..848dd8e 100644
--- a/manpages/po/de/lb_binary_yaboot.1.po
+++ b/manpages/po/de/lb_binary_yaboot.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
index b583d55..a9b67f4 100644
--- a/manpages/po/de/lb_bootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po
index 8018399..dfd77e5 100644
--- a/manpages/po/de/lb_bootstrap_cache.1.po
+++ b/manpages/po/de/lb_bootstrap_cache.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
index f7e8155..dc58b18 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po
index 06e9a22..5ed9709 100644
--- a/manpages/po/de/lb_bootstrap_copy.1.po
+++ b/manpages/po/de/lb_bootstrap_copy.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po
index ca724a3..4774ac9 100644
--- a/manpages/po/de/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
index e5b1de8..578a6c4 100644
--- a/manpages/po/de/lb_build.1.po
+++ b/manpages/po/de/lb_build.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 10:39+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index ab5e904..3aa229e 100644
--- a/manpages/po/de/lb_chroot.1.po
+++ b/manpages/po/de/lb_chroot.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po
index ca12ce2..70605a0 100644
--- a/manpages/po/de/lb_chroot_apt.1.po
+++ b/manpages/po/de/lb_chroot_apt.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po
index c952950..3c1b852 100644
--- a/manpages/po/de/lb_chroot_cache.1.po
+++ b/manpages/po/de/lb_chroot_cache.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po
index c3510ed..da861c3 100644
--- a/manpages/po/de/lb_chroot_debianchroot.1.po
+++ b/manpages/po/de/lb_chroot_debianchroot.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po
index c3114cc..f435fce 100644
--- a/manpages/po/de/lb_chroot_devpts.1.po
+++ b/manpages/po/de/lb_chroot_devpts.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po
index f673536..4e1f57f 100644
--- a/manpages/po/de/lb_chroot_dpkg.1.po
+++ b/manpages/po/de/lb_chroot_dpkg.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po
index d2725d9..d5d7076 100644
--- a/manpages/po/de/lb_chroot_hacks.1.po
+++ b/manpages/po/de/lb_chroot_hacks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po
index 56ccb93..4c26fe0 100644
--- a/manpages/po/de/lb_chroot_hooks.1.po
+++ b/manpages/po/de/lb_chroot_hooks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po
index fc68a01..a0fc878 100644
--- a/manpages/po/de/lb_chroot_hostname.1.po
+++ b/manpages/po/de/lb_chroot_hostname.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po
index 28e41fe..d75a0b5 100644
--- a/manpages/po/de/lb_chroot_hosts.1.po
+++ b/manpages/po/de/lb_chroot_hosts.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_install-packages.1.po b/manpages/po/de/lb_chroot_install-packages.1.po
index e5274ea..c23969b 100644
--- a/manpages/po/de/lb_chroot_install-packages.1.po
+++ b/manpages/po/de/lb_chroot_install-packages.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po
index 983af42..3d35176 100644
--- a/manpages/po/de/lb_chroot_interactive.1.po
+++ b/manpages/po/de/lb_chroot_interactive.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_linux-image.1.po b/manpages/po/de/lb_chroot_linux-image.1.po
index d5448e0..5025cb3 100644
--- a/manpages/po/de/lb_chroot_linux-image.1.po
+++ b/manpages/po/de/lb_chroot_linux-image.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_local-hooks.1.po b/manpages/po/de/lb_chroot_local-hooks.1.po
index 6450d3e..f2ebd4e 100644
--- a/manpages/po/de/lb_chroot_local-hooks.1.po
+++ b/manpages/po/de/lb_chroot_local-hooks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_local-includes.1.po b/manpages/po/de/lb_chroot_local-includes.1.po
index 65e63ba..0f9b3eb 100644
--- a/manpages/po/de/lb_chroot_local-includes.1.po
+++ b/manpages/po/de/lb_chroot_local-includes.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_local-packages.1.po b/manpages/po/de/lb_chroot_local-packages.1.po
index c570eb9..2da121d 100644
--- a/manpages/po/de/lb_chroot_local-packages.1.po
+++ b/manpages/po/de/lb_chroot_local-packages.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_local-packageslists.1.po b/manpages/po/de/lb_chroot_local-packageslists.1.po
index fcd4499..577580a 100644
--- a/manpages/po/de/lb_chroot_local-packageslists.1.po
+++ b/manpages/po/de/lb_chroot_local-packageslists.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_local-patches.1.po b/manpages/po/de/lb_chroot_local-patches.1.po
index caca2e8..5c10dc1 100644
--- a/manpages/po/de/lb_chroot_local-patches.1.po
+++ b/manpages/po/de/lb_chroot_local-patches.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_local-preseed.1.po b/manpages/po/de/lb_chroot_local-preseed.1.po
index 404bf4e..4fa9691 100644
--- a/manpages/po/de/lb_chroot_local-preseed.1.po
+++ b/manpages/po/de/lb_chroot_local-preseed.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_localization.1.po b/manpages/po/de/lb_chroot_localization.1.po
index ada082c..00a4527 100644
--- a/manpages/po/de/lb_chroot_localization.1.po
+++ b/manpages/po/de/lb_chroot_localization.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_packages.1.po b/manpages/po/de/lb_chroot_packages.1.po
index e2f2814..d9964ba 100644
--- a/manpages/po/de/lb_chroot_packages.1.po
+++ b/manpages/po/de/lb_chroot_packages.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_packageslists.1.po b/manpages/po/de/lb_chroot_packageslists.1.po
index b692757..47b8524 100644
--- a/manpages/po/de/lb_chroot_packageslists.1.po
+++ b/manpages/po/de/lb_chroot_packageslists.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po
index 788a908..cdb0a97 100644
--- a/manpages/po/de/lb_chroot_preseed.1.po
+++ b/manpages/po/de/lb_chroot_preseed.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po
index 146de4e..143a753 100644
--- a/manpages/po/de/lb_chroot_proc.1.po
+++ b/manpages/po/de/lb_chroot_proc.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po
index d431e20..e58c2f4 100644
--- a/manpages/po/de/lb_chroot_resolv.1.po
+++ b/manpages/po/de/lb_chroot_resolv.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po
index c84187e..471c6d4 100644
--- a/manpages/po/de/lb_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lb_chroot_selinuxfs.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_sources.1.po b/manpages/po/de/lb_chroot_sources.1.po
index e798515..6e0684d 100644
--- a/manpages/po/de/lb_chroot_sources.1.po
+++ b/manpages/po/de/lb_chroot_sources.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_symlinks.1.po b/manpages/po/de/lb_chroot_symlinks.1.po
index d3f31cb..32aaa03 100644
--- a/manpages/po/de/lb_chroot_symlinks.1.po
+++ b/manpages/po/de/lb_chroot_symlinks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po
index 5104f0f..d591d02 100644
--- a/manpages/po/de/lb_chroot_sysfs.1.po
+++ b/manpages/po/de/lb_chroot_sysfs.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_sysv-rc.1.po b/manpages/po/de/lb_chroot_sysv-rc.1.po
index 32ddd3e..b8eafa2 100644
--- a/manpages/po/de/lb_chroot_sysv-rc.1.po
+++ b/manpages/po/de/lb_chroot_sysv-rc.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_sysvinit.1.po b/manpages/po/de/lb_chroot_sysvinit.1.po
index 64afcc7..57d8669 100644
--- a/manpages/po/de/lb_chroot_sysvinit.1.po
+++ b/manpages/po/de/lb_chroot_sysvinit.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_tasks.1.po b/manpages/po/de/lb_chroot_tasks.1.po
index 6695eed..42f8b9a 100644
--- a/manpages/po/de/lb_chroot_tasks.1.po
+++ b/manpages/po/de/lb_chroot_tasks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po
index f41e75d..2bbfda1 100644
--- a/manpages/po/de/lb_chroot_upstart.1.po
+++ b/manpages/po/de/lb_chroot_upstart.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
index 81cb46f..544ac65 100644
--- a/manpages/po/de/lb_clean.1.po
+++ b/manpages/po/de/lb_clean.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index bc4e807..ebe4b5b 100644
--- a/manpages/po/de/lb_config.1.po
+++ b/manpages/po/de/lb_config.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
@@ -942,7 +942,7 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:105
-msgid "  [B<--initramfs> auto|live-initramfs|casper]"
+msgid "  [B<--initramfs> auto|none|live-boot|live-initramfs|casper]"
 msgstr ""
 
 #. type: Plain text
@@ -1916,7 +1916,7 @@ msgstr ""
 #. type: IP
 #: en/lb_config.1:312
 #, no-wrap
-msgid "B<--initramfs> auto|live-initramfs|casper"
+msgid "B<--initramfs> auto|none|live-boot|live-initramfs|casper"
 msgstr ""
 
 #. type: Plain text
@@ -1925,8 +1925,10 @@ msgid ""
 "sets the name of package that contains the live system specific initramfs "
 "modification. By default, auto is used, which means that at build time of "
 "the image rather than on configuration time, the value will be expanded to "
-"casper when building etch systems and to live-initramfs for all other "
-"systems."
+"casper when building etch systems or ubuntu systems, to live-initramfs for "
+"all other systems up to squeeze, and to live-boot for wheezy and newer. "
+"Using 'none' is usefull if the resulting system image should not be a live "
+"image (experimental)."
 msgstr ""
 
 #. type: IP
diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po
index 379eb33..b3bb788 100644
--- a/manpages/po/de/lb_local.1.po
+++ b/manpages/po/de/lb_local.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 12:13+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index 7f8a123..309a7ee 100644
--- a/manpages/po/de/lb_source.1.po
+++ b/manpages/po/de/lb_source.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po
index 8915833..1e07cab 100644
--- a/manpages/po/de/lb_source_checksums.1.po
+++ b/manpages/po/de/lb_source_checksums.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_debian-live.1.po b/manpages/po/de/lb_source_debian-live.1.po
index 5502dc2..7a14838 100644
--- a/manpages/po/de/lb_source_debian-live.1.po
+++ b/manpages/po/de/lb_source_debian-live.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po
index ac62666..364ee8b 100644
--- a/manpages/po/de/lb_source_debian.1.po
+++ b/manpages/po/de/lb_source_debian.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po
index cfe8ad8..7af315a 100644
--- a/manpages/po/de/lb_source_disk.1.po
+++ b/manpages/po/de/lb_source_disk.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po
index 4a11bad..484ebb3 100644
--- a/manpages/po/de/lb_source_iso.1.po
+++ b/manpages/po/de/lb_source_iso.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po
index eb8d90d..07c3aed 100644
--- a/manpages/po/de/lb_source_net.1.po
+++ b/manpages/po/de/lb_source_net.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po
index 5559409..9b4431e 100644
--- a/manpages/po/de/lb_source_tar.1.po
+++ b/manpages/po/de/lb_source_tar.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po
index 4ffeb8c..dd2bfcf 100644
--- a/manpages/po/de/lb_source_usb.1.po
+++ b/manpages/po/de/lb_source_usb.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_virtual-hdd.1.po b/manpages/po/de/lb_source_virtual-hdd.1.po
index bb7ca6f..364aadd 100644
--- a/manpages/po/de/lb_source_virtual-hdd.1.po
+++ b/manpages/po/de/lb_source_virtual-hdd.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
index d0a8cae..27ede73 100644
--- a/manpages/po/de/lb_testroot.1.po
+++ b/manpages/po/de/lb_testroot.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index 76b38c6..dfb6dd4 100644
--- a/manpages/po/de/live-build.7.po
+++ b/manpages/po/de/live-build.7.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build 2.0.7\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
-msgstr "22.11.2010"
+msgid "2010-11-29"
+msgstr "29.11.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,7 +117,7 @@ msgstr "22.11.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index ccb52b3..2369c0f 100644
--- a/manpages/pot/lb.1.pot
+++ b/manpages/pot/lb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index 3480919..cd14626 100644
--- a/manpages/pot/lb_binary.1.pot
+++ b/manpages/pot/lb_binary.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot
index 97257cd..c3959aa 100644
--- a/manpages/pot/lb_binary_checksums.1.pot
+++ b/manpages/pot/lb_binary_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot
index 6f938b1..21ce9e3 100644
--- a/manpages/pot/lb_binary_chroot.1.pot
+++ b/manpages/pot/lb_binary_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot
index 5f4cf13..3695959 100644
--- a/manpages/pot/lb_binary_debian-installer.1.pot
+++ b/manpages/pot/lb_binary_debian-installer.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot
index c3576b8..ca47df9 100644
--- a/manpages/pot/lb_binary_disk.1.pot
+++ b/manpages/pot/lb_binary_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_encryption.1.pot b/manpages/pot/lb_binary_encryption.1.pot
index d054c58..367b564 100644
--- a/manpages/pot/lb_binary_encryption.1.pot
+++ b/manpages/pot/lb_binary_encryption.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot
index babcf50..b80ed03 100644
--- a/manpages/pot/lb_binary_grub.1.pot
+++ b/manpages/pot/lb_binary_grub.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot
index acb8238..b1af618 100644
--- a/manpages/pot/lb_binary_grub2.1.pot
+++ b/manpages/pot/lb_binary_grub2.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot
index d8c2892..2e12742 100644
--- a/manpages/pot/lb_binary_includes.1.pot
+++ b/manpages/pot/lb_binary_includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot
index 14f4bcc..99da132 100644
--- a/manpages/pot/lb_binary_iso.1.pot
+++ b/manpages/pot/lb_binary_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot
index 6c712fe..85c58de 100644
--- a/manpages/pot/lb_binary_linux-image.1.pot
+++ b/manpages/pot/lb_binary_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot
index 8951d18..439f486 100644
--- a/manpages/pot/lb_binary_local-hooks.1.pot
+++ b/manpages/pot/lb_binary_local-hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot
index a516e11..358f2da 100644
--- a/manpages/pot/lb_binary_local-includes.1.pot
+++ b/manpages/pot/lb_binary_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_local-packageslists.1.pot b/manpages/pot/lb_binary_local-packageslists.1.pot
index 86ab48f..93f916b 100644
--- a/manpages/pot/lb_binary_local-packageslists.1.pot
+++ b/manpages/pot/lb_binary_local-packageslists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot
index 84c0373..9a801f0 100644
--- a/manpages/pot/lb_binary_manifest.1.pot
+++ b/manpages/pot/lb_binary_manifest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot
index 67c7766..00eee95 100644
--- a/manpages/pot/lb_binary_memtest.1.pot
+++ b/manpages/pot/lb_binary_memtest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot
index 8df461f..51d1e73 100644
--- a/manpages/pot/lb_binary_net.1.pot
+++ b/manpages/pot/lb_binary_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot
index 9011156..365866b 100644
--- a/manpages/pot/lb_binary_rootfs.1.pot
+++ b/manpages/pot/lb_binary_rootfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot
index 7521e52..5a49e76 100644
--- a/manpages/pot/lb_binary_silo.1.pot
+++ b/manpages/pot/lb_binary_silo.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot
index b37e3f9..c7a8e97 100644
--- a/manpages/pot/lb_binary_syslinux.1.pot
+++ b/manpages/pot/lb_binary_syslinux.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot
index 762e9c3..f194e44 100644
--- a/manpages/pot/lb_binary_tar.1.pot
+++ b/manpages/pot/lb_binary_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot
index f040187..b17bbfe 100644
--- a/manpages/pot/lb_binary_usb.1.pot
+++ b/manpages/pot/lb_binary_usb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot
index d53f3da..ab19186 100644
--- a/manpages/pot/lb_binary_virtual-hdd.1.pot
+++ b/manpages/pot/lb_binary_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot
index 1c56324..8166e55 100644
--- a/manpages/pot/lb_binary_win32-loader.1.pot
+++ b/manpages/pot/lb_binary_win32-loader.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot
index 0fff1bc..3a5cf76 100644
--- a/manpages/pot/lb_binary_yaboot.1.pot
+++ b/manpages/pot/lb_binary_yaboot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index e42da34..0f52637 100644
--- a/manpages/pot/lb_bootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot
index 581aecb..1003cdc 100644
--- a/manpages/pot/lb_bootstrap_cache.1.pot
+++ b/manpages/pot/lb_bootstrap_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
index 7f55b7b..45e3165 100644
--- a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot
index 59baea3..cf881bc 100644
--- a/manpages/pot/lb_bootstrap_copy.1.pot
+++ b/manpages/pot/lb_bootstrap_copy.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot
index aaae024..1a43c7a 100644
--- a/manpages/pot/lb_bootstrap_debootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_debootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index cbb587f..53a8fa3 100644
--- a/manpages/pot/lb_build.1.pot
+++ b/manpages/pot/lb_build.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index f7da44e..dc56c10 100644
--- a/manpages/pot/lb_chroot.1.pot
+++ b/manpages/pot/lb_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot
index f6929c3..16abc39 100644
--- a/manpages/pot/lb_chroot_apt.1.pot
+++ b/manpages/pot/lb_chroot_apt.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot
index 0952bcb..5132245 100644
--- a/manpages/pot/lb_chroot_cache.1.pot
+++ b/manpages/pot/lb_chroot_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot
index 964e8b3..99f82af 100644
--- a/manpages/pot/lb_chroot_debianchroot.1.pot
+++ b/manpages/pot/lb_chroot_debianchroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot
index b8e5e7e..2d3ffdb 100644
--- a/manpages/pot/lb_chroot_devpts.1.pot
+++ b/manpages/pot/lb_chroot_devpts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot
index 62b9af4..a21a7c3 100644
--- a/manpages/pot/lb_chroot_dpkg.1.pot
+++ b/manpages/pot/lb_chroot_dpkg.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot
index 1fc409a..213aef7 100644
--- a/manpages/pot/lb_chroot_hacks.1.pot
+++ b/manpages/pot/lb_chroot_hacks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hooks.1.pot b/manpages/pot/lb_chroot_hooks.1.pot
index f38d14c..6a7910c 100644
--- a/manpages/pot/lb_chroot_hooks.1.pot
+++ b/manpages/pot/lb_chroot_hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot
index 254aec2..e4804ca 100644
--- a/manpages/pot/lb_chroot_hostname.1.pot
+++ b/manpages/pot/lb_chroot_hostname.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot
index 8cf9b0b..527ad1e 100644
--- a/manpages/pot/lb_chroot_hosts.1.pot
+++ b/manpages/pot/lb_chroot_hosts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot
index 5e3da6b..5717044 100644
--- a/manpages/pot/lb_chroot_install-packages.1.pot
+++ b/manpages/pot/lb_chroot_install-packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot
index f26d89b..e431288 100644
--- a/manpages/pot/lb_chroot_interactive.1.pot
+++ b/manpages/pot/lb_chroot_interactive.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot
index fad370c..ae3db24 100644
--- a/manpages/pot/lb_chroot_linux-image.1.pot
+++ b/manpages/pot/lb_chroot_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_local-hooks.1.pot
index 9080dc2..0f54a5d 100644
--- a/manpages/pot/lb_chroot_local-hooks.1.pot
+++ b/manpages/pot/lb_chroot_local-hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot
index 569e7ec..16cb014 100644
--- a/manpages/pot/lb_chroot_local-includes.1.pot
+++ b/manpages/pot/lb_chroot_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-packages.1.pot b/manpages/pot/lb_chroot_local-packages.1.pot
index 496793a..1110635 100644
--- a/manpages/pot/lb_chroot_local-packages.1.pot
+++ b/manpages/pot/lb_chroot_local-packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-packageslists.1.pot b/manpages/pot/lb_chroot_local-packageslists.1.pot
index 474c589..7ba6bf9 100644
--- a/manpages/pot/lb_chroot_local-packageslists.1.pot
+++ b/manpages/pot/lb_chroot_local-packageslists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot
index 0bf3e7e..9e426c5 100644
--- a/manpages/pot/lb_chroot_local-patches.1.pot
+++ b/manpages/pot/lb_chroot_local-patches.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot
index 2e6fd81..30cd97a 100644
--- a/manpages/pot/lb_chroot_local-preseed.1.pot
+++ b/manpages/pot/lb_chroot_local-preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_localization.1.pot b/manpages/pot/lb_chroot_localization.1.pot
index e588e7e..b8e2a6a 100644
--- a/manpages/pot/lb_chroot_localization.1.pot
+++ b/manpages/pot/lb_chroot_localization.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_packages.1.pot b/manpages/pot/lb_chroot_packages.1.pot
index 05519a4..de5056b 100644
--- a/manpages/pot/lb_chroot_packages.1.pot
+++ b/manpages/pot/lb_chroot_packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_packageslists.1.pot b/manpages/pot/lb_chroot_packageslists.1.pot
index e5a1476..e6ba8c2 100644
--- a/manpages/pot/lb_chroot_packageslists.1.pot
+++ b/manpages/pot/lb_chroot_packageslists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot
index 59c2bee..11108b8 100644
--- a/manpages/pot/lb_chroot_preseed.1.pot
+++ b/manpages/pot/lb_chroot_preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot
index e4c15fc..bee733c 100644
--- a/manpages/pot/lb_chroot_proc.1.pot
+++ b/manpages/pot/lb_chroot_proc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot
index 8250ac8..df5225d 100644
--- a/manpages/pot/lb_chroot_resolv.1.pot
+++ b/manpages/pot/lb_chroot_resolv.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot
index c107f39..0abd662 100644
--- a/manpages/pot/lb_chroot_selinuxfs.1.pot
+++ b/manpages/pot/lb_chroot_selinuxfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_sources.1.pot b/manpages/pot/lb_chroot_sources.1.pot
index e1941ec..62d3e2d 100644
--- a/manpages/pot/lb_chroot_sources.1.pot
+++ b/manpages/pot/lb_chroot_sources.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_symlinks.1.pot b/manpages/pot/lb_chroot_symlinks.1.pot
index 01245f5..cf20b20 100644
--- a/manpages/pot/lb_chroot_symlinks.1.pot
+++ b/manpages/pot/lb_chroot_symlinks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot
index d220202..22d5bbe 100644
--- a/manpages/pot/lb_chroot_sysfs.1.pot
+++ b/manpages/pot/lb_chroot_sysfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot
index d1577ce..f1e558e 100644
--- a/manpages/pot/lb_chroot_sysv-rc.1.pot
+++ b/manpages/pot/lb_chroot_sysv-rc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_sysvinit.1.pot b/manpages/pot/lb_chroot_sysvinit.1.pot
index a1fcfc1..39d875d 100644
--- a/manpages/pot/lb_chroot_sysvinit.1.pot
+++ b/manpages/pot/lb_chroot_sysvinit.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_tasks.1.pot b/manpages/pot/lb_chroot_tasks.1.pot
index 8cad6b7..12e5425 100644
--- a/manpages/pot/lb_chroot_tasks.1.pot
+++ b/manpages/pot/lb_chroot_tasks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot
index 9f8863e..bb94eae 100644
--- a/manpages/pot/lb_chroot_upstart.1.pot
+++ b/manpages/pot/lb_chroot_upstart.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index 69f5766..1a1bb2e 100644
--- a/manpages/pot/lb_clean.1.pot
+++ b/manpages/pot/lb_clean.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index 73d7a95..e88128d 100644
--- a/manpages/pot/lb_config.1.pot
+++ b/manpages/pot/lb_config.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
@@ -933,7 +933,7 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:105
-msgid "  [B<--initramfs> auto|live-initramfs|casper]"
+msgid "  [B<--initramfs> auto|none|live-boot|live-initramfs|casper]"
 msgstr ""
 
 #. type: Plain text
@@ -1902,7 +1902,7 @@ msgstr ""
 #. type: IP
 #: en/lb_config.1:312
 #, no-wrap
-msgid "B<--initramfs> auto|live-initramfs|casper"
+msgid "B<--initramfs> auto|none|live-boot|live-initramfs|casper"
 msgstr ""
 
 #. type: Plain text
@@ -1911,8 +1911,10 @@ msgid ""
 "sets the name of package that contains the live system specific initramfs "
 "modification. By default, auto is used, which means that at build time of "
 "the image rather than on configuration time, the value will be expanded to "
-"casper when building etch systems and to live-initramfs for all other "
-"systems."
+"casper when building etch systems or ubuntu systems, to live-initramfs for "
+"all other systems up to squeeze, and to live-boot for wheezy and newer. "
+"Using 'none' is usefull if the resulting system image should not be a live "
+"image (experimental)."
 msgstr ""
 
 #. type: IP
diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot
index ee7e394..40d7834 100644
--- a/manpages/pot/lb_local.1.pot
+++ b/manpages/pot/lb_local.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index ab91d1e..f9d2efd 100644
--- a/manpages/pot/lb_source.1.pot
+++ b/manpages/pot/lb_source.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot
index 7e3e502..84cb236 100644
--- a/manpages/pot/lb_source_checksums.1.pot
+++ b/manpages/pot/lb_source_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot
index b364e6b..63f8a7c 100644
--- a/manpages/pot/lb_source_debian-live.1.pot
+++ b/manpages/pot/lb_source_debian-live.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot
index 754a83d..b0a70d4 100644
--- a/manpages/pot/lb_source_debian.1.pot
+++ b/manpages/pot/lb_source_debian.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot
index 6b580e5..c8548b9 100644
--- a/manpages/pot/lb_source_disk.1.pot
+++ b/manpages/pot/lb_source_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot
index a398ac8..e18ba51 100644
--- a/manpages/pot/lb_source_iso.1.pot
+++ b/manpages/pot/lb_source_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot
index c3e1f6b..eaf067e 100644
--- a/manpages/pot/lb_source_net.1.pot
+++ b/manpages/pot/lb_source_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot
index 1084429..6a84e9f 100644
--- a/manpages/pot/lb_source_tar.1.pot
+++ b/manpages/pot/lb_source_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot
index 04f8e91..ba27787 100644
--- a/manpages/pot/lb_source_usb.1.pot
+++ b/manpages/pot/lb_source_usb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot
index 72c1ea0..54a33ed 100644
--- a/manpages/pot/lb_source_virtual-hdd.1.pot
+++ b/manpages/pot/lb_source_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index f19cffa..0501dcd 100644
--- a/manpages/pot/lb_testroot.1.pot
+++ b/manpages/pot/lb_testroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index cdefa11..b2fc635 100644
--- a/manpages/pot/live-build.7.pot
+++ b/manpages/pot/live-build.7.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:08+0100\n"
+"POT-Creation-Date: 2010-11-29 23:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0.7"
+msgid "2.0.8"
 msgstr ""
 
 #. type: TH
diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap
index 2e68a0e..7f5dbe6 100755
--- a/scripts/build/lb_bootstrap_debootstrap
+++ b/scripts/build/lb_bootstrap_debootstrap
@@ -55,13 +55,13 @@ mkdir -p chroot
 # Setting debootstrap options
 if [ -n "${LB_ARCHITECTURE}" ]
 then
-	DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --arch ${LB_ARCHITECTURE}"
+	DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --arch=${LB_ARCHITECTURE}"
 fi
 
 if [ "${LB_ARCHIVE_AREAS}" != "main" ]
 then
 	# Modify archive areas to remove leading/trailing whitespaces and replace other whitepspace with commas
-	DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo ${LB_ARCHIVE_AREAS} | sed -e 's| |,|g')"
+	DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components=$(echo ${LB_ARCHIVE_AREAS} | sed -e 's| |,|g')"
 fi
 
 if [ -n "${LB_BOOTSTRAP_CONFIG}" ]
diff --git a/scripts/build/lb_chroot_apt b/scripts/build/lb_chroot_apt
index 3a21525..da3b036 100755
--- a/scripts/build/lb_chroot_apt
+++ b/scripts/build/lb_chroot_apt
@@ -122,7 +122,7 @@ case "${1}" in
 		if Find_files config/chroot_local-packages/*.deb
 		then
 			echo >> chroot/etc/apt/preferences
-			echo "# Added by lh_chroot_apt ${@}" >> chroot/etc/apt/preferences
+			echo "# Added by lb_chroot_apt ${@}" >> chroot/etc/apt/preferences
 			echo "Package: *" >> chroot/etc/apt/preferences
 			echo "Pin: release o=chroot_local-packages" >> chroot/etc/apt/preferences
 
@@ -133,7 +133,7 @@ case "${1}" in
 					;;
 
 				install-binary)
-					# Ensure local packages are not re-installed during lh_binary
+					# Ensure local packages are not re-installed during lb_binary
 					echo "Pin-Priority: 99" >> chroot/etc/apt/preferences
 
 					echo >> chroot/etc/apt/preferences
@@ -220,8 +220,8 @@ case "${1}" in
 		then
 			if [ -f chroot/etc/apt/preferences ]
 			then
-				# delete additions from lh_chroot_apt install|install-binary to preferences
-				sed -i '/# Added by lh_chroot_apt/,$d' chroot/etc/apt/preferences
+				# delete additions from lb_chroot_apt install|install-binary to preferences
+				sed -i '/# Added by lb_chroot_apt/,$d' chroot/etc/apt/preferences
 				# delete the last empty line
 				sed -i '${/^[[:blank:]]*$/d;}' chroot/etc/apt/preferences
 				# if the resulting preferences file is empty there was no user additions, remove it
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 0e3d981..390efc3 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -969,7 +969,7 @@ GZIP_OPTIONS="${GZIP_OPTIONS}"
 ISOHYBRID_OPTIONS="${ISOHYBRID_OPTIONS}"
 EOF
 
-# Creating lh_bootstrap_* configuration
+# Creating lb_bootstrap_* configuration
 cat > config/bootstrap << EOF
 # config/bootstrap - options for live-build(7), bootstrap stage
 
@@ -1046,7 +1046,7 @@ LB_MIRROR_DEBIAN_INSTALLER="${LB_MIRROR_DEBIAN_INSTALLER}"
 LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS}"
 EOF
 
-# Creating lh_chroot_* configuration
+# Creating lb_chroot_* configuration
 mkdir -p config/chroot_apt
 mkdir -p config/chroot_local-hooks
 mkdir -p config/chroot_local-includes
@@ -1136,7 +1136,7 @@ LB_SYMLINKS="${LB_SYMLINKS}"
 LB_SYSVINIT="${LB_SYSVINIT}"
 EOF
 
-# Creating lh_binary_* configuration
+# Creating lb_binary_* configuration
 mkdir -p config/binary_debian-installer
 mkdir -p config/binary_debian-installer-includes
 mkdir -p config/binary_grub
@@ -1309,7 +1309,7 @@ LB_SYSLINUX_MENU_MEMTEST_ENTRY="${LB_SYSLINUX_MENU_MEMTEST_ENTRY}"
 LB_USERNAME="${LB_USERNAME}"
 EOF
 
-# Creating lh_source_* configuration
+# Creating lb_source_* configuration
 cat > config/source << EOF
 # config/source - options for live-build(7), source stage
 

-- 
live-build



More information about the debian-live-changes mailing list