[SCM] live-build branch, upstream, updated. upstream/3.0_a34-1-gbb17708

Daniel Baumann daniel at debian.org
Sat Oct 8 09:03:38 UTC 2011


The following commit has been merged in the upstream branch:
commit bb17708f3080cfaa75b0cfda0ad435dbeff82097
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Oct 8 10:59:32 2011 +0200

    Adding upstream version 3.0~a35.

diff --git a/VERSION b/VERSION
index 871361b..c915247 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0~a34-1
+3.0~a35-1
diff --git a/functions/architectures.sh b/functions/architectures.sh
index 53d925b..d2c99dd 100755
--- a/functions/architectures.sh
+++ b/functions/architectures.sh
@@ -22,6 +22,24 @@ Check_architectures ()
 		fi
 	done
 
+	if [ "${ARCHITECTURES}" = "${LB_BOOTSTRAP_QEMU_ARCHITECTURES}" ]
+	then
+		VALID="true"
+
+		if [ ! -e "${LB_BOOTSTRAP_QEMU_STATIC}" ]
+		then
+			Echo_warning "skipping %s, qemu-static binary ${LB_BOOTSTRAP_QEMU_ARCHITECTURES} was not found"
+			VALID="false"
+		fi
+
+		if [ ! -x "${LB_BOOTSTRAP_QEMU_STATIC}" ]
+		then
+			Echo_warning "skipping %s, qemu-static binary ${LB_BOOTSTRAP_QEMU_STATIC} is not executable"
+			VALID="false"
+		fi
+
+	fi
+
 	if [ "${VALID}" = "false" ]
 	then
 		Echo_warning "skipping %s, foreign architecture(s)." "${0}"
@@ -52,6 +70,24 @@ Check_crossarchitectures ()
 			;;
 	esac
 
+	if [ "${LB_ARCHITECTURES}" = "${LB_BOOTSTRAP_QEMU_ARCHITECTURES}" ]
+	then
+
+		if [ ! -e "${LB_BOOTSTRAP_QEMU_STATIC}" ]
+		then
+			Echo_warning "skipping %s, qemu-static binary ${LB_BOOTSTRAP_QEMU_ARCHITECTURES} was not found"
+			exit 0
+		fi
+
+		if [ ! -x "${LB_BOOTSTRAP_QEMU_STATIC}" ]
+		then
+			Echo_warning "skipping %s, qemu-static binary ${LB_BOOTSTRAP_QEMU_STATIC} is not executable"
+			exit 0
+		fi
+		return
+	fi
+
+
 	Check_architectures "${CROSS}"
 }
 
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 52b7107..a0dfd2b 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1276,4 +1276,13 @@ Check_defaults ()
 		fi
 	fi
 
