[SCM] live-helper branch, debian, updated. debian/2.0_a17-1

Daniel Baumann daniel at debian.org
Fri Jul 2 16:25:55 UTC 2010


The following commit has been merged in the debian branch:
commit d70dc3b2a1c8144d2b2279ee95e28306099a3215
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Jul 2 18:24:47 2010 +0200

    Releasing debian version 2.0~a17-1.

diff --git a/debian/changelog b/debian/changelog
index 8afa3a7..2e4ce6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+live-helper (2.0~a17-1) unstable; urgency=low
+
+  [ Richard Nelson ]
+  * LH_BOOTAPPEND to LH_BOOTAPPEND_LIVE correction cgi operations.
+  * LH_BOOTAPPEND_INSTALL added to cgi operations.
+  * Add VERSION information and source in common live-helper common
+    functions.
+
+  [ Daniel Baumann ]
+  * Using network-manager-gnome instead of wicd in lxde list for squeeze
+    and newer.
+  * Adding emacs23-nox for squeeze and newer in rescue list.
+
+  [ Alexander Sack ]
+  * Ensure that mtab is properly linked to /proc/mounts in
+    binary_virtual-hdd.
+  * Fix virtual-hdd packing only the stuff inside the binary/ tree in
+    the image in binary_virtual-hdd.
+
+  [ Daniel Baumann ]
+  * Adding slightly modified patch from Alexander Sack <asac at linaro.org>
+    to add meta info about filesystem size in binary_rootfs.
+
+  [ Alexander Sack ]
+  * Fix linux-image generation for no initramfs images.
+
+  [ Daniel Baumann ]
+  * Going back to using gdm for lxde as this is what the lxde meta
+    package recommends.
+  * Correcting entry about --language in lh_config manpage, it doesn't
+    set the bootparameters automatically for locale selection.
+
+ -- Daniel Baumann <daniel at debian.org>  Fri, 02 Jul 2010 18:23:47 +0200
+
 live-helper (2.0~a16-1) unstable; urgency=low
 
   [ Daniel Baumann ]
diff --git a/functions/common.sh b/functions/common.sh
index 7afa4c7..2c55854 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,7 +9,7 @@
 
 PROGRAM="$(basename ${0})"
 PACKAGE="live-helper"
-VERSION="2.0~a16-1"
+VERSION="2.0~a17-1"
 CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
 
 PATH="${PWD}/auto/helpers:${PATH}"
