[SCM] live-build branch, upstream, updated. upstream/2.0_a29-1-g773c24d

Daniel Baumann daniel at debian.org
Sun Sep 26 10:17:20 UTC 2010


The following commit has been merged in the upstream branch:
commit 773c24da12d897930caac5f88aa69a9ddd3443cc
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Sep 26 12:16:23 2010 +0200

    Adding upstream version 2.0.0.

diff --git a/VERSION b/VERSION
index 5b61d6b..227cea2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0~a29
+2.0.0
diff --git a/functions/common.sh b/functions/common.sh
index 1c221d1..fdd3f06 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,7 +9,7 @@
 
 
 PACKAGE="live-build"
-VERSION="2.0~a28-1"
+VERSION="2.0.0-1"
 CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
 
 PATH="${PWD}/auto/scripts:${PATH}"
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 01e7aba..57cf37c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -142,7 +142,15 @@ Set_defaults ()
 					;;
 
 				*)
-					LB_INITRAMFS="live-initramfs"
+					case "${LB_DISTRIBUTION}" in
+						wheezy)
+							LB_INITRAMFS="live-boot"
+							;;
+
+						*)
+							LB_INITRAMFS="live-initramfs"
+							;;
+					esac
 					;;
 			esac
 		fi
diff --git a/functions/packageslists.sh b/functions/packageslists.sh
index 6095f3f..94f016f 100755
--- a/functions/packageslists.sh
+++ b/functions/packageslists.sh
@@ -22,7 +22,7 @@ Expand_packagelist ()
 		_LB_NESTED=0
 		_LB_ENABLED=1
 
-		for _LB_SEARCH_PATH in ${@} "${LB_BASE:-/usr/share/live/build}/lists"
+		for _LB_SEARCH_PATH in ${@} config/lists "${LB_BASE:-/usr/share/live/build}/lists"
 		do
 			if [ -e "${_LB_SEARCH_PATH}/${_LB_LIST_NAME}" ]
 			then
diff --git a/scripts/build/lb_local b/hooks/debian-live-pxe-server
similarity index 60%
copy from scripts/build/lb_local
copy to hooks/debian-live-pxe-server
index a1f66fd..565ead5 100755
--- a/scripts/build/lb_local
+++ b/hooks/debian-live-pxe-server
@@ -8,12 +8,10 @@
 ## under certain conditions; see COPYING for details.
 
 
-LB_BASE="${PWD}/live-build"
-PATH="${LB_BASE}/scripts/build:${PATH}"
+set -e
 
-export LB_BASE PATH
+# Adding symlink in /srv/tftp for debian-installer netboot images
+ARCHITECTURE="$(dpkg --print-architecture)"
 
-if [ ! -z "${1}" ]
-then
-	exec lb "${@}"
-fi
+rm -rf /srv/tftp
+ln -s /usr/lib/debian-installer/images/${ARCHITECTURE}/text /srv/tftp
diff --git a/lists/debian-forensics b/lists/debian-forensics
index 834004c..4c7a356 100644
--- a/lists/debian-forensics
+++ b/lists/debian-forensics
@@ -29,7 +29,7 @@ wipe
 
 ## Packages available as of squeeze
 
-#if DISTRIBUTION squeeze sid
+#if DISTRIBUTION squeeze wheezy sid
 aesfix
 aeskeyfind
 afflib-tools
diff --git a/lists/debian-live b/lists/debian-live-devel
similarity index 76%
rename from lists/debian-live
rename to lists/debian-live-devel
index 5f4f05d..9057bc5 100644
--- a/lists/debian-live
+++ b/lists/debian-live-devel
@@ -8,13 +8,21 @@
 # debian-live
 #if DISTRIBUTION lenny
 live-helper
+git-core
+grub
 #endif
-#if DISTRIBUTION squeeze sid
+
+#if DISTRIBUTION squeeze wheezy sid
 live-build
+git
+grub-pc grub-legacy
 #endif
-git-core
+
 debootstrap cdebootstrap
-dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs mtd-tools sudo fakeroot syslinux grub
+syslinux
+memtest86+ memtest86
+dosfstools genisoimage mtools parted squashfs-tools genext2fs mtd-tools
+fakeroot fakechroot sudo
 
 # kernel
 #if DISTRIBUTION lenny squeeze sid
@@ -31,12 +39,6 @@ squashfs-source
 #endif
 #linux-headers-2.6-all
 
-# netboot/pxe
-dhcp3-server nfs-kernel-server tftp-hpa
-
-# webboot
-apache2
-
 # some other stuff
 vim less screen gnupg dash posh
 
diff --git a/lists/debian-live-pxe-server b/lists/debian-live-pxe-server
new file mode 100644
index 0000000..91d9be5
--- /dev/null
+++ b/lists/debian-live-pxe-server
@@ -0,0 +1,22 @@
+# /usr/share/live/build/lists/debian-live-pxe-server - package list for live-build(7)
+
+## LH: Debian Live
+#include <standard>
+
+bind9
+
+#if DISTRIBUTION lenny
+dhcp3-server
+#endif
+#if DISTRIBUTION squeeze wheezy sid
+isc-dhcp-server
+#endif
+
+nfs-kernel-server
+syslinux-common
+tftpd-hpa
+
+#if DISTRIBUTION squeeze wheezy sid
+debian-installer-netboot-amd64
+debian-installer-netboot-i386
+#endif
diff --git a/lists/gnome-core b/lists/gnome-core
index 729f935..faa7774 100644
--- a/lists/gnome-core
+++ b/lists/gnome-core
@@ -7,7 +7,7 @@ gnome-core
 #if DISTRIBUTION lenny
 gdm
 #endif
-#if DISTRIBUTION squeeze sid
+#if DISTRIBUTION squeeze wheezy sid
 gdm3
 #endif
 desktop-base
diff --git a/lists/gnome-full b/lists/gnome-full
index 5c2ef11..bd717cf 100644
--- a/lists/gnome-full
+++ b/lists/gnome-full
@@ -7,6 +7,6 @@ gnome
 #if DISTRIBUTION lenny
 gdm
 #endif
-#if DISTRIBUTION squeeze sid
+#if DISTRIBUTION squeeze wheezy sid
 gdm3
 #endif
diff --git a/lists/kde b/lists/kde
index 72d3fa6..b781fe8 100644
--- a/lists/kde
+++ b/lists/kde
@@ -6,7 +6,7 @@
 #if DISTRIBUTION lenny
 kde
 #endif
-#if DISTRIBUTION squeeze sid
+#if DISTRIBUTION squeeze wheezy sid
 kde-standard
 #endif
 kdm
diff --git a/lists/kde-core b/lists/kde-core
index 57dc986..174eeb6 100644
--- a/lists/kde-core
+++ b/lists/kde-core
@@ -6,7 +6,7 @@
 #if DISTRIBUTION lenny
 kde-core
 #endif
-#if DISTRIBUTION squeeze sid
+#if DISTRIBUTION squeeze wheezy sid
 kde-plasma-desktop
 #endif
 kdm
diff --git a/lists/kde-full b/lists/kde-full
index 60f1f07..b375ee2 100644
--- a/lists/kde-full
+++ b/lists/kde-full
@@ -6,6 +6,6 @@
 #if DISTRIBUTION lenny
 koffice
 #endif
-#if DISTRIBUTION squeeze sid
+#if DISTRIBUTION squeeze wheezy sid
 kde-full
 #endif
diff --git a/lists/lxde b/lists/lxde
index 26bffd3..3884bfd 100644
--- a/lists/lxde
+++ b/lists/lxde
@@ -8,7 +8,7 @@ gdm
 #if DISTRIBUTION lenny
 lxnm
 #endif
-#if DISTRIBUTION squeeze sid
+#if DISTRIBUTION squeeze wheezy sid
 network-manager-gnome
 #endif
 desktop-base
diff --git a/lists/minimal b/lists/minimal
index 08f56c7..6a48fa4 100644
--- a/lists/minimal
+++ b/lists/minimal
@@ -1,5 +1,10 @@
 # /usr/share/live/build/lists/minimal - package list for live-build(7)
 
+# Warning: if you only use this list directly, not inherited through e.g.
+# standard, then live-build also triggers the minimal hook and some other
+# things to make the image smaller. This can lead to breakages at any time,
+# don't use it if you're not willing/capable of fixing any arising issues.
+
 ## LH: Minimal
 
 eject file user-setup sudo
@@ -7,3 +12,7 @@ eject file user-setup sudo
 #if MODE ubuntu
 gnupg
 #endif
+
+#if DISTRIBUTION wheezy
+live-config
+#endif
diff --git a/lists/rescue b/lists/rescue
index 9ee910c..736924b 100644
--- a/lists/rescue
+++ b/lists/rescue
@@ -7,12 +7,12 @@
 #include <debian-forensics>
 
 # Other forensic packages
-#if DISTRIBUTION lenny squeeze sid
+#if DISTRIBUTION lenny squeeze wheezy sid
 scalpel
 #endif
 
 # Bootloaders
-#if DISTRIBUTION lenny squeeze sid
+#if DISTRIBUTION lenny squeeze wheezy sid
 syslinux-common
 #endif
 #if ARCHITECTURE amd64 i386
@@ -86,10 +86,7 @@ colordiff
 chrootuid
 cpio
 cryptcat
-#if DISTRIBUTION lenny sid
-# currently not in squeeze (FIXME)
 directvnc
-#endif
 etherwake
 ftp
 ifenslave-2.6
@@ -329,7 +326,7 @@ hostapd
 #if DISTRIBUTION lenny
 emacs22-nox
 #endif
-#if DISTRIBUTON squeeze sid
+#if DISTRIBUTON squeeze wheezy sid
 emacs23-nox
 #endif
 build-essential gdb gfortran gnat
diff --git a/lists/standard b/lists/standard
index 95a551c..4dd8a7a 100644
--- a/lists/standard
+++ b/lists/standard
@@ -3,12 +3,6 @@
 ## LH: Standard
 #include <minimal>
 
-#if DISTRIBUTION lenny
 console-setup console-common kbd
-#endif
-
-#if DISTRIBUTION squeeze
-keyboard-configuration
-#endif
 
 locales
diff --git a/lists/standard-x11 b/lists/standard-x11
index 1c24934..1f76f05 100644
--- a/lists/standard-x11
+++ b/lists/standard-x11
@@ -5,3 +5,7 @@
 
 xorg xresprobe menu
 alsa-base alsa-utils
+
+#if DISTRIBUTION squeeze wheezy sid
+keyboard-configuration
+#endif
diff --git a/lists/xfce b/lists/xfce
index c554be8..86561a8 100644
--- a/lists/xfce
+++ b/lists/xfce
@@ -7,7 +7,7 @@ xfce4
 #if DISTRIBUTION lenny
 gdm
 #endif