+	# Architectures to use foreign bootstrap for
+	LB_BOOTSTRAP_QEMU_ARCHITECTURES="${LB_BOOTSTRAP_QEMU_ARCHITECTURES:-}"
+
+	# Packages to exclude for the foreign/ports bootstrapping
+	LB_BOOTSTRAP_QEMU_EXCLUDE="${LB_PORTS_BOOTSTRAP_EXCLUDE:-}"
+
+	# Ports using foreign bootstrap need a working qemu-*-system. This is the location it
+	LB_BOOTSTRAP_QEMU_STATIC="${LB_BOOTSTRAP_QEMU_STATIC:-}"
+
 }
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index 1a8bf02..2887572 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb\fP \- wrapper for live\-build programs
diff --git a/manpages/de/lb_binary.de.1 b/manpages/de/lb_binary.de.1
index 9133f28..6bc801e 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_checksums.de.1 b/manpages/de/lb_binary_checksums.de.1
index e8d2702..b79a7cc 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_checksums\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_chroot.de.1 b/manpages/de/lb_binary_chroot.de.1
index 6d9f718..9a6b24a 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_chroot\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_debian-installer.de.1 b/manpages/de/lb_binary_debian-installer.de.1
index a5808fd..ce5e9b7 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_debian\-installer\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_disk.de.1 b/manpages/de/lb_binary_disk.de.1
index 41006f4..a936b22 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_grub.de.1 b/manpages/de/lb_binary_grub.de.1
index 7385868..0be36d0 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_grub2.de.1 b/manpages/de/lb_binary_grub2.de.1
index ceb3d6f..85aafa9 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub2\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_hdd.de.1 b/manpages/de/lb_binary_hdd.de.1
index d3c18c5..ef89d1c 100644
--- a/manpages/de/lb_binary_hdd.de.1
+++ b/manpages/de/lb_binary_hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_hdd\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_hooks.de.1 b/manpages/de/lb_binary_hooks.de.1
index eac1193..49b61ed 100644
--- a/manpages/de/lb_binary_hooks.de.1
+++ b/manpages/de/lb_binary_hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-hooks\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_includes.de.1 b/manpages/de/lb_binary_includes.de.1
index 16bec8a..69b1a4c 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_includes\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_iso.de.1 b/manpages/de/lb_binary_iso.de.1
index 61b71d4..78b23bf 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_iso\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_linux-image.de.1 b/manpages/de/lb_binary_linux-image.de.1
index 519e43b..30758ac 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_linux\-image\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-includes.de.1 b/manpages/de/lb_binary_local-includes.de.1
index d310f9d..f79a9bd 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_manifest.de.1 b/manpages/de/lb_binary_manifest.de.1
index a134e92..b927497 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_manifest\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_memtest.de.1 b/manpages/de/lb_binary_memtest.de.1
index 1103a2d..4088838 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_memtest\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_net.de.1 b/manpages/de/lb_binary_net.de.1
index 3ae5092..70fb130 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_net\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_rootfs.de.1 b/manpages/de/lb_binary_rootfs.de.1
index a54a983..0828904 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_rootfs\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_silo.de.1 b/manpages/de/lb_binary_silo.de.1
index d480680..de1e8c2 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_silo\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_syslinux.de.1 b/manpages/de/lb_binary_syslinux.de.1
index ab9829b..b928b54 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_syslinux\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_tar.de.1 b/manpages/de/lb_binary_tar.de.1
index cd81220..28c9d7a 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_tar\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_virtual-hdd.de.1 b/manpages/de/lb_binary_virtual-hdd.de.1
index d01e381..0659c7a 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_virtual\-hdd\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_win32-loader.de.1 b/manpages/de/lb_binary_win32-loader.de.1
index ba866b7..4d6711a 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_win32\-loader\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_yaboot.de.1 b/manpages/de/lb_binary_yaboot.de.1
index 6ac3adf..b4affc7 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_yaboot\fP \- Complete the binary stage
diff --git a/manpages/de/lb_bootstrap.de.1 b/manpages/de/lb_bootstrap.de.1
index 41fa2d4..cf39e5f 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_cache.de.1 b/manpages/de/lb_bootstrap_cache.de.1
index d333d70..88ceab4 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cache\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_cdebootstrap.de.1 b/manpages/de/lb_bootstrap_cdebootstrap.de.1
index c0c5565..a2601b0 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_copy.de.1 b/manpages/de/lb_bootstrap_copy.de.1
index 38f4700..93bb844 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_copy\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_debootstrap.de.1 b/manpages/de/lb_bootstrap_debootstrap.de.1
index 6b4322c..e883be0 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_build.de.1 b/manpages/de/lb_build.de.1
index e66eb77..274e5f6 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
diff --git a/manpages/de/lb_chroot.de.1 b/manpages/de/lb_chroot.de.1
index 5f79df3..184e4e2 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_apt.de.1 b/manpages/de/lb_chroot_apt.de.1
index 21d5943..1cf4118 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_apt\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_archives.de.1 b/manpages/de/lb_chroot_archives.de.1
index 4885c78..de3bd5c 100644
--- a/manpages/de/lb_chroot_archives.de.1
+++ b/manpages/de/lb_chroot_archives.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_archives\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_cache.de.1 b/manpages/de/lb_chroot_cache.de.1
index b170aa9..719f079 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_cache\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_debianchroot.de.1 b/manpages/de/lb_chroot_debianchroot.de.1
index 8aecf1a..a825db0 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_debianchroot\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_devpts.de.1 b/manpages/de/lb_chroot_devpts.de.1
index 08bdea4..e433f2e 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_devpts\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_dpkg.de.1 b/manpages/de/lb_chroot_dpkg.de.1
index e2ffdb1..790e34e 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_dpkg\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hacks.de.1 b/manpages/de/lb_chroot_hacks.de.1
index 3f0833e..cedc159 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hacks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hooks.de.1 b/manpages/de/lb_chroot_hooks.de.1
index 46caf81..cda5ff9 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hooks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hostname.de.1 b/manpages/de/lb_chroot_hostname.de.1
index 7bb862b..d551272 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hostname\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hosts.de.1 b/manpages/de/lb_chroot_hosts.de.1
index 250da06..8358f1f 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hosts\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_install-packages.de.1 b/manpages/de/lb_chroot_install-packages.de.1
index 7e1fb9f..f18822e 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_install\-packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_interactive.de.1 b/manpages/de/lb_chroot_interactive.de.1
index 7fa6a4d..ad3ac1b 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_interactive\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_linux-image.de.1 b/manpages/de/lb_chroot_linux-image.de.1
index 5f8519b..6edd4f4 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_linux\-image\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-includes.de.1 b/manpages/de/lb_chroot_local-includes.de.1
index a9ee5c9..c2d8642 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-patches.de.1 b/manpages/de/lb_chroot_local-patches.de.1
index a400992..5e4e2a8 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-patches\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-preseed.de.1 b/manpages/de/lb_chroot_local-preseed.de.1
index cf36bc4..44380be 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_packagelists.de.1 b/manpages/de/lb_chroot_packagelists.de.1
index 306653f..5587cc2 100644
--- a/manpages/de/lb_chroot_packagelists.de.1
+++ b/manpages/de/lb_chroot_packagelists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packagelists\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_packages.de.1 b/manpages/de/lb_chroot_packages.de.1
index 6ae5541..4433bb8 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_proc.de.1 b/manpages/de/lb_chroot_proc.de.1
index 44c0060..e7dd984 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_proc\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_resolv.de.1 b/manpages/de/lb_chroot_resolv.de.1
index 8fcb6cd..16487b0 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_resolv\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_selinuxfs.de.1 b/manpages/de/lb_chroot_selinuxfs.de.1
index c4ea1f2..c7e6afd 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_selinuxfs\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sysfs.de.1 b/manpages/de/lb_chroot_sysfs.de.1
index 8c74d44..665b4fb 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysfs\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sysv-rc.de.1 b/manpages/de/lb_chroot_sysv-rc.de.1
index 0280c63..041422c 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv\-rc\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_task-lists.de.1 b/manpages/de/lb_chroot_task-lists.de.1
index 3024d2b..aa38240 100644
--- a/manpages/de/lb_chroot_task-lists.de.1
+++ b/manpages/de/lb_chroot_task-lists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_task\-lists\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_upstart.de.1 b/manpages/de/lb_chroot_upstart.de.1
index b7a5969..2e86810 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_upstart\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_clean.de.1 b/manpages/de/lb_clean.de.1
index 7ee80c0..610fd8d 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb clean\fP \- Clean build directory
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1
index 7021a01..e925d5b 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fP \- Create config directory
diff --git a/manpages/de/lb_local.de.1 b/manpages/de/lb_local.de.1
index f28f44d..60619dc 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb local\fP \- wrapper for local live\-build programs
diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1
index f457484..663d36e 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_checksums.de.1 b/manpages/de/lb_source_checksums.de.1
index 2b54e45..449df4f 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_checksums\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_debian-live.de.1 b/manpages/de/lb_source_debian-live.de.1
index 3519612..f1d2fcd 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\-live\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_debian.de.1 b/manpages/de/lb_source_debian.de.1
index f01d959..5ffb19a 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_disk.de.1 b/manpages/de/lb_source_disk.de.1
index c6edb52..e8b1075 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_disk\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_hdd.de.1 b/manpages/de/lb_source_hdd.de.1
index d72f689..b39da11 100644
--- a/manpages/de/lb_source_hdd.de.1
+++ b/manpages/de/lb_source_hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_hdd\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_iso.de.1 b/manpages/de/lb_source_iso.de.1
index 38e9017..90187ec 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_iso\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_net.de.1 b/manpages/de/lb_source_net.de.1
index 9f45918..2abbaa6 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_net\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_tar.de.1 b/manpages/de/lb_source_tar.de.1
index 96534ed..d4e0570 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_tar\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_virtual-hdd.de.1 b/manpages/de/lb_source_virtual-hdd.de.1
index f8e63bb..22667b9 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_virtual\-hdd\fP \- Complete the source stage
diff --git a/manpages/de/lb_testroot.de.1 b/manpages/de/lb_testroot.de.1
index 1d6ce98..bf27a83 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlb testroot\fP \- Ensure that a system is built as root
diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7
index 845d651..2579c74 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 2011\-09\-30 3.0~a34\-1 "Debian Live Project"
+.TH LIVE\-BUILD 7 2011\-10\-08 3.0~a35\-1 "Debian Live Project"
 
 .SH NAME
 \fBlive\-build\fP \- the Debian Live tool suite