diff --git a/manpages/de/lh.de.1 b/manpages/de/lh.de.1
index 71b7bef..87c3e4b 100644
--- a/manpages/de/lh.de.1
+++ b/manpages/de/lh.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh\fP \- Wrapper für live\-helper Programme
diff --git a/manpages/de/lh_binary.de.1 b/manpages/de/lh_binary.de.1
index cfad501..ba687e6 100644
--- a/manpages/de/lh_binary.de.1
+++ b/manpages/de/lh_binary.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_checksums.de.1 b/manpages/de/lh_binary_checksums.de.1
index d592a78..b49a3c1 100644
--- a/manpages/de/lh_binary_checksums.de.1
+++ b/manpages/de/lh_binary_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_checksums\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_chroot.de.1 b/manpages/de/lh_binary_chroot.de.1
index 71f5de4..bf4ae74 100644
--- a/manpages/de/lh_binary_chroot.de.1
+++ b/manpages/de/lh_binary_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_chroot\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_debian-installer.de.1 b/manpages/de/lh_binary_debian-installer.de.1
index 576a7aa..91c15cf 100644
--- a/manpages/de/lh_binary_debian-installer.de.1
+++ b/manpages/de/lh_binary_debian-installer.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_debian\-installer\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_disk.de.1 b/manpages/de/lh_binary_disk.de.1
index 1ac2f0a..e2d6980 100644
--- a/manpages/de/lh_binary_disk.de.1
+++ b/manpages/de/lh_binary_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_disk\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_encryption.de.1 b/manpages/de/lh_binary_encryption.de.1
index 20bb6e2..8d371e0 100644
--- a/manpages/de/lh_binary_encryption.de.1
+++ b/manpages/de/lh_binary_encryption.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_encryption\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_grub.de.1 b/manpages/de/lh_binary_grub.de.1
index 6fb9744..d48a46f 100644
--- a/manpages/de/lh_binary_grub.de.1
+++ b/manpages/de/lh_binary_grub.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_grub\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_grub2.de.1 b/manpages/de/lh_binary_grub2.de.1
index f62f871..22a6939 100644
--- a/manpages/de/lh_binary_grub2.de.1
+++ b/manpages/de/lh_binary_grub2.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_grub2\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_includes.de.1 b/manpages/de/lh_binary_includes.de.1
index 9e0fc52..39ffbe3 100644
--- a/manpages/de/lh_binary_includes.de.1
+++ b/manpages/de/lh_binary_includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_includes\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_iso.de.1 b/manpages/de/lh_binary_iso.de.1
index d5b8d2b..2a37211 100644
--- a/manpages/de/lh_binary_iso.de.1
+++ b/manpages/de/lh_binary_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_iso\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_linux-image.de.1 b/manpages/de/lh_binary_linux-image.de.1
index ed9b523..c21a7cb 100644
--- a/manpages/de/lh_binary_linux-image.de.1
+++ b/manpages/de/lh_binary_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_linux\-image\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_local-hooks.de.1 b/manpages/de/lh_binary_local-hooks.de.1
index caae18c..fc3307b 100644
--- a/manpages/de/lh_binary_local-hooks.de.1
+++ b/manpages/de/lh_binary_local-hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_local\-hooks\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_local-includes.de.1 b/manpages/de/lh_binary_local-includes.de.1
index fc4170c..3ba649d 100644
--- a/manpages/de/lh_binary_local-includes.de.1
+++ b/manpages/de/lh_binary_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_local\-includes\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_local-packageslists.de.1 b/manpages/de/lh_binary_local-packageslists.de.1
index 93631a8..0d71dbe 100644
--- a/manpages/de/lh_binary_local-packageslists.de.1
+++ b/manpages/de/lh_binary_local-packageslists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_local\-packageslists\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_manifest.de.1 b/manpages/de/lh_binary_manifest.de.1
index 85c7e18..5d4b9e1 100644
--- a/manpages/de/lh_binary_manifest.de.1
+++ b/manpages/de/lh_binary_manifest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_manifest\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_memtest.de.1 b/manpages/de/lh_binary_memtest.de.1
index 1040276..f97e2ea 100644
--- a/manpages/de/lh_binary_memtest.de.1
+++ b/manpages/de/lh_binary_memtest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_memtest\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_net.de.1 b/manpages/de/lh_binary_net.de.1
index ada24b8..5dfb7dd 100644
--- a/manpages/de/lh_binary_net.de.1
+++ b/manpages/de/lh_binary_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_net\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_rootfs.de.1 b/manpages/de/lh_binary_rootfs.de.1
index f500827..5abc488 100644
--- a/manpages/de/lh_binary_rootfs.de.1
+++ b/manpages/de/lh_binary_rootfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_rootfs\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_silo.de.1 b/manpages/de/lh_binary_silo.de.1
index 21e9912..f8da854 100644
--- a/manpages/de/lh_binary_silo.de.1
+++ b/manpages/de/lh_binary_silo.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_silo\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_syslinux.de.1 b/manpages/de/lh_binary_syslinux.de.1
index b3aa37a..cda2b88 100644
--- a/manpages/de/lh_binary_syslinux.de.1
+++ b/manpages/de/lh_binary_syslinux.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_syslinux\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_tar.de.1 b/manpages/de/lh_binary_tar.de.1
index a1f55de..bd11ada 100644
--- a/manpages/de/lh_binary_tar.de.1
+++ b/manpages/de/lh_binary_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_tar\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_usb.de.1 b/manpages/de/lh_binary_usb.de.1
index 766803a..6c8859a 100644
--- a/manpages/de/lh_binary_usb.de.1
+++ b/manpages/de/lh_binary_usb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_usb\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_virtual-hdd.de.1 b/manpages/de/lh_binary_virtual-hdd.de.1
index 909dcac..7175877 100644
--- a/manpages/de/lh_binary_virtual-hdd.de.1
+++ b/manpages/de/lh_binary_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_virtual\-hdd\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_win32-loader.de.1 b/manpages/de/lh_binary_win32-loader.de.1
index b44a93c..48b8186 100644
--- a/manpages/de/lh_binary_win32-loader.de.1
+++ b/manpages/de/lh_binary_win32-loader.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_win32\-loader\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_binary_yaboot.de.1 b/manpages/de/lh_binary_yaboot.de.1
index 42b1d37..20bb788 100644
--- a/manpages/de/lh_binary_yaboot.de.1
+++ b/manpages/de/lh_binary_yaboot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh binary_yaboot\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lh_bootstrap.de.1 b/manpages/de/lh_bootstrap.de.1
index c6633da..05954a4 100644
--- a/manpages/de/lh_bootstrap.de.1
+++ b/manpages/de/lh_bootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh bootstrap\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lh_bootstrap_cache.de.1 b/manpages/de/lh_bootstrap_cache.de.1
index 6e70f9a..442004c 100644
--- a/manpages/de/lh_bootstrap_cache.de.1
+++ b/manpages/de/lh_bootstrap_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh bootstrap_cache\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lh_bootstrap_cdebootstrap.de.1 b/manpages/de/lh_bootstrap_cdebootstrap.de.1
index 853748d..7c3789f 100644
--- a/manpages/de/lh_bootstrap_cdebootstrap.de.1
+++ b/manpages/de/lh_bootstrap_cdebootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh bootstrap_cdebootstrap\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lh_bootstrap_copy.de.1 b/manpages/de/lh_bootstrap_copy.de.1
index 6ec222b..93e8d0a 100644
--- a/manpages/de/lh_bootstrap_copy.de.1
+++ b/manpages/de/lh_bootstrap_copy.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh bootstrap_copy\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lh_bootstrap_debootstrap.de.1 b/manpages/de/lh_bootstrap_debootstrap.de.1
index 0afa99b..957a6b2 100644
--- a/manpages/de/lh_bootstrap_debootstrap.de.1
+++ b/manpages/de/lh_bootstrap_debootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh bootstrap_debootstrap\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lh_build.de.1 b/manpages/de/lh_build.de.1
index d08e23d..0b6a3d5 100644
--- a/manpages/de/lh_build.de.1
+++ b/manpages/de/lh_build.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh build\fP \- Erstellt die "bootstrap", "chroot", "binary" und "source"
diff --git a/manpages/de/lh_chroot.de.1 b/manpages/de/lh_chroot.de.1
index 35a4feb..ea8ae35 100644
--- a/manpages/de/lh_chroot.de.1
+++ b/manpages/de/lh_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_apt.de.1 b/manpages/de/lh_chroot_apt.de.1
index 738c871..3449d8c 100644
--- a/manpages/de/lh_chroot_apt.de.1
+++ b/manpages/de/lh_chroot_apt.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_apt\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_cache.de.1 b/manpages/de/lh_chroot_cache.de.1
index 17cbf9c..0d94b07 100644
--- a/manpages/de/lh_chroot_cache.de.1
+++ b/manpages/de/lh_chroot_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_cache\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_debianchroot.de.1 b/manpages/de/lh_chroot_debianchroot.de.1
index 0ce8c0a..508aa5e 100644
--- a/manpages/de/lh_chroot_debianchroot.de.1
+++ b/manpages/de/lh_chroot_debianchroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_debianchroot\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_devpts.de.1 b/manpages/de/lh_chroot_devpts.de.1
index d9d1011..2f65e03 100644
--- a/manpages/de/lh_chroot_devpts.de.1
+++ b/manpages/de/lh_chroot_devpts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_devpts\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_dpkg.de.1 b/manpages/de/lh_chroot_dpkg.de.1
index fd4f226..f1ecda7 100644
--- a/manpages/de/lh_chroot_dpkg.de.1
+++ b/manpages/de/lh_chroot_dpkg.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_dpkg\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_hacks.de.1 b/manpages/de/lh_chroot_hacks.de.1
index 8c58c7f..c49c3b5 100644
--- a/manpages/de/lh_chroot_hacks.de.1
+++ b/manpages/de/lh_chroot_hacks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_hacks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_hooks.de.1 b/manpages/de/lh_chroot_hooks.de.1
index 0549e3c..c2b5fa7 100644
--- a/manpages/de/lh_chroot_hooks.de.1
+++ b/manpages/de/lh_chroot_hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_hooks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_hostname.de.1 b/manpages/de/lh_chroot_hostname.de.1
index a517875..2cad8cf 100644
--- a/manpages/de/lh_chroot_hostname.de.1
+++ b/manpages/de/lh_chroot_hostname.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_hostname\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_hosts.de.1 b/manpages/de/lh_chroot_hosts.de.1
index 73c146b..dacb459 100644
--- a/manpages/de/lh_chroot_hosts.de.1
+++ b/manpages/de/lh_chroot_hosts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_hosts\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_install-packages.de.1 b/manpages/de/lh_chroot_install-packages.de.1
index f6132af..144c560 100644
--- a/manpages/de/lh_chroot_install-packages.de.1
+++ b/manpages/de/lh_chroot_install-packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_install\-packages\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_interactive.de.1 b/manpages/de/lh_chroot_interactive.de.1
index 87314c1..8c8c859 100644
--- a/manpages/de/lh_chroot_interactive.de.1
+++ b/manpages/de/lh_chroot_interactive.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_interactive\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_linux-image.de.1 b/manpages/de/lh_chroot_linux-image.de.1
index 91f675a..8e67d12 100644
--- a/manpages/de/lh_chroot_linux-image.de.1
+++ b/manpages/de/lh_chroot_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_linux\-image\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_local-hooks.de.1 b/manpages/de/lh_chroot_local-hooks.de.1
index 4a77ead..2e694f1 100644
--- a/manpages/de/lh_chroot_local-hooks.de.1
+++ b/manpages/de/lh_chroot_local-hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_local\-hooks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_local-includes.de.1 b/manpages/de/lh_chroot_local-includes.de.1
index 0fa21b4..cb11c51 100644
--- a/manpages/de/lh_chroot_local-includes.de.1
+++ b/manpages/de/lh_chroot_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_local\-includes\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_local-packages.de.1 b/manpages/de/lh_chroot_local-packages.de.1
index f4571b7..eb5a630 100644
--- a/manpages/de/lh_chroot_local-packages.de.1
+++ b/manpages/de/lh_chroot_local-packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_local\-packages\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_local-packageslists.de.1 b/manpages/de/lh_chroot_local-packageslists.de.1
index cea375b..49b763c 100644
--- a/manpages/de/lh_chroot_local-packageslists.de.1
+++ b/manpages/de/lh_chroot_local-packageslists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_local\-packageslists\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_local-patches.de.1 b/manpages/de/lh_chroot_local-patches.de.1
index 46e1edf..f78492c 100644
--- a/manpages/de/lh_chroot_local-patches.de.1
+++ b/manpages/de/lh_chroot_local-patches.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_local\-patches\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_local-preseed.de.1 b/manpages/de/lh_chroot_local-preseed.de.1
index ddbb4ba..b1a680b 100644
--- a/manpages/de/lh_chroot_local-preseed.de.1
+++ b/manpages/de/lh_chroot_local-preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_local\-preseed\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_localization.de.1 b/manpages/de/lh_chroot_localization.de.1
index 3913257..5d72875 100644
--- a/manpages/de/lh_chroot_localization.de.1
+++ b/manpages/de/lh_chroot_localization.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_localization\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_packages.de.1 b/manpages/de/lh_chroot_packages.de.1
index e186e71..5d76175 100644
--- a/manpages/de/lh_chroot_packages.de.1
+++ b/manpages/de/lh_chroot_packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_packages\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_packageslists.de.1 b/manpages/de/lh_chroot_packageslists.de.1
index 094b4ea..b2ad4ab 100644
--- a/manpages/de/lh_chroot_packageslists.de.1
+++ b/manpages/de/lh_chroot_packageslists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_packageslists\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_preseed.de.1 b/manpages/de/lh_chroot_preseed.de.1
index 1bc3908..6836c0f 100644
--- a/manpages/de/lh_chroot_preseed.de.1
+++ b/manpages/de/lh_chroot_preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_preseed\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_proc.de.1 b/manpages/de/lh_chroot_proc.de.1
index d52ef6c..075248d 100644
--- a/manpages/de/lh_chroot_proc.de.1
+++ b/manpages/de/lh_chroot_proc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_proc\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_resolv.de.1 b/manpages/de/lh_chroot_resolv.de.1
index d38104e..5148fb3 100644
--- a/manpages/de/lh_chroot_resolv.de.1
+++ b/manpages/de/lh_chroot_resolv.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_resolv\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_selinuxfs.de.1 b/manpages/de/lh_chroot_selinuxfs.de.1
index 82a8197..ef95baa 100644
--- a/manpages/de/lh_chroot_selinuxfs.de.1
+++ b/manpages/de/lh_chroot_selinuxfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_selinuxfs\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_sources.de.1 b/manpages/de/lh_chroot_sources.de.1
index 2453ca0..4b066d8 100644
--- a/manpages/de/lh_chroot_sources.de.1
+++ b/manpages/de/lh_chroot_sources.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_sources\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_symlinks.de.1 b/manpages/de/lh_chroot_symlinks.de.1
index d5f7747..665d90b 100644
--- a/manpages/de/lh_chroot_symlinks.de.1
+++ b/manpages/de/lh_chroot_symlinks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_symlinks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_sysfs.de.1 b/manpages/de/lh_chroot_sysfs.de.1
index e8ecb51..0e871f9 100644
--- a/manpages/de/lh_chroot_sysfs.de.1
+++ b/manpages/de/lh_chroot_sysfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_sysfs\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_sysv-rc.de.1 b/manpages/de/lh_chroot_sysv-rc.de.1
index 1a7c8e1..6b3895b 100644
--- a/manpages/de/lh_chroot_sysv-rc.de.1
+++ b/manpages/de/lh_chroot_sysv-rc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_sysv\-rc\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_sysvinit.de.1 b/manpages/de/lh_chroot_sysvinit.de.1
index ebb77d9..154be31 100644
--- a/manpages/de/lh_chroot_sysvinit.de.1
+++ b/manpages/de/lh_chroot_sysvinit.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_sysvinit\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_tasks.de.1 b/manpages/de/lh_chroot_tasks.de.1
index 5be64f5..32d5199 100644
--- a/manpages/de/lh_chroot_tasks.de.1
+++ b/manpages/de/lh_chroot_tasks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_tasks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_chroot_upstart.de.1 b/manpages/de/lh_chroot_upstart.de.1
index ac4c0ea..ff618d4 100644
--- a/manpages/de/lh_chroot_upstart.de.1
+++ b/manpages/de/lh_chroot_upstart.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh chroot_upstart\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lh_clean.de.1 b/manpages/de/lh_clean.de.1
index d211ac4..ef36c94 100644
--- a/manpages/de/lh_clean.de.1
+++ b/manpages/de/lh_clean.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh clean\fP \- Räumt das Arbeitsverzeichnis auf
diff --git a/manpages/de/lh_config.de.1 b/manpages/de/lh_config.de.1
index 0c75eae..f80e1f8 100644
--- a/manpages/de/lh_config.de.1
+++ b/manpages/de/lh_config.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh config\fP \- Erstellen des config Verzeichnisses
diff --git a/manpages/de/lh_local.de.1 b/manpages/de/lh_local.de.1
index adf4343..73cfc05 100644
--- a/manpages/de/lh_local.de.1
+++ b/manpages/de/lh_local.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh local\fP \- Wrapper für lokale live\-helper Programme
diff --git a/manpages/de/lh_source.de.1 b/manpages/de/lh_source.de.1
index 73dddc8..34aea1b 100644
--- a/manpages/de/lh_source.de.1
+++ b/manpages/de/lh_source.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh source\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lh_source_checksums.de.1 b/manpages/de/lh_source_checksums.de.1
index 39d42f0..d6523e4 100644
--- a/manpages/de/lh_source_checksums.de.1
+++ b/manpages/de/lh_source_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh source_checksums\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lh_source_debian-live.de.1 b/manpages/de/lh_source_debian-live.de.1
index 8384a81..888ee7e 100644
--- a/manpages/de/lh_source_debian-live.de.1
+++ b/manpages/de/lh_source_debian-live.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh source_debian\-live\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lh_source_debian.de.1 b/manpages/de/lh_source_debian.de.1
index 6f67e54..7565abe 100644
--- a/manpages/de/lh_source_debian.de.1
+++ b/manpages/de/lh_source_debian.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh source_debian\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lh_source_disk.de.1 b/manpages/de/lh_source_disk.de.1
index d575940..303fb74 100644
--- a/manpages/de/lh_source_disk.de.1
+++ b/manpages/de/lh_source_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh source_disk\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lh_source_iso.de.1 b/manpages/de/lh_source_iso.de.1
index e5b367f..ebc20c0 100644
--- a/manpages/de/lh_source_iso.de.1
+++ b/manpages/de/lh_source_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh source_iso\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lh_source_net.de.1 b/manpages/de/lh_source_net.de.1
index cc6816b..98d7bdc 100644
--- a/manpages/de/lh_source_net.de.1
+++ b/manpages/de/lh_source_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh source_net\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lh_source_tar.de.1 b/manpages/de/lh_source_tar.de.1
index 2249520..27be03e 100644
--- a/manpages/de/lh_source_tar.de.1
+++ b/manpages/de/lh_source_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh source_tar\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lh_source_usb.de.1 b/manpages/de/lh_source_usb.de.1
index 7d434b3..8015126 100644
--- a/manpages/de/lh_source_usb.de.1
+++ b/manpages/de/lh_source_usb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh source_usb\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lh_source_virtual-hdd.de.1 b/manpages/de/lh_source_virtual-hdd.de.1
index 890c1ce..c8b7dcf 100644
--- a/manpages/de/lh_source_virtual-hdd.de.1
+++ b/manpages/de/lh_source_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh source_virtual\-hdd\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lh_testroot.de.1 b/manpages/de/lh_testroot.de.1
index c5cfda4..2c31ea0 100644
--- a/manpages/de/lh_testroot.de.1
+++ b/manpages/de/lh_testroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 1 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 1 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlh testroot\fP \- stellt sicher, dass ein System als root erstellt wird
diff --git a/manpages/de/live-helper.de.7 b/manpages/de/live-helper.de.7
index 3b60c0b..b0d80d0 100644
--- a/manpages/de/live-helper.de.7
+++ b/manpages/de/live-helper.de.7
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-HELPER 7 02.07.2010 2.0~a16 "Debian Live Projekt"
+.TH LIVE\-HELPER 7 02.07.2010 2.0~a17 "Debian Live Projekt"
 
 .SH NAME
 \fBlive\-helper\fP \- die Debian Live Tool Suite