-#if DISTRIBUTION squeeze sid
+#if DISTRIBUTION squeeze wheezy sid
 gdm3
 #endif
 desktop-base
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index c0ba821..49754e6 100644
--- a/manpages/de/lb.de.1
+++ b/manpages/de/lb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlh\fP \- Wrapper für live\-build Programme
diff --git a/manpages/de/lb_binary.de.1 b/manpages/de/lb_binary.de.1
index a596500..db43fa5 100644
--- a/manpages/de/lb_binary.de.1
+++ b/manpages/de/lb_binary.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_checksums.de.1 b/manpages/de/lb_binary_checksums.de.1
index 9c41771..5401267 100644
--- a/manpages/de/lb_binary_checksums.de.1
+++ b/manpages/de/lb_binary_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_checksums\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_chroot.de.1 b/manpages/de/lb_binary_chroot.de.1
index 67ddf90..fdceadc 100644
--- a/manpages/de/lb_binary_chroot.de.1
+++ b/manpages/de/lb_binary_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_chroot\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_debian-installer.de.1 b/manpages/de/lb_binary_debian-installer.de.1
index 943c77c..1c92bd7 100644
--- a/manpages/de/lb_binary_debian-installer.de.1
+++ b/manpages/de/lb_binary_debian-installer.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_debian\-installer\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_disk.de.1 b/manpages/de/lb_binary_disk.de.1
index c866ac4..6979342 100644
--- a/manpages/de/lb_binary_disk.de.1
+++ b/manpages/de/lb_binary_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_disk\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_encryption.de.1 b/manpages/de/lb_binary_encryption.de.1
index dfb2a06..3a9cbaa 100644
--- a/manpages/de/lb_binary_encryption.de.1
+++ b/manpages/de/lb_binary_encryption.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_encryption\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_grub.de.1 b/manpages/de/lb_binary_grub.de.1
index 8536988..f457d11 100644
--- a/manpages/de/lb_binary_grub.de.1
+++ b/manpages/de/lb_binary_grub.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_grub\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_grub2.de.1 b/manpages/de/lb_binary_grub2.de.1
index a08c9df..279bf6c 100644
--- a/manpages/de/lb_binary_grub2.de.1
+++ b/manpages/de/lb_binary_grub2.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_grub2\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_includes.de.1 b/manpages/de/lb_binary_includes.de.1
index af2cbac..08c04a6 100644
--- a/manpages/de/lb_binary_includes.de.1
+++ b/manpages/de/lb_binary_includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_includes\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_iso.de.1 b/manpages/de/lb_binary_iso.de.1
index d9570af..ca184d5 100644
--- a/manpages/de/lb_binary_iso.de.1
+++ b/manpages/de/lb_binary_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_iso\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_linux-image.de.1 b/manpages/de/lb_binary_linux-image.de.1
index c5b1134..cb93d76 100644
--- a/manpages/de/lb_binary_linux-image.de.1
+++ b/manpages/de/lb_binary_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_linux\-image\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_local-hooks.de.1 b/manpages/de/lb_binary_local-hooks.de.1
index 9ae7198..2f3512e 100644
--- a/manpages/de/lb_binary_local-hooks.de.1
+++ b/manpages/de/lb_binary_local-hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_local\-hooks\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_local-includes.de.1 b/manpages/de/lb_binary_local-includes.de.1
index 95f8a5e..077e803 100644
--- a/manpages/de/lb_binary_local-includes.de.1
+++ b/manpages/de/lb_binary_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_local\-includes\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_local-packageslists.de.1 b/manpages/de/lb_binary_local-packageslists.de.1
index 1fe7085..c0c8aaa 100644
--- a/manpages/de/lb_binary_local-packageslists.de.1
+++ b/manpages/de/lb_binary_local-packageslists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_local\-packageslists\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_manifest.de.1 b/manpages/de/lb_binary_manifest.de.1
index 61cefbf..d92d4d3 100644
--- a/manpages/de/lb_binary_manifest.de.1
+++ b/manpages/de/lb_binary_manifest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_manifest\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_memtest.de.1 b/manpages/de/lb_binary_memtest.de.1
index 6d18795..8c64673 100644
--- a/manpages/de/lb_binary_memtest.de.1
+++ b/manpages/de/lb_binary_memtest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_memtest\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_net.de.1 b/manpages/de/lb_binary_net.de.1
index 918258a..eb64ec5 100644
--- a/manpages/de/lb_binary_net.de.1
+++ b/manpages/de/lb_binary_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_net\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_rootfs.de.1 b/manpages/de/lb_binary_rootfs.de.1
index f43921f..7c64a6e 100644
--- a/manpages/de/lb_binary_rootfs.de.1
+++ b/manpages/de/lb_binary_rootfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_rootfs\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_silo.de.1 b/manpages/de/lb_binary_silo.de.1
index 7c3174e..02cf48e 100644
--- a/manpages/de/lb_binary_silo.de.1
+++ b/manpages/de/lb_binary_silo.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_silo\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_syslinux.de.1 b/manpages/de/lb_binary_syslinux.de.1
index 57fa8e8..43395d9 100644
--- a/manpages/de/lb_binary_syslinux.de.1
+++ b/manpages/de/lb_binary_syslinux.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_syslinux\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_tar.de.1 b/manpages/de/lb_binary_tar.de.1
index 9fc0837..8942577 100644
--- a/manpages/de/lb_binary_tar.de.1
+++ b/manpages/de/lb_binary_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_tar\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_usb.de.1 b/manpages/de/lb_binary_usb.de.1
index 9863c1b..f0adfb2 100644
--- a/manpages/de/lb_binary_usb.de.1
+++ b/manpages/de/lb_binary_usb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_usb\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_virtual-hdd.de.1 b/manpages/de/lb_binary_virtual-hdd.de.1
index 1ea29a3..b31fe8c 100644
--- a/manpages/de/lb_binary_virtual-hdd.de.1
+++ b/manpages/de/lb_binary_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_virtual\-hdd\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_win32-loader.de.1 b/manpages/de/lb_binary_win32-loader.de.1
index b962935..5e486f4 100644
--- a/manpages/de/lb_binary_win32-loader.de.1
+++ b/manpages/de/lb_binary_win32-loader.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_win32\-loader\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_binary_yaboot.de.1 b/manpages/de/lb_binary_yaboot.de.1
index 55866df..cf964e5 100644
--- a/manpages/de/lb_binary_yaboot.de.1
+++ b/manpages/de/lb_binary_yaboot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb binary_yaboot\fP \- Erstellt die "binary" Stufe
diff --git a/manpages/de/lb_bootstrap.de.1 b/manpages/de/lb_bootstrap.de.1
index e3c41a3..a0740fd 100644
--- a/manpages/de/lb_bootstrap.de.1
+++ b/manpages/de/lb_bootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb bootstrap\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lb_bootstrap_cache.de.1 b/manpages/de/lb_bootstrap_cache.de.1
index a130ee3..fd222d4 100644
--- a/manpages/de/lb_bootstrap_cache.de.1
+++ b/manpages/de/lb_bootstrap_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb bootstrap_cache\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lb_bootstrap_cdebootstrap.de.1 b/manpages/de/lb_bootstrap_cdebootstrap.de.1
index bb48929..0e61943 100644
--- a/manpages/de/lb_bootstrap_cdebootstrap.de.1
+++ b/manpages/de/lb_bootstrap_cdebootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb bootstrap_cdebootstrap\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lb_bootstrap_copy.de.1 b/manpages/de/lb_bootstrap_copy.de.1
index 2a87e73..01b78a3 100644
--- a/manpages/de/lb_bootstrap_copy.de.1
+++ b/manpages/de/lb_bootstrap_copy.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb bootstrap_copy\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lb_bootstrap_debootstrap.de.1 b/manpages/de/lb_bootstrap_debootstrap.de.1
index 08759dc..d67d93c 100644
--- a/manpages/de/lb_bootstrap_debootstrap.de.1
+++ b/manpages/de/lb_bootstrap_debootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb bootstrap_debootstrap\fP \- Erstellt die "bootstrap" Stufe
diff --git a/manpages/de/lb_build.de.1 b/manpages/de/lb_build.de.1
index 0ea740f..8dd04ef 100644
--- a/manpages/de/lb_build.de.1
+++ b/manpages/de/lb_build.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb build\fP \- Erstellt die "bootstrap", "chroot", "binary" und "source"
diff --git a/manpages/de/lb_chroot.de.1 b/manpages/de/lb_chroot.de.1
index 260529b..3bd9fc5 100644
--- a/manpages/de/lb_chroot.de.1
+++ b/manpages/de/lb_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_apt.de.1 b/manpages/de/lb_chroot_apt.de.1
index acdcd90..a4ccfcb 100644
--- a/manpages/de/lb_chroot_apt.de.1
+++ b/manpages/de/lb_chroot_apt.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_apt\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_cache.de.1 b/manpages/de/lb_chroot_cache.de.1
index 86636e6..6bd13c2 100644
--- a/manpages/de/lb_chroot_cache.de.1
+++ b/manpages/de/lb_chroot_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_cache\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_debianchroot.de.1 b/manpages/de/lb_chroot_debianchroot.de.1
index d09c2d9..a5aaef7 100644
--- a/manpages/de/lb_chroot_debianchroot.de.1
+++ b/manpages/de/lb_chroot_debianchroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_debianchroot\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_devpts.de.1 b/manpages/de/lb_chroot_devpts.de.1
index b012e13..33b4f23 100644
--- a/manpages/de/lb_chroot_devpts.de.1
+++ b/manpages/de/lb_chroot_devpts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_devpts\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_dpkg.de.1 b/manpages/de/lb_chroot_dpkg.de.1
index 230d4dd..81b90a1 100644
--- a/manpages/de/lb_chroot_dpkg.de.1
+++ b/manpages/de/lb_chroot_dpkg.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_dpkg\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_hacks.de.1 b/manpages/de/lb_chroot_hacks.de.1
index abe87d4..29aecdd 100644
--- a/manpages/de/lb_chroot_hacks.de.1
+++ b/manpages/de/lb_chroot_hacks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_hacks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_hooks.de.1 b/manpages/de/lb_chroot_hooks.de.1
index 7f65227..79f13f8 100644
--- a/manpages/de/lb_chroot_hooks.de.1
+++ b/manpages/de/lb_chroot_hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_hooks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_hostname.de.1 b/manpages/de/lb_chroot_hostname.de.1
index d79c632..3396733 100644
--- a/manpages/de/lb_chroot_hostname.de.1
+++ b/manpages/de/lb_chroot_hostname.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_hostname\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_hosts.de.1 b/manpages/de/lb_chroot_hosts.de.1
index e173e50..386689a 100644
--- a/manpages/de/lb_chroot_hosts.de.1
+++ b/manpages/de/lb_chroot_hosts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_hosts\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_install-packages.de.1 b/manpages/de/lb_chroot_install-packages.de.1
index 9a47128..a4d57b8 100644
--- a/manpages/de/lb_chroot_install-packages.de.1
+++ b/manpages/de/lb_chroot_install-packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_install\-packages\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_interactive.de.1 b/manpages/de/lb_chroot_interactive.de.1
index 4f00ed2..8c69252 100644
--- a/manpages/de/lb_chroot_interactive.de.1
+++ b/manpages/de/lb_chroot_interactive.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_interactive\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_linux-image.de.1 b/manpages/de/lb_chroot_linux-image.de.1
index 83f424c..4a7e4c5 100644
--- a/manpages/de/lb_chroot_linux-image.de.1
+++ b/manpages/de/lb_chroot_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_linux\-image\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-hooks.de.1 b/manpages/de/lb_chroot_local-hooks.de.1
index 04598d7..9073539 100644
--- a/manpages/de/lb_chroot_local-hooks.de.1
+++ b/manpages/de/lb_chroot_local-hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-hooks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-includes.de.1 b/manpages/de/lb_chroot_local-includes.de.1
index 3adb81d..dd35304 100644
--- a/manpages/de/lb_chroot_local-includes.de.1
+++ b/manpages/de/lb_chroot_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-includes\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-packages.de.1 b/manpages/de/lb_chroot_local-packages.de.1
index 5f27945..da4c937 100644
--- a/manpages/de/lb_chroot_local-packages.de.1
+++ b/manpages/de/lb_chroot_local-packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-packages\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-packageslists.de.1 b/manpages/de/lb_chroot_local-packageslists.de.1
index 635feeb..471b64f 100644
--- a/manpages/de/lb_chroot_local-packageslists.de.1
+++ b/manpages/de/lb_chroot_local-packageslists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-packageslists\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-patches.de.1 b/manpages/de/lb_chroot_local-patches.de.1
index 5479fce..6b5e56c 100644
--- a/manpages/de/lb_chroot_local-patches.de.1
+++ b/manpages/de/lb_chroot_local-patches.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-patches\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_local-preseed.de.1 b/manpages/de/lb_chroot_local-preseed.de.1
index 5ac3aaa..2d2a19c 100644
--- a/manpages/de/lb_chroot_local-preseed.de.1
+++ b/manpages/de/lb_chroot_local-preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_localization.de.1 b/manpages/de/lb_chroot_localization.de.1
index fa0f42c..161ccc8 100644
--- a/manpages/de/lb_chroot_localization.de.1
+++ b/manpages/de/lb_chroot_localization.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_localization\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_packages.de.1 b/manpages/de/lb_chroot_packages.de.1
index a8c02e5..40ec17b 100644
--- a/manpages/de/lb_chroot_packages.de.1
+++ b/manpages/de/lb_chroot_packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_packages\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_packageslists.de.1 b/manpages/de/lb_chroot_packageslists.de.1
index f134eb0..c73f820 100644
--- a/manpages/de/lb_chroot_packageslists.de.1
+++ b/manpages/de/lb_chroot_packageslists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_packageslists\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_preseed.de.1 b/manpages/de/lb_chroot_preseed.de.1
index 4d8b73a..9aeee9d 100644
--- a/manpages/de/lb_chroot_preseed.de.1
+++ b/manpages/de/lb_chroot_preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_preseed\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_proc.de.1 b/manpages/de/lb_chroot_proc.de.1
index 85cbbdd..31e225c 100644
--- a/manpages/de/lb_chroot_proc.de.1
+++ b/manpages/de/lb_chroot_proc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_proc\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_resolv.de.1 b/manpages/de/lb_chroot_resolv.de.1
index 930381a..ecf41a1 100644
--- a/manpages/de/lb_chroot_resolv.de.1
+++ b/manpages/de/lb_chroot_resolv.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_resolv\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_selinuxfs.de.1 b/manpages/de/lb_chroot_selinuxfs.de.1
index 65e129e..e6b7f12 100644
--- a/manpages/de/lb_chroot_selinuxfs.de.1
+++ b/manpages/de/lb_chroot_selinuxfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_selinuxfs\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_sources.de.1 b/manpages/de/lb_chroot_sources.de.1
index 80d0778..6044ef4 100644
--- a/manpages/de/lb_chroot_sources.de.1
+++ b/manpages/de/lb_chroot_sources.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_sources\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_symlinks.de.1 b/manpages/de/lb_chroot_symlinks.de.1
index edf2177..ddd22b0 100644
--- a/manpages/de/lb_chroot_symlinks.de.1
+++ b/manpages/de/lb_chroot_symlinks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_symlinks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_sysfs.de.1 b/manpages/de/lb_chroot_sysfs.de.1
index b203da8..454a4db 100644
--- a/manpages/de/lb_chroot_sysfs.de.1
+++ b/manpages/de/lb_chroot_sysfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_sysfs\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_sysv-rc.de.1 b/manpages/de/lb_chroot_sysv-rc.de.1
index 554b98e..61ff70e 100644
--- a/manpages/de/lb_chroot_sysv-rc.de.1
+++ b/manpages/de/lb_chroot_sysv-rc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_sysv\-rc\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_sysvinit.de.1 b/manpages/de/lb_chroot_sysvinit.de.1
index f5ac154..2b1b2ed 100644
--- a/manpages/de/lb_chroot_sysvinit.de.1
+++ b/manpages/de/lb_chroot_sysvinit.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_sysvinit\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_tasks.de.1 b/manpages/de/lb_chroot_tasks.de.1
index ae26cc6..720fb79 100644
--- a/manpages/de/lb_chroot_tasks.de.1
+++ b/manpages/de/lb_chroot_tasks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_tasks\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_chroot_upstart.de.1 b/manpages/de/lb_chroot_upstart.de.1
index 2e16d62..302e368 100644
--- a/manpages/de/lb_chroot_upstart.de.1
+++ b/manpages/de/lb_chroot_upstart.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb chroot_upstart\fP \- Erstellt die "chroot" Stufe
diff --git a/manpages/de/lb_clean.de.1 b/manpages/de/lb_clean.de.1
index cb1dad7..a0d7f6e 100644
--- a/manpages/de/lb_clean.de.1
+++ b/manpages/de/lb_clean.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb clean\fP \- Räumt das Arbeitsverzeichnis auf
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1
index 54eca11..8ac1209 100644
--- a/manpages/de/lb_config.de.1
+++ b/manpages/de/lb_config.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb config\fP \- Erstellen des config Verzeichnisses
diff --git a/manpages/de/lb_local.de.1 b/manpages/de/lb_local.de.1
index 9857b6e..615242b 100644
--- a/manpages/de/lb_local.de.1
+++ b/manpages/de/lb_local.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb local\fP \- Wrapper für lokale live\-build Programme
diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1
index 071d83e..a483ade 100644
--- a/manpages/de/lb_source.de.1
+++ b/manpages/de/lb_source.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_checksums.de.1 b/manpages/de/lb_source_checksums.de.1
index 9be9c28..5778055 100644
--- a/manpages/de/lb_source_checksums.de.1
+++ b/manpages/de/lb_source_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_checksums\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_debian-live.de.1 b/manpages/de/lb_source_debian-live.de.1
index fc8ee1b..a1a60ed 100644
--- a/manpages/de/lb_source_debian-live.de.1
+++ b/manpages/de/lb_source_debian-live.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_debian\-live\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_debian.de.1 b/manpages/de/lb_source_debian.de.1
index 1a8efd2..a6f57cf 100644
--- a/manpages/de/lb_source_debian.de.1
+++ b/manpages/de/lb_source_debian.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_debian\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_disk.de.1 b/manpages/de/lb_source_disk.de.1
index 6ba4ab5..beb446a 100644
--- a/manpages/de/lb_source_disk.de.1
+++ b/manpages/de/lb_source_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_disk\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_iso.de.1 b/manpages/de/lb_source_iso.de.1
index 1f9ea2d..f8069e8 100644
--- a/manpages/de/lb_source_iso.de.1
+++ b/manpages/de/lb_source_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_iso\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_net.de.1 b/manpages/de/lb_source_net.de.1
index f30abc6..de4f655 100644
--- a/manpages/de/lb_source_net.de.1
+++ b/manpages/de/lb_source_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_net\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_tar.de.1 b/manpages/de/lb_source_tar.de.1
index e27c147..02f090a 100644
--- a/manpages/de/lb_source_tar.de.1
+++ b/manpages/de/lb_source_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_tar\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_usb.de.1 b/manpages/de/lb_source_usb.de.1
index bee309d..54f71e7 100644
--- a/manpages/de/lb_source_usb.de.1
+++ b/manpages/de/lb_source_usb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_usb\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_source_virtual-hdd.de.1 b/manpages/de/lb_source_virtual-hdd.de.1
index 73faed2..d698583 100644
--- a/manpages/de/lb_source_virtual-hdd.de.1
+++ b/manpages/de/lb_source_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb source_virtual\-hdd\fP \- Erstellt die "source" Stufe
diff --git a/manpages/de/lb_testroot.de.1 b/manpages/de/lb_testroot.de.1
index c033ce9..31d1937 100644
--- a/manpages/de/lb_testroot.de.1
+++ b/manpages/de/lb_testroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 1 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlb testroot\fP \- stellt sicher, dass ein System als root erstellt wird
diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7
index b2fd539..5043ecc 100644
--- a/manpages/de/live-build.de.7
+++ b/manpages/de/live-build.de.7
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 7 16.09.2010 2.0~a29 "Debian Live Projekt"
+.TH LIVE\-BUILD 7 26.09.2010 2.0.0 "Debian Live Projekt"
 
 .SH NAME
 \fBlive\-build\fP \- die Debian Live Tool Suite