diff --git a/manpages/en/lb.1 b/manpages/en/lb.1
index a1dd627..c8e1ab2 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 4faaf01..4aeaca3 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 9b8794c..7c3992c 100644
--- a/manpages/en/lb_binary_checksums.1
+++ b/manpages/en/lb_binary_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 b590957..f20be46 100644
--- a/manpages/en/lb_binary_chroot.1
+++ b/manpages/en/lb_binary_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 1b09def..b5cdb2f 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 a089085..c8f60c3 100644
--- a/manpages/en/lb_binary_disk.1
+++ b/manpages/en/lb_binary_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub.1 b/manpages/en/lb_binary_grub.1
index 50c59b2..aa74cb6 100644
--- a/manpages/en/lb_binary_grub.1
+++ b/manpages/en/lb_binary_grub.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 5dcb47f..43fdea9 100644
--- a/manpages/en/lb_binary_grub2.1
+++ b/manpages/en/lb_binary_grub2.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub2\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_hdd.1 b/manpages/en/lb_binary_hdd.1
index e7e8dc1..45bcee6 100644
--- a/manpages/en/lb_binary_hdd.1
+++ b/manpages/en/lb_binary_hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_hdd\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_hooks.1 b/manpages/en/lb_binary_hooks.1
index 9dc7c12..17a4918 100644
--- a/manpages/en/lb_binary_hooks.1
+++ b/manpages/en/lb_binary_hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-hooks\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_includes.1 b/manpages/en/lb_binary_includes.1
index eaecc06..3f75e1c 100644
--- a/manpages/en/lb_binary_includes.1
+++ b/manpages/en/lb_binary_includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 d52b201..199167d 100644
--- a/manpages/en/lb_binary_iso.1
+++ b/manpages/en/lb_binary_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 0b889b2..a9565e5 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_linux\-image\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-includes.1 b/manpages/en/lb_binary_local-includes.1
index 3a6d5d3..43999ac 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_manifest.1 b/manpages/en/lb_binary_manifest.1
index a02895e..bfcdeef 100644
--- a/manpages/en/lb_binary_manifest.1
+++ b/manpages/en/lb_binary_manifest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 3875905..1fe4143 100644
--- a/manpages/en/lb_binary_memtest.1
+++ b/manpages/en/lb_binary_memtest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 7424b7e..be75c5f 100644
--- a/manpages/en/lb_binary_net.1
+++ b/manpages/en/lb_binary_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 5289321..2176413 100644
--- a/manpages/en/lb_binary_rootfs.1
+++ b/manpages/en/lb_binary_rootfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 7d8da04..f9f4a6b 100644
--- a/manpages/en/lb_binary_silo.1
+++ b/manpages/en/lb_binary_silo.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 2b8a2dd..c4ee8c4 100644
--- a/manpages/en/lb_binary_syslinux.1
+++ b/manpages/en/lb_binary_syslinux.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 c95096d..abff255 100644
--- a/manpages/en/lb_binary_tar.1
+++ b/manpages/en/lb_binary_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_tar\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_virtual-hdd.1 b/manpages/en/lb_binary_virtual-hdd.1
index d57646d..d04b5f9 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 9bec6ae..75064b9 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 a01e6e5..d4bfb94 100644
--- a/manpages/en/lb_binary_yaboot.1
+++ b/manpages/en/lb_binary_yaboot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 f8e90e4..3bc49e2 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 922cf81..df68c3d 100644
--- a/manpages/en/lb_bootstrap_cache.1
+++ b/manpages/en/lb_bootstrap_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 2090efe..f54b3bc 100644
--- a/manpages/en/lb_bootstrap_cdebootstrap.1
+++ b/manpages/en/lb_bootstrap_cdebootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 2d5c730..96d72ee 100644
--- a/manpages/en/lb_bootstrap_copy.1
+++ b/manpages/en/lb_bootstrap_copy.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 5cbfbed..7f1e2ff 100644
--- a/manpages/en/lb_bootstrap_debootstrap.1
+++ b/manpages/en/lb_bootstrap_debootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 685a243..564ba6b 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 a49d009..164b074 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 d5b30d4..466f151 100644
--- a/manpages/en/lb_chroot_apt.1
+++ b/manpages/en/lb_chroot_apt.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_apt\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_archives.1 b/manpages/en/lb_chroot_archives.1
index 8c8862c..340155b 100644
--- a/manpages/en/lb_chroot_archives.1
+++ b/manpages/en/lb_chroot_archives.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_archives\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_cache.1 b/manpages/en/lb_chroot_cache.1
index f173a96..f8c734f 100644
--- a/manpages/en/lb_chroot_cache.1
+++ b/manpages/en/lb_chroot_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 c42c6f9..d416304 100644
--- a/manpages/en/lb_chroot_debianchroot.1
+++ b/manpages/en/lb_chroot_debianchroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 286a15a..459ddab 100644
--- a/manpages/en/lb_chroot_devpts.1
+++ b/manpages/en/lb_chroot_devpts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 8259042..2433f84 100644
--- a/manpages/en/lb_chroot_dpkg.1
+++ b/manpages/en/lb_chroot_dpkg.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 dc281d0..f2724df 100644
--- a/manpages/en/lb_chroot_hacks.1
+++ b/manpages/en/lb_chroot_hacks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 17063fb..5ad9f89 100644
--- a/manpages/en/lb_chroot_hooks.1
+++ b/manpages/en/lb_chroot_hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 336287f..5974a2a 100644
--- a/manpages/en/lb_chroot_hostname.1
+++ b/manpages/en/lb_chroot_hostname.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 e30825e..f827f0b 100644
--- a/manpages/en/lb_chroot_hosts.1
+++ b/manpages/en/lb_chroot_hosts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 154653a..be72cc3 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 8904964..e31e714 100644
--- a/manpages/en/lb_chroot_interactive.1
+++ b/manpages/en/lb_chroot_interactive.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 4035f78..94739b2 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_linux\-image\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-includes.1 b/manpages/en/lb_chroot_local-includes.1
index 6a7f018..c47e2f9 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-patches.1 b/manpages/en/lb_chroot_local-patches.1
index f307f5b..f650812 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 4777874..c2fc6d9 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packagelists.1 b/manpages/en/lb_chroot_packagelists.1
index 7f4b0c6..4eed5fb 100644
--- a/manpages/en/lb_chroot_packagelists.1
+++ b/manpages/en/lb_chroot_packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packagelists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packages.1 b/manpages/en/lb_chroot_packages.1
index 4081473..9c3d10d 100644
--- a/manpages/en/lb_chroot_packages.1
+++ b/manpages/en/lb_chroot_packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_proc.1 b/manpages/en/lb_chroot_proc.1
index 4ca80f8..7659397 100644
--- a/manpages/en/lb_chroot_proc.1
+++ b/manpages/en/lb_chroot_proc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 eec5389..85024c2 100644
--- a/manpages/en/lb_chroot_resolv.1
+++ b/manpages/en/lb_chroot_resolv.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 68a25e9..e226bcb 100644
--- a/manpages/en/lb_chroot_selinuxfs.1
+++ b/manpages/en/lb_chroot_selinuxfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_selinuxfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysfs.1 b/manpages/en/lb_chroot_sysfs.1
index 3dfeb9f..c6c7dbf 100644
--- a/manpages/en/lb_chroot_sysfs.1
+++ b/manpages/en/lb_chroot_sysfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 2b299fa..b6e7f1a 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv-rc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_task-lists.1 b/manpages/en/lb_chroot_task-lists.1
index 4884806..b0b42a8 100644
--- a/manpages/en/lb_chroot_task-lists.1
+++ b/manpages/en/lb_chroot_task-lists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_task\-lists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_upstart.1 b/manpages/en/lb_chroot_upstart.1
index 44599e4..5746dca 100644
--- a/manpages/en/lb_chroot_upstart.1
+++ b/manpages/en/lb_chroot_upstart.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 bc08ac5..f496b9c 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 c9be53c..ff78448 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fR \- Create config directory
diff --git a/manpages/en/lb_local.1 b/manpages/en/lb_local.1
index 28109a4..ea3a4c1 100644
--- a/manpages/en/lb_local.1
+++ b/manpages/en/lb_local.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 1da69d0..62eae92 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 0abd520..1b6ee81 100644
--- a/manpages/en/lb_source_checksums.1
+++ b/manpages/en/lb_source_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 3290506..9f1f5e0 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 fb07fbc..a6f7975 100644
--- a/manpages/en/lb_source_debian.1
+++ b/manpages/en/lb_source_debian.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 4c3b30e..9e5d7bb 100644
--- a/manpages/en/lb_source_disk.1
+++ b/manpages/en/lb_source_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_disk\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_hdd.1 b/manpages/en/lb_source_hdd.1
index 8816070..9dca0a1 100644
--- a/manpages/en/lb_source_hdd.1
+++ b/manpages/en/lb_source_hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_hdd\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_iso.1 b/manpages/en/lb_source_iso.1
index 8e99696..8a84dcc 100644
--- a/manpages/en/lb_source_iso.1
+++ b/manpages/en/lb_source_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 fa00607..6043e47 100644
--- a/manpages/en/lb_source_net.1
+++ b/manpages/en/lb_source_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 4d7e254..8a8eb94 100644
--- a/manpages/en/lb_source_tar.1
+++ b/manpages/en/lb_source_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "Debian Live Project"
 
 .SH NAME
 \fBlb source_tar\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_virtual-hdd.1 b/manpages/en/lb_source_virtual-hdd.1