diff --git a/manpages/en/lh.1 b/manpages/en/lh.1
index f875396..7cea0b0 100644
--- a/manpages/en/lh.1
+++ b/manpages/en/lh.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh\fR \- wrapper for live\-helper programs
diff --git a/manpages/en/lh_binary.1 b/manpages/en/lh_binary.1
index e5782d9..7d4961d 100644
--- a/manpages/en/lh_binary.1
+++ b/manpages/en/lh_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_checksums.1 b/manpages/en/lh_binary_checksums.1
index cd43ea1..95c2601 100644
--- a/manpages/en/lh_binary_checksums.1
+++ b/manpages/en/lh_binary_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_checksums\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_chroot.1 b/manpages/en/lh_binary_chroot.1
index e17a767..74e879b 100644
--- a/manpages/en/lh_binary_chroot.1
+++ b/manpages/en/lh_binary_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_chroot\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_debian-installer.1 b/manpages/en/lh_binary_debian-installer.1
index 0d9c729..1ba7e30 100644
--- a/manpages/en/lh_binary_debian-installer.1
+++ b/manpages/en/lh_binary_debian-installer.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_debian\-installer\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_disk.1 b/manpages/en/lh_binary_disk.1
index 4be451a..ae669a7 100644
--- a/manpages/en/lh_binary_disk.1
+++ b/manpages/en/lh_binary_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_disk\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_encryption.1 b/manpages/en/lh_binary_encryption.1
index ceb8547..e8ee2ba 100644
--- a/manpages/en/lh_binary_encryption.1
+++ b/manpages/en/lh_binary_encryption.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_encryption\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_grub.1 b/manpages/en/lh_binary_grub.1
index fa6cf5b..675d407 100644
--- a/manpages/en/lh_binary_grub.1
+++ b/manpages/en/lh_binary_grub.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_grub\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_grub2.1 b/manpages/en/lh_binary_grub2.1
index 0f7ca69..f6a480d 100644
--- a/manpages/en/lh_binary_grub2.1
+++ b/manpages/en/lh_binary_grub2.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_grub2\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_includes.1 b/manpages/en/lh_binary_includes.1
index 96d7c65..1cb2aa0 100644
--- a/manpages/en/lh_binary_includes.1
+++ b/manpages/en/lh_binary_includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_includes\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_iso.1 b/manpages/en/lh_binary_iso.1
index 08ba88c..2da2489 100644
--- a/manpages/en/lh_binary_iso.1
+++ b/manpages/en/lh_binary_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_iso\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_linux-image.1 b/manpages/en/lh_binary_linux-image.1
index 955049b..958d996 100644
--- a/manpages/en/lh_binary_linux-image.1
+++ b/manpages/en/lh_binary_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_linux\-image\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_local-hooks.1 b/manpages/en/lh_binary_local-hooks.1
index 5d51b92..23472d3 100644
--- a/manpages/en/lh_binary_local-hooks.1
+++ b/manpages/en/lh_binary_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_local\-hooks\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_local-includes.1 b/manpages/en/lh_binary_local-includes.1
index 4803a0b..3f88e81 100644
--- a/manpages/en/lh_binary_local-includes.1
+++ b/manpages/en/lh_binary_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_local\-includes\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_local-packageslists.1 b/manpages/en/lh_binary_local-packageslists.1
index 3d11a6f..ab09058 100644
--- a/manpages/en/lh_binary_local-packageslists.1
+++ b/manpages/en/lh_binary_local-packageslists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_local-packageslists\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_manifest.1 b/manpages/en/lh_binary_manifest.1
index 7ba96af..f9737cc 100644
--- a/manpages/en/lh_binary_manifest.1
+++ b/manpages/en/lh_binary_manifest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_manifest\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_memtest.1 b/manpages/en/lh_binary_memtest.1
index 7bf9ab4..c456af0 100644
--- a/manpages/en/lh_binary_memtest.1
+++ b/manpages/en/lh_binary_memtest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_memtest\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_net.1 b/manpages/en/lh_binary_net.1
index 6013583..adad427 100644
--- a/manpages/en/lh_binary_net.1
+++ b/manpages/en/lh_binary_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_net\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_rootfs.1 b/manpages/en/lh_binary_rootfs.1
index fd5a7fa..daaa594 100644
--- a/manpages/en/lh_binary_rootfs.1
+++ b/manpages/en/lh_binary_rootfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_rootfs\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_silo.1 b/manpages/en/lh_binary_silo.1
index 28bc167..a144e21 100644
--- a/manpages/en/lh_binary_silo.1
+++ b/manpages/en/lh_binary_silo.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_silo\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_syslinux.1 b/manpages/en/lh_binary_syslinux.1
index aeb0b43..bd9af08 100644
--- a/manpages/en/lh_binary_syslinux.1
+++ b/manpages/en/lh_binary_syslinux.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_syslinux\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_tar.1 b/manpages/en/lh_binary_tar.1
index d59aca1..cc78ad2 100644
--- a/manpages/en/lh_binary_tar.1
+++ b/manpages/en/lh_binary_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_tar\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_usb.1 b/manpages/en/lh_binary_usb.1
index f63fc3d..7ea11dd 100644
--- a/manpages/en/lh_binary_usb.1
+++ b/manpages/en/lh_binary_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_usb\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_virtual-hdd.1 b/manpages/en/lh_binary_virtual-hdd.1
index fb1f80d..f022161 100644
--- a/manpages/en/lh_binary_virtual-hdd.1
+++ b/manpages/en/lh_binary_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_virtual\-hdd\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_win32-loader.1 b/manpages/en/lh_binary_win32-loader.1
index 4419052..cab2364 100644
--- a/manpages/en/lh_binary_win32-loader.1
+++ b/manpages/en/lh_binary_win32-loader.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_win32\-loader\fR \- Complete the binary stage
diff --git a/manpages/en/lh_binary_yaboot.1 b/manpages/en/lh_binary_yaboot.1
index aadb0cc..9a48be4 100644
--- a/manpages/en/lh_binary_yaboot.1
+++ b/manpages/en/lh_binary_yaboot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh binary_yaboot\fR \- Complete the binary stage
diff --git a/manpages/en/lh_bootstrap.1 b/manpages/en/lh_bootstrap.1
index e5c1cfd..6356cd4 100644
--- a/manpages/en/lh_bootstrap.1
+++ b/manpages/en/lh_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh bootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lh_bootstrap_cache.1 b/manpages/en/lh_bootstrap_cache.1
index 6eaea71..50eef81 100644
--- a/manpages/en/lh_bootstrap_cache.1
+++ b/manpages/en/lh_bootstrap_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh bootstrap_cache\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lh_bootstrap_cdebootstrap.1 b/manpages/en/lh_bootstrap_cdebootstrap.1
index e8348c1..152bc80 100644
--- a/manpages/en/lh_bootstrap_cdebootstrap.1
+++ b/manpages/en/lh_bootstrap_cdebootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh bootstrap_cdebootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lh_bootstrap_copy.1 b/manpages/en/lh_bootstrap_copy.1
index 95093c5..9515b81 100644
--- a/manpages/en/lh_bootstrap_copy.1
+++ b/manpages/en/lh_bootstrap_copy.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh bootstrap_copy\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lh_bootstrap_debootstrap.1 b/manpages/en/lh_bootstrap_debootstrap.1
index 3fdfa33..81dd475 100644
--- a/manpages/en/lh_bootstrap_debootstrap.1
+++ b/manpages/en/lh_bootstrap_debootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh bootstrap_debootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lh_build.1 b/manpages/en/lh_build.1
index f3bbeb9..38203ea 100644
--- a/manpages/en/lh_build.1
+++ b/manpages/en/lh_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh build\fR \- Complete the bootstrap, chroot, binary, and source stages
diff --git a/manpages/en/lh_chroot.1 b/manpages/en/lh_chroot.1
index 83b202c..ae511a1 100644
--- a/manpages/en/lh_chroot.1
+++ b/manpages/en/lh_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_apt.1 b/manpages/en/lh_chroot_apt.1
index b8646bd..1d3703a 100644
--- a/manpages/en/lh_chroot_apt.1
+++ b/manpages/en/lh_chroot_apt.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_apt\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_cache.1 b/manpages/en/lh_chroot_cache.1
index c8f4a30..09b55d2 100644
--- a/manpages/en/lh_chroot_cache.1
+++ b/manpages/en/lh_chroot_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_cache\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_debianchroot.1 b/manpages/en/lh_chroot_debianchroot.1
index f62f6f1..f360647 100644
--- a/manpages/en/lh_chroot_debianchroot.1
+++ b/manpages/en/lh_chroot_debianchroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_debianchroot\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_devpts.1 b/manpages/en/lh_chroot_devpts.1
index 16bad69..be7ab58 100644
--- a/manpages/en/lh_chroot_devpts.1
+++ b/manpages/en/lh_chroot_devpts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_devpts\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_dpkg.1 b/manpages/en/lh_chroot_dpkg.1
index 4ad8286..972118d 100644
--- a/manpages/en/lh_chroot_dpkg.1
+++ b/manpages/en/lh_chroot_dpkg.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_dpkg\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_hacks.1 b/manpages/en/lh_chroot_hacks.1
index 84487b7..6a60598 100644
--- a/manpages/en/lh_chroot_hacks.1
+++ b/manpages/en/lh_chroot_hacks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_hacks\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_hooks.1 b/manpages/en/lh_chroot_hooks.1
index 2d1df10..ddd5657 100644
--- a/manpages/en/lh_chroot_hooks.1
+++ b/manpages/en/lh_chroot_hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_hooks\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_hostname.1 b/manpages/en/lh_chroot_hostname.1
index 8c445fd..9562966 100644
--- a/manpages/en/lh_chroot_hostname.1
+++ b/manpages/en/lh_chroot_hostname.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_hostname\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_hosts.1 b/manpages/en/lh_chroot_hosts.1
index 90f8df3..c980600 100644
--- a/manpages/en/lh_chroot_hosts.1
+++ b/manpages/en/lh_chroot_hosts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_hosts\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_install-packages.1 b/manpages/en/lh_chroot_install-packages.1
index f7fc4c5..28fcc31 100644
--- a/manpages/en/lh_chroot_install-packages.1
+++ b/manpages/en/lh_chroot_install-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_install\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_interactive.1 b/manpages/en/lh_chroot_interactive.1
index ee2f943..b5de0b6 100644
--- a/manpages/en/lh_chroot_interactive.1
+++ b/manpages/en/lh_chroot_interactive.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_interactive\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_linux-image.1 b/manpages/en/lh_chroot_linux-image.1
index 690306b..4fb4b2f 100644
--- a/manpages/en/lh_chroot_linux-image.1
+++ b/manpages/en/lh_chroot_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_linux\-image\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_local-hooks.1 b/manpages/en/lh_chroot_local-hooks.1
index e320834..102f74f 100644
--- a/manpages/en/lh_chroot_local-hooks.1
+++ b/manpages/en/lh_chroot_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_local\-hooks\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_local-includes.1 b/manpages/en/lh_chroot_local-includes.1
index 106f9ea..681e88e 100644
--- a/manpages/en/lh_chroot_local-includes.1
+++ b/manpages/en/lh_chroot_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_local\-includes\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_local-packages.1 b/manpages/en/lh_chroot_local-packages.1
index 680e3e4..8d5452d 100644
--- a/manpages/en/lh_chroot_local-packages.1
+++ b/manpages/en/lh_chroot_local-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_local\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_local-packageslists.1 b/manpages/en/lh_chroot_local-packageslists.1
index 4b517d4..f83e960 100644
--- a/manpages/en/lh_chroot_local-packageslists.1
+++ b/manpages/en/lh_chroot_local-packageslists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_local\-packageslists\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_local-patches.1 b/manpages/en/lh_chroot_local-patches.1
index 62fc6bc..8b05b45 100644
--- a/manpages/en/lh_chroot_local-patches.1
+++ b/manpages/en/lh_chroot_local-patches.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_local\-patches\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_local-preseed.1 b/manpages/en/lh_chroot_local-preseed.1
index 60b1ab1..6b960a1 100644
--- a/manpages/en/lh_chroot_local-preseed.1
+++ b/manpages/en/lh_chroot_local-preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_local\-preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_localization.1 b/manpages/en/lh_chroot_localization.1
index 997dfc0..f1f8f31 100644
--- a/manpages/en/lh_chroot_localization.1
+++ b/manpages/en/lh_chroot_localization.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_localization\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_packages.1 b/manpages/en/lh_chroot_packages.1
index 8f5dbed..6cf602c 100644
--- a/manpages/en/lh_chroot_packages.1
+++ b/manpages/en/lh_chroot_packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_packageslists.1 b/manpages/en/lh_chroot_packageslists.1
index 53ebe54..d6b97e4 100644
--- a/manpages/en/lh_chroot_packageslists.1
+++ b/manpages/en/lh_chroot_packageslists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_packageslists\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_preseed.1 b/manpages/en/lh_chroot_preseed.1
index 58ee361..75312c9 100644
--- a/manpages/en/lh_chroot_preseed.1
+++ b/manpages/en/lh_chroot_preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_proc.1 b/manpages/en/lh_chroot_proc.1
index eb19265..343ab65 100644
--- a/manpages/en/lh_chroot_proc.1
+++ b/manpages/en/lh_chroot_proc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_proc\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_resolv.1 b/manpages/en/lh_chroot_resolv.1
index 2c1be97..c454b99 100644
--- a/manpages/en/lh_chroot_resolv.1
+++ b/manpages/en/lh_chroot_resolv.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_resolv\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_selinuxfs.1 b/manpages/en/lh_chroot_selinuxfs.1
index 81380c5..0fd8288 100644
--- a/manpages/en/lh_chroot_selinuxfs.1
+++ b/manpages/en/lh_chroot_selinuxfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_selinuxfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_sources.1 b/manpages/en/lh_chroot_sources.1
index 1b1698e..057bf0f 100644
--- a/manpages/en/lh_chroot_sources.1
+++ b/manpages/en/lh_chroot_sources.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_sources\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_symlinks.1 b/manpages/en/lh_chroot_symlinks.1
index d1eb2ff..9cd5080 100644
--- a/manpages/en/lh_chroot_symlinks.1
+++ b/manpages/en/lh_chroot_symlinks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_symlinks\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_sysfs.1 b/manpages/en/lh_chroot_sysfs.1
index 25e38d7..5e805f2 100644
--- a/manpages/en/lh_chroot_sysfs.1
+++ b/manpages/en/lh_chroot_sysfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_sysfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_sysv-rc.1 b/manpages/en/lh_chroot_sysv-rc.1
index 95a50c1..8600f2a 100644
--- a/manpages/en/lh_chroot_sysv-rc.1
+++ b/manpages/en/lh_chroot_sysv-rc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_sysv-rc\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_sysvinit.1 b/manpages/en/lh_chroot_sysvinit.1
index ed77636..2e1203d 100644
--- a/manpages/en/lh_chroot_sysvinit.1
+++ b/manpages/en/lh_chroot_sysvinit.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_sysvinit\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_tasks.1 b/manpages/en/lh_chroot_tasks.1
index d168383..852e052 100644
--- a/manpages/en/lh_chroot_tasks.1
+++ b/manpages/en/lh_chroot_tasks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_tasks\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_chroot_upstart.1 b/manpages/en/lh_chroot_upstart.1
index 36a0865..5dfd38d 100644
--- a/manpages/en/lh_chroot_upstart.1
+++ b/manpages/en/lh_chroot_upstart.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh chroot_upstart\fR \- Complete the chroot stage
diff --git a/manpages/en/lh_clean.1 b/manpages/en/lh_clean.1
index f238ed8..4ec7ba2 100644
--- a/manpages/en/lh_clean.1
+++ b/manpages/en/lh_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh clean\fR \- Clean build directory
diff --git a/manpages/en/lh_config.1 b/manpages/en/lh_config.1
index 4a9a276..a4ef6be 100644
--- a/manpages/en/lh_config.1
+++ b/manpages/en/lh_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh config\fR \- Create config directory
diff --git a/manpages/en/lh_local.1 b/manpages/en/lh_local.1
index 8559422..9f9eb1b 100644
--- a/manpages/en/lh_local.1
+++ b/manpages/en/lh_local.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh local\fR \- wrapper for local live\-helper programs
diff --git a/manpages/en/lh_source.1 b/manpages/en/lh_source.1
index 669e8e8..1efb7a7 100644
--- a/manpages/en/lh_source.1
+++ b/manpages/en/lh_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh source\fR \- Complete the source stage
diff --git a/manpages/en/lh_source_checksums.1 b/manpages/en/lh_source_checksums.1
index 37ec31e..2d47fd5 100644
--- a/manpages/en/lh_source_checksums.1
+++ b/manpages/en/lh_source_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh source_checksums\fR \- Complete the source stage
diff --git a/manpages/en/lh_source_debian-live.1 b/manpages/en/lh_source_debian-live.1
index 71fec0e..4bc5f90 100644
--- a/manpages/en/lh_source_debian-live.1
+++ b/manpages/en/lh_source_debian-live.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh source_debian\-live\fR \- Complete the source stage
diff --git a/manpages/en/lh_source_debian.1 b/manpages/en/lh_source_debian.1
index 7b398f4..7d6a8a6 100644
--- a/manpages/en/lh_source_debian.1
+++ b/manpages/en/lh_source_debian.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh source_debian\fR \- Complete the source stage
diff --git a/manpages/en/lh_source_disk.1 b/manpages/en/lh_source_disk.1
index 8476336..7dc1b0c 100644
--- a/manpages/en/lh_source_disk.1
+++ b/manpages/en/lh_source_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh source_disk\fR \- Complete the source stage
diff --git a/manpages/en/lh_source_iso.1 b/manpages/en/lh_source_iso.1
index 3914465..3b94ef5 100644
--- a/manpages/en/lh_source_iso.1
+++ b/manpages/en/lh_source_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh source_iso\fR \- Complete the source stage
diff --git a/manpages/en/lh_source_net.1 b/manpages/en/lh_source_net.1
index db8376b..af5166b 100644
--- a/manpages/en/lh_source_net.1
+++ b/manpages/en/lh_source_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh source_net\fR \- Complete the source stage
diff --git a/manpages/en/lh_source_tar.1 b/manpages/en/lh_source_tar.1
index 2b75873..07f965b 100644
--- a/manpages/en/lh_source_tar.1
+++ b/manpages/en/lh_source_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh source_tar\fR \- Complete the source stage
diff --git a/manpages/en/lh_source_usb.1 b/manpages/en/lh_source_usb.1
index 94008db..4e90f7b 100644
--- a/manpages/en/lh_source_usb.1
+++ b/manpages/en/lh_source_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh source_usb\fR \- Complete the source stage
diff --git a/manpages/en/lh_source_virtual-hdd.1 b/manpages/en/lh_source_virtual-hdd.1
index 3173c13..9ab28b3 100644
--- a/manpages/en/lh_source_virtual-hdd.1
+++ b/manpages/en/lh_source_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh source_virtual\-hdd\fR \- Complete the source stage
diff --git a/manpages/en/lh_testroot.1 b/manpages/en/lh_testroot.1
index 46ef102..a1a4fa6 100644
--- a/manpages/en/lh_testroot.1
+++ b/manpages/en/lh_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlh testroot\fR \- Ensure that a system is built as root
diff --git a/manpages/en/live-helper.7 b/manpages/en/live-helper.7
index 6f914e5..21246d2 100644
--- a/manpages/en/live-helper.7
+++ b/manpages/en/live-helper.7
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 7 2010\-07\-02 2.0~a16 "Debian Live Project"
+.TH LIVE\-HELPER 7 2010\-07\-02 2.0~a17 "Debian Live Project"
 
 .SH NAME
 \fBlive\-helper\fR \- the Debian Live tool suite