diff --git a/manpages/en/lb.1 b/manpages/en/lb.1
index 4ea77d5..f03afc2 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlh\fR \- wrapper for live\-build programs
diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1
index 68466a3..c7174b6 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_checksums.1 b/manpages/en/lb_binary_checksums.1
index f847e30..0b1fd59 100644
--- a/manpages/en/lb_binary_checksums.1
+++ b/manpages/en/lb_binary_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_checksums\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_chroot.1 b/manpages/en/lb_binary_chroot.1
index 574b04b..2372239 100644
--- a/manpages/en/lb_binary_chroot.1
+++ b/manpages/en/lb_binary_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_chroot\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_debian-installer.1 b/manpages/en/lb_binary_debian-installer.1
index cc9c148..a85f447 100644
--- a/manpages/en/lb_binary_debian-installer.1
+++ b/manpages/en/lb_binary_debian-installer.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_debian\-installer\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_disk.1 b/manpages/en/lb_binary_disk.1
index e7d3f39..d7819be 100644
--- a/manpages/en/lb_binary_disk.1
+++ b/manpages/en/lb_binary_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_encryption.1 b/manpages/en/lb_binary_encryption.1
index d016430..98c426c 100644
--- a/manpages/en/lb_binary_encryption.1
+++ b/manpages/en/lb_binary_encryption.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_encryption\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub.1 b/manpages/en/lb_binary_grub.1
index f3a7f37..0b050ac 100644
--- a/manpages/en/lb_binary_grub.1
+++ b/manpages/en/lb_binary_grub.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub2.1 b/manpages/en/lb_binary_grub2.1
index 24d25e8..e251495 100644
--- a/manpages/en/lb_binary_grub2.1
+++ b/manpages/en/lb_binary_grub2.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub2\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_includes.1 b/manpages/en/lb_binary_includes.1
index c2764d6..3be9068 100644
--- a/manpages/en/lb_binary_includes.1
+++ b/manpages/en/lb_binary_includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_iso.1 b/manpages/en/lb_binary_iso.1
index c25e455..217a1c2 100644
--- a/manpages/en/lb_binary_iso.1
+++ b/manpages/en/lb_binary_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_iso\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_linux-image.1 b/manpages/en/lb_binary_linux-image.1
index eb5bc6f..f2b2ba9 100644
--- a/manpages/en/lb_binary_linux-image.1
+++ b/manpages/en/lb_binary_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_linux\-image\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-hooks.1 b/manpages/en/lb_binary_local-hooks.1
index 9f4b47c..5d47836 100644
--- a/manpages/en/lb_binary_local-hooks.1
+++ b/manpages/en/lb_binary_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-hooks\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-includes.1 b/manpages/en/lb_binary_local-includes.1
index 929353f..b73dd93 100644
--- a/manpages/en/lb_binary_local-includes.1
+++ b/manpages/en/lb_binary_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-packageslists.1 b/manpages/en/lb_binary_local-packageslists.1
index 87434ab..7bb2ceb 100644
--- a/manpages/en/lb_binary_local-packageslists.1
+++ b/manpages/en/lb_binary_local-packageslists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local-packageslists\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_manifest.1 b/manpages/en/lb_binary_manifest.1
index 1c88f35..9b9113e 100644
--- a/manpages/en/lb_binary_manifest.1
+++ b/manpages/en/lb_binary_manifest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_manifest\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_memtest.1 b/manpages/en/lb_binary_memtest.1
index a0e307a..0f9b7b8 100644
--- a/manpages/en/lb_binary_memtest.1
+++ b/manpages/en/lb_binary_memtest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_memtest\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_net.1 b/manpages/en/lb_binary_net.1
index 35758e3..5c9579c 100644
--- a/manpages/en/lb_binary_net.1
+++ b/manpages/en/lb_binary_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_net\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_rootfs.1 b/manpages/en/lb_binary_rootfs.1
index 54913ea..7afeb9f 100644
--- a/manpages/en/lb_binary_rootfs.1
+++ b/manpages/en/lb_binary_rootfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_rootfs\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_silo.1 b/manpages/en/lb_binary_silo.1
index aa49bd3..b7067b2 100644
--- a/manpages/en/lb_binary_silo.1
+++ b/manpages/en/lb_binary_silo.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_silo\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_syslinux.1 b/manpages/en/lb_binary_syslinux.1
index d9708be..ccfa25f 100644
--- a/manpages/en/lb_binary_syslinux.1
+++ b/manpages/en/lb_binary_syslinux.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_syslinux\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_tar.1 b/manpages/en/lb_binary_tar.1
index 5660865..df401a5 100644
--- a/manpages/en/lb_binary_tar.1
+++ b/manpages/en/lb_binary_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_tar\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_usb.1 b/manpages/en/lb_binary_usb.1
index f4098cd..1584c7b 100644
--- a/manpages/en/lb_binary_usb.1
+++ b/manpages/en/lb_binary_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_usb\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_virtual-hdd.1 b/manpages/en/lb_binary_virtual-hdd.1
index 4a69f62..4cbeb3c 100644
--- a/manpages/en/lb_binary_virtual-hdd.1
+++ b/manpages/en/lb_binary_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_virtual\-hdd\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_win32-loader.1 b/manpages/en/lb_binary_win32-loader.1
index 0277b06..f798086 100644
--- a/manpages/en/lb_binary_win32-loader.1
+++ b/manpages/en/lb_binary_win32-loader.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_win32\-loader\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_yaboot.1 b/manpages/en/lb_binary_yaboot.1
index 0491d42..6816019 100644
--- a/manpages/en/lb_binary_yaboot.1
+++ b/manpages/en/lb_binary_yaboot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_yaboot\fR \- Complete the binary stage
diff --git a/manpages/en/lb_bootstrap.1 b/manpages/en/lb_bootstrap.1
index 34f18a2..f00d421 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_cache.1 b/manpages/en/lb_bootstrap_cache.1
index c90e293..afccf20 100644
--- a/manpages/en/lb_bootstrap_cache.1
+++ b/manpages/en/lb_bootstrap_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cache\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_cdebootstrap.1 b/manpages/en/lb_bootstrap_cdebootstrap.1
index ed835b1..1125a33 100644
--- a/manpages/en/lb_bootstrap_cdebootstrap.1
+++ b/manpages/en/lb_bootstrap_cdebootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cdebootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_copy.1 b/manpages/en/lb_bootstrap_copy.1
index a1bbb72..6215c6d 100644
--- a/manpages/en/lb_bootstrap_copy.1
+++ b/manpages/en/lb_bootstrap_copy.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_copy\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_debootstrap.1 b/manpages/en/lb_bootstrap_debootstrap.1
index 13796fb..5f13206 100644
--- a/manpages/en/lb_bootstrap_debootstrap.1
+++ b/manpages/en/lb_bootstrap_debootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_debootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_build.1 b/manpages/en/lb_build.1
index 2d5a7c7..d65ae06 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
diff --git a/manpages/en/lb_chroot.1 b/manpages/en/lb_chroot.1
index 2b41ee6..decc197 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_apt.1 b/manpages/en/lb_chroot_apt.1
index d510ad3..92a0f91 100644
--- a/manpages/en/lb_chroot_apt.1
+++ b/manpages/en/lb_chroot_apt.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_apt\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_cache.1 b/manpages/en/lb_chroot_cache.1
index 42951b3..03c1d2d 100644
--- a/manpages/en/lb_chroot_cache.1
+++ b/manpages/en/lb_chroot_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_cache\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_debianchroot.1 b/manpages/en/lb_chroot_debianchroot.1
index afc9c1b..884c218 100644
--- a/manpages/en/lb_chroot_debianchroot.1
+++ b/manpages/en/lb_chroot_debianchroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_debianchroot\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_devpts.1 b/manpages/en/lb_chroot_devpts.1
index 99b6d0a..427d6ee 100644
--- a/manpages/en/lb_chroot_devpts.1
+++ b/manpages/en/lb_chroot_devpts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_devpts\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_dpkg.1 b/manpages/en/lb_chroot_dpkg.1
index 28f442c..fe9a89a 100644
--- a/manpages/en/lb_chroot_dpkg.1
+++ b/manpages/en/lb_chroot_dpkg.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_dpkg\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hacks.1 b/manpages/en/lb_chroot_hacks.1
index 23db6fe..91262ff 100644
--- a/manpages/en/lb_chroot_hacks.1
+++ b/manpages/en/lb_chroot_hacks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hacks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb_chroot_hooks.1
index 6d8e7c7..ba910f3 100644
--- a/manpages/en/lb_chroot_hooks.1
+++ b/manpages/en/lb_chroot_hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hooks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hostname.1 b/manpages/en/lb_chroot_hostname.1
index b3ef779..eed28b2 100644
--- a/manpages/en/lb_chroot_hostname.1
+++ b/manpages/en/lb_chroot_hostname.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hostname\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hosts.1 b/manpages/en/lb_chroot_hosts.1
index 68bf450..5a5e02d 100644
--- a/manpages/en/lb_chroot_hosts.1
+++ b/manpages/en/lb_chroot_hosts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hosts\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_install-packages.1 b/manpages/en/lb_chroot_install-packages.1
index d213651..f5870fa 100644
--- a/manpages/en/lb_chroot_install-packages.1
+++ b/manpages/en/lb_chroot_install-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_install\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_interactive.1 b/manpages/en/lb_chroot_interactive.1
index 377a48f..c1ac098 100644
--- a/manpages/en/lb_chroot_interactive.1
+++ b/manpages/en/lb_chroot_interactive.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_interactive\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_linux-image.1 b/manpages/en/lb_chroot_linux-image.1
index 3e40ae6..b75d24a 100644
--- a/manpages/en/lb_chroot_linux-image.1
+++ b/manpages/en/lb_chroot_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_linux\-image\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-hooks.1 b/manpages/en/lb_chroot_local-hooks.1
index f6cd372..1dfa1cb 100644
--- a/manpages/en/lb_chroot_local-hooks.1
+++ b/manpages/en/lb_chroot_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-hooks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-includes.1 b/manpages/en/lb_chroot_local-includes.1
index bcb3de9..5e41d5b 100644
--- a/manpages/en/lb_chroot_local-includes.1
+++ b/manpages/en/lb_chroot_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packages.1 b/manpages/en/lb_chroot_local-packages.1
index ee152eb..706e2a4 100644
--- a/manpages/en/lb_chroot_local-packages.1
+++ b/manpages/en/lb_chroot_local-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packageslists.1 b/manpages/en/lb_chroot_local-packageslists.1
index 61d0c25..4719fca 100644
--- a/manpages/en/lb_chroot_local-packageslists.1
+++ b/manpages/en/lb_chroot_local-packageslists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packageslists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-patches.1 b/manpages/en/lb_chroot_local-patches.1
index b4c82f5..07fc52a 100644
--- a/manpages/en/lb_chroot_local-patches.1
+++ b/manpages/en/lb_chroot_local-patches.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-patches\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-preseed.1 b/manpages/en/lb_chroot_local-preseed.1
index 895a430..4f9d242 100644
--- a/manpages/en/lb_chroot_local-preseed.1
+++ b/manpages/en/lb_chroot_local-preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_localization.1 b/manpages/en/lb_chroot_localization.1
index 4eb7b64..c40d20b 100644
--- a/manpages/en/lb_chroot_localization.1
+++ b/manpages/en/lb_chroot_localization.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_localization\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packages.1 b/manpages/en/lb_chroot_packages.1
index 388f545..f4da224 100644
--- a/manpages/en/lb_chroot_packages.1
+++ b/manpages/en/lb_chroot_packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packageslists.1 b/manpages/en/lb_chroot_packageslists.1
index 554893d..3ed7d0f 100644
--- a/manpages/en/lb_chroot_packageslists.1
+++ b/manpages/en/lb_chroot_packageslists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packageslists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_preseed.1 b/manpages/en/lb_chroot_preseed.1
index 8892a48..5857f1b 100644
--- a/manpages/en/lb_chroot_preseed.1
+++ b/manpages/en/lb_chroot_preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_proc.1 b/manpages/en/lb_chroot_proc.1
index e7035bf..9bdab47 100644
--- a/manpages/en/lb_chroot_proc.1
+++ b/manpages/en/lb_chroot_proc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_proc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_resolv.1 b/manpages/en/lb_chroot_resolv.1
index d6b7243..cda495e 100644
--- a/manpages/en/lb_chroot_resolv.1
+++ b/manpages/en/lb_chroot_resolv.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_resolv\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_selinuxfs.1 b/manpages/en/lb_chroot_selinuxfs.1
index 0356dfc..9dcde2b 100644
--- a/manpages/en/lb_chroot_selinuxfs.1
+++ b/manpages/en/lb_chroot_selinuxfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_selinuxfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sources.1 b/manpages/en/lb_chroot_sources.1
index 02951cf..b90e551 100644
--- a/manpages/en/lb_chroot_sources.1
+++ b/manpages/en/lb_chroot_sources.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sources\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_symlinks.1 b/manpages/en/lb_chroot_symlinks.1
index c40e01a..056ed84 100644
--- a/manpages/en/lb_chroot_symlinks.1
+++ b/manpages/en/lb_chroot_symlinks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_symlinks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysfs.1 b/manpages/en/lb_chroot_sysfs.1
index db51e3d..51eda24 100644
--- a/manpages/en/lb_chroot_sysfs.1
+++ b/manpages/en/lb_chroot_sysfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysv-rc.1 b/manpages/en/lb_chroot_sysv-rc.1
index acf51db..ada3135 100644
--- a/manpages/en/lb_chroot_sysv-rc.1
+++ b/manpages/en/lb_chroot_sysv-rc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv-rc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysvinit.1 b/manpages/en/lb_chroot_sysvinit.1
index c422ca6..1955c50 100644
--- a/manpages/en/lb_chroot_sysvinit.1
+++ b/manpages/en/lb_chroot_sysvinit.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysvinit\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_tasks.1 b/manpages/en/lb_chroot_tasks.1
index a6182be..8a5a6fd 100644
--- a/manpages/en/lb_chroot_tasks.1
+++ b/manpages/en/lb_chroot_tasks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_tasks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_upstart.1 b/manpages/en/lb_chroot_upstart.1
index c48fb28..bb855f9 100644
--- a/manpages/en/lb_chroot_upstart.1
+++ b/manpages/en/lb_chroot_upstart.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_upstart\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1
index d794bf2..89ec2f5 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb clean\fR \- Clean build directory
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index 980d0b7..4cd06dc 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fR \- Create config directory
diff --git a/manpages/en/lb_local.1 b/manpages/en/lb_local.1
index 6eca816..24f919c 100644
--- a/manpages/en/lb_local.1
+++ b/manpages/en/lb_local.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb local\fR \- wrapper for local live\-build programs
diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1
index f8cc94a..9444eb2 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb source\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_checksums.1 b/manpages/en/lb_source_checksums.1
index b77654a..471019c 100644
--- a/manpages/en/lb_source_checksums.1
+++ b/manpages/en/lb_source_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb source_checksums\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_debian-live.1 b/manpages/en/lb_source_debian-live.1
index f1bcec5..b364281 100644
--- a/manpages/en/lb_source_debian-live.1
+++ b/manpages/en/lb_source_debian-live.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\-live\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_debian.1 b/manpages/en/lb_source_debian.1
index 86733a3..be24817 100644
--- a/manpages/en/lb_source_debian.1
+++ b/manpages/en/lb_source_debian.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_disk.1 b/manpages/en/lb_source_disk.1
index 9ace723..eb38568 100644
--- a/manpages/en/lb_source_disk.1
+++ b/manpages/en/lb_source_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb source_disk\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_iso.1 b/manpages/en/lb_source_iso.1
index a5fbfe5..a38da9e 100644
--- a/manpages/en/lb_source_iso.1
+++ b/manpages/en/lb_source_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb source_iso\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_net.1 b/manpages/en/lb_source_net.1
index fcab400..8d4f7b6 100644
--- a/manpages/en/lb_source_net.1
+++ b/manpages/en/lb_source_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb source_net\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_tar.1 b/manpages/en/lb_source_tar.1
index c4cac12..d983ae6 100644
--- a/manpages/en/lb_source_tar.1
+++ b/manpages/en/lb_source_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb source_tar\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_usb.1 b/manpages/en/lb_source_usb.1
index 87cd4bf..1929f4b 100644
--- a/manpages/en/lb_source_usb.1
+++ b/manpages/en/lb_source_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb source_usb\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_virtual-hdd.1 b/manpages/en/lb_source_virtual-hdd.1
index a8e796f..02ce0fb 100644
--- a/manpages/en/lb_source_virtual-hdd.1
+++ b/manpages/en/lb_source_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb source_virtual\-hdd\fR \- Complete the source stage
diff --git a/manpages/en/lb_testroot.1 b/manpages/en/lb_testroot.1
index a7bfb0c..c71b1dd 100644
--- a/manpages/en/lb_testroot.1
+++ b/manpages/en/lb_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlb testroot\fR \- Ensure that a system is built as root
diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7
index 24a0b38..172c21d 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 7 2010\-09\-16 2.0~a29 "Debian Live Project"
+.TH LIVE\-BUILD 7 2010\-09\-26 2.0.0 "Debian Live Project"
 
 .SH NAME
 \fBlive\-build\fR \- the Debian Live tool suite
diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po
index 06d01ec..763a4d3 100644
--- a/manpages/po/de/lb.1.po
+++ b/manpages/po/de/lb.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index d77bed3..75065ec 100644
--- a/manpages/po/de/lb_binary.1.po
+++ b/manpages/po/de/lb_binary.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po
index 4702392..c2978cb 100644
--- a/manpages/po/de/lb_binary_checksums.1.po
+++ b/manpages/po/de/lb_binary_checksums.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po
index ad8e0ab..9ca38b7 100644
--- a/manpages/po/de/lb_binary_chroot.1.po
+++ b/manpages/po/de/lb_binary_chroot.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_debian-installer.1.po b/manpages/po/de/lb_binary_debian-installer.1.po
index d1ff280..08d4356 100644
--- a/manpages/po/de/lb_binary_debian-installer.1.po
+++ b/manpages/po/de/lb_binary_debian-installer.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po
index 7006c25..7302cf1 100644
--- a/manpages/po/de/lb_binary_disk.1.po
+++ b/manpages/po/de/lb_binary_disk.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_encryption.1.po b/manpages/po/de/lb_binary_encryption.1.po
index deede4b..a1d0e01 100644
--- a/manpages/po/de/lb_binary_encryption.1.po
+++ b/manpages/po/de/lb_binary_encryption.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po
index 14fcfc9..0faeff1 100644
--- a/manpages/po/de/lb_binary_grub.1.po
+++ b/manpages/po/de/lb_binary_grub.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po
index 35f5a04..c65ef4a 100644
--- a/manpages/po/de/lb_binary_grub2.1.po
+++ b/manpages/po/de/lb_binary_grub2.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po
index bc1a6a1..4ade90f 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_binary_includes.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po
index a30f139..416e9f5 100644
--- a/manpages/po/de/lb_binary_iso.1.po
+++ b/manpages/po/de/lb_binary_iso.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_linux-image.1.po b/manpages/po/de/lb_binary_linux-image.1.po
index 2515827..9de024b 100644
--- a/manpages/po/de/lb_binary_linux-image.1.po
+++ b/manpages/po/de/lb_binary_linux-image.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_local-hooks.1.po b/manpages/po/de/lb_binary_local-hooks.1.po
index 0912c2c..aa8f897 100644
--- a/manpages/po/de/lb_binary_local-hooks.1.po
+++ b/manpages/po/de/lb_binary_local-hooks.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_binary_local-includes.1.po
index 257c7ae..27aab6f 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_binary_local-includes.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_local-packageslists.1.po b/manpages/po/de/lb_binary_local-packageslists.1.po
index 281c900..4b11457 100644
--- a/manpages/po/de/lb_binary_local-packageslists.1.po
+++ b/manpages/po/de/lb_binary_local-packageslists.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po
index 604e7b7..1c398d9 100644
--- a/manpages/po/de/lb_binary_manifest.1.po
+++ b/manpages/po/de/lb_binary_manifest.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po
index a0b5b60..c00712b 100644
--- a/manpages/po/de/lb_binary_memtest.1.po
+++ b/manpages/po/de/lb_binary_memtest.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po
index 983ae21..3b54e5a 100644
--- a/manpages/po/de/lb_binary_net.1.po
+++ b/manpages/po/de/lb_binary_net.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po
index 9c03b94..fa4a256 100644
--- a/manpages/po/de/lb_binary_rootfs.1.po
+++ b/manpages/po/de/lb_binary_rootfs.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po
index 0b42543..5fb4325 100644
--- a/manpages/po/de/lb_binary_silo.1.po
+++ b/manpages/po/de/lb_binary_silo.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po
index 9a5a293..835b105 100644
--- a/manpages/po/de/lb_binary_syslinux.1.po
+++ b/manpages/po/de/lb_binary_syslinux.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po
index 14dab6c..f5a2253 100644
--- a/manpages/po/de/lb_binary_tar.1.po
+++ b/manpages/po/de/lb_binary_tar.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po
index ea29f36..b1a7833 100644
--- a/manpages/po/de/lb_binary_usb.1.po
+++ b/manpages/po/de/lb_binary_usb.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_virtual-hdd.1.po b/manpages/po/de/lb_binary_virtual-hdd.1.po
index eef8f92..a8c6086 100644
--- a/manpages/po/de/lb_binary_virtual-hdd.1.po
+++ b/manpages/po/de/lb_binary_virtual-hdd.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_win32-loader.1.po b/manpages/po/de/lb_binary_win32-loader.1.po
index 80f650f..c6367dd 100644
--- a/manpages/po/de/lb_binary_win32-loader.1.po
+++ b/manpages/po/de/lb_binary_win32-loader.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po
index e14dcb9..5148512 100644
--- a/manpages/po/de/lb_binary_yaboot.1.po
+++ b/manpages/po/de/lb_binary_yaboot.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
index 296d917..6b73473 100644
--- a/manpages/po/de/lb_bootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po
index 007e885..21d2f6e 100644
--- a/manpages/po/de/lb_bootstrap_cache.1.po
+++ b/manpages/po/de/lb_bootstrap_cache.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
index 53a088f..5885367 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po
index 8a58751..5e54b32 100644
--- a/manpages/po/de/lb_bootstrap_copy.1.po
+++ b/manpages/po/de/lb_bootstrap_copy.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po
index e5f7811..92f07b5 100644
--- a/manpages/po/de/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
index 807dbfa..afcc5ae 100644
--- a/manpages/po/de/lb_build.1.po
+++ b/manpages/po/de/lb_build.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index 65c9df9..3189680 100644
--- a/manpages/po/de/lb_chroot.1.po
+++ b/manpages/po/de/lb_chroot.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po
index d998f1a..c94580a 100644
--- a/manpages/po/de/lb_chroot_apt.1.po
+++ b/manpages/po/de/lb_chroot_apt.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po
index 21274b9..6c436a4 100644
--- a/manpages/po/de/lb_chroot_cache.1.po
+++ b/manpages/po/de/lb_chroot_cache.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po
index ad694da..2b900bb 100644
--- a/manpages/po/de/lb_chroot_debianchroot.1.po
+++ b/manpages/po/de/lb_chroot_debianchroot.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po
index 2c586ed..176a043 100644
--- a/manpages/po/de/lb_chroot_devpts.1.po
+++ b/manpages/po/de/lb_chroot_devpts.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po
index 7aaf8ea..8b56166 100644
--- a/manpages/po/de/lb_chroot_dpkg.1.po
+++ b/manpages/po/de/lb_chroot_dpkg.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po
index e2d2d52..e805628 100644
--- a/manpages/po/de/lb_chroot_hacks.1.po
+++ b/manpages/po/de/lb_chroot_hacks.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po
index 7b2e753..b484dfb 100644
--- a/manpages/po/de/lb_chroot_hooks.1.po
+++ b/manpages/po/de/lb_chroot_hooks.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po
index 7135768..9395b02 100644
--- a/manpages/po/de/lb_chroot_hostname.1.po
+++ b/manpages/po/de/lb_chroot_hostname.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po
index 2e04855..11415ce 100644
--- a/manpages/po/de/lb_chroot_hosts.1.po
+++ b/manpages/po/de/lb_chroot_hosts.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_install-packages.1.po b/manpages/po/de/lb_chroot_install-packages.1.po
index e992dfb..aec0eb4 100644
--- a/manpages/po/de/lb_chroot_install-packages.1.po
+++ b/manpages/po/de/lb_chroot_install-packages.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po
index 749c87b..146e082 100644
--- a/manpages/po/de/lb_chroot_interactive.1.po
+++ b/manpages/po/de/lb_chroot_interactive.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_linux-image.1.po b/manpages/po/de/lb_chroot_linux-image.1.po
index 559bf36..3410ef5 100644
--- a/manpages/po/de/lb_chroot_linux-image.1.po
+++ b/manpages/po/de/lb_chroot_linux-image.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_local-hooks.1.po b/manpages/po/de/lb_chroot_local-hooks.1.po
index 397c5a1..cb43874 100644
--- a/manpages/po/de/lb_chroot_local-hooks.1.po
+++ b/manpages/po/de/lb_chroot_local-hooks.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_local-includes.1.po b/manpages/po/de/lb_chroot_local-includes.1.po
index 57a2b2a..fa89ff2 100644
--- a/manpages/po/de/lb_chroot_local-includes.1.po
+++ b/manpages/po/de/lb_chroot_local-includes.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_local-packages.1.po b/manpages/po/de/lb_chroot_local-packages.1.po
index 987ee0a..57e6046 100644
--- a/manpages/po/de/lb_chroot_local-packages.1.po
+++ b/manpages/po/de/lb_chroot_local-packages.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_local-packageslists.1.po b/manpages/po/de/lb_chroot_local-packageslists.1.po
index 640c417..c12908f 100644
--- a/manpages/po/de/lb_chroot_local-packageslists.1.po
+++ b/manpages/po/de/lb_chroot_local-packageslists.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_local-patches.1.po b/manpages/po/de/lb_chroot_local-patches.1.po
index 251f457..f483ca3 100644
--- a/manpages/po/de/lb_chroot_local-patches.1.po
+++ b/manpages/po/de/lb_chroot_local-patches.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_local-preseed.1.po b/manpages/po/de/lb_chroot_local-preseed.1.po
index 6c40625..d128fa5 100644
--- a/manpages/po/de/lb_chroot_local-preseed.1.po
+++ b/manpages/po/de/lb_chroot_local-preseed.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_localization.1.po b/manpages/po/de/lb_chroot_localization.1.po
index 7c7e409..a1566f0 100644
--- a/manpages/po/de/lb_chroot_localization.1.po
+++ b/manpages/po/de/lb_chroot_localization.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_packages.1.po b/manpages/po/de/lb_chroot_packages.1.po
index 0a7f939..f87d309 100644
--- a/manpages/po/de/lb_chroot_packages.1.po
+++ b/manpages/po/de/lb_chroot_packages.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_packageslists.1.po b/manpages/po/de/lb_chroot_packageslists.1.po
index 4cd6092..e5c0c31 100644
--- a/manpages/po/de/lb_chroot_packageslists.1.po
+++ b/manpages/po/de/lb_chroot_packageslists.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po
index 445950a..0806777 100644
--- a/manpages/po/de/lb_chroot_preseed.1.po
+++ b/manpages/po/de/lb_chroot_preseed.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po
index e925db6..855bd89 100644
--- a/manpages/po/de/lb_chroot_proc.1.po
+++ b/manpages/po/de/lb_chroot_proc.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po
index 6dcaf5f..fa04c13 100644
--- a/manpages/po/de/lb_chroot_resolv.1.po
+++ b/manpages/po/de/lb_chroot_resolv.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po
index 2b1383a..4da7c41 100644
--- a/manpages/po/de/lb_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lb_chroot_selinuxfs.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_sources.1.po b/manpages/po/de/lb_chroot_sources.1.po
index c2ba82e..897fddb 100644
--- a/manpages/po/de/lb_chroot_sources.1.po
+++ b/manpages/po/de/lb_chroot_sources.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_symlinks.1.po b/manpages/po/de/lb_chroot_symlinks.1.po
index dd27636..9af15eb 100644
--- a/manpages/po/de/lb_chroot_symlinks.1.po
+++ b/manpages/po/de/lb_chroot_symlinks.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po
index 46f63fa..13e0d44 100644
--- a/manpages/po/de/lb_chroot_sysfs.1.po
+++ b/manpages/po/de/lb_chroot_sysfs.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_sysv-rc.1.po b/manpages/po/de/lb_chroot_sysv-rc.1.po
index a9f727c..cb5f20f 100644
--- a/manpages/po/de/lb_chroot_sysv-rc.1.po
+++ b/manpages/po/de/lb_chroot_sysv-rc.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_sysvinit.1.po b/manpages/po/de/lb_chroot_sysvinit.1.po
index 9e2feda..f73cd6e 100644
--- a/manpages/po/de/lb_chroot_sysvinit.1.po
+++ b/manpages/po/de/lb_chroot_sysvinit.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_tasks.1.po b/manpages/po/de/lb_chroot_tasks.1.po
index 77ead0b..220d42c 100644
--- a/manpages/po/de/lb_chroot_tasks.1.po
+++ b/manpages/po/de/lb_chroot_tasks.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po
index 4b8c875..6de7396 100644
--- a/manpages/po/de/lb_chroot_upstart.1.po
+++ b/manpages/po/de/lb_chroot_upstart.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
index fbac336..ed76c50 100644
--- a/manpages/po/de/lb_clean.1.po
+++ b/manpages/po/de/lb_clean.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index 2f2ca7d..6f23ca2 100644
--- a/manpages/po/de/lb_config.1.po
+++ b/manpages/po/de/lb_config.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po
index 2d3bb0f..330c814 100644
--- a/manpages/po/de/lb_local.1.po
+++ b/manpages/po/de/lb_local.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index ea24efb..aa4f53c 100644
--- a/manpages/po/de/lb_source.1.po
+++ b/manpages/po/de/lb_source.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po
index 40aed4e..3df19e4 100644
--- a/manpages/po/de/lb_source_checksums.1.po
+++ b/manpages/po/de/lb_source_checksums.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_source_debian-live.1.po b/manpages/po/de/lb_source_debian-live.1.po
index 1c35538..73622bf 100644
--- a/manpages/po/de/lb_source_debian-live.1.po
+++ b/manpages/po/de/lb_source_debian-live.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po
index 9c47770..96ead0f 100644
--- a/manpages/po/de/lb_source_debian.1.po
+++ b/manpages/po/de/lb_source_debian.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po
index 20a6d79..fb7b4cf 100644
--- a/manpages/po/de/lb_source_disk.1.po
+++ b/manpages/po/de/lb_source_disk.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po
index 0696b0f..d4463c1 100644
--- a/manpages/po/de/lb_source_iso.1.po
+++ b/manpages/po/de/lb_source_iso.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po
index efbc451..d04bebf 100644
--- a/manpages/po/de/lb_source_net.1.po
+++ b/manpages/po/de/lb_source_net.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po
index f5ec256..b6f2ac7 100644
--- a/manpages/po/de/lb_source_tar.1.po
+++ b/manpages/po/de/lb_source_tar.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po
index 9a13109..e8be991 100644
--- a/manpages/po/de/lb_source_usb.1.po
+++ b/manpages/po/de/lb_source_usb.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_source_virtual-hdd.1.po b/manpages/po/de/lb_source_virtual-hdd.1.po
index 547770c..8895da3 100644
--- a/manpages/po/de/lb_source_virtual-hdd.1.po
+++ b/manpages/po/de/lb_source_virtual-hdd.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
index 5d5b887..fb320ae 100644
--- a/manpages/po/de/lb_testroot.1.po
+++ b/manpages/po/de/lb_testroot.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index 04b9107..c19120e 100644
--- a/manpages/po/de/live-build.7.po
+++ b/manpages/po/de/live-build.7.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 2.0~a29\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"Project-Id-Version: live-build 2.0.0\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -82,8 +82,8 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
-msgstr "16.09.2010"
+msgid "2010-09-26"
+msgstr "26.09.2010"
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
@@ -117,8 +117,8 @@ msgstr "16.09.2010"
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
-msgstr "2.0~a29"
+msgid "2.0.0"
+msgstr ""
 
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index 93590af..2171339 100644
--- a/manpages/pot/lb.1.pot
+++ b/manpages/pot/lb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index ce71ddb..c893675 100644
--- a/manpages/pot/lb_binary.1.pot
+++ b/manpages/pot/lb_binary.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot
index b9b4b61..52a6572 100644
--- a/manpages/pot/lb_binary_checksums.1.pot
+++ b/manpages/pot/lb_binary_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot
index a419418..f461bcd 100644
--- a/manpages/pot/lb_binary_chroot.1.pot
+++ b/manpages/pot/lb_binary_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot
index 1cc7d88..0bd73d8 100644
--- a/manpages/pot/lb_binary_debian-installer.1.pot
+++ b/manpages/pot/lb_binary_debian-installer.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot
index a1e957a..9d047eb 100644
--- a/manpages/pot/lb_binary_disk.1.pot
+++ b/manpages/pot/lb_binary_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_encryption.1.pot b/manpages/pot/lb_binary_encryption.1.pot
index cf0b938..5d6911b 100644
--- a/manpages/pot/lb_binary_encryption.1.pot
+++ b/manpages/pot/lb_binary_encryption.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot
index d2af785..2874d0b 100644
--- a/manpages/pot/lb_binary_grub.1.pot
+++ b/manpages/pot/lb_binary_grub.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot
index 4264f99..2ee7ecb 100644
--- a/manpages/pot/lb_binary_grub2.1.pot
+++ b/manpages/pot/lb_binary_grub2.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot
index 02bd38d..7d6ab81 100644
--- a/manpages/pot/lb_binary_includes.1.pot
+++ b/manpages/pot/lb_binary_includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot
index fc57544..83ed0d3 100644
--- a/manpages/pot/lb_binary_iso.1.pot
+++ b/manpages/pot/lb_binary_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot
index 0fda9ef..6696eff 100644
--- a/manpages/pot/lb_binary_linux-image.1.pot
+++ b/manpages/pot/lb_binary_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot
index 38627ac..c12e66a 100644
--- a/manpages/pot/lb_binary_local-hooks.1.pot
+++ b/manpages/pot/lb_binary_local-hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot
index 07f6529..a465f05 100644
--- a/manpages/pot/lb_binary_local-includes.1.pot
+++ b/manpages/pot/lb_binary_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_local-packageslists.1.pot b/manpages/pot/lb_binary_local-packageslists.1.pot
index 1e18acf..0885bfb 100644
--- a/manpages/pot/lb_binary_local-packageslists.1.pot
+++ b/manpages/pot/lb_binary_local-packageslists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot
index 5ba3bcd..f9505b7 100644
--- a/manpages/pot/lb_binary_manifest.1.pot
+++ b/manpages/pot/lb_binary_manifest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot
index abfc02d..6c7c0b9 100644
--- a/manpages/pot/lb_binary_memtest.1.pot
+++ b/manpages/pot/lb_binary_memtest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot
index 3b5bf04..c5da7ba 100644
--- a/manpages/pot/lb_binary_net.1.pot
+++ b/manpages/pot/lb_binary_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot
index bcf1e5e..d0b3a47 100644
--- a/manpages/pot/lb_binary_rootfs.1.pot
+++ b/manpages/pot/lb_binary_rootfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot
index ef18bb2..6ba29b4 100644
--- a/manpages/pot/lb_binary_silo.1.pot
+++ b/manpages/pot/lb_binary_silo.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot
index d11ee1b..db12a07 100644
--- a/manpages/pot/lb_binary_syslinux.1.pot
+++ b/manpages/pot/lb_binary_syslinux.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot
index 370cd77..9a6120c 100644
--- a/manpages/pot/lb_binary_tar.1.pot
+++ b/manpages/pot/lb_binary_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot
index ad71cd5..d57b515 100644
--- a/manpages/pot/lb_binary_usb.1.pot
+++ b/manpages/pot/lb_binary_usb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot
index 28dbe58..ae43dc2 100644
--- a/manpages/pot/lb_binary_virtual-hdd.1.pot
+++ b/manpages/pot/lb_binary_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot
index 44d5c17..87c5d86 100644
--- a/manpages/pot/lb_binary_win32-loader.1.pot
+++ b/manpages/pot/lb_binary_win32-loader.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot
index 1d4fb45..353aa1b 100644
--- a/manpages/pot/lb_binary_yaboot.1.pot
+++ b/manpages/pot/lb_binary_yaboot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index 122d94c..e25256d 100644
--- a/manpages/pot/lb_bootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot
index 4077b86..01ccad3 100644
--- a/manpages/pot/lb_bootstrap_cache.1.pot
+++ b/manpages/pot/lb_bootstrap_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
index d0470ab..6821344 100644
--- a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot
index 5ec321d..3f4484e 100644
--- a/manpages/pot/lb_bootstrap_copy.1.pot
+++ b/manpages/pot/lb_bootstrap_copy.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot
index a7d6b91..fef8c53 100644
--- a/manpages/pot/lb_bootstrap_debootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_debootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index e772479..46f43d1 100644
--- a/manpages/pot/lb_build.1.pot
+++ b/manpages/pot/lb_build.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index 7269b93..25bd9a2 100644
--- a/manpages/pot/lb_chroot.1.pot
+++ b/manpages/pot/lb_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot
index 705dc74..8b895f0 100644
--- a/manpages/pot/lb_chroot_apt.1.pot
+++ b/manpages/pot/lb_chroot_apt.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot
index 48b229b..6e9c2a6 100644
--- a/manpages/pot/lb_chroot_cache.1.pot
+++ b/manpages/pot/lb_chroot_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot
index 69ac931..9d0d773 100644
--- a/manpages/pot/lb_chroot_debianchroot.1.pot
+++ b/manpages/pot/lb_chroot_debianchroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot
index 830b88f..d632bfb 100644
--- a/manpages/pot/lb_chroot_devpts.1.pot
+++ b/manpages/pot/lb_chroot_devpts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot
index 41291ea..f321124 100644
--- a/manpages/pot/lb_chroot_dpkg.1.pot
+++ b/manpages/pot/lb_chroot_dpkg.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot
index 76190f4..df93023 100644
--- a/manpages/pot/lb_chroot_hacks.1.pot
+++ b/manpages/pot/lb_chroot_hacks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hooks.1.pot b/manpages/pot/lb_chroot_hooks.1.pot
index bd5d47b..169f8d4 100644
--- a/manpages/pot/lb_chroot_hooks.1.pot
+++ b/manpages/pot/lb_chroot_hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot
index 9643576..3a1d0bd 100644
--- a/manpages/pot/lb_chroot_hostname.1.pot
+++ b/manpages/pot/lb_chroot_hostname.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot
index 136f7c7..9bb41c1 100644
--- a/manpages/pot/lb_chroot_hosts.1.pot
+++ b/manpages/pot/lb_chroot_hosts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot
index 2876486..88948f5 100644
--- a/manpages/pot/lb_chroot_install-packages.1.pot
+++ b/manpages/pot/lb_chroot_install-packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot
index 521fc37..cf91659 100644
--- a/manpages/pot/lb_chroot_interactive.1.pot
+++ b/manpages/pot/lb_chroot_interactive.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot
index c73f28b..c79079b 100644
--- a/manpages/pot/lb_chroot_linux-image.1.pot
+++ b/manpages/pot/lb_chroot_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_local-hooks.1.pot
index e1f7910..c0ca91a 100644
--- a/manpages/pot/lb_chroot_local-hooks.1.pot
+++ b/manpages/pot/lb_chroot_local-hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot
index 157bd84..df12141 100644
--- a/manpages/pot/lb_chroot_local-includes.1.pot
+++ b/manpages/pot/lb_chroot_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-packages.1.pot b/manpages/pot/lb_chroot_local-packages.1.pot
index 078d5f6..b9a9d80 100644
--- a/manpages/pot/lb_chroot_local-packages.1.pot
+++ b/manpages/pot/lb_chroot_local-packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-packageslists.1.pot b/manpages/pot/lb_chroot_local-packageslists.1.pot
index e3eb19e..d8b2e0b 100644
--- a/manpages/pot/lb_chroot_local-packageslists.1.pot
+++ b/manpages/pot/lb_chroot_local-packageslists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot
index 1efd14a..a610a2f 100644
--- a/manpages/pot/lb_chroot_local-patches.1.pot
+++ b/manpages/pot/lb_chroot_local-patches.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot
index 592d1bc..c4b26ee 100644
--- a/manpages/pot/lb_chroot_local-preseed.1.pot
+++ b/manpages/pot/lb_chroot_local-preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_localization.1.pot b/manpages/pot/lb_chroot_localization.1.pot
index 694bb6d..9d36e07 100644
--- a/manpages/pot/lb_chroot_localization.1.pot
+++ b/manpages/pot/lb_chroot_localization.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_packages.1.pot b/manpages/pot/lb_chroot_packages.1.pot
index 42d475b..c2c2a75 100644
--- a/manpages/pot/lb_chroot_packages.1.pot
+++ b/manpages/pot/lb_chroot_packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_packageslists.1.pot b/manpages/pot/lb_chroot_packageslists.1.pot
index 9ab1056..9085dea 100644
--- a/manpages/pot/lb_chroot_packageslists.1.pot
+++ b/manpages/pot/lb_chroot_packageslists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot
index 502258b..cc077e4 100644
--- a/manpages/pot/lb_chroot_preseed.1.pot
+++ b/manpages/pot/lb_chroot_preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot
index c0f952f..3e4242f 100644
--- a/manpages/pot/lb_chroot_proc.1.pot
+++ b/manpages/pot/lb_chroot_proc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot
index d47a837..58be20c 100644
--- a/manpages/pot/lb_chroot_resolv.1.pot
+++ b/manpages/pot/lb_chroot_resolv.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot
index 4ee461c..8a161a2 100644
--- a/manpages/pot/lb_chroot_selinuxfs.1.pot
+++ b/manpages/pot/lb_chroot_selinuxfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_sources.1.pot b/manpages/pot/lb_chroot_sources.1.pot
index 4685230..f1358e4 100644
--- a/manpages/pot/lb_chroot_sources.1.pot
+++ b/manpages/pot/lb_chroot_sources.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_symlinks.1.pot b/manpages/pot/lb_chroot_symlinks.1.pot
index 9bb5b19..e69eb17 100644
--- a/manpages/pot/lb_chroot_symlinks.1.pot
+++ b/manpages/pot/lb_chroot_symlinks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot
index 7817f3b..19ce393 100644
--- a/manpages/pot/lb_chroot_sysfs.1.pot
+++ b/manpages/pot/lb_chroot_sysfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot
index 9ae5684..30975da 100644
--- a/manpages/pot/lb_chroot_sysv-rc.1.pot
+++ b/manpages/pot/lb_chroot_sysv-rc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_sysvinit.1.pot b/manpages/pot/lb_chroot_sysvinit.1.pot
index eeb5ede..ffcc4a1 100644
--- a/manpages/pot/lb_chroot_sysvinit.1.pot
+++ b/manpages/pot/lb_chroot_sysvinit.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_tasks.1.pot b/manpages/pot/lb_chroot_tasks.1.pot
index 5c66c81..7803080 100644
--- a/manpages/pot/lb_chroot_tasks.1.pot
+++ b/manpages/pot/lb_chroot_tasks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot
index a5946d1..d771a59 100644
--- a/manpages/pot/lb_chroot_upstart.1.pot
+++ b/manpages/pot/lb_chroot_upstart.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index 4795358..eea65c2 100644
--- a/manpages/pot/lb_clean.1.pot
+++ b/manpages/pot/lb_clean.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index 594cf90..041d2e0 100644
--- a/manpages/pot/lb_config.1.pot
+++ b/manpages/pot/lb_config.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot
index 953ce14..a53e86f 100644
--- a/manpages/pot/lb_local.1.pot
+++ b/manpages/pot/lb_local.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index dee7924..a8d00e9 100644
--- a/manpages/pot/lb_source.1.pot
+++ b/manpages/pot/lb_source.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot
index d62b40a..0877a8c 100644
--- a/manpages/pot/lb_source_checksums.1.pot
+++ b/manpages/pot/lb_source_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot
index 5d9299e..928a154 100644
--- a/manpages/pot/lb_source_debian-live.1.pot
+++ b/manpages/pot/lb_source_debian-live.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot
index aa5d0a9..69dd5c9 100644
--- a/manpages/pot/lb_source_debian.1.pot
+++ b/manpages/pot/lb_source_debian.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot
index 19f8cc1..97a2770 100644
--- a/manpages/pot/lb_source_disk.1.pot
+++ b/manpages/pot/lb_source_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot
index 590cc18..4d0d5da 100644
--- a/manpages/pot/lb_source_iso.1.pot
+++ b/manpages/pot/lb_source_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot
index 7de4de1..fffb0e0 100644
--- a/manpages/pot/lb_source_net.1.pot
+++ b/manpages/pot/lb_source_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot
index 6143d4a..9edc1bf 100644
--- a/manpages/pot/lb_source_tar.1.pot
+++ b/manpages/pot/lb_source_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot
index 8aed030..5894bae 100644
--- a/manpages/pot/lb_source_usb.1.pot
+++ b/manpages/pot/lb_source_usb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot
index afc6e18..7e41860 100644
--- a/manpages/pot/lb_source_virtual-hdd.1.pot
+++ b/manpages/pot/lb_source_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index 7b64b29..75982d6 100644
--- a/manpages/pot/lb_testroot.1.pot
+++ b/manpages/pot/lb_testroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index b7eb10a..bf43d56 100644
--- a/manpages/pot/live-build.7.pot
+++ b/manpages/pot/live-build.7.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-09-16 21:14+0300\n"
+"POT-Creation-Date: 2010-09-26 12:10+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"
@@ -83,7 +83,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-09-16"
+msgid "2010-09-26"
 msgstr ""
 
 #. type: TH