index 6b936ae..c393eee 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 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 c1cfb5d..0c77240 100644
--- a/manpages/en/lb_testroot.1
+++ b/manpages/en/lb_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-10\-08 3.0~a35-1 "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 be51904..0d73026 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 7 2011\-09\-30 3.0~a34-1 "Debian Live Project"
+.TH LIVE\-BUILD 7 2011\-10\-08 3.0~a35-1 "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 89ba10e..197b241 100644
--- a/manpages/po/de/lb.1.po
+++ b/manpages/po/de/lb.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index 509613d..835a914 100644
--- a/manpages/po/de/lb_binary.1.po
+++ b/manpages/po/de/lb_binary.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po
index 709be7b..1d710b5 100644
--- a/manpages/po/de/lb_binary_checksums.1.po
+++ b/manpages/po/de/lb_binary_checksums.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po
index df732a9..3e70be7 100644
--- a/manpages/po/de/lb_binary_chroot.1.po
+++ b/manpages/po/de/lb_binary_chroot.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 5bf8333..a02dc2a 100644
--- a/manpages/po/de/lb_binary_debian-installer.1.po
+++ b/manpages/po/de/lb_binary_debian-installer.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po
index 8766c78..b753516 100644
--- a/manpages/po/de/lb_binary_disk.1.po
+++ b/manpages/po/de/lb_binary_disk.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po
index 7481332..fcaa566 100644
--- a/manpages/po/de/lb_binary_grub.1.po
+++ b/manpages/po/de/lb_binary_grub.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po
index 08afc53..655d702 100644
--- a/manpages/po/de/lb_binary_grub2.1.po
+++ b/manpages/po/de/lb_binary_grub2.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_hdd.1.po b/manpages/po/de/lb_binary_hdd.1.po
index 9c5d937..0100131 100644
--- a/manpages/po/de/lb_binary_hdd.1.po
+++ b/manpages/po/de/lb_binary_hdd.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_hooks.1.po b/manpages/po/de/lb_binary_hooks.1.po
index c059cb8..90c9478 100644
--- a/manpages/po/de/lb_binary_hooks.1.po
+++ b/manpages/po/de/lb_binary_hooks.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po
index 23fffd7..e55a8da 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_binary_includes.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po
index 66c4f5d..b97aaec 100644
--- a/manpages/po/de/lb_binary_iso.1.po
+++ b/manpages/po/de/lb_binary_iso.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 291fc08..a1f7e7d 100644
--- a/manpages/po/de/lb_binary_linux-image.1.po
+++ b/manpages/po/de/lb_binary_linux-image.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 fbb24d2..8beff31 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_binary_local-includes.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po
index 47606c5..21fdbfb 100644
--- a/manpages/po/de/lb_binary_manifest.1.po
+++ b/manpages/po/de/lb_binary_manifest.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po
index c7034bd..43ddf26 100644
--- a/manpages/po/de/lb_binary_memtest.1.po
+++ b/manpages/po/de/lb_binary_memtest.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po
index d2ebe5f..b6abc24 100644
--- a/manpages/po/de/lb_binary_net.1.po
+++ b/manpages/po/de/lb_binary_net.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po
index fd50dd7..05ed654 100644
--- a/manpages/po/de/lb_binary_rootfs.1.po
+++ b/manpages/po/de/lb_binary_rootfs.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po
index ad34e2e..479a3f7 100644
--- a/manpages/po/de/lb_binary_silo.1.po
+++ b/manpages/po/de/lb_binary_silo.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po
index 2d432ce..c957a21 100644
--- a/manpages/po/de/lb_binary_syslinux.1.po
+++ b/manpages/po/de/lb_binary_syslinux.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po
index d5543f7..1a8af8c 100644
--- a/manpages/po/de/lb_binary_tar.1.po
+++ b/manpages/po/de/lb_binary_tar.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 c9d0598..dfa2f03 100644
--- a/manpages/po/de/lb_binary_virtual-hdd.1.po
+++ b/manpages/po/de/lb_binary_virtual-hdd.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 0073dde..9c304b7 100644
--- a/manpages/po/de/lb_binary_win32-loader.1.po
+++ b/manpages/po/de/lb_binary_win32-loader.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po
index c038998..03e5db9 100644
--- a/manpages/po/de/lb_binary_yaboot.1.po
+++ b/manpages/po/de/lb_binary_yaboot.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
index 0fc4b3c..0f464f4 100644
--- a/manpages/po/de/lb_bootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po
index 89f00a8..85bde60 100644
--- a/manpages/po/de/lb_bootstrap_cache.1.po
+++ b/manpages/po/de/lb_bootstrap_cache.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
index 83011eb..69ee2e3 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po
index 3609d8f..e41c0f1 100644
--- a/manpages/po/de/lb_bootstrap_copy.1.po
+++ b/manpages/po/de/lb_bootstrap_copy.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po
index 076afe2..a057884 100644
--- a/manpages/po/de/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
index a8cecee..5d678d8 100644
--- a/manpages/po/de/lb_build.1.po
+++ b/manpages/po/de/lb_build.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index 431f97d..4b42e03 100644
--- a/manpages/po/de/lb_chroot.1.po
+++ b/manpages/po/de/lb_chroot.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po
index 73d9961..461588a 100644
--- a/manpages/po/de/lb_chroot_apt.1.po
+++ b/manpages/po/de/lb_chroot_apt.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_archives.1.po b/manpages/po/de/lb_chroot_archives.1.po
index a7c3fb2..d776353 100644
--- a/manpages/po/de/lb_chroot_archives.1.po
+++ b/manpages/po/de/lb_chroot_archives.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po
index 90a9f0a..8cd410f 100644
--- a/manpages/po/de/lb_chroot_cache.1.po
+++ b/manpages/po/de/lb_chroot_cache.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po
index f532cbc..f86890b 100644
--- a/manpages/po/de/lb_chroot_debianchroot.1.po
+++ b/manpages/po/de/lb_chroot_debianchroot.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po
index f1687d3..10baf5e 100644
--- a/manpages/po/de/lb_chroot_devpts.1.po
+++ b/manpages/po/de/lb_chroot_devpts.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po
index e19f9d0..4bc4b58 100644
--- a/manpages/po/de/lb_chroot_dpkg.1.po
+++ b/manpages/po/de/lb_chroot_dpkg.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po
index 65a5051..9eb80f0 100644
--- a/manpages/po/de/lb_chroot_hacks.1.po
+++ b/manpages/po/de/lb_chroot_hacks.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po
index b181c3f..656cd90 100644
--- a/manpages/po/de/lb_chroot_hooks.1.po
+++ b/manpages/po/de/lb_chroot_hooks.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po
index 2014cdf..efed432 100644
--- a/manpages/po/de/lb_chroot_hostname.1.po
+++ b/manpages/po/de/lb_chroot_hostname.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po
index 756ac5b..10ffb19 100644
--- a/manpages/po/de/lb_chroot_hosts.1.po
+++ b/manpages/po/de/lb_chroot_hosts.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 557726c..b8c4f21 100644
--- a/manpages/po/de/lb_chroot_install-packages.1.po
+++ b/manpages/po/de/lb_chroot_install-packages.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po
index 445c05d..4c4342c 100644
--- a/manpages/po/de/lb_chroot_interactive.1.po
+++ b/manpages/po/de/lb_chroot_interactive.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 d93b951..95d90c4 100644
--- a/manpages/po/de/lb_chroot_linux-image.1.po
+++ b/manpages/po/de/lb_chroot_linux-image.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 a790830..6652c0f 100644
--- a/manpages/po/de/lb_chroot_local-includes.1.po
+++ b/manpages/po/de/lb_chroot_local-includes.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 cc21030..ee71211 100644
--- a/manpages/po/de/lb_chroot_local-patches.1.po
+++ b/manpages/po/de/lb_chroot_local-patches.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 8d8f84f..b972d73 100644
--- a/manpages/po/de/lb_chroot_local-preseed.1.po
+++ b/manpages/po/de/lb_chroot_local-preseed.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_packagelists.1.po b/manpages/po/de/lb_chroot_packagelists.1.po
index 0c654dd..c6dd029 100644
--- a/manpages/po/de/lb_chroot_packagelists.1.po
+++ b/manpages/po/de/lb_chroot_packagelists.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_packages.1.po b/manpages/po/de/lb_chroot_packages.1.po
index 5cabf39..131ab8e 100644
--- a/manpages/po/de/lb_chroot_packages.1.po
+++ b/manpages/po/de/lb_chroot_packages.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po
index a36721d..90c4021 100644
--- a/manpages/po/de/lb_chroot_proc.1.po
+++ b/manpages/po/de/lb_chroot_proc.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po
index 8f0ac14..f780654 100644
--- a/manpages/po/de/lb_chroot_resolv.1.po
+++ b/manpages/po/de/lb_chroot_resolv.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po
index 8809d4e..a0d7efe 100644
--- a/manpages/po/de/lb_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lb_chroot_selinuxfs.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po
index 4c9fcf4..0d1701e 100644
--- a/manpages/po/de/lb_chroot_sysfs.1.po
+++ b/manpages/po/de/lb_chroot_sysfs.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 3e1bc25..da66a10 100644
--- a/manpages/po/de/lb_chroot_sysv-rc.1.po
+++ b/manpages/po/de/lb_chroot_sysv-rc.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_task-lists.1.po b/manpages/po/de/lb_chroot_task-lists.1.po
index 6c852c4..5c7dcf9 100644
--- a/manpages/po/de/lb_chroot_task-lists.1.po
+++ b/manpages/po/de/lb_chroot_task-lists.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po
index ce7226f..0f74522 100644
--- a/manpages/po/de/lb_chroot_upstart.1.po
+++ b/manpages/po/de/lb_chroot_upstart.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
index 7df9acf..74e16f2 100644
--- a/manpages/po/de/lb_clean.1.po
+++ b/manpages/po/de/lb_clean.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index fc67f29..9b53208 100644
--- a/manpages/po/de/lb_config.1.po
+++ b/manpages/po/de/lb_config.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po
index 0518b8c..8aed0de 100644
--- a/manpages/po/de/lb_local.1.po
+++ b/manpages/po/de/lb_local.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index bc2e77c..9950d1b 100644
--- a/manpages/po/de/lb_source.1.po
+++ b/manpages/po/de/lb_source.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po
index c73662c..77ce460 100644
--- a/manpages/po/de/lb_source_checksums.1.po
+++ b/manpages/po/de/lb_source_checksums.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 ed02f6f..c9e8dfd 100644
--- a/manpages/po/de/lb_source_debian-live.1.po
+++ b/manpages/po/de/lb_source_debian-live.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po
index dca9736..bb92a07 100644
--- a/manpages/po/de/lb_source_debian.1.po
+++ b/manpages/po/de/lb_source_debian.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po
index 9cc3257..4c98549 100644
--- a/manpages/po/de/lb_source_disk.1.po
+++ b/manpages/po/de/lb_source_disk.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_hdd.1.po b/manpages/po/de/lb_source_hdd.1.po
index 716e3a6..d202254 100644
--- a/manpages/po/de/lb_source_hdd.1.po
+++ b/manpages/po/de/lb_source_hdd.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po
index 1e43d33..c5ae270 100644
--- a/manpages/po/de/lb_source_iso.1.po
+++ b/manpages/po/de/lb_source_iso.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po
index 10f580d..272d5f7 100644
--- a/manpages/po/de/lb_source_net.1.po
+++ b/manpages/po/de/lb_source_net.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po
index 05e0de3..f4ffb6e 100644
--- a/manpages/po/de/lb_source_tar.1.po
+++ b/manpages/po/de/lb_source_tar.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 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 46944af..a64c696 100644
--- a/manpages/po/de/lb_source_virtual-hdd.1.po
+++ b/manpages/po/de/lb_source_virtual-hdd.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
index 04760ff..b928f69 100644
--- a/manpages/po/de/lb_testroot.1.po
+++ b/manpages/po/de/lb_testroot.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index ff02705..2f364b5 100644
--- a/manpages/po/de/live-build.7.po
+++ b/manpages/po/de/live-build.7.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: 2011-09-28 11:39+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index 1898c40..127bc0e 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index 4023b70..f045776 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot
index f79449d..0672e49 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot
index c2db107..132ab38 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot
index b598ac6..1de8125 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot
index f2239fd..dfe88b2 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot
index 6ef05fc..b67dca1 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot
index 62a81bd..4afa334 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_hdd.1.pot b/manpages/pot/lb_binary_hdd.1.pot
index b8a70eb..6ae0fd1 100644
--- a/manpages/pot/lb_binary_hdd.1.pot
+++ b/manpages/pot/lb_binary_hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_hooks.1.pot b/manpages/pot/lb_binary_hooks.1.pot
index 061979e..e9a4945 100644
--- a/manpages/pot/lb_binary_hooks.1.pot
+++ b/manpages/pot/lb_binary_hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot
index a487b9f..1d00c9c 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot
index 6c0041c..cdecfec 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot
index 6c45e29..2134c84 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot
index 3689690..772fae0 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot
index bdf1d02..c49777b 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot
index e756e6c..bf1f9da 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot
index 97d9222..932ba91 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot
index 2bd9cae..5446ac9 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot
index 548b5ff..d95d0e3 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot
index 10c32ad..de28a56 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot
index 3486456..f95deba 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot
index 67b8913..d51150f 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot
index 58f00ae..4bbe5b1 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot
index ce5bfb3..ee3b4e7 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index aa3b92f..5ccd5ec 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot
index 0684ab0..59ce87c 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
index 9bd452d..79e67c3 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot
index 3f6f484..086b4eb 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot
index 53642e2..ed5df29 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index 5e48ad9..bce5768 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index 6f71037..bc7fbed 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot
index b0b761c..608a52a 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_archives.1.pot b/manpages/pot/lb_chroot_archives.1.pot
index 240eef2..66662c4 100644
--- a/manpages/pot/lb_chroot_archives.1.pot
+++ b/manpages/pot/lb_chroot_archives.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot
index c98fee8..e9252de 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot
index 6207480..a943fbd 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot
index dd2a094..3478631 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot
index 58a6bf8..66dfda9 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot
index d51b83b..50f234b 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hooks.1.pot b/manpages/pot/lb_chroot_hooks.1.pot
index 2cb9b0e..cca6011 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot
index 21398dc..4390384 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot
index 7db30dd..c5ffb7d 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot
index d668303..44393d1 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot
index 62e2f37..6ea8ab9 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot
index 64faf9c..14b2dd0 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot
index 8f27f05..b15fcb0 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot
index e92834f..623732e 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot
index 7b54dfa..71fc488 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_packagelists.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot
index 2e589d5..a292847 100644
--- a/manpages/pot/lb_chroot_packagelists.1.pot
+++ b/manpages/pot/lb_chroot_packagelists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_packages.1.pot b/manpages/pot/lb_chroot_packages.1.pot
index 08eae47..f2c603c 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot
index 0acd52b..8731cd7 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot
index 7ae4e03..12d2553 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot
index c955e50..bb3109b 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot
index e9b00ba..c7aeb73 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot
index dbde810..1a75cd0 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_task-lists.1.pot b/manpages/pot/lb_chroot_task-lists.1.pot
index ec8377c..05912d4 100644
--- a/manpages/pot/lb_chroot_task-lists.1.pot
+++ b/manpages/pot/lb_chroot_task-lists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot
index d91a578..6ef5995 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index 766926a..1208808 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index 6f15625..4b298fa 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot
index 7596513..ef1931e 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index a7c1226..013a0f5 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot
index 5b26598..a96bcb2 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot
index c4b92e8..0bd999c 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot
index 725dc2f..81c63f1 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot
index 8a57ab0..cf33f2c 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_hdd.1.pot b/manpages/pot/lb_source_hdd.1.pot
index c96870b..c2d1c74 100644
--- a/manpages/pot/lb_source_hdd.1.pot
+++ b/manpages/pot/lb_source_hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot
index b4ed2c4..12e0d03 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot
index de9b254..6d35fc7 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot
index fddb2aa..5f5b261 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot
index 5cc204a..b0f99ee 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index 3d0742b..9c2a3ac 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index 4bd7981..72d11bf 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: 2011-09-30 14:51+0300\n"
+"POT-Creation-Date: 2011-10-08 10:57+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -77,7 +77,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-09-30"
+msgid "2011-10-08"
 msgstr ""
 
 #. type: TH