diff --git a/manpages/po/de/lh.1.po b/manpages/po/de/lh.1.po
index ae96584..b09ac30 100644
--- a/manpages/po/de/lh.1.po
+++ b/manpages/po/de/lh.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary.1.po b/manpages/po/de/lh_binary.1.po
index e5038b1..61ade0e 100644
--- a/manpages/po/de/lh_binary.1.po
+++ b/manpages/po/de/lh_binary.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_checksums.1.po b/manpages/po/de/lh_binary_checksums.1.po
index 46f591f..e2b7e60 100644
--- a/manpages/po/de/lh_binary_checksums.1.po
+++ b/manpages/po/de/lh_binary_checksums.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_chroot.1.po b/manpages/po/de/lh_binary_chroot.1.po
index 366419e..04923bf 100644
--- a/manpages/po/de/lh_binary_chroot.1.po
+++ b/manpages/po/de/lh_binary_chroot.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_debian-installer.1.po b/manpages/po/de/lh_binary_debian-installer.1.po
index 46902ae..242a5d0 100644
--- a/manpages/po/de/lh_binary_debian-installer.1.po
+++ b/manpages/po/de/lh_binary_debian-installer.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_disk.1.po b/manpages/po/de/lh_binary_disk.1.po
index 9ffb789..54a1609 100644
--- a/manpages/po/de/lh_binary_disk.1.po
+++ b/manpages/po/de/lh_binary_disk.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_encryption.1.po b/manpages/po/de/lh_binary_encryption.1.po
index cb24c1f..9648e2a 100644
--- a/manpages/po/de/lh_binary_encryption.1.po
+++ b/manpages/po/de/lh_binary_encryption.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_grub.1.po b/manpages/po/de/lh_binary_grub.1.po
index d7cd88a..92c59c7 100644
--- a/manpages/po/de/lh_binary_grub.1.po
+++ b/manpages/po/de/lh_binary_grub.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_grub2.1.po b/manpages/po/de/lh_binary_grub2.1.po
index 725aae4..868c6d7 100644
--- a/manpages/po/de/lh_binary_grub2.1.po
+++ b/manpages/po/de/lh_binary_grub2.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_includes.1.po b/manpages/po/de/lh_binary_includes.1.po
index 403f3b0..4a7871d 100644
--- a/manpages/po/de/lh_binary_includes.1.po
+++ b/manpages/po/de/lh_binary_includes.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_iso.1.po b/manpages/po/de/lh_binary_iso.1.po
index e074594..bba1c87 100644
--- a/manpages/po/de/lh_binary_iso.1.po
+++ b/manpages/po/de/lh_binary_iso.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_linux-image.1.po b/manpages/po/de/lh_binary_linux-image.1.po
index 92b43ad..78215d7 100644
--- a/manpages/po/de/lh_binary_linux-image.1.po
+++ b/manpages/po/de/lh_binary_linux-image.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_local-hooks.1.po b/manpages/po/de/lh_binary_local-hooks.1.po
index f53f606..67da87e 100644
--- a/manpages/po/de/lh_binary_local-hooks.1.po
+++ b/manpages/po/de/lh_binary_local-hooks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_local-includes.1.po b/manpages/po/de/lh_binary_local-includes.1.po
index 0fbd280..3490eb0 100644
--- a/manpages/po/de/lh_binary_local-includes.1.po
+++ b/manpages/po/de/lh_binary_local-includes.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_local-packageslists.1.po b/manpages/po/de/lh_binary_local-packageslists.1.po
index f6e563b..2eb5035 100644
--- a/manpages/po/de/lh_binary_local-packageslists.1.po
+++ b/manpages/po/de/lh_binary_local-packageslists.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_manifest.1.po b/manpages/po/de/lh_binary_manifest.1.po
index df8ac8e..3454e90 100644
--- a/manpages/po/de/lh_binary_manifest.1.po
+++ b/manpages/po/de/lh_binary_manifest.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_memtest.1.po b/manpages/po/de/lh_binary_memtest.1.po
index 7f25bc8..f71b55e 100644
--- a/manpages/po/de/lh_binary_memtest.1.po
+++ b/manpages/po/de/lh_binary_memtest.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_net.1.po b/manpages/po/de/lh_binary_net.1.po
index a0cc142..5102ac0 100644
--- a/manpages/po/de/lh_binary_net.1.po
+++ b/manpages/po/de/lh_binary_net.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_rootfs.1.po b/manpages/po/de/lh_binary_rootfs.1.po
index f8b15a9..9bede35 100644
--- a/manpages/po/de/lh_binary_rootfs.1.po
+++ b/manpages/po/de/lh_binary_rootfs.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_silo.1.po b/manpages/po/de/lh_binary_silo.1.po
index 2fae42e..f0bc2c4 100644
--- a/manpages/po/de/lh_binary_silo.1.po
+++ b/manpages/po/de/lh_binary_silo.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_syslinux.1.po b/manpages/po/de/lh_binary_syslinux.1.po
index f7c9af4..ebd127e 100644
--- a/manpages/po/de/lh_binary_syslinux.1.po
+++ b/manpages/po/de/lh_binary_syslinux.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_tar.1.po b/manpages/po/de/lh_binary_tar.1.po
index 36cb230..6b69e63 100644
--- a/manpages/po/de/lh_binary_tar.1.po
+++ b/manpages/po/de/lh_binary_tar.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_usb.1.po b/manpages/po/de/lh_binary_usb.1.po
index 0018803..d28175c 100644
--- a/manpages/po/de/lh_binary_usb.1.po
+++ b/manpages/po/de/lh_binary_usb.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_virtual-hdd.1.po b/manpages/po/de/lh_binary_virtual-hdd.1.po
index 0d2ee4b..a4924ac 100644
--- a/manpages/po/de/lh_binary_virtual-hdd.1.po
+++ b/manpages/po/de/lh_binary_virtual-hdd.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_win32-loader.1.po b/manpages/po/de/lh_binary_win32-loader.1.po
index 2d3c31e..9ee6323 100644
--- a/manpages/po/de/lh_binary_win32-loader.1.po
+++ b/manpages/po/de/lh_binary_win32-loader.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_binary_yaboot.1.po b/manpages/po/de/lh_binary_yaboot.1.po
index ed96aa7..0193222 100644
--- a/manpages/po/de/lh_binary_yaboot.1.po
+++ b/manpages/po/de/lh_binary_yaboot.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_bootstrap.1.po b/manpages/po/de/lh_bootstrap.1.po
index 1c36b99..fff1acb 100644
--- a/manpages/po/de/lh_bootstrap.1.po
+++ b/manpages/po/de/lh_bootstrap.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_bootstrap_cache.1.po b/manpages/po/de/lh_bootstrap_cache.1.po
index d72427d..2feebf0 100644
--- a/manpages/po/de/lh_bootstrap_cache.1.po
+++ b/manpages/po/de/lh_bootstrap_cache.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_bootstrap_cdebootstrap.1.po b/manpages/po/de/lh_bootstrap_cdebootstrap.1.po
index b49c716..655fd96 100644
--- a/manpages/po/de/lh_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lh_bootstrap_cdebootstrap.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_bootstrap_copy.1.po b/manpages/po/de/lh_bootstrap_copy.1.po
index 045bb0e..12314b2 100644
--- a/manpages/po/de/lh_bootstrap_copy.1.po
+++ b/manpages/po/de/lh_bootstrap_copy.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_bootstrap_debootstrap.1.po b/manpages/po/de/lh_bootstrap_debootstrap.1.po
index f1bdfef..fd52cc4 100644
--- a/manpages/po/de/lh_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lh_bootstrap_debootstrap.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_build.1.po b/manpages/po/de/lh_build.1.po
index 168b9c7..8f9589d 100644
--- a/manpages/po/de/lh_build.1.po
+++ b/manpages/po/de/lh_build.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 10:39+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot.1.po b/manpages/po/de/lh_chroot.1.po
index 83b4e84..556f6fc 100644
--- a/manpages/po/de/lh_chroot.1.po
+++ b/manpages/po/de/lh_chroot.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_apt.1.po b/manpages/po/de/lh_chroot_apt.1.po
index c7c2804..8515cb8 100644
--- a/manpages/po/de/lh_chroot_apt.1.po
+++ b/manpages/po/de/lh_chroot_apt.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_cache.1.po b/manpages/po/de/lh_chroot_cache.1.po
index c1a825a..d8bf7d1 100644
--- a/manpages/po/de/lh_chroot_cache.1.po
+++ b/manpages/po/de/lh_chroot_cache.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_debianchroot.1.po b/manpages/po/de/lh_chroot_debianchroot.1.po
index c4fb8c8..b6be06a 100644
--- a/manpages/po/de/lh_chroot_debianchroot.1.po
+++ b/manpages/po/de/lh_chroot_debianchroot.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_devpts.1.po b/manpages/po/de/lh_chroot_devpts.1.po
index 6b52f28..0b788f3 100644
--- a/manpages/po/de/lh_chroot_devpts.1.po
+++ b/manpages/po/de/lh_chroot_devpts.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_dpkg.1.po b/manpages/po/de/lh_chroot_dpkg.1.po
index 41c25ad..5eba1e0 100644
--- a/manpages/po/de/lh_chroot_dpkg.1.po
+++ b/manpages/po/de/lh_chroot_dpkg.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_hacks.1.po b/manpages/po/de/lh_chroot_hacks.1.po
index 36f7828..2784a78 100644
--- a/manpages/po/de/lh_chroot_hacks.1.po
+++ b/manpages/po/de/lh_chroot_hacks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_hooks.1.po b/manpages/po/de/lh_chroot_hooks.1.po
index 67bacbf..fa4abbb 100644
--- a/manpages/po/de/lh_chroot_hooks.1.po
+++ b/manpages/po/de/lh_chroot_hooks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_hostname.1.po b/manpages/po/de/lh_chroot_hostname.1.po
index 9bdc8ea..0d7b216 100644
--- a/manpages/po/de/lh_chroot_hostname.1.po
+++ b/manpages/po/de/lh_chroot_hostname.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_hosts.1.po b/manpages/po/de/lh_chroot_hosts.1.po
index 80770d9..95d0872 100644
--- a/manpages/po/de/lh_chroot_hosts.1.po
+++ b/manpages/po/de/lh_chroot_hosts.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_install-packages.1.po b/manpages/po/de/lh_chroot_install-packages.1.po
index d1e3fff..d835445 100644
--- a/manpages/po/de/lh_chroot_install-packages.1.po
+++ b/manpages/po/de/lh_chroot_install-packages.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_interactive.1.po b/manpages/po/de/lh_chroot_interactive.1.po
index 3756b76..71ff21f 100644
--- a/manpages/po/de/lh_chroot_interactive.1.po
+++ b/manpages/po/de/lh_chroot_interactive.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_linux-image.1.po b/manpages/po/de/lh_chroot_linux-image.1.po
index 4851e1b..bfd1757 100644
--- a/manpages/po/de/lh_chroot_linux-image.1.po
+++ b/manpages/po/de/lh_chroot_linux-image.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_local-hooks.1.po b/manpages/po/de/lh_chroot_local-hooks.1.po
index f763e4a..d653751 100644
--- a/manpages/po/de/lh_chroot_local-hooks.1.po
+++ b/manpages/po/de/lh_chroot_local-hooks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_local-includes.1.po b/manpages/po/de/lh_chroot_local-includes.1.po
index f07b37b..1a554ae 100644
--- a/manpages/po/de/lh_chroot_local-includes.1.po
+++ b/manpages/po/de/lh_chroot_local-includes.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_local-packages.1.po b/manpages/po/de/lh_chroot_local-packages.1.po
index 1f32bdb..19c6069 100644
--- a/manpages/po/de/lh_chroot_local-packages.1.po
+++ b/manpages/po/de/lh_chroot_local-packages.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_local-packageslists.1.po b/manpages/po/de/lh_chroot_local-packageslists.1.po
index 4ed2b71..445705f 100644
--- a/manpages/po/de/lh_chroot_local-packageslists.1.po
+++ b/manpages/po/de/lh_chroot_local-packageslists.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_local-patches.1.po b/manpages/po/de/lh_chroot_local-patches.1.po
index 5f47ce9..f2be8be 100644
--- a/manpages/po/de/lh_chroot_local-patches.1.po
+++ b/manpages/po/de/lh_chroot_local-patches.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_local-preseed.1.po b/manpages/po/de/lh_chroot_local-preseed.1.po
index 9d111ca..9786a0f 100644
--- a/manpages/po/de/lh_chroot_local-preseed.1.po
+++ b/manpages/po/de/lh_chroot_local-preseed.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_localization.1.po b/manpages/po/de/lh_chroot_localization.1.po
index 8a910fa..1eda343 100644
--- a/manpages/po/de/lh_chroot_localization.1.po
+++ b/manpages/po/de/lh_chroot_localization.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_packages.1.po b/manpages/po/de/lh_chroot_packages.1.po
index 2f51807..34553da 100644
--- a/manpages/po/de/lh_chroot_packages.1.po
+++ b/manpages/po/de/lh_chroot_packages.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_packageslists.1.po b/manpages/po/de/lh_chroot_packageslists.1.po
index 71f5857..734b8cb 100644
--- a/manpages/po/de/lh_chroot_packageslists.1.po
+++ b/manpages/po/de/lh_chroot_packageslists.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_preseed.1.po b/manpages/po/de/lh_chroot_preseed.1.po
index f54931f..c77dee9 100644
--- a/manpages/po/de/lh_chroot_preseed.1.po
+++ b/manpages/po/de/lh_chroot_preseed.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_proc.1.po b/manpages/po/de/lh_chroot_proc.1.po
index 5351ae6..0dd9674 100644
--- a/manpages/po/de/lh_chroot_proc.1.po
+++ b/manpages/po/de/lh_chroot_proc.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_resolv.1.po b/manpages/po/de/lh_chroot_resolv.1.po
index 8763b95..4d1aeb3 100644
--- a/manpages/po/de/lh_chroot_resolv.1.po
+++ b/manpages/po/de/lh_chroot_resolv.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_selinuxfs.1.po b/manpages/po/de/lh_chroot_selinuxfs.1.po
index b034bac..39020b1 100644
--- a/manpages/po/de/lh_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lh_chroot_selinuxfs.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_sources.1.po b/manpages/po/de/lh_chroot_sources.1.po
index 4e0f73a..8412394 100644
--- a/manpages/po/de/lh_chroot_sources.1.po
+++ b/manpages/po/de/lh_chroot_sources.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_symlinks.1.po b/manpages/po/de/lh_chroot_symlinks.1.po
index 6bfbc20..94872de 100644
--- a/manpages/po/de/lh_chroot_symlinks.1.po
+++ b/manpages/po/de/lh_chroot_symlinks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_sysfs.1.po b/manpages/po/de/lh_chroot_sysfs.1.po
index 8d755ab..5036b5b 100644
--- a/manpages/po/de/lh_chroot_sysfs.1.po
+++ b/manpages/po/de/lh_chroot_sysfs.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_sysv-rc.1.po b/manpages/po/de/lh_chroot_sysv-rc.1.po
index 4633d06..eb26107 100644
--- a/manpages/po/de/lh_chroot_sysv-rc.1.po
+++ b/manpages/po/de/lh_chroot_sysv-rc.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_sysvinit.1.po b/manpages/po/de/lh_chroot_sysvinit.1.po
index cda9888..14ac13e 100644
--- a/manpages/po/de/lh_chroot_sysvinit.1.po
+++ b/manpages/po/de/lh_chroot_sysvinit.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_tasks.1.po b/manpages/po/de/lh_chroot_tasks.1.po
index 7b5c63b..8b83d17 100644
--- a/manpages/po/de/lh_chroot_tasks.1.po
+++ b/manpages/po/de/lh_chroot_tasks.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_chroot_upstart.1.po b/manpages/po/de/lh_chroot_upstart.1.po
index 1cf611c..8e70219 100644
--- a/manpages/po/de/lh_chroot_upstart.1.po
+++ b/manpages/po/de/lh_chroot_upstart.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_clean.1.po b/manpages/po/de/lh_clean.1.po
index f5f8146..da6acd7 100644
--- a/manpages/po/de/lh_clean.1.po
+++ b/manpages/po/de/lh_clean.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_config.1.po b/manpages/po/de/lh_config.1.po
index 9a746b8..3e739e3 100644
--- a/manpages/po/de/lh_config.1.po
+++ b/manpages/po/de/lh_config.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_local.1.po b/manpages/po/de/lh_local.1.po
index c2edb5e..fd20e01 100644
--- a/manpages/po/de/lh_local.1.po
+++ b/manpages/po/de/lh_local.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 12:13+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_source.1.po b/manpages/po/de/lh_source.1.po
index 2b2ce63..6b8cd14 100644
--- a/manpages/po/de/lh_source.1.po
+++ b/manpages/po/de/lh_source.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_source_checksums.1.po b/manpages/po/de/lh_source_checksums.1.po
index 6eafe3b..7e4e75c 100644
--- a/manpages/po/de/lh_source_checksums.1.po
+++ b/manpages/po/de/lh_source_checksums.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_source_debian-live.1.po b/manpages/po/de/lh_source_debian-live.1.po
index a45bdb7..be65b4c 100644
--- a/manpages/po/de/lh_source_debian-live.1.po
+++ b/manpages/po/de/lh_source_debian-live.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_source_debian.1.po b/manpages/po/de/lh_source_debian.1.po
index 1398c48..01ed49d 100644
--- a/manpages/po/de/lh_source_debian.1.po
+++ b/manpages/po/de/lh_source_debian.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_source_disk.1.po b/manpages/po/de/lh_source_disk.1.po
index 95fb958..d2d9c2c 100644
--- a/manpages/po/de/lh_source_disk.1.po
+++ b/manpages/po/de/lh_source_disk.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_source_iso.1.po b/manpages/po/de/lh_source_iso.1.po
index d555ab9..3bf5ba3 100644
--- a/manpages/po/de/lh_source_iso.1.po
+++ b/manpages/po/de/lh_source_iso.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_source_net.1.po b/manpages/po/de/lh_source_net.1.po
index 254fe42..f266524 100644
--- a/manpages/po/de/lh_source_net.1.po
+++ b/manpages/po/de/lh_source_net.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_source_tar.1.po b/manpages/po/de/lh_source_tar.1.po
index 4a38a62..d3fd406 100644
--- a/manpages/po/de/lh_source_tar.1.po
+++ b/manpages/po/de/lh_source_tar.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_source_usb.1.po b/manpages/po/de/lh_source_usb.1.po
index 480e049..b817c4d 100644
--- a/manpages/po/de/lh_source_usb.1.po
+++ b/manpages/po/de/lh_source_usb.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_source_virtual-hdd.1.po b/manpages/po/de/lh_source_virtual-hdd.1.po
index 2a1056b..26bbe6e 100644
--- a/manpages/po/de/lh_source_virtual-hdd.1.po
+++ b/manpages/po/de/lh_source_virtual-hdd.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-09 11:47+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/lh_testroot.1.po b/manpages/po/de/lh_testroot.1.po
index 23c92f0..eacbbe6 100644
--- a/manpages/po/de/lh_testroot.1.po
+++ b/manpages/po/de/lh_testroot.1.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/po/de/live-helper.7.po b/manpages/po/de/live-helper.7.po
index 03158c1..c920fcf 100644
--- a/manpages/po/de/live-helper.7.po
+++ b/manpages/po/de/live-helper.7.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper 2.0~a16\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+0300\n"
 "PO-Revision-Date: 2010-05-08 23:50+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -116,8 +116,9 @@ msgstr "02.07.2010"
 #: en/lh_source_debian-live.1:1 en/lh_source_disk.1:1 en/lh_source_iso.1:1
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
-#, no-wrap
-msgid "2.0~a16"
+#, fuzzy, no-wrap
+#| msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr "2.0~a16"
 
 #. type: TH