@@ -118,7 +118,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2.0~a29"
+msgid "2.0.0"
 msgstr ""
 
 #. type: TH
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 9913cfb..9868041 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -365,6 +365,22 @@ then
 
 	DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup lvm2"
 
+	case "${LB_MODE}" in
+		debian)
+			case "${LB_DISTRIBUTION}" in
+				lenny)
+					DI_REQ_PACKAGES="${DI_REQ_PACKAGES} console-setup kbd"
+					DI_PACKAGES="${DI_PACKAGES} console-setup kbd"
+					;;
+
+				*)
+					DI_REQ_PACKAGES="${DI_REQ_PACKAGES} console-setup keyboard-configuration kbd"
+					DI_PACKAGES="${DI_PACKAGES} console-setup keyboard-configuration kbd"
+					;;
+			esac
+			;;
+	esac
+
 	# Set apt command prefix
 	_LB_APT_COMMAND="apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o APT::Install-Recommends=false --download-only"
 
diff --git a/scripts/build/lb_binary_grub b/scripts/build/lb_binary_grub
index 802bfbe..efd16ea 100755
--- a/scripts/build/lb_binary_grub
+++ b/scripts/build/lb_binary_grub
@@ -68,7 +68,7 @@ Grub_live_entry ()
 	APPEND="${4}"
 
 	LINUX_LIVE="${LINUX_LIVE}\ntitle\t\tDebian GNU/Linux - ${LABEL}"