@@ -109,7 +109,7 @@ msgstr ""
 #: en/lb_source_iso.1:1 en/lb_source_net.1:1 en/lb_source_tar.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a34-1"
+msgid "3.0~a35-1"
 msgstr ""
 
 #. type: TH
diff --git a/package-lists/debian-forensics b/package-lists/debian-forensics
index e24958c..d62c0d9 100644
--- a/package-lists/debian-forensics
+++ b/package-lists/debian-forensics
@@ -12,6 +12,10 @@ galleta
 gpart
 #endif
 
+#if DISTRIBUTION squeeze
+tct
+#endif
+
 grokevt
 memdump
 missidentify
@@ -22,7 +26,6 @@ scrounge-ntfs
 sleuthkit
 ssdeep
 tableau-parm
-tct
 unhide
 wipe
 
diff --git a/package-lists/rescue b/package-lists/rescue
index f58e96f..1dece41 100644
--- a/package-lists/rescue
+++ b/package-lists/rescue
@@ -164,7 +164,12 @@ arpwatch
 atsar
 bmon
 ethstatus
+#if DISTRIBUTION squeeze
 ettercap
+#endif
+#nif DISTRIBUTION squeeze
+ettercap-text-only
+#endif
 geoip-bin
 hp-search-mac
 icmpinfo