diff --git a/manpages/pot/lh.1.pot b/manpages/pot/lh.1.pot
index e33956e..1d59421 100644
--- a/manpages/pot/lh.1.pot
+++ b/manpages/pot/lh.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary.1.pot b/manpages/pot/lh_binary.1.pot
index 4951874..d7f6999 100644
--- a/manpages/pot/lh_binary.1.pot
+++ b/manpages/pot/lh_binary.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_checksums.1.pot b/manpages/pot/lh_binary_checksums.1.pot
index 93e5fe6..318d12c 100644
--- a/manpages/pot/lh_binary_checksums.1.pot
+++ b/manpages/pot/lh_binary_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_chroot.1.pot b/manpages/pot/lh_binary_chroot.1.pot
index 672dfd0..46e2b54 100644
--- a/manpages/pot/lh_binary_chroot.1.pot
+++ b/manpages/pot/lh_binary_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_debian-installer.1.pot b/manpages/pot/lh_binary_debian-installer.1.pot
index 82572fa..1c361e8 100644
--- a/manpages/pot/lh_binary_debian-installer.1.pot
+++ b/manpages/pot/lh_binary_debian-installer.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_disk.1.pot b/manpages/pot/lh_binary_disk.1.pot
index 8c95ff4..37b98de 100644
--- a/manpages/pot/lh_binary_disk.1.pot
+++ b/manpages/pot/lh_binary_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_encryption.1.pot b/manpages/pot/lh_binary_encryption.1.pot
index 092930e..46eb54e 100644
--- a/manpages/pot/lh_binary_encryption.1.pot
+++ b/manpages/pot/lh_binary_encryption.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_grub.1.pot b/manpages/pot/lh_binary_grub.1.pot
index 0a5ee5a..d808558 100644
--- a/manpages/pot/lh_binary_grub.1.pot
+++ b/manpages/pot/lh_binary_grub.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_grub2.1.pot b/manpages/pot/lh_binary_grub2.1.pot
index f9a4b55..0d1a07c 100644
--- a/manpages/pot/lh_binary_grub2.1.pot
+++ b/manpages/pot/lh_binary_grub2.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_includes.1.pot b/manpages/pot/lh_binary_includes.1.pot
index 32c21d0..62fbfb2 100644
--- a/manpages/pot/lh_binary_includes.1.pot
+++ b/manpages/pot/lh_binary_includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_iso.1.pot b/manpages/pot/lh_binary_iso.1.pot
index 17b4611..08d7675 100644
--- a/manpages/pot/lh_binary_iso.1.pot
+++ b/manpages/pot/lh_binary_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_linux-image.1.pot b/manpages/pot/lh_binary_linux-image.1.pot
index ddd58b6..55f0c90 100644
--- a/manpages/pot/lh_binary_linux-image.1.pot
+++ b/manpages/pot/lh_binary_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_local-hooks.1.pot b/manpages/pot/lh_binary_local-hooks.1.pot
index 2a54eb5..66d9730 100644
--- a/manpages/pot/lh_binary_local-hooks.1.pot
+++ b/manpages/pot/lh_binary_local-hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_local-includes.1.pot b/manpages/pot/lh_binary_local-includes.1.pot
index faaaa82..4506702 100644
--- a/manpages/pot/lh_binary_local-includes.1.pot
+++ b/manpages/pot/lh_binary_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_local-packageslists.1.pot b/manpages/pot/lh_binary_local-packageslists.1.pot
index 722131a..459bd43 100644
--- a/manpages/pot/lh_binary_local-packageslists.1.pot
+++ b/manpages/pot/lh_binary_local-packageslists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_manifest.1.pot b/manpages/pot/lh_binary_manifest.1.pot
index fde8819..d18ac43 100644
--- a/manpages/pot/lh_binary_manifest.1.pot
+++ b/manpages/pot/lh_binary_manifest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_memtest.1.pot b/manpages/pot/lh_binary_memtest.1.pot
index 0614362..dabedad 100644
--- a/manpages/pot/lh_binary_memtest.1.pot
+++ b/manpages/pot/lh_binary_memtest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_net.1.pot b/manpages/pot/lh_binary_net.1.pot
index c867c78..db55c98 100644
--- a/manpages/pot/lh_binary_net.1.pot
+++ b/manpages/pot/lh_binary_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_rootfs.1.pot b/manpages/pot/lh_binary_rootfs.1.pot
index 62346af..5348eda 100644
--- a/manpages/pot/lh_binary_rootfs.1.pot
+++ b/manpages/pot/lh_binary_rootfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_silo.1.pot b/manpages/pot/lh_binary_silo.1.pot
index 5ac0520..11b03c9 100644
--- a/manpages/pot/lh_binary_silo.1.pot
+++ b/manpages/pot/lh_binary_silo.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_syslinux.1.pot b/manpages/pot/lh_binary_syslinux.1.pot
index 2ff8eda..c233712 100644
--- a/manpages/pot/lh_binary_syslinux.1.pot
+++ b/manpages/pot/lh_binary_syslinux.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_tar.1.pot b/manpages/pot/lh_binary_tar.1.pot
index 0706d5d..e0781b2 100644
--- a/manpages/pot/lh_binary_tar.1.pot
+++ b/manpages/pot/lh_binary_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_usb.1.pot b/manpages/pot/lh_binary_usb.1.pot
index b040f05..7cdeeb5 100644
--- a/manpages/pot/lh_binary_usb.1.pot
+++ b/manpages/pot/lh_binary_usb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_virtual-hdd.1.pot b/manpages/pot/lh_binary_virtual-hdd.1.pot
index 31f6640..b0d30f3 100644
--- a/manpages/pot/lh_binary_virtual-hdd.1.pot
+++ b/manpages/pot/lh_binary_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_win32-loader.1.pot b/manpages/pot/lh_binary_win32-loader.1.pot
index 889cfdb..7ffa31a 100644
--- a/manpages/pot/lh_binary_win32-loader.1.pot
+++ b/manpages/pot/lh_binary_win32-loader.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_binary_yaboot.1.pot b/manpages/pot/lh_binary_yaboot.1.pot
index e025e32..5f3d02a 100644
--- a/manpages/pot/lh_binary_yaboot.1.pot
+++ b/manpages/pot/lh_binary_yaboot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_bootstrap.1.pot b/manpages/pot/lh_bootstrap.1.pot
index 3eb97d7..d6f0b29 100644
--- a/manpages/pot/lh_bootstrap.1.pot
+++ b/manpages/pot/lh_bootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_bootstrap_cache.1.pot b/manpages/pot/lh_bootstrap_cache.1.pot
index 8114f3d..5ae75b1 100644
--- a/manpages/pot/lh_bootstrap_cache.1.pot
+++ b/manpages/pot/lh_bootstrap_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_bootstrap_cdebootstrap.1.pot b/manpages/pot/lh_bootstrap_cdebootstrap.1.pot
index 16f160d..e6980d1 100644
--- a/manpages/pot/lh_bootstrap_cdebootstrap.1.pot
+++ b/manpages/pot/lh_bootstrap_cdebootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_bootstrap_copy.1.pot b/manpages/pot/lh_bootstrap_copy.1.pot
index faacf05..366cd4a 100644
--- a/manpages/pot/lh_bootstrap_copy.1.pot
+++ b/manpages/pot/lh_bootstrap_copy.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_bootstrap_debootstrap.1.pot b/manpages/pot/lh_bootstrap_debootstrap.1.pot
index 03f5a97..e85ee60 100644
--- a/manpages/pot/lh_bootstrap_debootstrap.1.pot
+++ b/manpages/pot/lh_bootstrap_debootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_build.1.pot b/manpages/pot/lh_build.1.pot
index 05f6019..5c04bdd 100644
--- a/manpages/pot/lh_build.1.pot
+++ b/manpages/pot/lh_build.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot.1.pot b/manpages/pot/lh_chroot.1.pot
index 0850ee6..1cc4694 100644
--- a/manpages/pot/lh_chroot.1.pot
+++ b/manpages/pot/lh_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_apt.1.pot b/manpages/pot/lh_chroot_apt.1.pot
index f71f6d1..d49d2ce 100644
--- a/manpages/pot/lh_chroot_apt.1.pot
+++ b/manpages/pot/lh_chroot_apt.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_cache.1.pot b/manpages/pot/lh_chroot_cache.1.pot
index 927a976..136a683 100644
--- a/manpages/pot/lh_chroot_cache.1.pot
+++ b/manpages/pot/lh_chroot_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_debianchroot.1.pot b/manpages/pot/lh_chroot_debianchroot.1.pot
index d194359..afab4e9 100644
--- a/manpages/pot/lh_chroot_debianchroot.1.pot
+++ b/manpages/pot/lh_chroot_debianchroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_devpts.1.pot b/manpages/pot/lh_chroot_devpts.1.pot
index 8e366de..5d437ad 100644
--- a/manpages/pot/lh_chroot_devpts.1.pot
+++ b/manpages/pot/lh_chroot_devpts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_dpkg.1.pot b/manpages/pot/lh_chroot_dpkg.1.pot
index 00a8dd3..af5ea38 100644
--- a/manpages/pot/lh_chroot_dpkg.1.pot
+++ b/manpages/pot/lh_chroot_dpkg.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_hacks.1.pot b/manpages/pot/lh_chroot_hacks.1.pot
index 3a20566..ef8a613 100644
--- a/manpages/pot/lh_chroot_hacks.1.pot
+++ b/manpages/pot/lh_chroot_hacks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_hooks.1.pot b/manpages/pot/lh_chroot_hooks.1.pot
index c6668ae..bf37a8f 100644
--- a/manpages/pot/lh_chroot_hooks.1.pot
+++ b/manpages/pot/lh_chroot_hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_hostname.1.pot b/manpages/pot/lh_chroot_hostname.1.pot
index a550d78..a26c0ec 100644
--- a/manpages/pot/lh_chroot_hostname.1.pot
+++ b/manpages/pot/lh_chroot_hostname.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_hosts.1.pot b/manpages/pot/lh_chroot_hosts.1.pot
index 46b1fe9..1d9c757 100644
--- a/manpages/pot/lh_chroot_hosts.1.pot
+++ b/manpages/pot/lh_chroot_hosts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_install-packages.1.pot b/manpages/pot/lh_chroot_install-packages.1.pot
index 3588aff..41c07ad 100644
--- a/manpages/pot/lh_chroot_install-packages.1.pot
+++ b/manpages/pot/lh_chroot_install-packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_interactive.1.pot b/manpages/pot/lh_chroot_interactive.1.pot
index 924ea3d..aafa7bd 100644
--- a/manpages/pot/lh_chroot_interactive.1.pot
+++ b/manpages/pot/lh_chroot_interactive.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_linux-image.1.pot b/manpages/pot/lh_chroot_linux-image.1.pot
index 626ab96..7acbe0c 100644
--- a/manpages/pot/lh_chroot_linux-image.1.pot
+++ b/manpages/pot/lh_chroot_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_local-hooks.1.pot b/manpages/pot/lh_chroot_local-hooks.1.pot
index 10e5cf5..f4f1b48 100644
--- a/manpages/pot/lh_chroot_local-hooks.1.pot
+++ b/manpages/pot/lh_chroot_local-hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_local-includes.1.pot b/manpages/pot/lh_chroot_local-includes.1.pot
index ffe176b..e3e1a41 100644
--- a/manpages/pot/lh_chroot_local-includes.1.pot
+++ b/manpages/pot/lh_chroot_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_local-packages.1.pot b/manpages/pot/lh_chroot_local-packages.1.pot
index 3e90a92..87c01c2 100644
--- a/manpages/pot/lh_chroot_local-packages.1.pot
+++ b/manpages/pot/lh_chroot_local-packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_local-packageslists.1.pot b/manpages/pot/lh_chroot_local-packageslists.1.pot
index 74ffa0c..4c513df 100644
--- a/manpages/pot/lh_chroot_local-packageslists.1.pot
+++ b/manpages/pot/lh_chroot_local-packageslists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_local-patches.1.pot b/manpages/pot/lh_chroot_local-patches.1.pot
index 83cd71d..cffdc3d 100644
--- a/manpages/pot/lh_chroot_local-patches.1.pot
+++ b/manpages/pot/lh_chroot_local-patches.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_local-preseed.1.pot b/manpages/pot/lh_chroot_local-preseed.1.pot
index 096f116..cb79f9a 100644
--- a/manpages/pot/lh_chroot_local-preseed.1.pot
+++ b/manpages/pot/lh_chroot_local-preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_localization.1.pot b/manpages/pot/lh_chroot_localization.1.pot
index a62cf50..b0d1122 100644
--- a/manpages/pot/lh_chroot_localization.1.pot
+++ b/manpages/pot/lh_chroot_localization.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_packages.1.pot b/manpages/pot/lh_chroot_packages.1.pot
index f71fd5e..294c68e 100644
--- a/manpages/pot/lh_chroot_packages.1.pot
+++ b/manpages/pot/lh_chroot_packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_packageslists.1.pot b/manpages/pot/lh_chroot_packageslists.1.pot
index 79e6fc7..9efd7fd 100644
--- a/manpages/pot/lh_chroot_packageslists.1.pot
+++ b/manpages/pot/lh_chroot_packageslists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_preseed.1.pot b/manpages/pot/lh_chroot_preseed.1.pot
index f5a3047..a2f5b55 100644
--- a/manpages/pot/lh_chroot_preseed.1.pot
+++ b/manpages/pot/lh_chroot_preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_proc.1.pot b/manpages/pot/lh_chroot_proc.1.pot
index b59bf3d..be03060 100644
--- a/manpages/pot/lh_chroot_proc.1.pot
+++ b/manpages/pot/lh_chroot_proc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_resolv.1.pot b/manpages/pot/lh_chroot_resolv.1.pot
index d93f217..7b2c69a 100644
--- a/manpages/pot/lh_chroot_resolv.1.pot
+++ b/manpages/pot/lh_chroot_resolv.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_selinuxfs.1.pot b/manpages/pot/lh_chroot_selinuxfs.1.pot
index 2ee1cf6..2e8e3e5 100644
--- a/manpages/pot/lh_chroot_selinuxfs.1.pot
+++ b/manpages/pot/lh_chroot_selinuxfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_sources.1.pot b/manpages/pot/lh_chroot_sources.1.pot
index b3d1872..f460c9e 100644
--- a/manpages/pot/lh_chroot_sources.1.pot
+++ b/manpages/pot/lh_chroot_sources.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_symlinks.1.pot b/manpages/pot/lh_chroot_symlinks.1.pot
index b8b72f1..2bfd59d 100644
--- a/manpages/pot/lh_chroot_symlinks.1.pot
+++ b/manpages/pot/lh_chroot_symlinks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_sysfs.1.pot b/manpages/pot/lh_chroot_sysfs.1.pot
index dfb73c3..001bb31 100644
--- a/manpages/pot/lh_chroot_sysfs.1.pot
+++ b/manpages/pot/lh_chroot_sysfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_sysv-rc.1.pot b/manpages/pot/lh_chroot_sysv-rc.1.pot
index 6e95736..7a72403 100644
--- a/manpages/pot/lh_chroot_sysv-rc.1.pot
+++ b/manpages/pot/lh_chroot_sysv-rc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_sysvinit.1.pot b/manpages/pot/lh_chroot_sysvinit.1.pot
index 3a66cb7..a973d1a 100644
--- a/manpages/pot/lh_chroot_sysvinit.1.pot
+++ b/manpages/pot/lh_chroot_sysvinit.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_tasks.1.pot b/manpages/pot/lh_chroot_tasks.1.pot
index 9464f9f..cfbd334 100644
--- a/manpages/pot/lh_chroot_tasks.1.pot
+++ b/manpages/pot/lh_chroot_tasks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_chroot_upstart.1.pot b/manpages/pot/lh_chroot_upstart.1.pot
index 43042a4..17bbef3 100644
--- a/manpages/pot/lh_chroot_upstart.1.pot
+++ b/manpages/pot/lh_chroot_upstart.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_clean.1.pot b/manpages/pot/lh_clean.1.pot
index bf3611f..b37a55d 100644
--- a/manpages/pot/lh_clean.1.pot
+++ b/manpages/pot/lh_clean.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_config.1.pot b/manpages/pot/lh_config.1.pot
index 3b91b61..d408508 100644
--- a/manpages/pot/lh_config.1.pot
+++ b/manpages/pot/lh_config.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_local.1.pot b/manpages/pot/lh_local.1.pot
index 962667a..19ee288 100644
--- a/manpages/pot/lh_local.1.pot
+++ b/manpages/pot/lh_local.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_source.1.pot b/manpages/pot/lh_source.1.pot
index 76b4d35..69e9255 100644
--- a/manpages/pot/lh_source.1.pot
+++ b/manpages/pot/lh_source.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_source_checksums.1.pot b/manpages/pot/lh_source_checksums.1.pot
index 236957b..4297e79 100644
--- a/manpages/pot/lh_source_checksums.1.pot
+++ b/manpages/pot/lh_source_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_source_debian-live.1.pot b/manpages/pot/lh_source_debian-live.1.pot
index d45805c..a4a0ec8 100644
--- a/manpages/pot/lh_source_debian-live.1.pot
+++ b/manpages/pot/lh_source_debian-live.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_source_debian.1.pot b/manpages/pot/lh_source_debian.1.pot
index 77336f8..3dfed47 100644
--- a/manpages/pot/lh_source_debian.1.pot
+++ b/manpages/pot/lh_source_debian.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_source_disk.1.pot b/manpages/pot/lh_source_disk.1.pot
index f8d41c3..d0c73dc 100644
--- a/manpages/pot/lh_source_disk.1.pot
+++ b/manpages/pot/lh_source_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_source_iso.1.pot b/manpages/pot/lh_source_iso.1.pot
index d961e72..8aa8bb7 100644
--- a/manpages/pot/lh_source_iso.1.pot
+++ b/manpages/pot/lh_source_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_source_net.1.pot b/manpages/pot/lh_source_net.1.pot
index 49c3f42..9464b05 100644
--- a/manpages/pot/lh_source_net.1.pot
+++ b/manpages/pot/lh_source_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_source_tar.1.pot b/manpages/pot/lh_source_tar.1.pot
index 5909d03..ced0803 100644
--- a/manpages/pot/lh_source_tar.1.pot
+++ b/manpages/pot/lh_source_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_source_usb.1.pot b/manpages/pot/lh_source_usb.1.pot
index 972d1bb..0366d00 100644
--- a/manpages/pot/lh_source_usb.1.pot
+++ b/manpages/pot/lh_source_usb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_source_virtual-hdd.1.pot b/manpages/pot/lh_source_virtual-hdd.1.pot
index 76d37ae..5dbab6d 100644
--- a/manpages/pot/lh_source_virtual-hdd.1.pot
+++ b/manpages/pot/lh_source_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lh_testroot.1.pot b/manpages/pot/lh_testroot.1.pot
index 4b0f3cb..9e3eab4 100644
--- a/manpages/pot/lh_testroot.1.pot
+++ b/manpages/pot/lh_testroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/live-helper.7.pot b/manpages/pot/live-helper.7.pot
index cdf597c..0369675 100644
--- a/manpages/pot/live-helper.7.pot
+++ b/manpages/pot/live-helper.7.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-helper VERSION\n"
-"POT-Creation-Date: 2010-07-02 18:16+0300\n"
+"POT-Creation-Date: 2010-07-02 18:22+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"
@@ -117,7 +117,7 @@ msgstr ""
 #: en/lh_source_net.1:1 en/lh_source_tar.1:1 en/lh_source_usb.1:1
 #: en/lh_source_virtual-hdd.1:1 en/lh_testroot.1:1 en/live-helper.7:1
 #, no-wrap
-msgid "2.0~a16"
+msgid "2.0~a17"
 msgstr ""
 
 #. type: TH

-- 
live-helper



More information about the debian-live-changes mailing list