-	LINUX_LIVE="${LINUX_LIVE}\nkernel\t\t/${KERNEL} boot=${INITFS} live-config LB_BOOTAPPEND_LIVE ${APPEND}"
+	LINUX_LIVE="${LINUX_LIVE}\nkernel\t\t/${KERNEL} boot=${INITFS} config LB_BOOTAPPEND_LIVE ${APPEND}"
 	LINUX_LIVE="${LINUX_LIVE}\ninitrd\t\t/${INITRD}"
 }
 
diff --git a/scripts/build/lb_binary_grub2 b/scripts/build/lb_binary_grub2
index 8610eee..591b5f1 100755
--- a/scripts/build/lb_binary_grub2
+++ b/scripts/build/lb_binary_grub2
@@ -68,7 +68,7 @@ Grub_live_entry ()
 	APPEND="${4}"
 
 	LINUX_LIVE="${LINUX_LIVE}\nmenuentry \"Debian GNU/Linux - ${LABEL}\" {"
-	LINUX_LIVE="${LINUX_LIVE}\nlinux\t\t/${KERNEL} boot=${INITFS} live-config LB_BOOTAPPEND_LIVE ${APPEND}"
+	LINUX_LIVE="${LINUX_LIVE}\nlinux\t\t/${KERNEL} boot=${INITFS} config LB_BOOTAPPEND_LIVE ${APPEND}"
 	LINUX_LIVE="${LINUX_LIVE}\ninitrd\t\t/${INITRD}"
 	LINUX_LIVE="${LINUX_LIVE}\n}"
 }