@@ -251,7 +256,9 @@ mdadm
 mtools
 nilfs-tools
 ntfs-3g
+#if DISTRIBUTION squeeze
 ntfsprogs
+#endif
 reiser4progs
 dmsetup
 
diff --git a/package-lists/ubuntu-cloud b/package-lists/ubuntu-cloud
new file mode 100644
index 0000000..d890fd1
--- /dev/null
+++ b/package-lists/ubuntu-cloud
@@ -0,0 +1,9 @@
+# /usr/share/live/build/package-lists/ubuntu-cloud - package list for live-build(7)
+
+#include <minimal>
+
+# Tasks
+standard^ server^ cloud-image^
+
+# Packages
+landscape-client ubuntu-minimal
diff --git a/package-lists/ubuntu-cloud-desktop b/package-lists/ubuntu-cloud-desktop
new file mode 100644
index 0000000..f9a6231
--- /dev/null
+++ b/package-lists/ubuntu-cloud-desktop
@@ -0,0 +1,5 @@
+# /usr/share/live/build/package-lists/ubuntu-cloud-desktop - package list for live-build(7)
+
+#include <ubuntu-cloud>
+
+ubuntu-destkop^
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index 280cd1a..96523a8 100755
--- a/scripts/build/lb_binary_rootfs
+++ b/scripts/build/lb_binary_rootfs
@@ -122,12 +122,24 @@ case "${LB_CHROOT_FILESYSTEM}" in
 		case "${LB_BUILD_WITH_CHROOT}" in
 			true)
 				dd if=/dev/zero of=chroot/filesystem.${LB_CHROOT_FILESYSTEM} bs=1024k count=0 seek=${REAL_DIM}
+
+				if ! Chroot chroot "test -s /etc/mtab"
+				then
+					Chroot chroot "ln -s /proc/mounts/mtab /etc/mtab"
+					FAKE_MTAB="true"
+				fi
+
 				Chroot chroot "mkfs.${LB_CHROOT_FILESYSTEM} -F -b 1024 -N ${REAL_INODES} -m 0 filesystem.${LB_CHROOT_FILESYSTEM}"
 
 				mkdir -p filesystem.tmp
 				${LB_ROOT_COMMAND} mount -o loop chroot/filesystem.${LB_CHROOT_FILESYSTEM} filesystem.tmp
 				cp -a chroot/chroot/* filesystem.tmp
 
+				if [ "${FAKE_MTAB}" = "true" ]
+				then
+					Chroot chroot "rm -f /etc/mtab"
+				fi
+
 				${LB_ROOT_COMMAND} umount filesystem.tmp
 				rmdir filesystem.tmp
 
diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap
index 1b5f5fe..16e478d 100755
--- a/scripts/build/lb_bootstrap_debootstrap
+++ b/scripts/build/lb_bootstrap_debootstrap
@@ -137,7 +137,24 @@ then
 	fi
 
 	Echo_breakage "Running debootstrap... "
-	${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
+
+	# Run appropriate bootstrap, i.e. foreign or regular bootstrap
+	if [ "${LB_BOOTSTRAP_QEMU_ARCHITECTURES}" = "${LB_ARCHITECTURES}" ]; then
+
+		if [ -n "${LB_BOOTSTRAP_QEMU_EXCLUDE}" ]
+		then
+			DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --exclude=$(echo ${LB_BOOTSTRAP_QEMU_EXCLUDE} | sed 's|  *|,|g')"
+		fi
+
+		Echo_message "Bootstrap will be foreign"
+		${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} --foreign "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
+
+		Echo_message "Running debootstrap second stage under QEMU"
+		cp ${LB_BOOTSTRAP_QEMU_STATIC} chroot/usr/bin
+		Chroot chroot /debootstrap/debootstrap --second-stage
+	else
+		${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
+	fi
 
 	if [ -n "${LB_ROOT_COMMAND}" ]
 	then
diff --git a/scripts/build/lb_chroot_archives b/scripts/build/lb_chroot_archives
index a8b3b6a..85059da 100755
--- a/scripts/build/lb_chroot_archives
+++ b/scripts/build/lb_chroot_archives
@@ -431,6 +431,12 @@ EOF
 				# Add to sources.list.d
 				echo "deb file:/root/packages ./" > chroot/etc/apt/sources.list.d/packages.list
 
+				# Move top-level sources away, otherwise apt always preferes it (#644148)
+				if [ -e chroot/etc/apt/sources.list ]
+				then
+					mv chroot/etc/apt/sources.list chroot/etc/apt/sources.list.d/zz-sources.list
+				fi
+
 				# Removing depends
 				Remove_package
 			else
@@ -589,6 +595,12 @@ EOF
 		# Creating lock file
 		Create_lockfile .lock
 
+		# Restore top-level sources
+		if [ -e chroot/etc/apt/sources.list.d/zz-sources.list ]
+		then
+			mv chroot/etc/apt/sources.list.d/zz-sources.list chroot/etc/apt/sources.list
+		fi
+
 		# Configure generic indices
 		# Don't do anything if it's not required
 		if [ "${LB_PARENT_MIRROR_CHROOT}" = "${LB_PARENT_MIRROR_BINARY}" ] && \
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 3f7ab0f..aa4564f 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -147,7 +147,11 @@ USAGE="${PROGRAM}   [--apt apt|aptitude]\n\
 \t    [--exposed-root true|false]\n\
 \t    [--username NAME]\n\
 \t    [--verbose]\n\
-\t    [--win32-loader true|false]"
+\t    [--win32-loader true|false]\n\
+\t    [--bootstrap-qemu-exclude PACKAGES]\n\
+\t    [--bootstrap-qemu-static PATH]\n\
+\t    [--bootstrap-qemu-arch ARCH]"
+
 
 Local_arguments ()
 {
@@ -170,7 +174,8 @@ Local_arguments ()
 		net-root-path:,net-root-server:,net-cow-filesystem:,net-cow-mountoptions:,net-cow-path:,
 		net-cow-server:,net-tarball:,swap-file-path:,swap-file-size:,syslinux-theme:,
 		username:,win32-loader:,source:,source-images:,breakpoints,conffile:,debug,force,
-		help,ignore-system-defaults,quiet,usage,verbose,version"
+		help,ignore-system-defaults,quiet,usage,verbose,version,bootstrap-qemu-static:,bootstrap-qemu-arch:,
+		bootstrap-qemu-exclude:"
 	# Remove spaces added by indentation
 	LONG_OPTIONS="$(echo ${LONG_OPTIONS} | tr -d ' ')"
 	ARGUMENTS="$(getopt --longoptions ${LONG_OPTIONS} --name="${PROGRAM}" --options a:f:d:m:l:k:p:b:e:s:c:huv --shell sh -- "${@}")"
@@ -781,6 +786,21 @@ Local_arguments ()
 				shift 2
 				;;
 
+			--bootstrap-qemu-arch)
+				LB_BOOTSTRAP_QEMU_ARCHITECTURES="${2}"
+				shift 2
+				;;
+
+			--bootstrap-qemu-exclude)
+				LB_BOOTSTRAP_QEMU_EXCLUDE="${2}"
+				shift 2
+				;;
+
+			--bootstrap-qemu-static)
+				LB_BOOTSTRAP_QEMU_STATIC="${2}"
+				shift 2
+				;;
+
 			# config/source
 			--source)
 				LB_SOURCE="${2}"
@@ -1171,6 +1191,18 @@ LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS}"
 # \$LB_PARENT_ARCHIVE_AREAS: select archive areas to use
 # (Default: ${LB_PARENT_ARCHIVE_AREAS})
 LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS}"
+
+# \$LB_BOOTSTRAP_QEMU_ARCHITECTURES: architectures to use foreign bootstrap
+# (Default: ${LB_BOOTSTRAP_QEMU_ARCHITECTURES})
+LB_BOOTSTRAP_QEMU_ARCHITECTURES="${LB_BOOTSTRAP_QEMU_ARCHITECTURES}"
+
+# \$LB_BOOTSTRAP_QEMU_EXCLUDE: packages to exclude during foreign bootstrap
+# (Default: ${LB_BOOTSTRAP_QEMU_EXCLUDE})
+LB_BOOTSTRAP_QEMU_EXCLUDE="${LB_BOOTSTRAP_QEMU_EXCLUDE}"
+
+# \$LB_BOOTSTRAP_QEMU_STATIC: static qemu binary for foreign bootstrap
+# (Default: ${LB_BOOTSTRAP_QEMU_STATIC})
+LB_BOOTSTRAP_QEMU_STATIC="${LB_BOOTSTRAP_QEMU_STATIC}"
 EOF
 
 # Creating lb_chroot_* configuration

-- 
live-build



More information about the debian-live-changes mailing list