diff --git a/scripts/build/lb_binary_local-packageslists b/scripts/build/lb_binary_local-packageslists
index f98742a..80f3fb2 100755
--- a/scripts/build/lb_binary_local-packageslists
+++ b/scripts/build/lb_binary_local-packageslists
@@ -38,7 +38,7 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if Find_files config/binary_local-packageslists/*
+if Find_files config/binary_local-packageslists/*.list
 then
 	# Restoring cache
 	Restore_cache cache/packages_chroot
@@ -53,7 +53,7 @@ then
 	mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp
 	touch chroot/var/lib/dpkg/status
 
-	for PACKAGESLIST in config/binary_local-packageslists/*
+	for PACKAGESLIST in config/binary_local-packageslists/*.list
 	do
 		# Generate package list
 		Expand_packagelist "${PACKAGESLIST}" "config/binary_local-packageslists" "config/chroot_local-packageslists" > chroot/root/"$(basename ${PACKAGESLIST})"
diff --git a/scripts/build/lb_binary_silo b/scripts/build/lb_binary_silo
index acc62ff..7c0c6ae 100755
--- a/scripts/build/lb_binary_silo
+++ b/scripts/build/lb_binary_silo
@@ -82,7 +82,7 @@ Silo_live_entry ()
 	LINUX_LIVE="${LINUX_LIVE}\nimage=${DIRECTORY}/${KERNEL}\n"
 	LINUX_LIVE="${LINUX_LIVE}\t  label=${LABEL}\n"
 	LINUX_LIVE="${LINUX_LIVE}\t  initrd=${DIRECTORY}/${INITRD}\n"
-	LINUX_LIVE="${LINUX_LIVE}\t  append=\"boot=${INITFS} live-config LB_BOOTAPPEND_LIVE ${APPEND}\"\n"
+	LINUX_LIVE="${LINUX_LIVE}\t  append=\"boot=${INITFS} config LB_BOOTAPPEND_LIVE ${APPEND}\"\n"
 }
 
 Silo_install_entry ()
diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux
index c869f5f..9a96c5d 100755
--- a/scripts/build/lb_binary_syslinux
+++ b/scripts/build/lb_binary_syslinux
@@ -129,7 +129,7 @@ Syslinux_live_entry ()
 	fi
 
 	LINUX_LIVE="${LINUX_LIVE}\tkernel ${LIVE_KERNEL_PATH}/${KERNEL}\n"
-	LINUX_LIVE="${LINUX_LIVE}\tappend initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} live-config ${LB_BOOTAPPEND_LIVE} ${APPEND} ${QAPPEND}\n"
+	LINUX_LIVE="${LINUX_LIVE}\tappend initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} config ${LB_BOOTAPPEND_LIVE} ${APPEND} ${QAPPEND}\n"
 
 	# Failsafe kernel
 	LINUX_LIVE="${LINUX_LIVE}\nlabel ${LABEL}failsafe\n"
@@ -141,7 +141,7 @@ Syslinux_live_entry ()
 	fi
 
 	LINUX_LIVE="${LINUX_LIVE}\tkernel ${LIVE_KERNEL_PATH}/${KERNEL}\n"
-	LINUX_LIVE="${LINUX_LIVE}\tappend initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} live-config ${LB_BOOTAPPEND_LIVE} ${APPEND} ${FAILSAFE}\n"
+	LINUX_LIVE="${LINUX_LIVE}\tappend initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} config ${LB_BOOTAPPEND_LIVE} ${APPEND} ${FAILSAFE}\n"
 }
 
 Syslinux_install_entry ()
diff --git a/scripts/build/lb_binary_win32-loader b/scripts/build/lb_binary_win32-loader
index 7eb86a6..5c1de98 100755
--- a/scripts/build/lb_binary_win32-loader
+++ b/scripts/build/lb_binary_win32-loader
@@ -46,7 +46,7 @@ Create_lockfile .lock
 case "${LB_ARCHITECTURE}" in
 	amd64|i386)
 		case "${LB_DISTRIBUTION}" in
-			lenny|squeeze)
+			lenny)
 				WIN32_LOADER="/usr/lib/win32-loader"
 				;;
 
diff --git a/scripts/build/lb_binary_yaboot b/scripts/build/lb_binary_yaboot
index 44b0bde..1e7fa95 100755
--- a/scripts/build/lb_binary_yaboot
+++ b/scripts/build/lb_binary_yaboot
@@ -72,7 +72,7 @@ Yaboot_live_entry ()
 	LINUX_LIVE="${LINUX_LIVE}\nimage=${DIRECTORY}/${KERNEL}\n"
 	LINUX_LIVE="${LINUX_LIVE}\tlabel=${LABEL}\n"
 	LINUX_LIVE="${LINUX_LIVE}\tinitrd=${DIRECTORY}/${INITRD}\n"
-	LINUX_LIVE="${LINUX_LIVE}\tappend=\"boot=${INITFS} live-config LB_BOOTAPPEND_LIVE ${APPEND}\"\n"
+	LINUX_LIVE="${LINUX_LIVE}\tappend=\"boot=${INITFS} config LB_BOOTAPPEND_LIVE ${APPEND}\"\n"
 	LINUX_LIVE="${LINUX_LIVE}\tinitrd-size=10240\n"
 }
 
diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources
index 17cb3f5..60654dc 100755
--- a/scripts/build/lb_chroot_sources
+++ b/scripts/build/lb_chroot_sources
@@ -268,8 +268,11 @@ EOF
 					# Temporarily replace /dev/random with /dev/urandom so as not
 					# to block automated image builds; we don't care about the
 					# security of this key anyway.
-					mv chroot/dev/random chroot/dev/random.orig
-					cp -a chroot/dev/urandom chroot/dev/random
+					if [ -e chroot/dev/random ]
+					then
+						mv chroot/dev/random chroot/dev/random.orig
+						cp -a chroot/dev/urandom chroot/dev/random
+					fi
 
 					if Find_files cache/local-package-keyring.*
 					then
@@ -318,7 +321,10 @@ EOF
 					rm chroot/root/local-package-keyring.sec
 
 					# Revert /dev/random
-					mv chroot/dev/random.orig chroot/dev/random
+					if [ -e chroot/dev/random.orig ]
+					then
+						mv chroot/dev/random.orig chroot/dev/random
+					fi
 
 					# Remove /root/.gnupg if we created it during the signing process
 					if [ "${_LB_DOTGNUPG_EXISTED}" -eq 0 ]
diff --git a/scripts/build/lb_clean b/scripts/build/lb_clean
index e5ae3df..f0e43a5 100755
--- a/scripts/build/lb_clean
+++ b/scripts/build/lb_clean
@@ -62,10 +62,7 @@ do
 			LH=1 "${0}" noauto --stage
 			LH=1 "${0}" noauto --source
 
-			if [ -d auto ]
-			then
-				rmdir --ignore-fail-on-non-empty auto
-			fi
+			rmdir --ignore-fail-on-non-empty auto > /dev/null 2>&1 || true
 			;;
 
 		--cache)
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index d91aea1..dda7a95 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -1348,12 +1348,12 @@ EOF
 	cp config/chroot_sources/${LB_DISTRIBUTION}-backports.chroot config/chroot_sources/${LB_DISTRIBUTION}-backports.binary
 
 	# Adding apt preferences
-	if ! grep -qs "^Pin: release o=backports.debian-maintainerns.org" config/chroot_apt/preferences
+	if ! grep -qs "^Pin: release o=backports.debian-maintainers.org" config/chroot_apt/preferences
 	then
 
 cat >> config/chroot_apt/preferences << EOF
 Package: *
-Pin: release o=backports.debian-maintainerns.org
+Pin: release o=backports.debian-maintainers.org
 Pin-Priority: 999
 EOF
 
@@ -1370,30 +1370,11 @@ Check_defaults
 if [ "${_CLEAN}" = "true" ]
 then
 	# Remove empty directories in config tree
-	if ls config/*/ > /dev/null 2>&1
-	then
-		rmdir --ignore-fail-on-non-empty config/*/
-	fi
-
-	if [ -d config ]
-	then
-		rmdir --ignore-fail-on-non-empty config
-	fi
-
-	if [ -d auto/functions ]
-	then
-		rmdir --ignore-fail-on-non-empty auto/functions
-	fi
-
-	if [ -d auto/scripts ]
-	then
-		rmdir --ignore-fail-on-non-empty auto/scripts
-	fi
-
-	if [ -d auto ]
-	then
-		rmdir --ignore-fail-on-non-empty auto
-	fi
+	rmdir --ignore-fail-on-non-empty config/*/ > /dev/null 2>&1 || true
+	rmdir --ignore-fail-on-non-empty config > /dev/null 2>&1 || true
+	rmdir --ignore-fail-on-non-empty auto/functions > /dev/null 2>&1 || true
+	rmdir --ignore-fail-on-non-empty auto/scripts > /dev/null 2>&1 || true
+	rmdir --ignore-fail-on-non-empty auto > /dev/null 2>&1 || true
 fi
 
 # Creating stage file

-- 
live-build



More information about the debian-live-changes mailing list