[SCM] live-build branch, upstream, updated. upstream/2.0.12-12-gc255cc2

Daniel Baumann daniel at debian.org
Wed Mar 9 17:16:45 UTC 2011


The following commit has been merged in the upstream branch:
commit c255cc239ae3e55fe694191c7b1dd3564580baa0
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Mar 9 18:09:23 2011 +0100

    Adding upstream version 3.0~a12.

diff --git a/VERSION b/VERSION
index 2e25043..0ddcaf1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0~a11
+3.0~a12
diff --git a/cgi/cgi b/cgi/cgi
index f01a000..d03cedb 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -66,7 +66,7 @@ else
 	LB_DISTRIBUTION=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])distribution=[a-z]+' | cut -f 2 -d '=' | head -n1)
 	LB_PACKAGE_LISTS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])package_lists=[-0-9a-z]+' | cut -f 2 -d '=' | head -n1)
 	LB_TASKS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])tasks=[-0-9a-zA-Z. _]+' | cut -f 2 -d '=' | head -n1)
-	LB_PACKAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages=[-0-9a-zA-Z. _]+' | cut -f 2 -d '=' | head -n1)
+	LB_PACKAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages=[-0-9a-zA-Z. _+]+' | cut -f 2 -d '=' | head -n1)
 
 	# Advanced bootstrap options
 	LB_ARCHITECTURES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])architectures=[0-9a-z]+' | cut -f 2 -d '=' | head -n1)
diff --git a/cgi/cron b/cgi/cron
index f7af828..f709cd7 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/data/debian-cd/dapper b/data/debian-cd/jaunty
similarity index 100%
copy from data/debian-cd/dapper
copy to data/debian-cd/jaunty
diff --git a/data/debian-cd/maverick/amd64_udeb_include b/data/debian-cd/maverick/amd64_netinst_udeb_include
similarity index 100%
copy from data/debian-cd/maverick/amd64_udeb_include
copy to data/debian-cd/maverick/amd64_netinst_udeb_include
diff --git a/data/debian-cd/maverick/amd64_udeb_include b/data/debian-cd/maverick/armel_netinst_udeb_include
similarity index 100%
copy from data/debian-cd/maverick/amd64_udeb_include
copy to data/debian-cd/maverick/armel_netinst_udeb_include
diff --git a/data/debian-cd/maverick/amd64_udeb_include b/data/debian-cd/maverick/armel_udeb_include
similarity index 100%
copy from data/debian-cd/maverick/amd64_udeb_include
copy to data/debian-cd/maverick/armel_udeb_include
diff --git a/data/debian-cd/maverick/amd64_udeb_include b/data/debian-cd/maverick/ia64_netinst_udeb_include
similarity index 100%
copy from data/debian-cd/maverick/amd64_udeb_include
copy to data/debian-cd/maverick/ia64_netinst_udeb_include
diff --git a/data/debian-cd/dapper b/data/debian-cd/natty
similarity index 100%
copy from data/debian-cd/dapper
copy to data/debian-cd/natty
diff --git a/data/debian-cd/squeeze/exclude-udebs b/data/debian-cd/squeeze/exclude-udebs
index 1faaa9a..ba3ed4f 100644
--- a/data/debian-cd/squeeze/exclude-udebs
+++ b/data/debian-cd/squeeze/exclude-udebs
@@ -132,7 +132,6 @@ auto-install
 libslang2-udeb
 kbd-chooser
 kbd-udeb
-console-setup-*
 # Currently unused
 nbd-client-udeb
 pwgen-udeb
diff --git a/examples/hooks/all_binary_debian-installer-banner.sh b/examples/hooks/all_binary_debian-installer-banner.sh
index 76c5d07..61c160c 100755
--- a/examples/hooks/all_binary_debian-installer-banner.sh
+++ b/examples/hooks/all_binary_debian-installer-banner.sh
@@ -5,7 +5,7 @@
 # To enable it, copy or symlink this hook into your config/binary_local-hooks
 # directory and add a replacement banner.png at:
 #
-#  config/binary_local-includes/binary/install/banner.png
+#  config/binary_debian-installer/banner.png
 #
 # The file should be a PNG image of dimensions 800 x 75.
 
diff --git a/functions/aliases.sh b/functions/aliases.sh
index 8e1ddda..9c79729 100755
--- a/functions/aliases.sh
+++ b/functions/aliases.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/architectures.sh b/functions/architectures.sh
index 07d4581..53d925b 100755
--- a/functions/architectures.sh
+++ b/functions/architectures.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/arguments.sh b/functions/arguments.sh
index 0db3c13..9a675e6 100755
--- a/functions/arguments.sh
+++ b/functions/arguments.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/breakpoints.sh b/functions/breakpoints.sh
index 29ab861..0256285 100755
--- a/functions/breakpoints.sh
+++ b/functions/breakpoints.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/cache.sh b/functions/cache.sh
index bae606d..c297831 100755
--- a/functions/cache.sh
+++ b/functions/cache.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/chroot.sh b/functions/chroot.sh
index 589200a..dff13d0 100755
--- a/functions/chroot.sh
+++ b/functions/chroot.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/color.sh b/functions/color.sh
index 9bdd837..78e37e0 100755
--- a/functions/color.sh
+++ b/functions/color.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/common.sh b/functions/common.sh
index ca579be..02903fb 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -9,7 +9,7 @@
 
 
 PROGRAM="live-build"
-VERSION="3.0~a11-1"
+VERSION="3.0~a12-1"
 CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
 
 PATH="${PWD}/auto/scripts:${PATH}"
diff --git a/functions/conffile.sh b/functions/conffile.sh
index 72d028c..afcc6cb 100755
--- a/functions/conffile.sh
+++ b/functions/conffile.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/cursor.sh b/functions/cursor.sh
index 6ea1d9a..f013009 100755
--- a/functions/cursor.sh
+++ b/functions/cursor.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/defaults.sh b/functions/defaults.sh
index cb71ce5..bed3746 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -21,14 +21,17 @@ Set_defaults ()
 	case "${LB_MODE}" in
 		progress)
 			LB_DISTRIBUTION="${LB_DISTRIBUTION:-artax}"
+			LB_DERIVATIVE="true"
 			;;
 
 		ubuntu)
 			LB_DISTRIBUTION="${LB_DISTRIBUTION:-karmic}"
+			LB_DERIVATIVE="false"
 			;;
 
 		*)
 			LB_DISTRIBUTION="${LB_DISTRIBUTION:-squeeze}"
+			LB_DERIVATIVE="false"
 			;;
 	esac
 
@@ -37,16 +40,19 @@ Set_defaults ()
 			case "${LB_DISTRIBUTION}" in
 				artax|artax-backports)
 					LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-squeeze}"
+					LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
 					;;
 
 				baureo)
 					LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-sid}"
+					LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
 					;;
 			esac
 			;;
 
 		*)
 			LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-${LB_DISTRIBUTION}}"
+			LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
 			;;
 	esac
 
@@ -147,6 +153,21 @@ Set_defaults ()
 			;;
 	esac
 
+	# Setting initsystem
+	case "${LB_MODE}" in
+		ubuntu)
+			case "${LB_INITRAMFS}" in
+				live-boot)
+					LB_INITSYSTEM="${LB_INITSYSTEM:-upstart}"
+					;;
+			esac
+			;;
+
+		*)
+			LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}"
+			;;
+	esac
+
 	# Setting fdisk
 	if [ -z "${LB_FDISK}" ] || [ ! -x "${LB_FDISK}" ]
 	then
@@ -276,78 +297,98 @@ Set_defaults ()
 	# Setting mirror to fetch packages from
 	case "${LB_MODE}" in
 		debian)
-			LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://ftp.de.debian.org/debian/}"
+			LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://ftp.de.debian.org/debian/}"
+			LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-${LB_PARENT_MIRROR_BOOTSTRAP}}"
 			;;
 
 		emdebian)
-			LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://buildd.emdebian.org/grip/}"
+			LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://buildd.emdebian.org/grip/}"
+			LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-${LB_PARENT_MIRROR_BOOTSTRAP}}"
 			;;
 
 		progress)
-			LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://cdn.debian.net/debian/}"
+			LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://cdn.debian.net/debian/}"
+			LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://archive.progress-linux.org/progress/}"
 			;;
 
 		ubuntu)
 			case "${LB_ARCHITECTURES}" in
 				amd64|i386)
-					LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://archive.ubuntu.com/ubuntu/}"
+					LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://archive.ubuntu.com/ubuntu/}"
 					;;
 
 				*)
-					LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://ports.ubuntu.com/}"
+					LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://ports.ubuntu.com/}"
 					;;
 			esac
+
+			LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-${LB_PARENT_MIRROR_BOOTSTRAP}}"
 			;;
 	esac
 
+	LB_PARENT_MIRROR_CHROOT="${LB_PARENT_MIRROR_CHROOT:-${LB_PARENT_MIRROR_BOOTSTRAP}}"
 	LB_MIRROR_CHROOT="${LB_MIRROR_CHROOT:-${LB_MIRROR_BOOTSTRAP}}"
 
 	# Setting security mirror to fetch packages from
 	case "${LB_MODE}" in
 		debian)
-			LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://security.debian.org/}"
+			LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-http://security.debian.org/}"
+			LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-${LB_PARENT_MIRROR_CHROOT_SECURITY}}"
 			;;
 
 		emdebian)
-			LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-none}"
+			LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-none}"
+			LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-${LB_PARENT_MIRROR_CHROOT_SECURITY}}"
 			;;
 
 		progress)
-			LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://cdn.debian.net/debian-security/}"
+			LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-http://cdn.debian.net/debian-security/}"
+			LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT}}"
 			;;
 
 		ubuntu)
 			case "${LB_ARCHITECTURES}" in
 				amd64|i386)
-					LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://security.ubuntu.com/ubuntu/}"
+					LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-http://security.ubuntu.com/ubuntu/}"
 					;;
 
 				*)
-					LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://ports.ubuntu.com/}"
+					LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-http://ports.ubuntu.com/}"
 					;;
 			esac
+
+			LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-${LB_PARENT_MIRROR_CHROOT_SECURITY}}"
 			;;
 	esac
 
 	# Setting volatile mirror to fetch packages from
 	case "${LB_MODE}" in
-		debian|progress)
-			LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-${LB_MIRROR_CHROOT}}"
+		debian)
+			LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-${LB_PARENT_MIRROR_CHROOT}}"
+			LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-${LB_PARENT_MIRROR_CHROOT}}"
+			;;
+
+		progress)
+			LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-${LB_PARENT_MIRROR_CHROOT}}"
+			LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-none}"
 			;;
 
 		ubuntu)
 			case "${LB_ARCHITECTURES}" in
 				amd64|i386)
-					LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-http://security.ubuntu.com/ubuntu/}"
+					LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-http://security.ubuntu.com/ubuntu/}"
 					;;
 
 				*)
-					LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-http://ports.ubuntu.com/}"
+					LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-http://ports.ubuntu.com/}"
 					;;
 			esac
+
+			LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-${LB_PARENT_MIRROR_CHROOT}}"
 			;;
 
 		*)
+			LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-none}"
 			LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-none}"
 			;;
 	esac
@@ -355,108 +396,142 @@ Set_defaults ()
 	# Setting backports mirror to fetch packages from
 	case "${LB_MODE}" in
 		debian)
-			LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-http://backports.debian.org/debian-backports/}"
+			LB_PARENT_MIRROR_CHROOT_BACKPORTS="${LB_PARENT_MIRROR_CHROOT_BACKPORTS:-http://backports.debian.org/debian-backports/}"
+			LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-${LB_PARENT_MIRROR_CHROOT_BACKPORTS}}"
+			;;
+
+		progress)
+			LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-${LB_MIRROR_CHROOT}}"
 			;;
 
 		*)
+			LB_PARENT_MIRROR_CHROOT_BACKPORTS="${LB_PARENT_MIRROR_CHROOT_BACKPORTS:-none}"
 			LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-none}"
 			;;
 	esac
 
 	# Setting mirror which ends up in the image
 	case "${LB_MODE}" in
-		debian|progress)
-			LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://cdn.debian.net/debian/}"
+		debian)
+			LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://cdn.debian.net/debian/}"
+			LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-${LB_PARENT_MIRROR_BINARY}}"
+			;;
+
+		progress)
+			LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://cdn.debian.net/debian/}"
+			LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-${LB_MIRROR_CHROOT}}"
 			;;
 
 		emdebian)
-			LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://buildd.emdebian.org/grip/}"
+			LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://buildd.emdebian.org/grip/}"
+			LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-${LB_PARENT_MIRROR_BINARY}}"
 			;;
 
 		ubuntu)
 			case "${LB_ARCHITECTURES}" in
 				amd64|i386)
-					LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://archive.ubuntu.com/ubuntu/}"
+					LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://archive.ubuntu.com/ubuntu/}"
 				;;
 
 				*)
-					LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://ports.ubuntu.com/}"
+					LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://ports.ubuntu.com/}"
 					;;
 			esac
+
+			LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-${LB_PARENT_MIRROR_BINARY}}"
 			;;
 	esac
 
 	# Setting security mirror which ends up in the image
 	case "${LB_MODE}" in
 		debian)
-			LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://security.debian.org/}"
+			LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://security.debian.org/}"
+			LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-${LB_PARENT_MIRROR_BINARY_SECURITY}}"
 			;;
 
 		emdebian)
-			LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-none}"
+			LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-none}"
+			LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-${LB_PARENT_MIRROR_BINARY_SECURITY}}"
 			;;
 
 		progress)
-			LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://cdn.debian.net/debian-security/}"
+			LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://cdn.debian.net/debian-security/}"
+			LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-${LB_MIRROR_CHROOT}}"
 			;;
 
 		ubuntu)
 			case "${LB_ARCHITECTURES}" in
 				amd64|i386)
-					LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://archive.ubuntu.com/ubuntu/}"
+					LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://archive.ubuntu.com/ubuntu/}"
 					;;
 
 				*)
-					LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://ports.ubuntu.com/}"
+					LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://ports.ubuntu.com/}"
 					;;
 			esac
+
+			LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-${LB_PARENT_MIRROR_BINARY_SECURITY}}"
 			;;
 	esac
 
 	# Setting volatile mirror which ends up in the image
 	case "${LB_MODE}" in
-		debian|progress)
-			LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-${LB_MIRROR_BINARY}}"
+		debian)
+			LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR_BINARY}}"
+			LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR_BINARY}}"
+			;;
+
+		progress)
+			LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR_BINARY}}"
+			LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-none}"
 			;;
 
 		ubuntu)
 			case "${LB_ARCHITECTURES}" in
 				amd64|i386)
-					LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-http://security.ubuntu.com/ubuntu/}"
+					LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-http://security.ubuntu.com/ubuntu/}"
 					;;
 
 				*)
-					LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-http://ports.ubuntu.com/}"
+					LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-http://ports.ubuntu.com/}"
 					;;
 			esac
 			;;
 
 		*)
-			LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-none}"
+			LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-none}"
 			;;
 	esac
 
 	# Setting backports mirror which ends up in the image
 	case "${LB_MODE}" in
 		debian)
-			LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-http://backports.debian.org/debian-backports/}"
+			LB_PARENT_MIRROR_BINARY_BACKPORTS="${LB_PARENT_MIRROR_BINARY_BACKPORTS:-http://backports.debian.org/debian-backports/}"
+			LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-${LB_PARENT_MIRROR_BINARY_BACKPORTS}}"
+			;;
+
+		progress)
+			LB_PARENT_MIRROR_BINARY_BACKPORTS="${LB_PARENT_MIRROR_BINARY_BACKPORTS:-none}"
+			LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-${LB_MIRROR_CHROOT}}"
 			;;
 
 		*)
-			LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-none}"
+			LB_PARENT_MIRROR_BINARY_BACKPORTS="${LB_PARENT_MIRROR_BINARY_BACKPORTS:-none}"
+			LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-${LB_PARENT_MIRROR_BINARY_BACKPORTS}}"
 			;;
 	esac
 
-	LB_MIRROR_DEBIAN_INSTALLER="${LB_MIRROR_DEBIAN_INSTALLER:-${LB_MIRROR_BOOTSTRAP}}"
+	case "${LB_MODE}" in
+		progress)
+			LB_PARENT_MIRROR_DEBIAN_INSTALLER="${LB_PARENT_MIRROR_DEBIAN_INSTALLER:-${LB_PARENT_MIRROR_BOOTSTRAP}}"
+			LB_MIRROR_DEBIAN_INSTALLER="${LB_MIRROR_DEBIAN_INSTALLER:-${LB_MIRROR_CHROOT}}"
+			;;
 
-	if [ -z "${LB_REPOSITORIES}" ]
-	then
-		case "${LB_MODE}" in
-			progress)
-				LB_REPOSITORIES="progress-linux_${LB_DISTRIBUTION}"
-				;;
-		esac
-	fi
+		*)
+			LB_PARENT_MIRROR_DEBIAN_INSTALLER="${LB_PARENT_MIRROR_DEBIAN_INSTALLER:-${LB_PARENT_MIRROR_BOOTSTRAP}}"
+			LB_MIRROR_DEBIAN_INSTALLER="${LB_MIRROR_DEBIAN_INSTALLER:-${LB_PARENT_MIRROR_DEBIAN_INSTALLER}}"
+			;;
+	esac
 
 	# Setting archive areas value
 	case "${LB_MODE}" in
@@ -490,17 +565,13 @@ Set_defaults ()
 
 	# Setting keyring packages
 	case "${LB_MODE}" in
-		debian)
-			LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES:-debian-archive-keyring}"
+		ubuntu)
+			LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES:-ubuntu-keyring}"
 			;;
 
-		emdebian)
+		*)
 			LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES:-debian-archive-keyring}"
 			;;
-
-		ubuntu)
-			LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES:-ubuntu-keyring}"
-			;;
 	esac
 
 	# Setting language string
@@ -692,19 +763,9 @@ Set_defaults ()
 	LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|  ||g')"
 
 	# Setting security updates option
-	if [ "${LB_MIRROR_CHROOT_SECURITY}" = "none" ] || [ "${LB_MIRROR_BINARY_SECURITY}" = "none" ]
-	then
-		LB_SECURITY="false"
-	fi
-
 	LB_SECURITY="${LB_SECURITY:-true}"
 
 	# Setting volatile updates option
-	if [ "${LB_MIRROR_CHROOT_VOLATILE}" = "none" ] || [ "${LB_MIRROR_BINARY_VOLATILE}" = "none" ]
-	then
-		LB_VOLATILE="false"
-	fi
-
 	LB_VOLATILE="${LB_VOLATILE:-true}"
 
 	## config/binary
@@ -795,8 +856,7 @@ Set_defaults ()
 			;;
 	esac
 
-	# Setting debian-installer distribution
-	LB_DEBIAN_INSTALLER_DISTRIBUTION="${LB_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
+	LB_DEBIAN_INSTALLER_DISTRIBUTION="${LB_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_DISTRIBUTION}}"
 
 	# Setting debian-installer-gui
 	case "${LB_MODE}" in
diff --git a/functions/echo.sh b/functions/echo.sh
index 555bc42..70615ea 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/exit.sh b/functions/exit.sh
index 8a97207..b6f2e2b 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/help.sh b/functions/help.sh
index 86f7782..f5a56df 100755
--- a/functions/help.sh
+++ b/functions/help.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/l10n.sh b/functions/l10n.sh
index d32106b..e53f2a2 100755
--- a/functions/l10n.sh
+++ b/functions/l10n.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/lockfile.sh b/functions/lockfile.sh
index ea55174..b3a0ab6 100755
--- a/functions/lockfile.sh
+++ b/functions/lockfile.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/losetup.sh b/functions/losetup.sh
index fa6cd83..df7e2d2 100755
--- a/functions/losetup.sh
+++ b/functions/losetup.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/man.sh b/functions/man.sh
index 3c06d02..1551ab2 100755
--- a/functions/man.sh
+++ b/functions/man.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/packagelists.sh b/functions/packagelists.sh
index 94f016f..1d6c681 100755
--- a/functions/packagelists.sh
+++ b/functions/packagelists.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/packages.sh b/functions/packages.sh
index 20d53df..5df87cc 100755
--- a/functions/packages.sh
+++ b/functions/packages.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/releases.sh b/functions/releases.sh
index 9cf2e7e..1911359 100755
--- a/functions/releases.sh
+++ b/functions/releases.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -21,6 +21,8 @@ RELEASE_baureo="unstable"
 RELEASE_dapper="6.06" # LTS
 RELEASE_hardy="8.04" # LTS
 RELEASE_intrepid="8.10"
+RELEASE_jaunty="9.04"
 RELEASE_karmic="9.10"
 RELEASE_lucid="10.04" # LTS
 RELEASE_maverick="10.10"
+RELEASE_natty="11.04"
diff --git a/functions/stagefile.sh b/functions/stagefile.sh
index 504b623..b3b4dd9 100755
--- a/functions/stagefile.sh
+++ b/functions/stagefile.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/templates.sh b/functions/templates.sh
index d365ccd..65125c0 100755
--- a/functions/templates.sh
+++ b/functions/templates.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/usage.sh b/functions/usage.sh
index ef82bab..bc9b254 100755
--- a/functions/usage.sh
+++ b/functions/usage.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/functions/version.sh b/functions/version.sh
index 9c1fcbf..581ac56 100755
--- a/functions/version.sh
+++ b/functions/version.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -13,7 +13,7 @@ Version ()
 	Echo "%s, version %s" "${PROGRAM}" "${VERSION}"
 	Echo "This program is a part of %s" "${PACKAGE}"
 	echo
-	Echo "Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>"
+	Echo "Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>"
 	echo
 	Echo "This program is free software: you can redistribute it and/or modify"
 	Echo "it under the terms of the GNU General Public License as published by"
diff --git a/functions/wrapper.sh b/functions/wrapper.sh
index ab14a48..c5d34e1 100755
--- a/functions/wrapper.sh
+++ b/functions/wrapper.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/hooks/debian-live-pxe-server b/hooks/debian-live-pxe-server
index 565ead5..4bde28b 100755
--- a/hooks/debian-live-pxe-server
+++ b/hooks/debian-live-pxe-server
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/hooks/minimal b/hooks/minimal
index a33c006..65af094 100755
--- a/hooks/minimal
+++ b/hooks/minimal
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/hooks/stripped b/hooks/stripped
index 154e7be..380141b 100755
--- a/hooks/stripped
+++ b/hooks/stripped
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/includes/squeeze/common/doc/FAQ/debian-faq.en.html.tar.gz b/includes/squeeze/common/doc/FAQ/debian-faq.en.html.tar.gz
index abee0f9..a1eb634 100644
Binary files a/includes/squeeze/common/doc/FAQ/debian-faq.en.html.tar.gz and b/includes/squeeze/common/doc/FAQ/debian-faq.en.html.tar.gz differ
diff --git a/includes/squeeze/common/doc/FAQ/debian-faq.en.pdf.gz b/includes/squeeze/common/doc/FAQ/debian-faq.en.pdf.gz
index 3b428a1..e7c835a 100644
Binary files a/includes/squeeze/common/doc/FAQ/debian-faq.en.pdf.gz and b/includes/squeeze/common/doc/FAQ/debian-faq.en.pdf.gz differ
diff --git a/includes/squeeze/common/doc/FAQ/debian-faq.en.ps.gz b/includes/squeeze/common/doc/FAQ/debian-faq.en.ps.gz
index 0ff0949..6d744f7 100644
Binary files a/includes/squeeze/common/doc/FAQ/debian-faq.en.ps.gz and b/includes/squeeze/common/doc/FAQ/debian-faq.en.ps.gz differ
diff --git a/includes/squeeze/common/doc/FAQ/debian-faq.en.txt.gz b/includes/squeeze/common/doc/FAQ/debian-faq.en.txt.gz
index aeaaa41..87b535c 100644
Binary files a/includes/squeeze/common/doc/FAQ/debian-faq.en.txt.gz and b/includes/squeeze/common/doc/FAQ/debian-faq.en.txt.gz differ
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-basic_defs.en.html b/includes/squeeze/common/doc/FAQ/html/ch-basic_defs.en.html
index cc55653..5d0babb 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-basic_defs.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-basic_defs.en.html
@@ -597,7 +597,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-choosing.en.html b/includes/squeeze/common/doc/FAQ/html/ch-choosing.en.html
index e0403cc..af1f232 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-choosing.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-choosing.en.html
@@ -948,7 +948,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-compat.en.html b/includes/squeeze/common/doc/FAQ/html/ch-compat.en.html
index 375bff4..7d9ea15 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-compat.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-compat.en.html
@@ -541,7 +541,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-contributing.en.html b/includes/squeeze/common/doc/FAQ/html/ch-contributing.en.html
index db2d6e3..607a72b 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-contributing.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-contributing.en.html
@@ -357,7 +357,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-customizing.en.html b/includes/squeeze/common/doc/FAQ/html/ch-customizing.en.html
index 9467112..e112c53 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-customizing.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-customizing.en.html
@@ -703,7 +703,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-faqinfo.en.html b/includes/squeeze/common/doc/FAQ/html/ch-faqinfo.en.html
index 9edac20..5349d74 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-faqinfo.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-faqinfo.en.html
@@ -394,7 +394,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-ftparchives.en.html b/includes/squeeze/common/doc/FAQ/html/ch-ftparchives.en.html
index 0efd28a..71b92a5 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-ftparchives.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-ftparchives.en.html
@@ -743,7 +743,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-getting.en.html b/includes/squeeze/common/doc/FAQ/html/ch-getting.en.html
index 16d506c..cc28eed 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-getting.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-getting.en.html
@@ -438,7 +438,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-kernel.en.html b/includes/squeeze/common/doc/FAQ/html/ch-kernel.en.html
index 58781c9..995f648 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-kernel.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-kernel.en.html
@@ -376,7 +376,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-nexttime.en.html b/includes/squeeze/common/doc/FAQ/html/ch-nexttime.en.html
index cd6c875..0b27248 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-nexttime.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-nexttime.en.html
@@ -364,7 +364,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-pkg_basics.en.html b/includes/squeeze/common/doc/FAQ/html/ch-pkg_basics.en.html
index 72799b2..d67b3d7 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-pkg_basics.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-pkg_basics.en.html
@@ -1110,7 +1110,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-pkgtools.en.html b/includes/squeeze/common/doc/FAQ/html/ch-pkgtools.en.html
index 391e656..763c63a 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-pkgtools.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-pkgtools.en.html
@@ -1186,7 +1186,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-redistrib.en.html b/includes/squeeze/common/doc/FAQ/html/ch-redistrib.en.html
index 77bbf56..6a2b65d 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-redistrib.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-redistrib.en.html
@@ -327,7 +327,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-software.en.html b/includes/squeeze/common/doc/FAQ/html/ch-software.en.html
index 2c2d745..e2beb96 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-software.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-software.en.html
@@ -626,7 +626,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-support.en.html b/includes/squeeze/common/doc/FAQ/html/ch-support.en.html
index 5036cb5..a078153 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-support.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-support.en.html
@@ -666,7 +666,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/ch-uptodate.en.html b/includes/squeeze/common/doc/FAQ/html/ch-uptodate.en.html
index 33cc9f0..5f13eb5 100644
--- a/includes/squeeze/common/doc/FAQ/html/ch-uptodate.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/ch-uptodate.en.html
@@ -623,7 +623,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/footnotes.en.html b/includes/squeeze/common/doc/FAQ/html/footnotes.en.html
index 881269f..eede401 100644
--- a/includes/squeeze/common/doc/FAQ/html/footnotes.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/footnotes.en.html
@@ -281,7 +281,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/FAQ/html/index.en.html b/includes/squeeze/common/doc/FAQ/html/index.en.html
index c7115e0..7575c57 100644
--- a/includes/squeeze/common/doc/FAQ/html/index.en.html
+++ b/includes/squeeze/common/doc/FAQ/html/index.en.html
@@ -509,7 +509,7 @@ The Debian GNU/Linux FAQ
 </p>
 
 <address>
-version 4.0.3, 6 August 2008<br>
+version 4.0.4+nmu1, 3 January 2010<br>
 <br>
 Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 <br>
diff --git a/includes/squeeze/common/doc/bug-log-access.txt b/includes/squeeze/common/doc/bug-log-access.txt
index c8fa75f..748b016 100644
--- a/includes/squeeze/common/doc/bug-log-access.txt
+++ b/includes/squeeze/common/doc/bug-log-access.txt
@@ -1,12 +1,10 @@
-Methods of accessing the bug tracking system logs
-
 Accessing active bug reports
 
-   Each message received at or sent by the bug processing system is
-   logged and made available in a number of ways.
+   Each message received at or sent by the bug processing system is logged
+   and made available in a number of ways.
 
-   The primary access method is to use the web pages. See the forms on
-   the main BTS page at http://bugs.debian.org/
+   The primary access method is to use the web pages. See the forms on the
+   main BTS page at http://bugs.debian.org/
 
    There is a mailserver which can send bug reports as plain text on
    request. To use it send the word help as the sole contents of an email
@@ -18,9 +16,8 @@ Accessing archived bug reports
 
    Each closed bug report is archived 28 days after the last message
    relating to it is received and filed. This means that it is no longer
-   possible to access it or change anything about it using the control
-   and service bots. However, the reports are still accessible for
-   viewing.
+   possible to access it or change anything about it using the control and
+   service bots. However, the reports are still accessible for viewing.
 
    You can search the bug report archive using the WWW forms at
    http://bugs.debian.org/, simply select the "archived bugs" option.
@@ -44,12 +41,12 @@ Accessing the raw bug data
    Please do not rely on *.status files in the bug spools, as they are
    obsolete, for compatibility purposes only, and will be removed at some
    point in the future. Use the *.summary files instead.
-     _________________________________________________________________
+     __________________________________________________________________
 
     Debian BTS administrators <owner at bugs.debian.org>
 
    Debian bug tracking system
    Copyright © 1999 Darren O. Benham, 1997, 2003 nCipher Corporation Ltd,
    1994-1997 Ian Jackson.
-     _________________________________________________________________
+     __________________________________________________________________
 
diff --git a/includes/squeeze/common/doc/bug-log-mailserver.txt b/includes/squeeze/common/doc/bug-log-mailserver.txt
index 447a059..764d25a 100644
--- a/includes/squeeze/common/doc/bug-log-mailserver.txt
+++ b/includes/squeeze/common/doc/bug-log-mailserver.txt
@@ -1,32 +1,30 @@
-Introduction to the bug system request server
-
    There is a mailserver which can send the bug reports and indices as
    plain text on request.
 
    To use it you send a mail message to request at bugs.debian.org. The
-   Subject of the message is ignored, except for generating the Subject
-   of the reply.
+   Subject of the message is ignored, except for generating the Subject of
+   the reply.
 
    The body you send should be a series of commands, one per line. You'll
    receive a reply which looks like a transcript of your message being
-   interpreted, with a response to each command. No notifications are
-   sent to anyone for the commands listed here and the mail isn't logged
+   interpreted, with a response to each command. No notifications are sent
+   to anyone for the commands listed here and the mail isn't logged
    anywhere publicly available.
 
    Any text on a line starting with a hash sign # is ignored; the server
    will stop processing when it finds a line with a control terminator (
-   quit, thank you, or two hyphens are common examples). It will also
-   stop if it encounters too many unrecognised or badly-formatted
-   commands. If no commands are successfully handled it will send the
-   help text for the server.
+   quit, thank you, or two hyphens are common examples). It will also stop
+   if it encounters too many unrecognised or badly-formatted commands. If
+   no commands are successfully handled it will send the help text for the
+   server.
 
 Commands available
 
    send bugnumber
    send-detail bugnumber
           Requests the transcript for the bug report in question.
-          send-detail sends all of the "boring" messages in the
-          transcript as well, such as the various auto-acks.
+          send-detail sends all of the "boring" messages in the transcript
+          as well, such as the various auto-acks.
 
    index [full]
    index-summary by-package
@@ -36,8 +34,8 @@ Commands available
           number, respectively.
 
    index-maint
-          Requests the index page giving the list of maintainers with
-          bugs (open and recently-closed) in the tracking system.
+          Requests the index page giving the list of maintainers with bugs
+          (open and recently-closed) in the tracking system.
 
    index maint maintainer
           Requests the index pages of bugs in the system for the
@@ -57,8 +55,8 @@ Commands available
    send-unmatched last|-1
    send-unmatched old|-2
           Requests logs of messages not matched to a particular bug
-          report, for this week, last week and the week before. (Each
-          week ends on a Wednesday.)
+          report, for this week, last week and the week before. (Each week
+          ends on a Wednesday.)
 
    getinfo filename
           Request a file containing information about package(s) and or
@@ -102,19 +100,18 @@ Commands available
    --
           Stops processing at this point of the message. After this you
           may include any text you like, and it will be ignored. You can
-          use this to include longer comments than are suitable for #,
-          for example for the benefit of human readers of your message
-          (reading it via the tracking system logs or due to a CC or
-          BCC).
+          use this to include longer comments than are suitable for #, for
+          example for the benefit of human readers of your message
+          (reading it via the tracking system logs or due to a CC or BCC).
 
    #...
           One-line comment. The # must be at the start of the line.
 
    debug level
-          Sets the debugging level to level, which should be a
-          nonnegative integer. 0 is no debugging; 1 is usually
-          sufficient. The debugging output appears in the transcript. It
-          is not likely to be useful to general users of the bug system.
+          Sets the debugging level to level, which should be a nonnegative
+          integer. 0 is no debugging; 1 is usually sufficient. The
+          debugging output appears in the transcript. It is not likely to
+          be useful to general users of the bug system.
 
    There is a reference card for the mailservers, available via the WWW,
    in bug-mailserver-refcard.txt or by email using the refcard command
@@ -122,19 +119,19 @@ Commands available
 
    If you wish to manipulate bug reports you should use the
    control at bugs.debian.org address, which understands a superset of the
-   commands listed above. This is described in another document,
-   available on the WWW, in the file bug-maint-mailcontrol.txt, or by
-   sending help to control at bugs.
+   commands listed above. This is described in another document, available
+   on the WWW, in the file bug-maint-mailcontrol.txt, or by sending help
+   to control at bugs.
 
-   In case you are reading this as a plain text file or via email: an
-   HTML version is available via the bug system main contents page
+   In case you are reading this as a plain text file or via email: an HTML
+   version is available via the bug system main contents page
    http://www.debian.org/Bugs/.
-     _________________________________________________________________
+     __________________________________________________________________
 
     Debian BTS administrators <owner at bugs.debian.org>
 
    Debian bug tracking system
    Copyright © 1999 Darren O. Benham, 1997, 2003 nCipher Corporation Ltd,
    1994-1997 Ian Jackson.
-     _________________________________________________________________
+     __________________________________________________________________
 
diff --git a/includes/squeeze/common/doc/bug-mailserver-refcard.txt b/includes/squeeze/common/doc/bug-mailserver-refcard.txt
index 04a075b..757fb2d 100644
--- a/includes/squeeze/common/doc/bug-mailserver-refcard.txt
+++ b/includes/squeeze/common/doc/bug-mailserver-refcard.txt
@@ -1,5 +1,3 @@
-Mail servers' reference card
-
    Full documentation of the mail servers is available on the WWW, in the
    files bug-log-mailserver.txt and bug-maint-mailcontrol.txt or by
    sending the word help to each mailserver.
@@ -70,12 +68,12 @@ Synopsis of bug submission and followup addresses
      * nnn-done
      * nnn-close
      * nnn-subscribe
-     _________________________________________________________________
+     __________________________________________________________________
 
     Debian BTS administrators <owner at bugs.debian.org>
 
    Debian bug tracking system
    Copyright © 1999 Darren O. Benham, 1997, 2003 nCipher Corporation Ltd,
    1994-1997 Ian Jackson.
-     _________________________________________________________________
+     __________________________________________________________________
 
diff --git a/includes/squeeze/common/doc/bug-maint-info.txt b/includes/squeeze/common/doc/bug-maint-info.txt
index b584c66..3325412 100644
--- a/includes/squeeze/common/doc/bug-maint-info.txt
+++ b/includes/squeeze/common/doc/bug-maint-info.txt
@@ -1,15 +1,12 @@
-Developers' information regarding the bug processing system
-
    Initially, a bug report is submitted by a user as an ordinary mail
    message to submit at bugs.debian.org. This will then be given a number,
    acknowledged to the user, and forwarded to debian-bugs-dist. If the
    submitter included a Package line listing a package with a known
    maintainer the maintainer will get a copy too.
 
-   The Subject line will have Bug#nnn: added, and the Reply-To will be
-   set to include both the submitter of the report and
-   nnn at bugs.debian.org.
-     _________________________________________________________________
+   The Subject line will have Bug#nnn: added, and the Reply-To will be set
+   to include both the submitter of the report and nnn at bugs.debian.org.
+     __________________________________________________________________
 
      * Closing bug reports
      * Followup messages
@@ -22,20 +19,20 @@ Developers' information regarding the bug processing system
      * Subscribing to bugs
      * More-or-less obsolete subject-scanning feature
      * Obsolete X-Debian-PR: quiet feature
-     _________________________________________________________________
+     __________________________________________________________________
 
 Closing bug reports
 
-   Debian bug reports should be closed when the problem is fixed.
-   Problems in packages can only be considered fixed once a package that
-   includes the bug fix enters the Debian archive.
+   Debian bug reports should be closed when the problem is fixed. Problems
+   in packages can only be considered fixed once a package that includes
+   the bug fix enters the Debian archive.
 
    Normally, the only people that should close a bug report are the
-   submitter of the bug and the maintainer(s) of the package against
-   which the bug is filed. There are exceptions to this rule, for
-   example, the bugs filed against unknown packages or certain generic
-   pseudo-packages. When in doubt, don't close bugs, first ask for advice
-   on the debian-devel mailing list.
+   submitter of the bug and the maintainer(s) of the package against which
+   the bug is filed. There are exceptions to this rule, for example, the
+   bugs filed against unknown packages or certain generic pseudo-packages.
+   When in doubt, don't close bugs, first ask for advice on the
+   debian-devel mailing list.
 
    Bug reports should be closed by sending email to
    nnn-done at bugs.debian.org. The message body needs to contain an
@@ -52,8 +49,8 @@ Closing bug reports
 
    The person closing the bug, the person who submitted it and the
    debian-bugs-closed mailing list will each get a notification about the
-   change in status of the report. The submitter and the mailing list
-   will also receive the contents of the message sent to nnn-done.
+   change in status of the report. The submitter and the mailing list will
+   also receive the contents of the message sent to nnn-done.
 
 Followup messages
 
@@ -62,9 +59,9 @@ Followup messages
    forwarding the bug report. Please note that these are two distinct
    addresses.
 
-   If a developer wishes to reply to a bug report they should simply
-   reply to the message, respecting the Reply-To header. This will not
-   close the bug.
+   If a developer wishes to reply to a bug report they should simply reply
+   to the message, respecting the Reply-To header. This will not close the
+   bug.
 
    The bug tracking system will receive the message at
    nnn at bugs.debian.org, pass it on to the package maintainer, file the
@@ -97,8 +94,8 @@ Severity levels
    The bug system records a severity level with each bug report. This is
    set to normal by default, but can be overridden either by supplying a
    Severity line in the pseudo-header when the bug is submitted (see the
-   instructions for reporting bugs), or by using the severity command
-   with the control request server.
+   instructions for reporting bugs), or by using the severity command with
+   the control request server.
 
    The severity levels are:
 
@@ -114,9 +111,9 @@ Severity levels
 
    serious
           is a severe violation of Debian policy (roughly, it violates a
-          "must" or "required" directive), or, in the package
-          maintainer's or release manager's opinion, makes the package
-          unsuitable for release.
+          "must" or "required" directive), or, in the package maintainer's
+          or release manager's opinion, makes the package unsuitable for
+          release.
 
    important
           a bug which has a major effect on the usability of a package,
@@ -134,10 +131,10 @@ Severity levels
           difficult to fix due to major design considerations.
 
    Certain severities are considered release-critical, meaning the bug
-   will have an impact on releasing the package with the stable release
-   of Debian. Currently, these are critical, grave and serious. For
-   complete and canonical rules on what issues merit these severities,
-   see the list of Release-Critical Issues for Lenny.
+   will have an impact on releasing the package with the stable release of
+   Debian. Currently, these are critical, grave and serious. For complete
+   and canonical rules on what issues merit these severities, see the list
+   of Release-Critical Issues for Lenny.
 
 Tags for bug reports
 
@@ -146,9 +143,9 @@ Tags for bug reports
    when you look at the full bug log.
 
    Tags can be set by supplying a Tags line in the pseudo-header when the
-   bug is submitted (see the instructions for reporting bugs), or by
-   using the tags command with the control request server. Separate
-   multiple tags with commas, spaces, or both.
+   bug is submitted (see the instructions for reporting bugs), or by using
+   the tags command with the control request server. Separate multiple
+   tags with commas, spaces, or both.
 
    The current bug tags are:
 
@@ -162,15 +159,15 @@ Tags for bug reports
           This bug won't be fixed. Possibly because this is a choice
           between two arbitrary ways of doing things and the maintainer
           and submitter prefer different ways of doing things, possibly
-          because changing the behaviour will cause other, worse,
-          problems for others, or possibly for other reasons.
+          because changing the behaviour will cause other, worse, problems
+          for others, or possibly for other reasons.
 
    moreinfo
           This bug can't be addressed until more information is provided
           by the submitter. The bug will be closed if the submitter
           doesn't provide more information in a reasonable (few months)
-          timeframe. This is for bugs like "It doesn't work". What
-          doesn't work?
+          timeframe. This is for bugs like "It doesn't work". What doesn't
+          work?
 
    unreproducible
           This bug can't be reproduced on the maintainer's system.
@@ -181,8 +178,8 @@ Tags for bug reports
           The maintainer is requesting help with dealing with this bug.
 
    pending
-          A solution to this bug has been found and an upload will be
-          made soon.
+          A solution to this bug has been found and an upload will be made
+          soon.
 
    fixed
           This bug is fixed or worked around (by a non-maintainer upload,
@@ -238,8 +235,8 @@ Tags for bug reports
           This bug particularly applies to the woody distribution.
 
    sarge
-          This is a distribution tag, which has two effects. When set on
-          a bug, the bug can only affect sarge (though it may also affect
+          This is a distribution tag, which has two effects. When set on a
+          bug, the bug can only affect sarge (though it may also affect
           other distributions if other distribution tags are set) but
           otherwise normal buggy/fixed/absent rules apply. The bug also
           should not be archived until it is fixed in sarge.
@@ -251,8 +248,8 @@ Tags for bug reports
           from them.
 
    etch
-          This is a distribution tag, which has two effects. When set on
-          a bug, the bug can only affect etch (though it may also affect
+          This is a distribution tag, which has two effects. When set on a
+          bug, the bug can only affect etch (though it may also affect
           other distributions if other distribution tags are set) but
           otherwise normal buggy/fixed/absent rules apply. The bug also
           should not be archived until it is fixed in etch.
@@ -264,11 +261,11 @@ Tags for bug reports
           from them.
 
    lenny
-          This is a release tag, which has two effects. When set on a
-          bug, the bug can only affect lenny (though it may also affect
-          other releases if other release tags are set) but otherwise
-          normal buggy/fixed/absent rules apply. The bug also should not
-          be archived until it is fixed in lenny.
+          This is a release tag, which has two effects. When set on a bug,
+          the bug can only affect lenny (though it may also affect other
+          releases if other release tags are set) but otherwise normal
+          buggy/fixed/absent rules apply. The bug also should not be
+          archived until it is fixed in lenny.
 
    lenny-ignore
           This release-critical bug is to be ignored for the purposes of
@@ -277,11 +274,11 @@ Tags for bug reports
           authorization from them.
 
    squeeze
-          This is a release tag, which has two effects. When set on a
-          bug, the bug can only affect squeeze (though it may also affect
-          other releases if other release tags are set) but otherwise
-          normal buggy/fixed/absent rules apply. The bug also should not
-          be archived until it is fixed in squeeze.
+          This is a release tag, which has two effects. When set on a bug,
+          the bug can only affect squeeze (though it may also affect other
+          releases if other release tags are set) but otherwise normal
+          buggy/fixed/absent rules apply. The bug also should not be
+          archived until it is fixed in squeeze.
 
    squeeze-ignore
           This release-critical bug is to be ignored for the purposes of
@@ -290,40 +287,48 @@ Tags for bug reports
           authorization from them.
 
    sid
-          This is a release tag, which has two effects. When set on a
-          bug, the bug can only affect sid (though it may also affect
-          other releases if other release tags are set) but otherwise
-          normal buggy/fixed/absent rules apply. The bug also should not
-          be archived until it is fixed in sid.
+          This is a release tag, which has two effects. When set on a bug,
+          the bug can only affect sid (though it may also affect other
+          releases if other release tags are set) but otherwise normal
+          buggy/fixed/absent rules apply. The bug also should not be
+          archived until it is fixed in sid.
 
    experimental
-          This is a release tag, which has two effects. When set on a
-          bug, the bug can only affect experimental (though it may also
-          affect other releases if other release tags are set) but
-          otherwise normal buggy/fixed/absent rules apply. The bug also
-          should not be archived until it is fixed in experimental.
-
-   The meanings of the latter 8 tags have changed recently; the ignore
-   tags ignore the bug for the purpose of a testing propagation. The
-   release tags, which used to only indicate which bugs affected a
-   specific release, now indicate when a bug can be archived and the set
-   of releases for which a bug can be considered to be found or fixed.
+          This is a release tag, which has two effects. When set on a bug,
+          the bug can only affect experimental (though it may also affect
+          other releases if other release tags are set) but otherwise
+          normal buggy/fixed/absent rules apply. The bug also should not
+          be archived until it is fixed in experimental.
+
+   The meanings of the latter 8 distribution-specific tags have changed
+   recently; the -ignore tags ignore the bug for the purposes of testing
+   propagation. The release tags indicate that the bug in question should
+   not be archived until it is fixed in the set of releases specified. The
+   release tags also indicate that a bug should only be considered buggy
+   in the set of releases specified. [In other words, the bug is absent in
+   any release whose corresponding release tag is not set if any release
+   tags are set; otherwise the normal found/fixed rules apply.]
+
+   Release tags should not be used if proper versioning of the bug would
+   achieve the desired effect, as they require manual addition and
+   removal. If you are unsure if a release tag is required, contact the
+   Debian BTS Administrators (owner at bugs.debian.org) or the release team
+   for advice.
 
 Recording that you have passed on a bug report
 
-   When a developer forwards a bug report to the developer of the
-   upstream source package from which the Debian package is derived, they
-   should note this in the bug tracking system as follows:
+   When a developer forwards a bug report to the developer of the upstream
+   source package from which the Debian package is derived, they should
+   note this in the bug tracking system as follows:
 
    Make sure that the To field of your message to the author has only the
    author(s) address(es) in it; put the person who reported the bug,
    nnn-forwarded at bugs.debian.org and nnn at bugs.debian.org in the CC field.
 
-   Ask the author to preserve the CC to nnn-forwarded at bugs.debian.org
-   when they reply, so that the bug tracking system will file their reply
-   with the original report. These messages are only filed and are not
-   sent on; to send a message as normal, send them to nnn at bugs.debian.org
-   as well.
+   Ask the author to preserve the CC to nnn-forwarded at bugs.debian.org when
+   they reply, so that the bug tracking system will file their reply with
+   the original report. These messages are only filed and are not sent on;
+   to send a message as normal, send them to nnn at bugs.debian.org as well.
 
    When the bug tracking system gets a message at nnn-forwarded it will
    mark the relevant bug as having been forwarded to the address(es) in
@@ -342,8 +347,8 @@ Changing bug ownership
    have an owner.
 
    The owner can be set by supplying an Owner line in the pseudo-header
-   when the bug is submitted (see the instructions for reporting bugs),
-   or by using the owner and noowner commands with the control request
+   when the bug is submitted (see the instructions for reporting bugs), or
+   by using the owner and noowner commands with the control request
    server.
 
 Incorrectly listed package maintainers
@@ -361,24 +366,24 @@ Reopening, reassigning and manipulating bugs
 
    It is possible to reassign bug reports to other packages, to reopen
    erroneously-closed ones, to modify the information saying to where, if
-   anywhere, a bug report has been forwarded, to change the severities
-   and titles of reports, to set the ownership of bugs, to merge and
-   unmerge bug reports, and to record the versions of packages in which
-   bugs were found and in which they were fixed. This is done by sending
-   mail to control at bugs.debian.org.
+   anywhere, a bug report has been forwarded, to change the severities and
+   titles of reports, to set the ownership of bugs, to merge and unmerge
+   bug reports, and to record the versions of packages in which bugs were
+   found and in which they were fixed. This is done by sending mail to
+   control at bugs.debian.org.
 
-   The format of these messages is described in another document
-   available on the World Wide Web or in the file
-   bug-maint-mailcontrol.txt. A plain text version can also be obtained
-   by mailing the word help to the server at the address above.
+   The format of these messages is described in another document available
+   on the World Wide Web or in the file bug-maint-mailcontrol.txt. A plain
+   text version can also be obtained by mailing the word help to the
+   server at the address above.
 
 Subscribing to bugs
 
    The bug tracking system also allows bug submitters, developers and
    other interested third parties to subscribe to individual bugs. This
    feature can be used by those wishing to keep an eye on a bug, without
-   having to subscribe to a package through the PTS. All messages that
-   are received at nnn at bugs.debian.org, are sent to subscribers.
+   having to subscribe to a package through the PTS. All messages that are
+   received at nnn at bugs.debian.org, are sent to subscribers.
 
    Subscribing to a bug can be done by sending an email to
    nnn-subscribe at bugs.debian.org. The subject and body of the email are
@@ -389,17 +394,16 @@ Subscribing to bugs
    It is also possible to unsubscribe from a bug. Unsubscribing can be
    done by sending an email to nnn-unsubscribe at bugs.debian.org. The
    subject and body of the email are again ignored by the BTS. Users will
-   be sent a confirmation message which they must reply to if they wish
-   to be unsubscribed from the bug.
-
-   By default, the address subscribed is the one found in the From
-   header. If you wish to subscribe another address to a bug, you will
-   need to encode the address to be subscribed into the subscription
-   message. This takes the form of:
-   nnn-subscribe-localpart=example.com at bugs.debian.org. That example
-   would send localpart at example.com a subscription message for bug nnn.
-   The @ sign must be encoded by changing it to an = sign. Similarly, an
-   unsubscription takes the form
+   be sent a confirmation message which they must reply to if they wish to
+   be unsubscribed from the bug.
+
+   By default, the address subscribed is the one found in the From header.
+   If you wish to subscribe another address to a bug, you will need to
+   encode the address to be subscribed into the subscription message. This
+   takes the form of: nnn-subscribe-localpart=example.com at bugs.debian.org.
+   That example would send localpart at example.com a subscription message
+   for bug nnn. The @ sign must be encoded by changing it to an = sign.
+   Similarly, an unsubscription takes the form
    nnn-unsubscribe-localpart=example.com at bugs.debian.org. In both cases,
    the subject and body of the email will be forwarded to the email
    address within the request for confirmation.
@@ -413,13 +417,12 @@ More-or-less obsolete subject-scanning feature
    example, by using reply to all recipients).
 
    A similar scheme operates for maintonly, done, quiet and forwarded,
-   which treat mail arriving with a Subject tag as having been sent to
-   the corresponding nnn-whatever at bugs.debian.org address.
+   which treat mail arriving with a Subject tag as having been sent to the
+   corresponding nnn-whatever at bugs.debian.org address.
 
-   Messages arriving at plain forwarded and done -- ie, with no bug
-   report number in the address -- and without a bug number in the
-   Subject will be filed under "junk" and kept for a few weeks, but
-   otherwise ignored.
+   Messages arriving at plain forwarded and done -- ie, with no bug report
+   number in the address -- and without a bug number in the Subject will
+   be filed under "junk" and kept for a few weeks, but otherwise ignored.
 
 Obsolete X-Debian-PR: quiet feature
 
@@ -427,14 +430,14 @@ Obsolete X-Debian-PR: quiet feature
    forwarding anywhere messages it received at debian-bugs, by putting an
    X-Debian-PR: quiet line in the actual mail header.
 
-   This header line is now ignored. Instead, send your message to quiet
-   or nnn-quiet (or maintonly or nnn-maintonly).
-     _________________________________________________________________
+   This header line is now ignored. Instead, send your message to quiet or
+   nnn-quiet (or maintonly or nnn-maintonly).
+     __________________________________________________________________
 
     Debian BTS administrators <owner at bugs.debian.org>
 
    Debian bug tracking system
    Copyright © 1999 Darren O. Benham, 1997, 2003 nCipher Corporation Ltd,
    1994-1997 Ian Jackson.
-     _________________________________________________________________
+     __________________________________________________________________
 
diff --git a/includes/squeeze/common/doc/bug-maint-mailcontrol.txt b/includes/squeeze/common/doc/bug-maint-mailcontrol.txt
index 56ddd08..10fb802 100644
--- a/includes/squeeze/common/doc/bug-maint-mailcontrol.txt
+++ b/includes/squeeze/common/doc/bug-maint-mailcontrol.txt
@@ -1,13 +1,11 @@
-Introduction to the bug control and manipulation mailserver
-
    Just as request at bugs.debian.org allows the retrieval of bug data and
    documentation by email, control at bugs.debian.org allows bug reports to
    be manipulated in various ways.
 
    The control server works just like the request server, except that it
    has some additional commands; in fact, it's the same program. The two
-   addresses are only separated to avoid users making mistakes and
-   causing problems while merely trying to request information.
+   addresses are only separated to avoid users making mistakes and causing
+   problems while merely trying to request information.
 
    Since the commands specific to the control server actually change the
    status of a bug, a notification about processing the commands is sent
@@ -26,34 +24,36 @@ Introduction to the bug control and manipulation mailserver
 
 Commands available at the control mailserver
 
-                    General     Versioning Duplicates Misc.
+    General    Versioning     Duplicates            Misc.
 
    reassign
    severity
    tag
    retitle
    submitter
+   affects
+   summary
 
-   found | notfound
-   fixed | notfixed
-   reopen
+            found | notfound
+            fixed | notfixed
+            reopen
 
-   merge | unmerge
-   forcemerge
-   clone
+                            merge | unmerge
+                            forcemerge
+                            clone
 
-   thanks
-   #
-   forwarded | notforwarded
-   owner | noowner
-   block | unblock
-   archive | unarchive
+                                           thanks
+                                           #
+                                           forwarded | notforwarded
+                                           owner | noowner
+                                           block | unblock
+                                           archive | unarchive
 
    reassign bugnumber package [ version ]
           Records that bug #bugnumber is a bug in package. This can be
-          used to set the package if the user forgot the pseudo-header,
-          or to change an earlier assignment. No notifications are sent
-          to anyone (other than the usual information in the processing
+          used to set the package if the user forgot the pseudo-header, or
+          to change an earlier assignment. No notifications are sent to
+          anyone (other than the usual information in the processing
           transcript).
 
           If you supply a version, the bug tracking system will note that
@@ -62,52 +62,55 @@ Commands available at the control mailserver
           You can assign a bug to two packages at once by separating the
           package names with a comma. However, you should only do this if
           the bug can be fixed by a change to either package. If this is
-          not the case, you should clone the bug and reassign the clone
-          to the other package.
+          not the case, you should clone the bug and reassign the clone to
+          the other package.
 
    reopen bugnumber [ originator-address | = | ! ]
           Reopens #bugnumber if it is closed.
 
-          By default, or if you specify =, the original submitter is
-          still as the originator of the report, so that they will get
-          the ack when it is closed again.
+          By default, or if you specify =, the original submitter is still
+          as the originator of the report, so that they will get the ack
+          when it is closed again.
 
           If you supply an originator-address the originator will be set
           to the address you supply. If you wish to become the new
-          originator of the reopened report you can use the ! shorthand
-          or specify your own email address.
+          originator of the reopened report you can use the ! shorthand or
+          specify your own email address.
 
           It is usually a good idea to tell the person who is about to be
           recorded as the originator that you're reopening the report, so
           that they will know to expect the ack which they'll get when it
           is closed again.
 
-          If the bug is not closed then reopen won't do anything, not
-          even change the originator. To change the originator of an open
-          bug report, use the submitter command; note that this will
-          inform the original submitter of the change.
+          If the bug is not closed then reopen won't do anything, not even
+          change the originator. To change the originator of an open bug
+          report, use the submitter command; note that this will inform
+          the original submitter of the change.
 
           If the bug was recorded as being closed in a particular version
           of a package but recurred in a later version, it is better to
           use the found command instead.
 
    found bugnumber [ version ]
-          Record that #bugnumber has been encountered in the given
-          version of the package to which it is assigned.
+          Record that #bugnumber has been encountered in the given version
+          of the package to which it is assigned. version may be a fully
+          qualified version, of the form sourcepackagename/version.
 
           The bug tracking system uses this information, in conjunction
-          with fixed versions recorded when closing bugs, to display
-          lists of bugs open in various versions of each package. It
-          considers a bug to be open when it has no fixed version, or
-          when it has been found more recently than it has been fixed.
+          with fixed versions recorded when closing bugs, to display lists
+          of bugs open in various versions of each package. It considers a
+          bug to be open when it has no fixed version, or when it has been
+          found more recently than it has been fixed.
 
           If no version is given, then the list of fixed versions for the
           bug is cleared. This is identical to the behaviour of reopen.
+          version may be a fully qualified version, of the form
+          sourcepackagename/version.
 
           This command will only cause a bug to be marked as not done if
-          no version is specified, or if the version being marked found
-          is equal to the version which was last marked fixed. (If you
-          are certain that you want the bug marked as not done, use
+          no version is specified, or if the version being marked found is
+          equal to or greater than the highest version marked fixed. (If
+          you are certain that you want the bug marked as not done, use
           reopen in conjunction with found.)
 
           This command was introduced in preference to reopen because it
@@ -116,16 +119,18 @@ Commands available at the control mailserver
 
    notfound bugnumber version
           Remove the record that #bugnumber was encountered in the given
-          version of the package to which it is assigned.
+          version of the package to which it is assigned. version may be a
+          fully qualified version, of the form sourcepackagename/version.
 
           This differs from closing the bug at that version in that the
           bug is not listed as fixed in that version either; no
-          information about that version will be known. It is intended
-          for fixing mistakes in the record of when a bug was found.
+          information about that version will be known. It is intended for
+          fixing mistakes in the record of when a bug was found.
 
    fixed bugnumber version
           Indicate that bug #bugnumber was fixed in the given version of
-          the package to which it is assigned.
+          the package to which it is assigned. version may be a fully
+          qualified version, of the form sourcepackagename/version.
 
           This does not cause the bug to be marked as closed, it merely
           adds another version in which the bug was fixed. Use the
@@ -134,11 +139,16 @@ Commands available at the control mailserver
 
    notfixed bugnumber version
           Remove the record that bug #bugnumber has been fixed in the
-          given version.
+          given version. version may be a fully qualified version, of the
+          form sourcepackagename/version.
 
           This command is equivalent to found followed by notfound (the
           found removes the fixed at a particular version, and notfound
-          removes the found.)
+          removes the found) with the exception that the bug is not
+          reopened if the found version is greater than any existing fixed
+          version. It is intended for fixing mistakes in the record of
+          when a bug was fixed; in most cases, you actually want found,
+          not notfixed.
 
    submitter bugnumber originator-address | !
           Changes the originator of #bugnumber to originator-address.
@@ -155,7 +165,14 @@ Commands available at the control mailserver
           maintainer at address. This does not actually forward the
           report. This can be used to change an existing incorrect
           forwarded-to address, or to record a new one for a bug that
-          wasn't previously noted as having been forwarded.
+          wasn't previously noted as having been forwarded. address should
+          generally be a URI, or possibly an email address. Using a URI
+          where possible allows tools to query a remote bug tracking
+          system (such as bugzilla) for a bug's status.
+
+          Example usage:
+
+      forwarded 12345 http://bugz.illa.foo/cgi/54321
 
    notforwarded bugnumber
           Forgets any idea that bugnumber has been forwarded to any
@@ -163,17 +180,14 @@ Commands available at the control mailserver
           forwarded then this will do nothing.
 
    retitle bugnumber new-title
-          Changes the title of a bug report to that specified (the
-          default is the Subject mail header from the original report).
-
-          Unlike most of the other bug-manipulation commands when used on
-          one of a set of merged reports this will change the title of
-          only the individual bug requested, and not all those with which
-          it is merged.
+          Changes the title of a bug report to that specified (the default
+          is the Subject mail header from the original report). Will also
+          change the titles of all bug reports which this bug is merged
+          with.
 
    severity bugnumber severity
-          Set the severity level for bug report #bugnumber to severity.
-          No notification is sent to the user who reported the bug.
+          Set the severity level for bug report #bugnumber to severity. No
+          notification is sent to the user who reported the bug.
 
           Severities are critical, grave, serious, important, normal,
           minor, and wishlist.
@@ -181,6 +195,27 @@ Commands available at the control mailserver
           For their meanings please consult the general developers'
           documentation for the bug system.
 
+   affects bugnumber [ + | - | = ] package [ package ... ]
+          Indicates that a bug affects another package. In the case where
+          bugnumber causes breakage in package even though the bug is
+          actually present in the package to which it is assigned, this
+          causes the bug to be listed by default in the package list of
+          package. This should generally be used where the bug is severe
+          enough to cause multiple reports from users to be assigned to
+          the wrong package.
+
+   summary bugnumber [message number]
+          Selects a message to use as a summary of a bug. The first
+          non-pseudoheader paragraph of that message is parsed and set as
+          the summary of the bug which is displayed on the top of the bug
+          report page. This is useful in cases where the original report
+          doesn't correctly describe the problem or the bug has many
+          messages which make it difficult to identify the actual problem.
+
+          If message number is not given, clears the summary. message
+          number is the message number as listed in the bugreport cgi
+          script output.
+
    clone bugnumber NewID [ new IDs ... ]
           The clone control command allows you to duplicate a bug report.
           It is useful in the case where a single report actually
@@ -203,21 +238,21 @@ Commands available at the control mailserver
           merge -1 -3
 
    merge bugnumber bugnumber ...
-          Merges two or more bug reports. When reports are merged
-          opening, closing, marking or unmarking as forwarded and
-          reassigning any of the bugs to a new package will have an
-          identical effect on all of the merged reports.
+          Merges two or more bug reports. When reports are merged opening,
+          closing, marking or unmarking as forwarded and reassigning any
+          of the bugs to a new package will have an identical effect on
+          all of the merged reports.
 
           Before bugs can be merged they must be in exactly the same
-          state: either all open or all closed, with the same
-          forwarded-to upstream author address or all not marked as
-          forwarded, all assigned to the same package or package(s) (an
-          exact string comparison is done on the package to which the bug
-          is assigned), and all of the same severity. If they don't start
-          out in the same state you should use reassign, reopen and so
-          forth to make sure that they are before using merge. Titles are
-          not required to match, and will not be affected by the merge.
-          Tags are not required to match, either, they will be joined.
+          state: either all open or all closed, with the same forwarded-to
+          upstream author address or all not marked as forwarded, all
+          assigned to the same package or package(s) (an exact string
+          comparison is done on the package to which the bug is assigned),
+          and all of the same severity. If they don't start out in the
+          same state you should use reassign, reopen and so forth to make
+          sure that they are before using merge. Titles are not required
+          to match, and will not be affected by the merge. Tags are not
+          required to match, either, they will be joined.
 
           If any of the bugs listed in a merge command is already merged
           with another bug then all the reports merged with any of the
@@ -227,17 +262,15 @@ Commands available at the control mailserver
           Merging reports causes a note to appear on each report's logs;
           on the WWW pages this is includes links to the other bugs.
 
-          Merged reports are all expired simultaneously, and only when
-          all of the reports each separately meet the criteria for
-          expiry.
+          Merged reports are all expired simultaneously, and only when all
+          of the reports each separately meet the criteria for expiry.
 
    forcemerge bugnumber bugnumber ...
-          Forcibly merges two or more bug reports. The first bug listed
-          is the master bug, and its settings (the settings which must be
-          equal in a normal merge) are assigned to the bugs listed next.
-          To avoid typos erroneously merging bugs, bugs must be in the
-          same package. See the text above for a description of what
-          merging means.
+          Forcibly merges two or more bug reports. The settings of the
+          first bug listed which must be equal in a normal merge are
+          assigned to the bugs listed next. To avoid typos erroneously
+          merging bugs, bugs must be in the same package. See the text
+          above for a description of what merging means.
 
           Note that this makes it possible to close bugs by merging; you
           are responsible for notifying submitters with an appropriate
@@ -259,12 +292,13 @@ Commands available at the control mailserver
           you want to disconnect more than one bug simply include several
           unmerge commands in your message.
 
-   tags bugnumber [ + | - | = ] tag [ tag ... ]
-          Sets tags for the bug report #bugnumber. No notification is
-          sent to the user who reported the bug. Setting the action to +
-          means to add each given tag, - means to remove each given tag,
-          and = means to ignore the current tags and set them afresh to
-          the list provided. The default action is adding.
+   tags bugnumber [ + | - | = ] tag [ tag ... ] [ + | - | = tag ... ] ]
+          Sets tags for the bug report #bugnumber. No notification is sent
+          to the user who reported the bug. Setting the action to + means
+          to add each tag following, - means to remove each tag following,
+          and = means to set the following tags to the list provided.
+          Intervening +, -, or = change the action for the tags following.
+          The default action is adding.
 
           Example usage:
 
@@ -283,6 +317,9 @@ Commands available at the control mailserver
           # set tags to exactly 'moreinfo' and 'unreproducible'
           tags 123456 = moreinfo unreproducible
 
+          # remove the moreinfo tag and add a patch tag
+          tags 123456 - moreinfo + patch
+
           Available tags currently include patch, wontfix, moreinfo,
           unreproducible, help, pending, fixed, fixed-in-experimental,
           fixed-upstream, security, upstream, confirmed, d-i, ipv6, lfs,
@@ -304,24 +341,24 @@ Commands available at the control mailserver
    close bugnumber [ fixed-version ] (deprecated)
           Close bug report #bugnumber.
 
-          A notification is sent to the user who reported the bug, but
-          (in contrast to mailing bugnumber-done at bugs.debian.org) the
-          text of the mail which caused the bug to be closed is not
-          included in that notification. The maintainer who closes a
-          report needs to ensure, probably by sending a separate message,
-          that the user who reported the bug knows why it is being
-          closed. The use of this command is therefore deprecated. See
-          the developer's information about how to close a bug properly.
+          A notification is sent to the user who reported the bug, but (in
+          contrast to mailing bugnumber-done at bugs.debian.org) the text of
+          the mail which caused the bug to be closed is not included in
+          that notification. The maintainer who closes a report needs to
+          ensure, probably by sending a separate message, that the user
+          who reported the bug knows why it is being closed. The use of
+          this command is therefore deprecated. See the developer's
+          information about how to close a bug properly.
 
-          If you supply a fixed-version, the bug tracking system will
-          note that the bug was fixed in that version of the package.
+          If you supply a fixed-version, the bug tracking system will note
+          that the bug was fixed in that version of the package.
 
    package [ packagename ... ]
           Limits the following commands so that they will only apply to
-          bugs filed against the listed packages. You can list one or
-          more packages. If you don't list any packages, the following
-          commands will apply to all bugs. You're encouraged to use this
-          as a safety feature in case you accidentally use the wrong bug
+          bugs filed against the listed packages. You can list one or more
+          packages. If you don't list any packages, the following commands
+          will apply to all bugs. You're encouraged to use this as a
+          safety feature in case you accidentally use the wrong bug
           numbers.
 
           Example usage:
@@ -337,13 +374,12 @@ Commands available at the control mailserver
           severity 234567 wishlist
 
    owner bugnumber address | !
-          Sets address to be the "owner" of #bugnumber. The owner of a
-          bug claims responsibility for fixing it. This is useful to
-          share out work in cases where a package has a team of
-          maintainers.
+          Sets address to be the "owner" of #bugnumber. The owner of a bug
+          claims responsibility for fixing it. This is useful to share out
+          work in cases where a package has a team of maintainers.
 
-          If you wish to become the owner of the bug yourself, you can
-          use the ! shorthand or specify your own email address.
+          If you wish to become the owner of the bug yourself, you can use
+          the ! shorthand or specify your own email address.
 
    noowner bugnumber
           Forgets any idea that the bug has an owner other than the usual
@@ -356,17 +392,20 @@ Commands available at the control mailserver
           requirements for archival, ignoring time.
 
    unarchive bugnumber
-          Unarchives a bug that was previously archived. Unarchival
-          should generally be coupled with reopen and found/fixed as
-          appropriate. Bugs that have been unarchived can be archived
-          using archive assuming the non-time based archival requirements
-          are met.
+          Unarchives a bug that was previously archived. Unarchival should
+          generally be coupled with reopen and found/fixed as appropriate.
+          Bugs that have been unarchived can be archived using archive
+          assuming the non-time based archival requirements are met. You
+          should not be using unarchive to make trivial changes to
+          archived bugs, such as changing the submitter; its primary
+          purpose is to allow for the reopening of bugs which have been
+          archived without the intervention of BTS administrators.
 
    #...
           One-line comment. The # must be at the start of the line. The
-          text of comments will be included in the acknowledgement sent
-          to the sender and to affected maintainers, so you can use this
-          to document the reasons for your commands.
+          text of comments will be included in the acknowledgement sent to
+          the sender and to affected maintainers, so you can use this to
+          document the reasons for your commands.
 
    quit
    stop
@@ -380,12 +419,12 @@ Commands available at the control mailserver
           message; the remainder of the message can include explanations,
           signatures or anything else, none of it will be detected by the
           control server.
-     _________________________________________________________________
+     __________________________________________________________________
 
     Debian BTS administrators <owner at bugs.debian.org>
 
    Debian bug tracking system
    Copyright © 1999 Darren O. Benham, 1997, 2003 nCipher Corporation Ltd,
    1994-1997 Ian Jackson.
-     _________________________________________________________________
+     __________________________________________________________________
 
diff --git a/includes/squeeze/common/doc/bug-reporting.txt b/includes/squeeze/common/doc/bug-reporting.txt
index 974eb20..675a4d9 100644
--- a/includes/squeeze/common/doc/bug-reporting.txt
+++ b/includes/squeeze/common/doc/bug-reporting.txt
@@ -1,9 +1,8 @@
-How to report a bug in Debian using reportbug
-
    We strongly recommend that you report bugs in Debian using the
    reportbug program. To install and start it, simply run:
 
-     aptitude install reportbug; reportbug
+     # aptitude install reportbug
+     $ reportbug
 
    It will guide you through the bug reporting process step by step.
 
@@ -27,8 +26,8 @@ What package does your bug report belong to?
    asking for advice.
 
    If your problem doesn't relate just to one package but some general
-   Debian service, there are several pseudo-packages or even mailing
-   lists that you can use to relay your message to us instead.
+   Debian service, there are several pseudo-packages or even mailing lists
+   that you can use to relay your message to us instead.
 
 Has your bug report been filed already?
 
@@ -46,24 +45,22 @@ Send multiple reports for multiple bugs
 
 Don't file bugs upstream
 
-   If you file a bug in Debian, don't send a copy to the upstream
-   software maintainers yourself, as it is possible that the bug exists
-   only in Debian. If necessary, the maintainer of the package will
-   forward the bug upstream.
+   If you file a bug in Debian, don't send a copy to the upstream software
+   maintainers yourself, as it is possible that the bug exists only in
+   Debian. If necessary, the maintainer of the package will forward the
+   bug upstream.
 
 Sending the bug report via e-mail
 
    You can report bugs in Debian by sending an e-mail to
-   submit at bugs.debian.org with a special format described below.
-   reportbug (see above) will properly format the e-mails for you; please
-   use it!
+   submit at bugs.debian.org with a special format described below. reportbug
+   (see above) will properly format the e-mails for you; please use it!
 
 Headers
 
-   Like any e-mail you should include a clear, descriptive Subject line
-   in your main mail header. The subject you give will be used as the
-   initial bug title in the tracking system, so please try to make it
-   informative!
+   Like any e-mail you should include a clear, descriptive Subject line in
+   your main mail header. The subject you give will be used as the initial
+   bug title in the tracking system, so please try to make it informative!
 
    If you'd like to send a copy of your bug report to additional
    recipients (such as mailing lists), you shouldn't use the usual e-mail
@@ -87,10 +84,10 @@ Version: <packageversion>
    tracking system relies on this field to work out which releases are
    affected by the bug.
 
-   You need to supply a correct Package line in the pseudo-header in
-   order for the bug tracking system to deliver the message to the
-   package's maintainer. See this example for information on how to find
-   this information.
+   You need to supply a correct Package line in the pseudo-header in order
+   for the bug tracking system to deliver the message to the package's
+   maintainer. See this example for information on how to find this
+   information.
 
    For other valid pseudo-headers, see Additional pseudo-headers
 
@@ -118,16 +115,15 @@ The body of the report
        hardware in your system, as problems are often caused by IRQ and
        I/O address conflicts.
      * If you have reportbug installed the output of reportbug -q
-       --template -T none -s none -S normal -b --list-cc none -q
-       <package> will also be useful, as it contains the output of
-       maintainer specific scripts and version information.
+       --template -T none -s none -S normal -b --list-cc none -q <package>
+       will also be useful, as it contains the output of maintainer
+       specific scripts and version information.
 
-   Include any detail that seems relevant -- you are in very little
-   danger of making your report too long by including too much
-   information. If they are small, please include in your report any
-   files you were using to reproduce the problem. (If they are large,
-   consider making them available on a publicly available website if
-   possible.)
+   Include any detail that seems relevant -- you are in very little danger
+   of making your report too long by including too much information. If
+   they are small, please include in your report any files you were using
+   to reproduce the problem. (If they are large, consider making them
+   available on a publicly available website if possible.)
 
    For more advice on how to help the developers solve your problem,
    please read How to Report Bugs Effectively.
@@ -165,10 +161,10 @@ Sending copies of bug reports to other addresses
 
    You could do this by CC'ing your bug report to the other address(es),
    but then the other copies would not have the bug report number put in
-   the Reply-To field and the Subject line. When the recipients reply
-   they will probably preserve the submit at bugs.debian.org entry in the
-   header and have their message filed as a new bug report. This leads to
-   many duplicated reports.
+   the Reply-To field and the Subject line. When the recipients reply they
+   will probably preserve the submit at bugs.debian.org entry in the header
+   and have their message filed as a new bug report. This leads to many
+   duplicated reports.
 
    The right way to do this is to use the X-Debbugs-CC header. Add a line
    like this to your message's mail header:
@@ -193,9 +189,9 @@ Severity levels
 
    If a report is of a particularly serious bug, or is merely a feature
    request, you can set the severity level of the bug as you report it.
-   This is not required however, and the package maintainer will assign
-   an appropriate severity level to your report even if you do not (or
-   pick the wrong severity).
+   This is not required however, and the package maintainer will assign an
+   appropriate severity level to your report even if you do not (or pick
+   the wrong severity).
 
    To assign a severity level, put a line like this one in the
    pseudo-header:
@@ -215,8 +211,8 @@ Assigning tags
 Tags: <tags>
 
    Replace <tags> with one or more of the available tags, as described in
-   the advanced documentation. Separate multiple tags with commas,
-   spaces, or both.
+   the advanced documentation. Separate multiple tags with commas, spaces,
+   or both.
 User: <username>
 Usertags: <usertags>
 
@@ -240,8 +236,8 @@ Source: foopackage
    foopackage; for most bugs in most packages you don't want to use this
    option.
 
-   Finally, if your MUA doesn't allow you to edit the headers, you can
-   set the various X-Debbugs- headers in the pseudo-headers.
+   Finally, if your MUA doesn't allow you to edit the headers, you can set
+   the various X-Debbugs- headers in the pseudo-headers.
 
 Additional information
 
@@ -249,9 +245,9 @@ Different submission addresses (minor or mass bug reports)
 
    If a bug report is minor, for example, a documentation typo or a
    trivial build problem, please adjust the severity appropriately and
-   send it to maintonly at bugs.debian.org instead of
-   submit at bugs.debian.org. maintonly will forward the report to the
-   package maintainer only, it won't forward it to the BTS mailing lists.
+   send it to maintonly at bugs.debian.org instead of submit at bugs.debian.org.
+   maintonly will forward the report to the package maintainer only, it
+   won't forward it to the BTS mailing lists.
 
    If you're submitting many reports at once, you should definitely use
    maintonly at bugs.debian.org so that you don't cause too much redundant
@@ -259,49 +255,60 @@ Different submission addresses (minor or mass bug reports)
    you may also want to post a summary on debian-bugs-dist.
 
    If wish to report a bug to the bug tracking system that's already been
-   sent to the maintainer, you can use quiet at bugs.debian.org. Bugs sent
-   to quiet at bugs.debian.org will not be forwarded anywhere, only filed.
+   sent to the maintainer, you can use quiet at bugs.debian.org. Bugs sent to
+   quiet at bugs.debian.org will not be forwarded anywhere, only filed.
 
    When you use different submission addresses, the bug tracking system
-   will set the Reply-To of any forwarded message so that the replies
-   will by default be processed in the same way as the original report.
-   That means that, for example, replies to maintonly will go to
-   nnn-maintonly at bugs.debian.org instead of nnn at bugs.debian.org, unless
-   of course one overrides this manually.
+   will set the Reply-To of any forwarded message so that the replies will
+   by default be processed in the same way as the original report. That
+   means that, for example, replies to maintonly will go to
+   nnn-maintonly at bugs.debian.org instead of nnn at bugs.debian.org, unless of
+   course one overrides this manually.
 
 Acknowledgements
 
-   Normally, the bug tracking system will return an acknowledgement to
-   you by e-mail when you report a new bug or submit additional
-   information to an existing bug. If you want to suppress this
-   acknowledgement, include an X-Debbugs-No-Ack header in your e-mail
-   (the contents of this header do not matter; however, it must be in the
-   mail header and not in the pseudo-header with the Package field). If
-   you report a new bug with this header, you will need to check the web
-   interface yourself to find the bug number.
+   Normally, the bug tracking system will return an acknowledgement to you
+   by e-mail when you report a new bug or submit additional information to
+   an existing bug. If you want to suppress this acknowledgement, include
+   an X-Debbugs-No-Ack header or pseudoheader in your e-mail (the contents
+   of this header do not matter). If you report a new bug with this
+   header, you will need to check the web interface yourself to find the
+   bug number.
 
    Note that this header will not suppress acknowledgements from the
    control at bugs.debian.org mailserver, since those acknowledgements may
    contain error messages which should be read and acted upon.
 
+Spamfighting and missing mail
+
+   The bug tracking system implements a rather extensive set of rules
+   designed to make sure that spam does not make it through the BTS. While
+   we try to minimize the number of false positives, they do occur. If you
+   suspect your mail has triggered a false positive, feel free to contact
+   owner at bugs.debian.org for assistance. Another common cause of mail not
+   making it through to the BTS is utilizing addresses which match
+   procmail's FROM_DAEMON, which includes mail from addresses like
+   mail at foobar.com. If you suspect your mail matches FROM_DAEMON, see
+   procmailrc(5) to verify, and then resend the mail using an address
+   which does not match FROM_DAEMON.
+
 Bug reports against unknown packages
 
    If the bug tracking system doesn't know who the maintainer of the
-   relevant package is it will forward the report to debian-bugs-dist
-   even if maintonly was used.
+   relevant package is it will forward the report to debian-bugs-dist even
+   if maintonly was used.
 
    When sending to maintonly at bugs.debian.org or
    nnn-maintonly at bugs.debian.org you should make sure that the bug report
    is assigned to the right package, by putting a correct Package at the
    top of an original submission of a report, or by using the
-   control at bugs.debian.org service to (re)assign the report
-   appropriately.
+   control at bugs.debian.org service to (re)assign the report appropriately.
 
 Using dpkg to find the package and version for the report
 
    When using reportbug to report a bug in a command, say grep, the
-   following will automatically select the right package and let you
-   write the report right away: reportbug --file $(which grep)
+   following will automatically select the right package and let you write
+   the report right away: reportbug --file $(which grep)
 
    You can also find out which package installed it by using dpkg
    --search. You can find out which version of a package you have
@@ -349,14 +356,14 @@ Other useful commands and packages
    provides a convenient text-based interface to the bug tracking system.
 
    Emacs users can also use the debian-bug command provided by the
-   debian-el package. When called with M-x debian-bug, it will ask for
-   all necessary information in a similar way to reportbug.
-     _________________________________________________________________
+   debian-el package. When called with M-x debian-bug, it will ask for all
+   necessary information in a similar way to reportbug.
+     __________________________________________________________________
 
     Debian BTS administrators <owner at bugs.debian.org>
 
    Debian bug tracking system
    Copyright © 1999 Darren O. Benham, 1997, 2003 nCipher Corporation Ltd,
    1994-1997 Ian Jackson.
-     _________________________________________________________________
+     __________________________________________________________________
 
diff --git a/includes/squeeze/common/doc/mailing-lists.txt b/includes/squeeze/common/doc/mailing-lists.txt
index c72295b..93e8dff 100644
--- a/includes/squeeze/common/doc/mailing-lists.txt
+++ b/includes/squeeze/common/doc/mailing-lists.txt
@@ -56,271 +56,405 @@ User lists
 
   debian-announce at lists.debian.org
 
-      Description : Important announcements
+      Description : Major news and very important changes in the project
+                    are announced here.
       Moderated   : yes
       Subscription: open
 
+  debian-backports-announce at lists.debian.org
+
+      Description : Announcements relating to the debian-backports project include security related announcements
+      Moderated   : yes
+      Subscription: open
+
+  debian-backports at lists.debian.org
+
+      Description : Discussion about the debian-backports archive
+      Moderated   : no
+      Subscription: open
+
   debian-chinese-big5 at lists.debian.org
 
-      Description : debian-user in Chinese [Big5]
+      Description : Debian Chinese Project: Chinese localization (l10n),
+                    documentation and web site translation, user support
+                    etc.
+
+                    Posts may be in English or Big5-encoded Chinese.
+                    All posts are automatically converted to GB encoding
+                    and cross-posted to the debian-chinese-gb mailing list.
+
+                    If you would rather read and post in GB-encoded
+                    Chinese, please subscribe to debian-chinese-gb instead.
       Language    : Chinese
       Moderated   : subscribers
       Subscription: open
 
   debian-chinese-gb at lists.debian.org
 
-      Description : debian-user in Chinese [GB]
+      Description : Debian Chinese Project: Chinese localization (l10n)
+                    issues, documentation and web site translation, user
+                    support etc.
+
+                    Posts may be in English or GB-encoded Chinese.
+                    All posts are automatically converted to Big5 encoding
+                    and cross-posted to the debian-chinese-big5 mailing list.
+
+                    If you would rather read and post in Big5-encoded
+                    Chinese, please subscribe to debian-chinese-big5 instead.
       Language    : Chinese
       Moderated   : subscribers
       Subscription: open
 
   debian-edu-announce at lists.debian.org
 
-      Description : Announcements for the debian-edu archive
+      Description : Announcements regarding Skolelinux/debian-edu
       Moderated   : yes
       Subscription: open
 
   debian-enterprise at lists.debian.org
 
-      Description : Debian for the enterprise
+      Description : Discussions about special needs in enterprise 
+                    environments and ways to fulfill those needs.
       Moderated   : no
       Subscription: open
 
   debian-esperanto at lists.debian.org
 
-      Description : debian-user in Esperanto
+      Description : Debian users who speak Esperanto.
       Language    : Esperanto
       Moderated   : no
       Subscription: open
 
   debian-firewall at lists.debian.org
 
-      Description : Running a firewall on Debian
+      Description : Discussion of implementation and maintenance of
+                    firewalls using Debian. Both basic issues and new
+                    more exotic developments are discussed here.
       Moderated   : no
       Subscription: open
 
   debian-infrastructure-announce at lists.debian.org
 
-      Description : Infrastructure announcements
+      Description : This list covers announcements about changes in the (public and
+                    private) Debian infrastructure including services the Debian
+                    project directly or indirectly provides.  
       Moderated   : signed
       Subscription: open
 
   debian-isp at lists.debian.org
 
-      Description : Debian at Internet Service Providers
+      Description : Discussion about issues and problems specific to
+                    Internet Service Providers (ISPs for short) that
+                    use Debian.
       Moderated   : no
       Subscription: open
 
   debian-italian at lists.debian.org
 
-      Description : debian-user in Italian
+      Description : Support for Debian users that speak Italian.
+                    (High-volume mailing list.)
       Language    : Italian
       Moderated   : no
       Subscription: open
 
   debian-japanese at lists.debian.org
 
-      Description : debian-user in Japanese
+      Description : Support for Debian users that speak Japanese,
+                    Japanese localization issues, integrating
+                    Debian JP packages into Debian etc.
+
+                    The English language is allowed, but using Japanese is
+                    encouraged even for those who aren't native speakers.
+
+                    For native Japanese, Debian JP Project provides
+                    several mailing lists discussing the Debian system in
+                    Japanese, see http://www.debian.or.jp/MailingList.html
       Language    : English/Japanese
       Moderated   : no
       Subscription: open
 
   debian-kde at lists.debian.org
 
-      Description : KDE in Debian
+      Description : Discussions related to KDE in Debian.
+                    Those developing KDE-based packages are
+                    encouraged to use this to discuss issues
+                    and share their experience.
       Moderated   : no
       Subscription: open
 
   debian-laptop at lists.debian.org
 
-      Description : Debian on mobile computers
+      Description : Installing, updating and using laptops with Debian.
+                    Suggestions on special packaging, complaints, etc.
+                    are welcome.
       Moderated   : no
       Subscription: open
 
   debian-news-french at lists.debian.org
 
-      Description : French Debian News, weekly and otherwise
+      Description : News about Debian for users speaking French.
       Language    : French
       Moderated   : yes
       Subscription: open
 
   debian-news-german at lists.debian.org
 
-      Description : German Debian News, weekly and otherwise
+      Description : News about Debian for users speaking German.
       Language    : German
       Moderated   : yes
       Subscription: open
 
   debian-news-italian at lists.debian.org
 
-      Description : Italian Debian News, weekly and otherwise
+      Description : Releases, news, internationalization efforts and
+                    other related news about Debian for Italian-speaking users.
       Language    : Italian
       Moderated   : yes
       Subscription: open
 
   debian-news-portuguese at lists.debian.org
 
-      Description : Portuguese Debian News, weekly and otherwise
+      Description : Releases, news, internationalization efforts and other
+                    related news about Debian for users speaking Portuguese.
       Language    : Portuguese
       Moderated   : yes
       Subscription: open
 
   debian-news-spanish at lists.debian.org
 
-      Description : Spanish Debian News, weekly and otherwise
+      Description : Releases, news, internationalization efforts and
+                    other related news about Debian for Spanish-speaking users.
       Language    : Spanish
       Moderated   : yes
       Subscription: open
 
   debian-news at lists.debian.org
 
-      Description : Debian News, weekly and otherwise
+      Description : General news about the distribution and the project.
+
+                    The current events and news about Debian are
+                    summarized in the Debian Weekly News, a newsletter
+                    regularly posted on this list.
       Moderated   : yes
       Subscription: open
 
   debian-photo at lists.debian.org
 
-      Description : Using Debian for photography
+      Description : Using software in Debian for photography, and discussion about problems,
+                    challenges and opportunities related to that. All parts of the
+                    photographic process are on topic: controlling the camera, transferring
+                    pictures to the computer, managing, editing, converting, printing,
+                    uploading, displaying, etc.
+                    .        
+                    For bandwidth and disk space reasons, it is not, however, appropriate
+                    to send images to the list. Put them on a web site and include the URL
+                    in a mail sent to the list instead.
+      Moderated   : no
+      Subscription: open
+
+  debian-research at lists.debian.org
+
+      Description : This list's goal is to gather those interested in Debian from an
+                    academic perspective. 
       Moderated   : no
       Subscription: open
 
   debian-russian at lists.debian.org
 
-      Description : debian-user in Russian
+      Description : Support for Debian users that speak Russian, 
+                    and Russian localization issues: translating
+                    "po" files, coordinating patches for Debian
+                    packages to work with the Russian language.
       Language    : Russian
       Moderated   : no
       Subscription: open
 
   debian-security-announce at lists.debian.org
 
-      Description : Security announcements
+      Description : The security team informs the users about security
+                    problems by posting security advisories about
+                    Debian packages on this list.
       Moderated   : yes
       Subscription: open
 
   debian-security at lists.debian.org
 
-      Description : Security in Debian
+      Description : Discussion about security issues, including
+                    cryptographic issues, that are of interest to
+                    all parts of the Debian community.
+
+                    Please note that this is NOT an announcement
+                    mailing list. If you're looking for security
+                    advisories from Debian, subscribe to
+                    debian-security-announce instead.
       Moderated   : no
       Subscription: open
 
+  debian-stable-announce at lists.debian.org
+
+      Description : Updates to stable packages will be announced on this list.
+      Moderated   : yes
+      Subscription: open
+
   debian-testing-security-announce at lists.debian.org
 
-      Description : Security announcements for testing
+      Description : The testing-security team informs users about security problems by 
+                    posting summaries about fixed packages in Debian testing on this list.
       Moderated   : yes
       Subscription: open
 
   debian-user-catalan at lists.debian.org
 
-      Description : debian-user in Catalan
+      Description : Support for Debian users that speak Catalan.
       Language    : Catalan
       Moderated   : no
       Subscription: open
 
   debian-user-danish at lists.debian.org
 
-      Description : debian-user in Danish
+      Description : Support for Debian users who speak Danish.
       Language    : Danish
       Moderated   : no
       Subscription: open
 
+  debian-user-dutch at lists.debian.org
+
+      Description : Support for Debian users that speak Dutch
+      Language    : Dutch
+      Moderated   : no
+      Subscription: open
+
+  debian-user-finnish at lists.debian.org
+
+      Description : Support for Debian users who speak Finnish.
+      Language    : Finnish
+      Moderated   : no
+      Subscription: open
+
   debian-user-french at lists.debian.org
 
-      Description : debian-user in French
+      Description : Support for Debian users that speak French.
+                    (High-volume mailing list.)
       Language    : French
       Moderated   : no
       Subscription: open
 
   debian-user-german at lists.debian.org
 
-      Description : debian-user in German
+      Description : Support for Debian users that speak German.
+                    (High-volume mailing list.)
       Language    : German
       Moderated   : no
       Subscription: open
 
+  debian-user-greek at lists.debian.org
+
+      Description : Support for Debian users that speak Greek.
+      Moderated   : no
+      Subscription: open
+
   debian-user-hungarian
 
-      Description : debian-user in Hungarian
+      Description : Support for Debian users that speak Hungarian.
       Language    : Hungarian
       Subscription: http://lists.linux.hu/mailman/listinfo/debian
 
   debian-user-icelandic at lists.debian.org
 
-      Description : debian-user in Icelandic
+      Description : Support for Debian users that speak Icelandic.
       Moderated   : no
       Subscription: open
 
   debian-user-indonesian at lists.debian.org
 
-      Description : debian-user in Indonesian
+      Description : Support for Debian users who speak Indonesian.
       Language    : Indonesian
       Moderated   : no
       Subscription: open
 
   debian-user-polish at lists.debian.org
 
-      Description : debian-user in Polish
+      Description : Support for Debian users that speak Polish.
       Language    : Polish
       Moderated   : no
       Subscription: open
 
   debian-user-portuguese at lists.debian.org
 
-      Description : debian-user in Portuguese
+      Description : Support for Debian users who speak Portuguese.
+                    (High-volume mailing list.)
       Language    : Portuguese (both European and Brazilian, and other dialects are welcome)
       Moderated   : no
       Subscription: open
 
+  debian-user-slovenian at lists.debian.org
+
+      Description : Support for Debian users that speak Slovenian.
+      Language    : Slovenian
+      Moderated   : no
+      Subscription: open
+
   debian-user-spanish at lists.debian.org
 
-      Description : debian-user in Spanish
+      Description : Support for Debian users that speak Spanish.
+                    (High-volume mailing list.)
       Language    : Spanish
       Moderated   : no
       Subscription: open
 
   debian-user-swedish at lists.debian.org
 
-      Description : debian-user in Swedish
+      Description : Support for Debian users that speak Swedish.
       Language    : Swedish
       Moderated   : no
       Subscription: open
 
+  debian-user-tamil at lists.debian.org
+
+      Description : Mailing list to discuss Tamil localisation efforts for Debian and to coordinate 
+                    Tamil localisation activities. You can also get Debian support in Tamil here.
+      Language    : Tamil
+      Moderated   : no
+      Subscription: open
+
   debian-user-turkish at lists.debian.org
 
-      Description : debian-user in Turkish
+      Description : Support for Debian users that speak Turkish.
       Language    : Turkish
       Moderated   : no
       Subscription: open
 
   debian-user-ukrainian at lists.debian.org
 
-      Description : debian-user in Ukrainian
+      Description : Support for Debian users who speak Ukrainian.
       Language    : Ukrainian
       Moderated   : no
       Subscription: open
 
   debian-user-vietnamese at lists.debian.org
 
-      Description : debian-user in Vietnamese
+      Description : Support for Debian users that speak Vietnamese, and discussions on translations
       Language    : Vietnamese
       Moderated   : no
       Subscription: open
 
   debian-user at lists.debian.org
 
-      Description : Help and discussion among users of Debian
+      Description : Support for Debian users who speak English.
+                    (High-volume mailing list.)
       Digest      : debian-user-digest at lists.debian.org
       Moderated   : no
       Subscription: open
 
   debian-volatile-announce at lists.debian.org
 
-      Description : Announcements for the debian-volatile archive
+      Description : Announcements relating to the debian-volatile project include new uploads and changes
       Moderated   : yes
       Subscription: open
 
   debian-volatile at lists.debian.org
 
-      Description : Using the debian-volatile archive
+      Description : Discussion about the debian-volatile archive
       Moderated   : no
       Subscription: open
 
@@ -333,450 +467,652 @@ Development lists
 
   debian-accessibility at lists.debian.org
 
-      Description : Making Debian more accessible to people with disabilities
+      Description : User and Developer list for accessibility-related issues.
+      Moderated   : no
+      Subscription: open
+
+  debian-ada at lists.debian.org
+
+      Description : Discussion of Ada in Debian.
+
+                    This list is intended for:
+                    - discussion of the Debian Policy for Ada
+                    - release coordination among Ada packages in Debian
+                    - packaging advice
+                    - general help for Ada programmers using the Debian packages
+
+                    You can find the Debian Policy for Ada at 
+                    http://people.debian.org/~lbrenta/debian-ada-policy.html
       Moderated   : no
       Subscription: open
 
   debian-apache at lists.debian.org
 
-      Description : Maintaining the Debian Apache (web server) and related packages
+      Description : Maintenance of the Apache HTTP server and related
+                    packages in Debian: code changes, reproducing bugs,
+                    talking to upstream etc.
+
+                    It is neither for submitting bug reports (please
+                    use the BTS for that), nor for support requests.
       Moderated   : no
       Subscription: open
 
   debian-beowulf at lists.debian.org
 
-      Description : Debian on Beowulf clusters
+      Description : Discussion about Beowulf systems running Debian.
+      Moderated   : no
+      Subscription: open
+
+  debian-blends at lists.debian.org
+
+      Description : Debian Pure Blends (formerly known as Custom Debian Distributions)
+                    provide support for special user interests. They implement a new
+                    approach to cover interests of specialised users, who might be 
+                    children, lawyers, medical staff, visually impaired people, etc.
+                    Of late, several Debian Pure Blends have evolved. The common goal 
+                    of those is to make installation and administration of computers 
+                    for their target users as easy as possible, and to serve in the
+                    role as the missing link between software developers and users
+                    well.
+                    
+                    You can get more information at
+                    http://blends.alioth.debian.org/blends/
       Moderated   : no
       Subscription: open
 
   debian-boot at lists.debian.org
 
-      Description : Developing the installation system
+      Description : Discussion and maintenance of the Debian
+                    installation system.
       Moderated   : no
       Subscription: open
 
   debian-cd at lists.debian.org
 
-      Description : Creating Debian CD Images
+      Description : Creating Debian CD sets, official and unofficial.
+      Moderated   : no
+      Subscription: open
+
+  debian-cli at lists.debian.org
+
+      Description : This list is about using and/or developing for the Common Language
+                    Infrastructure (CLI).
+                    If you want to develop software or create Debian packages
+                    that uses Mono, GNU Portable.NET or LLVM VMKit then you are right on this
+                    mailing list.
+                    If you are writing software in C#, VB.NET, Boo, Nemerle or other
+                    CLI based/enabled programming languages then you are also welcome on this list.
       Moderated   : no
       Subscription: open
 
   debian-ctte-private at lists.debian.org
 
-      Description : Debian Technical Committee private list [dead list]
+      Description : Private communication between tech committee members.
       Moderated   : yes
       Subscription: Debian Technical Committee only
 
   debian-ctte at lists.debian.org
 
-      Description : Debian Technical Committee
+      Description : Public meeting, business and announcements of the Debian
+                    Technical Committee
       Moderated   : subscribers
       Subscription: open
 
-  debian-custom at lists.debian.org
-
-      Description : Developing common infrastructure for custom Debian distributions
-      Moderated   : no
-      Subscription: open
-
   debian-dak at lists.debian.org
 
-      Description : Debian Archive Kit / Buildd list
+      Description : Discussion about the Debian Archive Software, consisting of dak for the
+                    archive and the buildd related parts wanna-build/sbuild.
       Moderated   : no
       Subscription: open
 
   debian-debbugs-cvs at lists.debian.org
 
-      Description : debbugs CVS commits
+      Description : CVS commit messages when modifications are done to
+                    debbugs
       Moderated   : yes
       Subscription: open
 
   debian-debbugs at lists.debian.org
 
-      Description : debbugs, the Debian bug tracking system
+      Description : Discussion and development of debbugs, the Debian
+                    Bug Tracking System software.
       Moderated   : no
       Subscription: open
 
   debian-desktop at lists.debian.org
 
-      Description : Debian Desktop project
+      Description : Discussion about the Debian Desktop sub-project,
+                    the integration of the various desktop-related
+                    packages, bug reports, questions and patches.
       Moderated   : no
       Subscription: open
 
   debian-devel-announce at lists.debian.org
 
-      Description : Announcements for developers
+      Description : Announcements of development issues like policy changes,
+                    important release issues &c.
       Moderated   : signed
       Subscription: open
 
   debian-devel-austrian
 
-      Description : Development discussions among Austrians
+      Description : Discussion among the Debian developers in Austria.
       Language    : (mostly) German
       Subscription: https://www.gibraltar.at/mailman/listinfo/debian-at
 
   debian-devel-french at lists.debian.org
 
-      Description : Development discussions in French
+      Description : This is the list used to discuss development
+                    issues in French.
       Language    : French
       Moderated   : no
       Subscription: open
 
   debian-devel-games at lists.debian.org
 
-      Description : Development of games in Debian
+      Description : Development and packaging discussion for games and game-related software in Debian.
+                    Identification of potential new games suitable for Debian. Discussion about
+                    infrastructure issues covering a wider range of games (e.g. multiplayer issues).
       Moderated   : no
       Subscription: open
 
   debian-devel-italian at lists.debian.org
 
-      Description : Development discussions in Italian
+      Description : Discussion on development issues in Italian.
       Language    : Italian
       Moderated   : no
       Subscription: open
 
   debian-devel-portuguese at lists.debian.org
 
-      Description : Development discussions in Portuguese
+      Description : This is the list used by Portuguese developers
+                    (or wannabes) to discuss development issues.
       Language    : Portuguese
       Moderated   : no
       Subscription: open
 
   debian-devel-spanish at lists.debian.org
 
-      Description : Development discussions in Spanish
+      Description : This is the list used by Spanish developers
+                    (or wannabes) to discuss issues besides
+                    translation: provide help for new Spanish
+                    developers, arrange key-signing meetings, arrange
+                    work in booths on different shows, share experience
+                    etc.
       Language    : Spanish
       Moderated   : no
       Subscription: open
 
   debian-devel at lists.debian.org
 
-      Description : Development of Debian
+      Description : Discussion about technical development topics.
+                    (High-volume mailing list.)
       Digest      : debian-devel-digest at lists.debian.org
       Moderated   : no
       Subscription: open
 
   debian-doc at lists.debian.org
 
-      Description : Writing documentation for Debian
+      Description : Debian Documentation Project: anything related
+                    to documentation in Debian is on topic here.
       Moderated   : no
       Subscription: open
 
   debian-dpkg-bugs at lists.debian.org
 
-      Description : dpkg bug reports
+      Description : Email sent by the bug tracking system regarding
+                    the dpkg packages.
       Moderated   : no
       Subscription: open
 
   debian-dpkg-cvs at lists.debian.org
 
-      Description : dpkg CVS commits
+      Description : The CVS commit messages from the dpkg CVS tree.
       Moderated   : yes
       Subscription: open
 
   debian-dpkg at lists.debian.org
 
-      Description : Development of dpkg
+      Description : Discussions and maintenance of dpkg, the basis of
+                    the Debian packaging system.
       Moderated   : no
       Subscription: open
 
   debian-edu-french at lists.debian.org
 
-      Description : Discussion between French educational Debian-based projects
+      Description : Discussions in french between all educational Debian-based projects.
+                    This list should ease the collaboration between the projects themselves
+                    and between Debian and those projects.
       Moderated   : no
       Subscription: open
 
   debian-edu at lists.debian.org
 
-      Description : Making Debian desirable for education purposes
+      Description : Making Debian the best distribution in the
+                    education landscape.
       Moderated   : no
       Subscription: open
 
   debian-emacsen at lists.debian.org
 
-      Description : Maintaining Emacsen
+      Description : Discussion of all things related to the several
+                    Debian Emacs packages and their add-ons.
       Moderated   : no
       Subscription: open
 
   debian-email at lists.debian.org
 
-      Description : Generic "grab-bag" list for Debian-related communication
+      Description : A generic "grab-bag" list for Debian related
+                    correspondence such as contacting upstream authors
+                    about licenses, bugs etc, or discussing the project
+                    with others where it might be useful to have the
+                    discussion archived somewhere.
+
+                    This list is archived internally on a Debian Project
+                    machine, only developers have access to the archive.
       Moderated   : no
       Subscription: developers only
 
   debian-embedded at lists.debian.org
 
-      Description : Debian on embedded systems
+      Description : Discussion about improving Debian for use with
+                    embedded systems, including building cross-compiler
+                    toolchains, cross-compiling packages, creating and
+                    updating system images, using alternate libraries,
+                    compile-time configuration of packages, etc.
       Moderated   : no
       Subscription: open
 
   debian-flash at lists.debian.org
 
-      Description : development and use of flash technologies on Debian
+      Description : For discussion of issues relating to the development and use of Debian for
+                    Flash development and viewing of Flash content. For general discussion of Flash
+                    related free software, please visit the osflash community: http://osflash.org
       Moderated   : no
       Subscription: open
 
   debian-gcc at lists.debian.org
 
-      Description : Debian GCC Maintainers
+      Description : Discussion on Debian packaging of GCC, the
+                    GNU compiler collection: bug reports, porting
+                    issues, any kind of questions or patches.
       Moderated   : no
       Subscription: open
 
-  debian-glibc at lists.debian.org
+  debian-gis at lists.debian.org
+
+      Description : Discussion about Geographical Information Systems (GIS) in Debian. For more
+                    information about the Debian GIS Blend see 
 
-      Description : Maintaining GNU C Library packages
+                    http://wiki.debian.org/DebianGis
       Moderated   : no
       Subscription: open
 
-  debian-gtk-gnome at lists.debian.org
+  debian-glibc at lists.debian.org
 
-      Description : Packages using GTK+ and/or GNOME
+      Description : Discussion on Debian packaging of the GNU C Library,
+                    the most important library on Debian systems.
       Moderated   : no
       Subscription: open
 
-  debian-hams at lists.debian.org
+  debian-gtk-gnome at lists.debian.org
 
-      Description : Development of HAM Radio under Debian
+      Description : Discussion and coordination among maintainers of
+                    Debian's GTK+, GNOME and dependent or related
+                    packages.
       Moderated   : no
       Subscription: open
 
-  debian-handheld at lists.debian.org
+  debian-hams at lists.debian.org
 
-      Description : Debian on handheld computers
+      Description : Support for HAMRadio within Debian GNU/Linux.
       Moderated   : no
       Subscription: open
 
   debian-haskell at lists.debian.org
 
-      Description : Haskell packages and maintenance
+      Description : Discussion of issues related to Haskell on Debian systems, with an
+                    emphasis towards coordinating Haskell packaging standards.  Relevant
+                    for anyone packaging Haskell compilers, libraries, or programs on
+                    Debian.
       Moderated   : no
       Subscription: open
 
   debian-ipv6 at lists.debian.org
 
-      Description : IPv6 Maintenance
+      Description : Discussions on the use of Debian in an IPv6 network
+                    and implementing IPv6 support in Debian packages.
       Moderated   : no
       Subscription: open
 
   debian-java at lists.debian.org
 
-      Description : Java Maintenance
+      Description : Discussion about the packaging and use in Debian of VMs
+                    and compilers for the Java(tm) language, and programs
+                    written on it.
       Moderated   : no
       Subscription: open
 
   debian-jr at lists.debian.org
 
-      Description : Making Debian desirable for children
+      Description : Discussion and working on making Debian the sort
+                    of operating system that children will want to use.
+
+                    The Debian Jr. Project web page is at
+                    http://www.debian.org/devel/debian-jr/
       Moderated   : no
       Subscription: open
 
   debian-kernel-maint at lists.debian.org
 
-      Description : Debian kernel development and discussion
+      Description : Discussion and development of Debian kernel packaging,
+                    for the kernel team and other developers.
       Moderated   : no
       Subscription: open
 
   debian-kernel at lists.debian.org
 
-      Description : Kernel packages in Debian
+      Description : Kernels used with Debian (Linux, Hurd, etc.), available
+                    patches and flavors, packaging issues, bug reports,
+                    porting issues, automated tools, and any other
+                    questions or patches that are kernel-related. Mostly
+                    bug reporting is done here.
       Moderated   : no
       Subscription: open
 
   debian-knoppix at lists.debian.org
 
-      Description : Development of the Knoppix Live CD/DVD
+      Description : Development of the Debian-based live CD/DVD takes place.  As it is mainly a
+                    development list, user questions are best placed on the debian-user list.
       Moderated   : no
       Subscription: open
 
   debian-lex at lists.debian.org
 
-      Description : Making Debian desirable for lawyers
+      Description : Discussion on developing Debian into an operating
+                    system that is particularly well fit for the
+                    requirements for legal offices. The goal of
+                    Debian-Lex is a complete system for all tasks in
+                    legal practice which is built completely on free
+                    software.
       Moderated   : no
       Subscription: open
 
   debian-lint-maint at lists.debian.org
 
-      Description : Maintenance of Debian `lint' tools like lintian or linda
+      Description : The maintenance of Debian "lint" tools like lintian or linda
+                    is discussed on this list. This may or may not be limited to
+                    bug reports regarding the checks.
       Moderated   : no
       Subscription: open
 
   debian-live at lists.debian.org
 
-      Description : Discussion and maintenance of the Debian Live systems
+      Description : Development of the Debian Live systems (i.e. live cds).
       Moderated   : no
       Subscription: open
 
   debian-lsb at lists.debian.org
 
-      Description : Debian and the Linux Standard Base
+      Description : Discussion and coordination of efforts towards ensuring
+                    Debian meets the requirements of the Linux Standard Base.
       Moderated   : no
       Subscription: open
 
   debian-med at lists.debian.org
 
-      Description : Making Debian desirable for doctors
+      Description : Discussion on providing a free operating system
+                    for medical care.
+
+                    The Debian-Med Project web page is at
+                    http://www.debian.org/devel/debian-med/
       Moderated   : no
       Subscription: open
 
   debian-mentors at lists.debian.org
 
-      Description : Helping newbie developers
+      Description : Newbie Debian developers can seek help with
+                    packaging and other developer-related issues here.
+
+                    This list is not meant for users' questions,
+                    but for new maintainers'!
       Moderated   : no
       Subscription: open
 
   debian-multimedia at lists.debian.org
 
-      Description : Multimedia support and applications
+      Description : Discussion about the development of applications
+                    that produce multimedia content, handling multimedia
+                    data, supporting multimedia hardware etc.
       Moderated   : no
       Subscription: open
 
   debian-ocaml-maint at lists.debian.org
 
-      Description : ocaml package maintenance and development
+      Description : Packaging of Objective Caml programs and libraries.
+                    (http://pauillac.inria.fr/caml/)
       Moderated   : no
       Subscription: open
 
   debian-openoffice at lists.debian.org
 
-      Description : OpenOffice packages maintenance
+      Description : Coordination of the maintenance of the OpenOffice
+                    packages in Debian.
       Moderated   : no
       Subscription: open
 
   debian-perl at lists.debian.org
 
-      Description : Perl packages maintenance
+      Description : The list is dedicated to coordinate the work of various
+                    perl package maintainer and to write a kind of perl
+                    sub-policy.
       Moderated   : no
       Subscription: open
 
   debian-policy at lists.debian.org
 
-      Description : Creating and editing Debian Policy
+      Description : Discussion and editing of the Debian Policy Manual.
       Moderated   : no
       Subscription: open
 
   debian-printing at lists.debian.org
 
-      Description : Debian Printing Infrastructure
+      Description : Discussion of issues related to printing on Debian systems.  This
+                    covers all aspects of printing, from spoolers, to RIPs and printer
+                    drivers.  The list is used for coordination of development,
+                    integration and bugfixing of printing packages between package
+                    maintainers.  User printing and printing setup questions are also
+                    on topic.
       Moderated   : no
       Subscription: open
 
   debian-private at lists.debian.org
 
-      Description : Private discussions among developers
+      Description : Private discussions among developers: only for
+                    issues that may not be discussed on public lists.
+
+                    Anything sent there should be treated as sensitive
+                    and not to be spread to other lists; thus
+                    cross-posting between it and an open list defeats
+                    the purpose of this list.
+
+                    This list is archived internally on a Debian Project
+                    machine, only developers have access to the archive.
       Moderated   : no
       Subscription: developers only
 
   debian-python at lists.debian.org
 
-      Description : Python packages maintenance
+      Description : Discussion of issues related to Python on Debian
+                    systems with a stress on packaging standards. Therefore
+                    relevant for maintainers of Python related packages.
       Moderated   : no
       Subscription: open
 
   debian-qa-packages at lists.debian.org
 
-      Description : Orphaned packages maintained by the QA group
+      Description : Bug reports against orphaned packages and discussions
+                    about fixing them.
       Moderated   : no
       Subscription: open
 
   debian-qa at lists.debian.org
 
-      Description : Quality Assurance
+      Description : Quality assurance is important for a distribution. This
+                    list addresses this quality.
       Moderated   : no
       Subscription: open
 
   debian-qt-kde at lists.debian.org
 
-      Description : Packages using Qt and/or KDE
+      Description : Discussion and coordination among maintainers of
+                    Debian's Qt, KDE and dependent or related packages.
       Moderated   : no
       Subscription: open
 
   debian-release at lists.debian.org
 
-      Description : Coordinating Debian releases
+      Description : Coordination of Debian releases issues such as testing migrations, transitions
+                    and removals.
+                    
+                    This list should not be considered a discussion list; discussions related to
+                    releases issues should be held on more appropriate lists such as debian-devel,
+                    debian-legal or debian-project.
       Moderated   : no
       Subscription: open
 
   debian-ruby at lists.debian.org
 
-      Description : Ruby packages maintenance
+      Description : Discussion of issues related to Ruby on Debian systems
+                    with a stress on packaging standards. Therefore
+                    relevant for maintainers of Ruby related packages.
       Moderated   : no
       Subscription: open
 
   debian-science at lists.debian.org
 
-      Description : using debian for science and related research
+      Description : Discussion of issues relating to the use of Debian for science research,
+                    including useful packages, particular problems faced by scientists using
+                    Debian, how to make Debian more useful to scientists, etc.
       Moderated   : no
       Subscription: open
 
   debian-security-tracker at lists.debian.org
 
-      Description : Discussion about the Debian Security Tracker
+      Description : Discussion about topics that are relevant about the
+                    Debian Security Tracker, e.g. feature improvements,
+                    bugreports about incorrect data entries or server
+                    updates.
       Moderated   : no
       Subscription: open
 
   debian-sgml at lists.debian.org
 
-      Description : Debian and SGML
+      Description : Discussion of issues related to SGML on Debian systems
+                    with a stress on proper integration of tools, packaging
+                    standards and the writing of documentation for SGML
+                    users. Therefore relevant for maintainers of SGML
+                    related packages.
       Moderated   : no
       Subscription: open
 
   debian-ssh at lists.debian.org
 
-      Description : SSH packages maintenance
+      Description : Maintenance of the OpenSSH packages for Debian.
+                    It exists to facilitate coordination of ssh
+                    maintenance (talking to upstream, reproducing bugs,
+                    hacking on the code, etc.).
+
+                    It is *not* the place to mail bug reports
+                    (use the BTS for that), nor support requests.
       Moderated   : no
       Subscription: open
 
   debian-testing at lists.debian.org
 
-      Description : Testing for the next release
+      Description : Finding problems with the next Debian release:
+                    testing the installation and the upgrade process.
       Moderated   : no
       Subscription: open
 
   debian-tex-maint at lists.debian.org
 
-      Description : Coordination of the maintenance of TeX packages in Debian
+      Description : Coordination of the maintenance of Debian TeX
+                    and related packages.
+
+                    It is not meant for user support; for that, please
+                    use debian-user or one of the general TeX mailing
+                    lists or news groups.
       Moderated   : no
       Subscription: open
 
   debian-toolchain at lists.debian.org
 
-      Description : Compilers, assemblers etc.
+      Description : Discussion about the Debian toolchain: compilers,
+                    assemblers, linkers and such. New releases for
+                    many of these tools are coordinated here.
+      Moderated   : no
+      Subscription: open
+
+  debian-upstream at lists.debian.org
+
+      Description : A contact point for upstream software developers who want to get in touch with
+                    Debian, whether the software is already packaged for Debian or not.
       Moderated   : no
       Subscription: open
 
+  debian-wb-team at lists.debian.org
+
+      Description : Primary contact address for the wanna-build maintainers.
+                    Requests about this piece of infrastructure should
+                    be sent here. Discussions directly concerning wanna-build.
+      Moderated   : yes
+      Subscription: open
+
   debian-webapps at lists.debian.org
 
-      Description : Web applications packaging 
+      Description : This list is used to coordinate the maintenance of web application packages.
       Moderated   : no
       Subscription: open
 
   debian-wnpp at lists.debian.org
 
-      Description : Work-Needing and Prospective Packages
+      Description : Orphaning and adopting packages which is done through
+                    the `wnpp' BTS pseudo-package is recorded on this
+                    list. Additionally, discussion about particular bugs
+                    and the WNPP web pages is held here.
       Moderated   : no
       Subscription: open
 
   debian-www-cvs at lists.debian.org
 
-      Description : Web pages CVS commits
+      Description : CVS commit logs for the Debian web pages in the
+                    webwml CVS tree.
       Moderated   : yes
       Subscription: open
 
   debian-www at lists.debian.org
 
-      Description : Web pages design and maintenance
+      Description : Design, structure and translation of Debian
+                    web pages. All important changes to the web
+                    site are announced here as well.
       Moderated   : no
       Subscription: open
 
   debian-x at lists.debian.org
 
-      Description : Debian XFree86 packaging
+      Description : Discussion about the X Window System within Debian.
+                    This is NOT a user support list; this list is
+                    intended for those who deal with the source code.
       Moderated   : no
       Subscription: open
 
   deity at lists.debian.org
 
-      Description : APT packages maintenance
+      Description : Debian GNU/Linux will get a new, friendly frontend to
+                    its package maintenance system. Its codename is deity
+                    (now known as APT) and its development is discussed
+                    here. The -digest is open to everyone.
       Moderated   : no
       Subscription: open
 
@@ -787,196 +1123,256 @@ Internationalization and Translations
 
   debian-i18n at lists.debian.org
 
-      Description : Debian Internationalization
+      Description : Internationalization (i18n) of the distribution is
+                    discussed here.
       Moderated   : no
       Subscription: open
 
   debian-l10n-arabic at lists.debian.org
 
-      Description : Arabic Localization
+      Description : Discussing Arabic localization issues, mainly
+                    translating Debian docs and programs to Arabic.
       Language    : Arabic
       Moderated   : no
       Subscription: open
 
   debian-l10n-basque at lists.debian.org
 
-      Description : Basque localization
+      Description : Discussing Basque localization issues, mainly translating Debian
+                    docs and programs to Basque.
       Language    : Basque
       Moderated   : no
       Subscription: open
 
   debian-l10n-belarusian at lists.debian.org
 
-      Description : Belarusian Localization
+      Description : Discussing Belarusian localization issues, mainly
+                    translating Debian docs and programs to Belarusian.
       Language    : Belarusian
       Moderated   : no
       Subscription: open
 
   debian-l10n-catalan at lists.debian.org
 
-      Description : Catalan Localization
+      Description : Discussing Catalan localization issues, mainly
+                    translating Debian docs and programs to Catalan.
       Language    : Catalan
       Moderated   : no
       Subscription: open
 
+  debian-l10n-chinese at lists.debian.org
+
+      Description : Discussing Chinese localization issues, mainly translating Debian
+                    docs and programs to Chinese.
+      Language    : Chinese
+      Moderated   : no
+      Subscription: open
+
   debian-l10n-czech at lists.debian.org
 
-      Description : Czech Localization
+      Description : Discussion forum for the translators of
+                    Debian-specific packages and documentation to the Czech language.
       Moderated   : no
       Subscription: open
 
   debian-l10n-danish at lists.debian.org
 
-      Description : Danish Localization
+      Description : Discussing Danish localization issues, mainly
+                    translating Debian docs and programs to Danish.
       Language    : Danish
       Moderated   : no
       Subscription: open
 
   debian-l10n-dutch at lists.debian.org
 
-      Description : Dutch Localization
+      Description : Discussion forum for the translators of Debian-specific
+                    packages and documentation to the Dutch language.
       Language    : Dutch
       Moderated   : no
       Subscription: open
 
   debian-l10n-english at lists.debian.org
 
-      Description : English Localization
+      Description : Discussing English localization issues, mainly
+                    translating Debian docs and programs to English.
       Language    : English
       Moderated   : no
       Subscription: open
 
   debian-l10n-esperanto at lists.debian.org
 
-      Description : Esperanto Localization
+      Description : Discussing Esperanto localization issues, mainly
+                    translating Debian docs and programs to Esperanto.
       Language    : Esperanto
       Moderated   : no
       Subscription: open
 
   debian-l10n-finnish at lists.debian.org
 
-      Description : Finnish Localization
+      Description : Discussing Finnish localization issues, mainly
+                    translating Debian docs and programs to Finnish.
       Language    : Finnish
       Moderated   : no
       Subscription: open
 
   debian-l10n-french at lists.debian.org
 
-      Description : French Localization
+      Description : Discussion forum for the translators of Debian-specific
+                    packages and documentation to the French language.
       Language    : French
       Moderated   : no
       Subscription: open
 
   debian-l10n-galician at lists.debian.org
 
-      Description : Galician Localization
+      Description : Discussing Galician localization issues, mainly translating Debian docs and
+                    programs to Galician.
       Language    : Galician
       Moderated   : no
       Subscription: open
 
   debian-l10n-german at lists.debian.org
 
-      Description : German Localization
+      Description : Discussing German localization issues, mainly
+                    translating Debian docs and programs to German.
       Language    : German
       Moderated   : no
       Subscription: open
 
   debian-l10n-greek at lists.debian.org
 
-      Description : Greek Localization
+      Description : Discussion on Greek localization issues, mainly
+                    translating Debian docs and programs to Greek.
       Language    : Greek
       Moderated   : no
       Subscription: open
 
   debian-l10n-hungarian at lists.debian.org
 
-      Description : Hungarian Localization
+      Description : Discussing Hungarian localization issues, mainly
+                    translating Debian docs and programs to Hungarian.
       Language    : Hungarian
       Moderated   : no
       Subscription: open
 
+  debian-l10n-indonesian at lists.debian.org
+
+      Description : Discussing Indonesian localization issues, mainly translating Debian docs and
+                    website into Indonesian, improving Indonesian environment support in Debian.
+      Language    : Indonesian
+      Moderated   : no
+      Subscription: open
+
   debian-l10n-italian at lists.debian.org
 
-      Description : Italian Localization
+      Description : Italian localization efforts within Debian.
       Language    : Italian
       Moderated   : no
       Subscription: open
 
   debian-l10n-kannada at lists.debian.org
 
-      Description : Kannada Localization
+      Description : Debian Kannada (kn_IN) localization, documentation and web site translation,
+                    user support, user-developers coordination
       Language    : Kannada
       Moderated   : no
       Subscription: open
 
   debian-l10n-korean at lists.debian.org
 
-      Description : Korean Localization
+      Description : Discussion forum for the translators of Debian-specific packages and
+                    documentation to the Korean language.
       Moderated   : no
       Subscription: open
 
   debian-l10n-malayalam at lists.debian.org
 
-      Description : Malayalam Localization
+      Description : Discussion forum for the translators of Debian-specific packages and
+                    documentation to the Malayalam language.
       Language    : Malayalam
       Moderated   : no
       Subscription: open
 
   debian-l10n-persian at lists.debian.org
 
-      Description : Persian/Farsi Localization
+      Description : Discussing Persian/Farsi localization issues, mainly translating
+                    Debian docs and programs to Persian/Farsi.
       Language    : Persian
       Moderated   : no
       Subscription: open
 
   debian-l10n-polish at lists.debian.org
 
-      Description : Polish Localization
+      Description : Polish localization issues, mainly translating Debian
+                    web pages, documentation and programs to Polish.
       Language    : Polish
       Moderated   : no
       Subscription: open
 
   debian-l10n-portuguese at lists.debian.org
 
-      Description : Portuguese Localization
+      Description : Portuguese localization issues such as translating
+                    the documentation and programs.
       Language    : Portuguese
       Moderated   : no
       Subscription: open
 
   debian-l10n-romanian at lists.debian.org
 
-      Description : Romanian Localization
+      Description : Discussing Romanian localization issues, mainly
+                    translating Debian docs and programs to Romanian.
       Language    : Romanian
       Moderated   : no
       Subscription: open
 
   debian-l10n-russian at lists.debian.org
 
-      Description : Russian Localization
+      Description : Discussing Russian localization issues, mainly
+                    translating Debian docs and programs to Russian.
       Language    : Russian
       Moderated   : no
       Subscription: open
 
+  debian-l10n-sicilian at lists.debian.org
+
+      Description : Sicilian localization issues within Debian.
+      Language    : Sicilian
+      Moderated   : no
+      Subscription: open
+
   debian-l10n-spanish at lists.debian.org
 
-      Description : Spanish Localization
+      Description : Discussing Spanish localization issues, mainly
+                    translating Debian docs and programs to Spanish.
       Language    : Spanish
       Moderated   : no
       Subscription: open
 
   debian-l10n-swedish at lists.debian.org
 
-      Description : Swedish Localization
+      Description : Discussion forum for translators of Debian-specific packages
+                    and documentation for the Swedish language.
       Moderated   : no
       Subscription: open
 
   debian-l10n-turkish at lists.debian.org
 
-      Description : Turkish Localization
+      Description : Discussing Turkish localization issues, mainly
+                    translating Debian docs and website into Turkish,
+                    improving Turkish environment support in Debian.
       Language    : Turkish
       Moderated   : no
       Subscription: open
 
+  debian-l10n-vietnamese at lists.debian.org
+
+      Description : This is the Debian localization list for Vietnamese localization announcements
+                    and translation status checks, discussions between Vietnamese translators and
+                    questions from Vietnamese community users with language-related issues.
+      Language    : Vietnamese
+      Moderated   : no
+      Subscription: open
+
 Ports to non-i386 Linux architectures and to non-Linux kernels
 
   Debian GNU/Linux is ported to several other types of computers, and there
@@ -984,91 +1380,96 @@ Ports to non-i386 Linux architectures and to non-Linux kernels
 
   debian-68k at lists.debian.org
 
-      Description : Debian port to m68k
+      Description : Discussions on the m68k port of Debian GNU/Linux.
       Moderated   : no
       Subscription: open
 
   debian-alpha at lists.debian.org
 
-      Description : Debian port to Alpha
+      Description : Discussion on the Alpha port of Debian GNU/Linux.
       Moderated   : no
       Subscription: open
 
   debian-amd64 at lists.debian.org
 
-      Description : Debian port to AMD64
+      Description : Porting Debian to AMD x86-64 architecture.
       Moderated   : no
       Subscription: open
 
   debian-arm at lists.debian.org
 
-      Description : Debian port to ARM
+      Description : Discussion on the ARM port for Debian GNU/Linux.
       Moderated   : no
       Subscription: open
 
   debian-bsd at lists.debian.org
 
-      Description : Debian port to BSD
+      Description : Porting Debian to BSD (all *BSD variants).
       Moderated   : no
       Subscription: open
 
   debian-hppa at lists.debian.org
 
-      Description : Debian port to HPPA
+      Description : Discussions on the PA-RISC port of Debian GNU/Linux.
       Moderated   : no
       Subscription: open
 
   debian-hurd at lists.debian.org
 
-      Description : Debian port to Hurd
+      Description : Debian port of the GNU Hurd operating system.
       Moderated   : no
       Subscription: open
 
   debian-ia64 at lists.debian.org
 
-      Description : Debian port to Intel IA-64
+      Description : Discussions on the intel IA64 (aka Itanium, Merced)
+                    port of Debian GNU/Linux.
       Moderated   : no
       Subscription: open
 
   debian-interix at lists.debian.org
 
-      Description : Debian port to Interix
+      Description : Discussion on the Interix port of Debian/GNU.
+                    For more information see: http://www.debian-interix.net/
       Moderated   : no
       Subscription: open
 
   debian-mips at lists.debian.org
 
-      Description : Debian port to MIPS
+      Description : Discussions on the MIPS port of Debian GNU/Linux.
       Moderated   : no
       Subscription: open
 
   debian-powerpc at lists.debian.org
 
-      Description : Debian port to PowerPC
+      Description : Discussion on the PowerPC port of Debian GNU/Linux.
       Moderated   : no
       Subscription: open
 
   debian-s390 at lists.debian.org
 
-      Description : Debian port to IBM S/390
+      Description : Discussions on the IBM S/390 port of Debian GNU/Linux.
       Moderated   : no
       Subscription: open
 
   debian-sparc at lists.debian.org
 
-      Description : Debian port to SPARC
+      Description : Discussions on the SPARC port of Debian GNU/Linux.
       Moderated   : no
       Subscription: open
 
   debian-superh at lists.debian.org
 
-      Description : Debian port to SuperH
+      Description : Discussions on the SuperH port of Debian GNU/Linux. For
+                    more information about running Linux on SH processors,
+                    have a look at http://www.m17n.org/linux-sh/
       Moderated   : no
       Subscription: open
 
   debian-win32 at lists.debian.org
 
-      Description : Debian port to Win32
+      Description : Porting the Debian distribution to Win32 systems
+                    (Debian GNU/Win32).
       Moderated   : no
       Subscription: open
 
@@ -1080,25 +1481,31 @@ The Bug Tracking System
 
   debian-bugs-closed at lists.debian.org
 
-      Description : Debian BTS, closed bugs
+      Description : Messages that close Debian bug reports.
       Moderated   : yes
       Subscription: open
 
   debian-bugs-dist at lists.debian.org
 
-      Description : Debian BTS, received bugs
+      Description : All submitted bug reports as well as further information
+                    on them are distributed here.
       Moderated   : yes
       Subscription: open
 
   debian-bugs-forwarded at lists.debian.org
 
-      Description : Debian BTS, forwarded bugs
+      Description : Mails in which Debian maintainers forward bugs
+                    to their upstream authors.
       Moderated   : yes
       Subscription: open
 
   debian-bugs-rc at lists.debian.org
 
-      Description : Debian BTS, release-critical bugs
+      Description : All mail regarding release-critical bugs is
+                    copied to this mailing list.
+
+                    See http://bugs.debian.org/release-critical/
+                    for more information.
       Moderated   : yes
       Subscription: open
 
@@ -1111,119 +1518,212 @@ Miscellaneous Debian lists
 
   debian-admin at lists.debian.org
 
-      Description : Internal list for Debian Project machine admins
+      Description : This is our internal list used for administering the
+                    Debian machine park.
       Moderated   : no
       Subscription: closed
 
+  debian-backports-changes at lists.debian.org
+
+      Description : Changes to the "debian-backports" distribution are announced
+                    here. This includes queued and dak mail.
+      Moderated   : yes
+      Subscription: open
+
   debian-changes at lists.debian.org
 
-      Description : Stable packages' upgrade announcements
+      Description : Changes to the releases are announced here. This
+                    includes security upgrades as well as important
+                    bugfixes.
       Digest      : debian-changes-digest at lists.debian.org
       Moderated   : yes
       Subscription: open
 
   debian-consultants at lists.debian.org
 
-      Description : Debian consultants, paid support
+      Description : Communication among Debian consultants. See at the bottom of the
+                    consultants page (http://www.debian.org/consultants/#policy) for how
+                    to add/update entries to this page.
       Moderated   : no
       Subscription: open
 
   debian-curiosa at lists.debian.org
 
-      Description : All the funny stuff regarding Debian
+      Description : Funny thing from and with the project, funny quotes,
+                    discussions irc communication and fortune cookies.
+                    Some kind of (de.)alt.netdigest for Debian-related stuff.
       Moderated   : no
       Subscription: open
 
   debian-devel-changes at lists.debian.org
 
-      Description : Unstable packages' upgrade announcements
+      Description : Notices about uploaded packages for the unstable
+                    distribution, from developers, buildds and katie,
+                    the archive sentinel.
+                    (High-volume mailing list.)
       Moderated   : yes
       Subscription: open
 
+  debian-dug-in at lists.debian.org
+
+      Description : Discussion list for the Debian community in India without being tied to a
+                    particular group in order to link all groups and individuals in the country and
+                    facilitate the coordination of local events.
+      Moderated   : no
+      Subscription: open
+
+  debian-dug-mx at lists.debian.org
+
+      Description : Discussion list for the Debian community in Mexico without being tied to a
+                    particular group in order to link all groups and individuals in the country and
+                    facilitate the coordination of local events.
+      Moderated   : no
+      Subscription: open
+
   debian-events-eu at lists.debian.org
 
-      Description : Events with Debian affiliation in Europe
+      Description : Discussions and organizational stuff about booths for
+                    Debian at european exhibitions.
+      Moderated   : no
+      Subscription: open
+
+  debian-events-ha at lists.debian.org
+
+      Description : Mailing list for announcements and events organization
+                    with Debian affiliation in Hispanic America.
       Moderated   : no
       Subscription: open
 
   debian-events-na at lists.debian.org
 
-      Description : Events with Debian affiliation in North America
+      Description : Discussions and organizational stuff about booths and
+                    presentations for Debian at North American exhibitions.
       Moderated   : no
       Subscription: open
 
   debian-events-nl at lists.debian.org
 
-      Description : Events with Debian affiliation in the Netherlands
+      Description : Announcements of small meetings and keysigning parties of Dutch
+                    Debian Developers and other discussions of interest mainly for
+                    Debian people in the Netherlands. Posts in both Dutch and English
+                    are common.
       Moderated   : no
       Subscription: open
 
   debian-jobs at lists.debian.org
 
-      Description : Job postings for members of the Debian community
+      Description : Job postings can be published on this list in
+                    order to make them public to members of the Debian
+                    community.  While the jobs do not necessarily have
+                    to involve the use of Debian, it is encouraged that
+                    they do.  Jobs can be about the development of
+                    proprietary system, but jobs involving free software
+                    (either development or system administration) are
+                    preferred.  Please include information such as
+                    location and remuneration if appropriate.  The list
+                    is moderated; it is also an open list - job postings
+                    which have to be kept private should be sent to
+                    leader at debian.org who will distribute them.
       Moderated   : yes
       Subscription: open
 
   debian-legal at lists.debian.org
 
-      Description : Copyright, licensing and patent issues
+      Description : Discussions about legality issues such as
+                    copyrights, patents etc.
       Moderated   : no
       Subscription: open
 
   debian-mirrors-announce at lists.debian.org
 
-      Description : News and announcements regarding FTP archive mirrors
+      Description : Important changes to the FTP archive are announced here.
+                    These are mainly useful to maintainers of Debian
+                    mirrors.
       Moderated   : signed
       Subscription: open
 
   debian-mirrors at lists.debian.org
 
-      Description : Discussions about the Debian mirror network
+      Description : Discussions relating to the Debian mirror network,
+                    and the maintenance of mirrors.
       Moderated   : no
       Subscription: open
 
   debian-newmaint at lists.debian.org
 
-      Description : Debian New Maintainer process discussion
+      Description : Discussion about the Debian New Maintainer process,
+                    application manager reports etc.
       Moderated   : no
       Subscription: open
 
   debian-project at lists.debian.org
 
-      Description : Discussions about non-technical issues in the project
+      Description : Discussion about non-technical topics related
+                    to the Debian Project.
       Moderated   : no
       Subscription: open
 
   debian-publicity at lists.debian.org
 
-      Description : Making Debian famous
+      Description : Coordination of all the work related to the external
+                    communication of Debian: drafting new announces,
+                    collecting important information that Debian should relay
+                    to its community, improving the infrastructure offered to
+                    people who want to create Debian booth, etc.
+      Moderated   : no
+      Subscription: open
+
+  debian-snapshot at lists.debian.org
+
+      Description : This list covers discussion and maintenance of the snapshot.debian.org archive
+                    as well as the development of enhancements of this service.
       Moderated   : no
       Subscription: open
 
   debian-testing-changes at lists.debian.org
 
-      Description : Testing packages' upgrade announcements
+      Description : Changes to the "testing" distribution are announced
+                    here. This includes various bugfixes.
       Moderated   : yes
       Subscription: open
 
   debian-vote at lists.debian.org
 
-      Description : Voting announcements and discussion
+      Description : Proposals, discussions and announcements related to
+                    Official Debian Votes.
       Moderated   : no
       Subscription: open
 
   debian-women at lists.debian.org
 
-      Description : Discussion and collaboration involving women in Debian
+      Description : Debian users and developers who wish to involve more
+                    women in the Debian project. For discussion and
+                    sharing of ideas as well as project collaboration.
       Moderated   : no
       Subscription: open
 
   whitelist at lists.debian.org
 
-      Description : Generic whitelist
+      Description : This is a special pseudo-mailing list to which
+                    people can subscribe to prove they are not
+                    spammers.
+
+                    This allows one to avoid the restrictions imposed
+                    on non-subscriber posts to other mailing lists,
+                    in particular the mailing lists that allow posts
+                    only from subscribers.
       Moderated   : yes
       Subscription: open
 
+Other
+
+
+  debian-derivatives at lists.debian.org
+
+      Description : front-desk for developers of Debian-based distributions
+      Moderated   : no
+      Subscription: open
+
 Lists hosted for other projects
 
   Our list server provides mailing list facilities for other free
@@ -1231,13 +1731,18 @@ Lists hosted for other projects
 
   other-cdwrite at lists.debian.org
 
-      Description : cdwrite
+      Description : cdwrite mailing list
       Moderated   : no
       Subscription: open
 
   other-sart at lists.debian.org
 
-      Description : Discussions and announcements about SART
+      Description : Discussions and announcements about SART,
+                    a free raytracer that uses Guile extension
+                    language and is distributed under GPL. 
+
+                    The SART website is at
+                    http://petra.zesoi.fer.hr/~silovic/sart/
       Moderated   : no
       Subscription: open
 
diff --git a/includes/squeeze/install/README.html b/includes/squeeze/install/README.html
index 17e103c..b0cfebc 100644
--- a/includes/squeeze/install/README.html
+++ b/includes/squeeze/install/README.html
@@ -57,7 +57,7 @@
 
     <p id="breadcrumbs">
       <span class="alt">(<a href= "README.txt">Text version</a>)</span>
-      Debian GNU/Linux 5.0.0 "Lenny" - Official i386 NETINST Binary-1 20090214-14:36
+      Debian GNU/Linux squeeze-di-rc2 "Squeeze" - Official Snapshot i386 NETINST Binary-1 20110121-20:12
     </p>
   </div><!-- end header -->
 
@@ -104,15 +104,12 @@
     </h2>
 
     <p>This disc is labeled
-    <small><strong>Debian GNU/Linux 5.0.0 "Lenny" - Official i386 NETINST Binary-1 20090214-14:36</strong></small>
+    <small><strong>Debian GNU/Linux squeeze-di-rc2 "Squeeze" - Official Snapshot i386 NETINST Binary-1 20110121-20:12</strong></small>
     .
     It contains programs ("binaries") for `i386' computers.</p>
     <p>This disc is a <em>netinst</em> image.  It contains the installer and
     a very basic system.  Any other packages you might want to install will
     be downloaded from the network.</p>
-    <p>The Release Notes for "lenny" are available on the
-    <a href="http://www.debian.org/releases/lenny/releasenotes">Debian web
-    site</a>.</p>
 
     <h2 id="install">
       Installing
@@ -122,9 +119,12 @@
     installation procedure may seem a bit unusual. You can install
     Debian GNU/Linux either <em>alongside</em> your current OS, or as
     the <em>only</em> OS on your computer.</p>
-    <p>An <b>Installation Guide</b> for this disc is available from
-    <a href="http://www.debian.org/releases/lenny/installmanual">the
-    Debian web site</a>.</p>
+    <p>As this is not an official squeeze release disc, then the
+    installation guide many not be released yet. It will appear on <a
+    href="http://www.debian.org/releases/squeeze/installmanual">the
+    Debian web site</a> when ready, but before then you could try <a
+    href="http://d-i.alioth.debian.org/manual/">the development
+    version of the manual</a>.
     </p>
 
     <p>For the impatient ones: you can start the installation program easily by
@@ -146,10 +146,9 @@
       bugs may be present anywhere in the system. Please report any bugs you
       find in the Debian Bug Tracking System; details at <a
       href="http://bugs.debian.org/">bugs.debian.org</a>.</li>
-
-      <li>If you're reporting bugs against this disc or the installation
-      system, please also mention the version of this disc; this can be found
-      in the file <tt><a href="/.disk/info">/.disk/info</a></tt>.</li>
+     <li>If you're reporting bugs against this disc or the installation
+     system, please also mention the version of this disc; this can be found
+     in the file <tt><a href=".disk/info">/.disk/info</a></tt>.</li>
 
     </ul>
 
diff --git a/includes/squeeze/install/README.mirrors.html b/includes/squeeze/install/README.mirrors.html
index 6d01dfb..7d918fa 100644
--- a/includes/squeeze/install/README.mirrors.html
+++ b/includes/squeeze/install/README.mirrors.html
@@ -48,9 +48,9 @@ please have the site maintainer fill out the form at:
 Everything else you want to know about Debian mirrors:
 <a href="http://www.debian.org/mirror/">                        http://www.debian.org/mirror/</a>.<br>
 
-<h2 align="center">Primary Debian mirror sites</h2>
+<h2 class="center">Primary Debian mirror sites</h2>
 
-<table border="0" align="center">
+<table border="0" class="center">
 <tr>
   <th>Country</th>
   <th>Site</th>
@@ -59,222 +59,247 @@ Everything else you want to know about Debian mirrors:
 <tr>
   <td>Austria</td>
   <td><a href="http://ftp.at.debian.org/debian/">ftp.at.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Australia</td>
   <td><a href="http://ftp.au.debian.org/debian/">ftp.au.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+  <td>Bosnia&nbsp;& Herzegovina</td>
+  <td><a href="http://ftp.ba.debian.org/debian/">ftp.ba.debian.org/debian/</a></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Belgium</td>
   <td><a href="http://ftp.be.debian.org/debian/">ftp.be.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Bulgaria</td>
   <td><a href="http://ftp.bg.debian.org/debian/">ftp.bg.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Brazil</td>
   <td><a href="http://ftp.br.debian.org/debian/">ftp.br.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+  <td>Belarus</td>
+  <td><a href="http://ftp.by.debian.org/debian/">ftp.by.debian.org/debian/</a></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Canada</td>
   <td><a href="http://ftp.ca.debian.org/debian/">ftp.ca.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Switzerland</td>
   <td><a href="http://ftp.ch.debian.org/debian/">ftp.ch.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Chile</td>
   <td><a href="http://ftp.cl.debian.org/debian/">ftp.cl.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Czech&nbsp;Republic</td>
   <td><a href="http://ftp.cz.debian.org/debian/">ftp.cz.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Germany</td>
   <td><a href="http://ftp.de.debian.org/debian/">ftp.de.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Germany</td>
   <td><a href="http://ftp2.de.debian.org/debian/">ftp2.de.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Denmark</td>
   <td><a href="http://ftp.dk.debian.org/debian/">ftp.dk.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Estonia</td>
   <td><a href="http://ftp.ee.debian.org/debian/">ftp.ee.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Spain</td>
   <td><a href="http://ftp.es.debian.org/debian/">ftp.es.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Finland</td>
   <td><a href="http://ftp.fi.debian.org/debian/">ftp.fi.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>France</td>
   <td><a href="http://ftp.fr.debian.org/debian/">ftp.fr.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>France</td>
   <td><a href="http://ftp2.fr.debian.org/debian/">ftp2.fr.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Great&nbsp;Britain</td>
   <td><a href="http://ftp.uk.debian.org/debian/">ftp.uk.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Greece</td>
   <td><a href="http://ftp.gr.debian.org/debian/">ftp.gr.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Hong&nbsp;Kong</td>
   <td><a href="http://ftp.hk.debian.org/debian/">ftp.hk.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel i386 ia64 powerpc sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Croatia</td>
   <td><a href="http://ftp.hr.debian.org/debian/">ftp.hr.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Hungary</td>
   <td><a href="http://ftp.hu.debian.org/debian/">ftp.hu.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Ireland</td>
   <td><a href="http://ftp.ie.debian.org/debian/">ftp.ie.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Iceland</td>
   <td><a href="http://ftp.is.debian.org/debian/">ftp.is.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Italy</td>
   <td><a href="http://ftp.it.debian.org/debian/">ftp.it.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Japan</td>
   <td><a href="http://ftp.jp.debian.org/debian/">ftp.jp.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Japan</td>
   <td><a href="http://ftp2.jp.debian.org/debian/">ftp2.jp.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Korea</td>
   <td><a href="http://ftp.kr.debian.org/debian/">ftp.kr.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+  <td>Lithuania</td>
+  <td><a href="http://ftp.lt.debian.org/debian/">ftp.lt.debian.org/debian/</a></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Mexico</td>
   <td><a href="http://ftp.mx.debian.org/debian/">ftp.mx.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+  <td>New&nbsp;Caledonia</td>
+  <td><a href="http://ftp.nc.debian.org/debian/">ftp.nc.debian.org/debian/</a></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Netherlands</td>
   <td><a href="http://ftp.nl.debian.org/debian/">ftp.nl.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Norway</td>
   <td><a href="http://ftp.no.debian.org/debian/">ftp.no.debian.org/debian/</a></td>
-  <td><small><small>amd64 i386 ia64 powerpc sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>New&nbsp;Zealand</td>
   <td><a href="http://ftp.nz.debian.org/debian/">ftp.nz.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Poland</td>
   <td><a href="http://ftp.pl.debian.org/debian/">ftp.pl.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Portugal</td>
   <td><a href="http://ftp.pt.debian.org/debian/">ftp.pt.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Romania</td>
   <td><a href="http://ftp.ro.debian.org/debian/">ftp.ro.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Russia</td>
   <td><a href="http://ftp.ru.debian.org/debian/">ftp.ru.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Sweden</td>
   <td><a href="http://ftp.se.debian.org/debian/">ftp.se.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Slovenia</td>
   <td><a href="http://ftp.si.debian.org/debian/">ftp.si.debian.org/debian/</a></td>
-  <td><small><small>amd64 i386 powerpc sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Slovakia</td>
   <td><a href="http://ftp.sk.debian.org/debian/">ftp.sk.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+  <td>Thailand</td>
+  <td><a href="http://ftp.th.debian.org/debian/">ftp.th.debian.org/debian/</a></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Turkey</td>
   <td><a href="http://ftp.tr.debian.org/debian/">ftp.tr.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Taiwan</td>
   <td><a href="http://ftp.tw.debian.org/debian/">ftp.tw.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>Ukraine</td>
   <td><a href="http://ftp.ua.debian.org/debian/">ftp.ua.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
   <td>United&nbsp;States</td>
   <td><a href="http://ftp.us.debian.org/debian/">ftp.us.debian.org/debian/</a></td>
-  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+  <td><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 </table>
 <h2 align="center">Secondary mirrors of the Debian archive</h2>
 
-<table border="0" align="center">
+<table border="0" class="center">
 <tr>
   <th>Host name</th>
   <th>FTP</th>
@@ -286,22 +311,16 @@ Everything else you want to know about Debian mirrors:
 <tr><td colspan=4><big><strong>AR Argentina</strong></big></td></tr>
 
 <tr>
-<td valign=top>debian.logiclinux.com</td>
-<td></td>
-<td valign=top><a href="http://debian.logiclinux.com/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
-</tr>
-<tr>
 <td valign=top>ftp.ccc.uba.ar</td>
 <td valign=top><a href="ftp://ftp.ccc.uba.ar/pub/linux/debian/debian/">/pub/linux/debian/debian/</a></td>
 <td valign=top><a href="http://ftp.ccc.uba.ar/pub/linux/debian/debian/">/pub/linux/debian/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.torredehanoi.org</td>
 <td valign=top><a href="ftp://debian.torredehanoi.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.torredehanoi.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -311,43 +330,43 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.at.debian.org<br>  (debian.sil.at)</td>
 <td valign=top><a href="ftp://ftp.at.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.at.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>gd.tuwien.ac.at</td>
-<td valign=top><a href="ftp://gd.tuwien.ac.at/opsys/linux/debian/">/opsys/linux/debian/</a></td>
+<td></td>
 <td valign=top><a href="http://gd.tuwien.ac.at/opsys/linux/debian/">/opsys/linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mur.at</td>
 <td valign=top><a href="ftp://debian.mur.at/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mur.at/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.tu-graz.ac.at</td>
 <td valign=top><a href="ftp://ftp.tu-graz.ac.at/mirror/debian/">/mirror/debian/</a></td>
 <td valign=top><a href="http://ftp.tu-graz.ac.at/mirror/debian/">/mirror/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.univie.ac.at</td>
 <td valign=top><a href="ftp://ftp.univie.ac.at/systems/linux/debian/debian/">/systems/linux/debian/debian/</a></td>
 <td valign=top><a href="http://ftp.univie.ac.at/systems/linux/debian/debian/">/systems/linux/debian/debian/</a></td>
-<td valign=top><small><small>i386</small></small></td>
+<td valign=top><small><small>i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.inode.at</td>
 <td valign=top><a href="ftp://debian.inode.at/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.inode.at/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel i386 powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.lagis.at</td>
 <td valign=top><a href="ftp://debian.lagis.at/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.lagis.at/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -357,25 +376,25 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.au.debian.org<br>  (mirror.linux.org.au)</td>
 <td valign=top><a href="ftp://ftp.au.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.au.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.aarnet.edu.au</td>
 <td valign=top><a href="ftp://mirror.aarnet.edu.au/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.aarnet.edu.au/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.monash.edu.au</td>
 <td valign=top><a href="ftp://ftp.monash.edu.au/pub/linux/debian/">/pub/linux/debian/</a></td>
 <td valign=top><a href="http://ftp.monash.edu.au/pub/linux/debian/">/pub/linux/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.uwa.edu.au</td>
 <td valign=top><a href="ftp://ftp.uwa.edu.au/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.uwa.edu.au/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.eftel.com</td>
@@ -387,81 +406,97 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>mirror.pacific.net.au</td>
 <td valign=top><a href="ftp://mirror.pacific.net.au/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.pacific.net.au/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.iinet.net.au</td>
 <td valign=top><a href="ftp://ftp.iinet.net.au/debian/debian/">/debian/debian/</a></td>
 <td valign=top><a href="http://ftp.iinet.net.au/debian/debian/">/debian/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.optus.net</td>
 <td valign=top><a href="ftp://mirror.optus.net/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.optus.net/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.cse.unsw.edu.au</td>
 <td valign=top><a href="ftp://mirror.cse.unsw.edu.au/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.cse.unsw.edu.au/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64 powerpc</small></small></td>
-</tr>
-<tr>
-<td valign=top>mirror.3fl.net.au</td>
-<td valign=top><a href="ftp://mirror.3fl.net.au/pub/debian/">/pub/debian/</a></td>
-<td valign=top><a href="http://mirror.3fl.net.au/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.netspace.net.au</td>
 <td valign=top><a href="ftp://ftp.netspace.net.au/pub/debian/">/pub/debian/</a></td>
 <td valign=top><a href="http://ftp.netspace.net.au/pub/debian/">/pub/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirror.waia.asn.au</td>
+<td valign=top><a href="ftp://mirror.waia.asn.au/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.waia.asn.au/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirror.transact.net.au</td>
+<td valign=top><a href="ftp://mirror.transact.net.au/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.transact.net.au/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>BA Bosnia & Herzegovina</strong></big></td></tr>
 
 <tr>
-<td valign=top>mirror.debian.com.ba</td>
-<td valign=top><a href="ftp://mirror.debian.com.ba/debian/">/debian/</a></td>
-<td valign=top><a href="http://mirror.debian.com.ba/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top>ftp.ba.debian.org<br>  (mirror.debian.com.ba)</td>
+<td valign=top><a href="ftp://ftp.ba.debian.org/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.ba.debian.org/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+
+<tr><td colspan=4><hr size=1></td></tr>
+<tr><td colspan=4><big><strong>BD Bangladesh</strong></big></td></tr>
+
+<tr>
+<td valign=top>mirrors.ispros.com.bd</td>
+<td valign=top><a href="ftp://mirrors.ispros.com.bd/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirrors.ispros.com.bd/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>BE Belgium</strong></big></td></tr>
 
 <tr>
-<td valign=top>ftp.be.debian.org<br>  (ftp.belnet.be)</td>
+<td valign=top>ftp.be.debian.org<br>  (mirror.be.gbxs.net)</td>
 <td valign=top><a href="ftp://ftp.be.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.be.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>ftp.kulnet.kuleuven.ac.be</td>
-<td valign=top><a href="ftp://ftp.kulnet.kuleuven.ac.be/debian/">/debian/</a></td>
-<td valign=top><a href="http://ftp.kulnet.kuleuven.ac.be/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.easynet.be</td>
 <td valign=top><a href="ftp://ftp.easynet.be/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.easynet.be/ftp/debian/">/ftp/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>amd64 armel hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.belnet.be</td>
+<td valign=top><a href="ftp://ftp.belnet.be/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.belnet.be/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.debian.skynet.be</td>
 <td valign=top><a href="ftp://ftp.debian.skynet.be/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.debian.skynet.be/ftp/debian/">/ftp/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>mirror.be.gbxs.net</td>
-<td valign=top><a href="ftp://mirror.be.gbxs.net/debian/">/debian/</a></td>
-<td valign=top><a href="http://mirror.be.gbxs.net/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top>mirror.eurid.eu</td>
+<td valign=top><a href="ftp://mirror.eurid.eu/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.eurid.eu/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -471,7 +506,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.bg.debian.org<br>  (debian.spnet.net)</td>
 <td valign=top><a href="ftp://ftp.bg.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.bg.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.ludost.net</td>
@@ -483,25 +518,31 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.uni-sofia.bg</td>
 <td valign=top><a href="ftp://ftp.uni-sofia.bg/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.uni-sofia.bg/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.telecoms.bg</td>
 <td valign=top><a href="ftp://debian.telecoms.bg/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.telecoms.bg/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mnet.bg</td>
 <td valign=top><a href="ftp://debian.mnet.bg/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mnet.bg/debian/">/debian/</a></td>
-<td valign=top><small><small>i386</small></small></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.networx-bg.com</td>
 <td valign=top><a href="ftp://debian.networx-bg.com/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.networx-bg.com/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 armel i386</small></small></td>
+<td valign=top><small><small>amd64 armel i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.ipacct.com</td>
+<td valign=top><a href="ftp://debian.ipacct.com/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.ipacct.com/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -511,37 +552,25 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.br.debian.org<br>  (debian.c3sl.ufpr.br)</td>
 <td valign=top><a href="ftp://ftp.br.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.br.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>debian.das.ufsc.br</td>
-<td valign=top><a href="ftp://debian.das.ufsc.br/pub/debian/">/pub/debian/</a></td>
-<td></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>download.unesp.br</td>
 <td></td>
 <td valign=top><a href="http://download.unesp.br/linux/debian/">/linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>sft.if.usp.br</td>
 <td></td>
 <td valign=top><a href="http://sft.if.usp.br/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>linorg.usp.br</td>
 <td valign=top><a href="ftp://linorg.usp.br/debian/">/debian/</a></td>
 <td valign=top><a href="http://linorg.usp.br/debian/">/debian/</a></td>
-<td valign=top><small><small>i386</small></small></td>
-</tr>
-<tr>
-<td valign=top>linux.iq.usp.br</td>
-<td></td>
-<td valign=top><a href="http://linux.iq.usp.br/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.pucpr.br</td>
@@ -559,22 +588,28 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>debian.pop-sc.rnp.br</td>
 <td></td>
 <td valign=top><a href="http://debian.pop-sc.rnp.br/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
+</tr>
+<tr>
+<td valign=top>debs.ifsul.edu.br</td>
+<td valign=top><a href="ftp://debs.ifsul.edu.br/debian/">/debian/</a></td>
+<td valign=top><a href="http://debs.ifsul.edu.br/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>BY Belarus</strong></big></td></tr>
 
 <tr>
-<td valign=top>linux.org.by</td>
-<td></td>
-<td valign=top><a href="http://linux.org.by/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top>ftp.by.debian.org<br>  (ftp.mgts.by)</td>
+<td valign=top><a href="ftp://ftp.by.debian.org/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.by.debian.org/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>ftp.mgts.by</td>
-<td valign=top><a href="ftp://ftp.mgts.by/debian/">/debian/</a></td>
-<td valign=top><a href="http://ftp.mgts.by/debian/">/debian/</a></td>
+<td valign=top>linux.org.by</td>
+<td valign=top><a href="ftp://linux.org.by/debian/">/debian/</a></td>
+<td valign=top><a href="http://linux.org.by/debian/">/debian/</a></td>
 <td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 
@@ -585,7 +620,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.ca.debian.org</td>
 <td valign=top><a href="ftp://ftp.ca.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.ca.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.yorku.ca</td>
@@ -597,55 +632,55 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp3.nrc.ca</td>
 <td valign=top><a href="ftp://ftp3.nrc.ca/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp3.nrc.ca/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>gulus.usherbrooke.ca</td>
-<td valign=top><a href="ftp://gulus.usherbrooke.ca/debian/">/debian/</a></td>
-<td valign=top><a href="http://gulus.usherbrooke.ca/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.cpsc.ucalgary.ca</td>
 <td valign=top><a href="ftp://mirror.cpsc.ucalgary.ca/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.cpsc.ucalgary.ca/mirror/debian.org/debian/">/mirror/debian.org/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.peer1.net</td>
 <td></td>
 <td valign=top><a href="http://mirror.peer1.net/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mirror.rafal.ca</td>
 <td valign=top><a href="ftp://debian.mirror.rafal.ca/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mirror.rafal.ca/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.savoirfairelinux.net</td>
 <td valign=top><a href="ftp://debian.savoirfairelinux.net/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.savoirfairelinux.net/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 powerpc</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mirror.iweb.ca</td>
 <td valign=top><a href="ftp://debian.mirror.iweb.ca/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mirror.iweb.ca/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>mirror.publicns.net</td>
-<td valign=top><a href="ftp://mirror.publicns.net/pub/debian/">/pub/debian/</a></td>
-<td valign=top><a href="http://mirror.publicns.net/pub/debian/">/pub/debian/</a></td>
-<td valign=top><small><small>amd64 armel i386</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.csclub.uwaterloo.ca</td>
 <td valign=top><a href="ftp://mirror.csclub.uwaterloo.ca/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.csclub.uwaterloo.ca/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirror.its.dal.ca</td>
+<td valign=top><a href="ftp://mirror.its.dal.ca/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.its.dal.ca/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirrors.ece.ubc.ca</td>
+<td></td>
+<td valign=top><a href="http://mirrors.ece.ubc.ca/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -655,35 +690,29 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.ch.debian.org<br>  (debian.ethz.ch)</td>
 <td valign=top><a href="ftp://ftp.ch.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.ch.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.switch.ch</td>
 <td valign=top><a href="ftp://mirror.switch.ch/mirror/debian/">/mirror/debian/</a></td>
 <td valign=top><a href="http://mirror.switch.ch/ftp/mirror/debian/">/ftp/mirror/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.csg.uzh.ch</td>
 <td></td>
 <td valign=top><a href="http://debian.csg.uzh.ch/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>CL Chile</strong></big></td></tr>
 
 <tr>
-<td valign=top>ftp.cl.debian.org<br>  (debian.ciencias.uchile.cl)</td>
+<td valign=top>ftp.cl.debian.org<br>  (debian.netlinux.cl)</td>
 <td valign=top><a href="ftp://ftp.cl.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.cl.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>debian.ubiobio.cl</td>
-<td></td>
-<td valign=top><a href="http://debian.ubiobio.cl/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 powerpc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.utalca.cl</td>
@@ -691,18 +720,6 @@ Everything else you want to know about Debian mirrors:
 <td valign=top><a href="http://debian.utalca.cl/debian/">/debian/</a></td>
 <td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
-<tr>
-<td valign=top>mirror.debian.cl</td>
-<td></td>
-<td valign=top><a href="http://mirror.debian.cl/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
-</tr>
-<tr>
-<td valign=top>debian.netlinux.cl</td>
-<td valign=top><a href="ftp://debian.netlinux.cl/debian/">/debian/</a></td>
-<td valign=top><a href="http://debian.netlinux.cl/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390</small></small></td>
-</tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>CN China</strong></big></td></tr>
@@ -711,13 +728,33 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>mirrors.geekbone.org</td>
 <td valign=top><a href="ftp://mirrors.geekbone.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirrors.geekbone.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>www.anheng.com.cn</td>
 <td valign=top><a href="ftp://www.anheng.com.cn/debian/">/debian/</a></td>
 <td valign=top><a href="http://www.anheng.com.cn/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+
+<tr><td colspan=4><hr size=1></td></tr>
+<tr><td colspan=4><big><strong>CO Colombia</strong></big></td></tr>
+
+<tr>
+<td valign=top>debian.unal.edu.co</td>
+<td valign=top><a href="ftp://debian.unal.edu.co/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.unal.edu.co/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+
+<tr><td colspan=4><hr size=1></td></tr>
+<tr><td colspan=4><big><strong>CR Costa Rica</strong></big></td></tr>
+
+<tr>
+<td valign=top>mirrors.ucr.ac.cr</td>
+<td valign=top><a href="ftp://mirrors.ucr.ac.cr/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirrors.ucr.ac.cr/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -727,37 +764,49 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.cz.debian.org<br>  (ftp.debian.cz)</td>
 <td valign=top><a href="ftp://ftp.cz.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.cz.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.sh.cvut.cz</td>
 <td valign=top><a href="ftp://debian.sh.cvut.cz/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.sh.cvut.cz/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.zcu.cz</td>
 <td valign=top><a href="ftp://ftp.zcu.cz/mirrors/debian/">/mirrors/debian/</a></td>
 <td valign=top><a href="http://ftp.zcu.cz/mirrors/debian/">/mirrors/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mirror.web4u.cz</td>
 <td valign=top><a href="ftp://debian.mirror.web4u.cz/">/</a></td>
 <td valign=top><a href="http://debian.mirror.web4u.cz/">/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.cvut.cz</td>
 <td valign=top><a href="ftp://ftp.cvut.cz/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.cvut.cz/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.ignum.cz</td>
 <td valign=top><a href="ftp://debian.ignum.cz/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.ignum.cz/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.mirror.dkm.cz</td>
+<td valign=top><a href="ftp://debian.mirror.dkm.cz/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.mirror.dkm.cz/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.superhosting.cz</td>
+<td valign=top><a href="ftp://debian.superhosting.cz/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.superhosting.cz/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -767,31 +816,43 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.de.debian.org<br>  (debian.inf.tu-dresden.de)</td>
 <td valign=top><a href="ftp://ftp.de.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.de.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>ftp2.de.debian.org<br>  (ftp.rfc822.org)</td>
+<td valign=top>ftp2.de.debian.org</td>
 <td valign=top><a href="ftp://ftp2.de.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp2.de.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.tu-clausthal.de</td>
 <td valign=top><a href="ftp://ftp.tu-clausthal.de/pub/linux/debian/">/pub/linux/debian/</a></td>
-<td></td>
-<td valign=top><small><small>amd64 arm armel i386 ia64 mips powerpc sparc</small></small></td>
+<td valign=top><a href="http://ftp.tu-clausthal.de/pub/linux/debian/">/pub/linux/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.rfc822.org</td>
+<td valign=top><a href="ftp://ftp.rfc822.org/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.rfc822.org/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.uni-duisburg-essen.de</td>
 <td valign=top><a href="ftp://debian.uni-duisburg-essen.de/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.uni-duisburg-essen.de/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.freenet.de</td>
 <td valign=top><a href="ftp://ftp.freenet.de/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.freenet.de/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.uni-erlangen.de</td>
+<td valign=top><a href="ftp://ftp.uni-erlangen.de/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.uni-erlangen.de/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.informatik.rwth-aachen.de</td>
@@ -800,34 +861,34 @@ Everything else you want to know about Debian mirrors:
 <td valign=top><small><small>alpha amd64 i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>ftp-stud.fht-esslingen.de</td>
-<td valign=top><a href="ftp://ftp-stud.fht-esslingen.de/debian/">/debian/</a></td>
-<td valign=top><a href="http://ftp-stud.fht-esslingen.de/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top>ftp-stud.hs-esslingen.de</td>
+<td valign=top><a href="ftp://ftp-stud.hs-esslingen.de/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp-stud.hs-esslingen.de/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.stw-bonn.de</td>
 <td valign=top><a href="ftp://ftp.stw-bonn.de/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.stw-bonn.de/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.fu-berlin.de</td>
 <td valign=top><a href="ftp://ftp.fu-berlin.de/pub/unix/linux/mirrors/debian/">/pub/unix/linux/mirrors/debian/</a></td>
 <td></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.tu-bs.de</td>
 <td valign=top><a href="ftp://debian.tu-bs.de/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.tu-bs.de/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.uni-koeln.de</td>
 <td valign=top><a href="ftp://ftp.uni-koeln.de/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.uni-koeln.de/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 i386 powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.mpi-sb.mpg.de</td>
@@ -839,61 +900,61 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.tu-chemnitz.de</td>
 <td valign=top><a href="ftp://ftp.tu-chemnitz.de/pub/linux/debian/debian/">/pub/linux/debian/debian/</a></td>
 <td valign=top><a href="http://ftp.tu-chemnitz.de/pub/linux/debian/debian/">/pub/linux/debian/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.uni-kl.de</td>
 <td valign=top><a href="ftp://ftp.uni-kl.de/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.uni-kl.de/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64 powerpc sparc</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.uni-bayreuth.de</td>
 <td valign=top><a href="ftp://ftp.uni-bayreuth.de/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.uni-bayreuth.de/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.informatik.hu-berlin.de</td>
 <td valign=top><a href="ftp://ftp.informatik.hu-berlin.de/pub/Linux/debian/">/pub/Linux/debian/</a></td>
 <td></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp5.gwdg.de</td>
 <td valign=top><a href="ftp://ftp5.gwdg.de/pub/linux/debian/debian/">/pub/linux/debian/debian/</a></td>
 <td valign=top><a href="http://ftp5.gwdg.de/pub/linux/debian/debian/">/pub/linux/debian/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.hosteurope.de</td>
 <td valign=top><a href="ftp://ftp.hosteurope.de/pub/linux/debian/">/pub/linux/debian/</a></td>
 <td valign=top><a href="http://ftp.hosteurope.de/pub/linux/debian/">/pub/linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.informatik.uni-frankfurt.de</td>
 <td valign=top><a href="ftp://ftp.informatik.uni-frankfurt.de/pub/Mirrors/debian.org/debian/">/pub/Mirrors/debian.org/debian/</a></td>
 <td valign=top><a href="http://ftp.informatik.uni-frankfurt.de/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64 powerpc</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.netcologne.de</td>
 <td valign=top><a href="ftp://debian.netcologne.de/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.netcologne.de/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>artfiles.org</td>
 <td valign=top><a href="ftp://artfiles.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://artfiles.org/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.intergenia.de</td>
 <td></td>
 <td valign=top><a href="http://debian.intergenia.de/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.cruisix.net</td>
@@ -911,19 +972,43 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>debian.charite.de</td>
 <td></td>
 <td valign=top><a href="http://debian.charite.de/debian/">/debian/</a></td>
-<td valign=top><small><small>i386</small></small></td>
+<td valign=top><small><small>i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.plusline.de</td>
 <td valign=top><a href="ftp://ftp.plusline.de/pub/debian/">/pub/debian/</a></td>
 <td valign=top><a href="http://ftp.plusline.de/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.ayous.org</td>
 <td valign=top><a href="ftp://mirror.ayous.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.ayous.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.halifax.rwth-aachen.de</td>
+<td valign=top><a href="ftp://ftp.halifax.rwth-aachen.de/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.halifax.rwth-aachen.de/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.morphium.info</td>
+<td valign=top><a href="ftp://debian.morphium.info/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.morphium.info/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirror.unitedcolo.de</td>
+<td valign=top><a href="ftp://mirror.unitedcolo.de/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.unitedcolo.de/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirror.1und1.de</td>
+<td valign=top><a href="ftp://mirror.1und1.de/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.1und1.de/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -933,19 +1018,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.dk.debian.org<br>  (mirrors.dotsrc.org)</td>
 <td valign=top><a href="ftp://ftp.dk.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.dk.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>ftp.dkuug.dk</td>
-<td valign=top><a href="ftp://ftp.dkuug.dk/pub/debian/">/pub/debian/</a></td>
-<td valign=top><a href="http://ftp.dkuug.dk/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>debian.uni-c.dk</td>
-<td></td>
-<td valign=top><a href="http://debian.uni-c.dk/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 i386 ia64 powerpc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirrors.telianet.dk</td>
@@ -954,10 +1027,20 @@ Everything else you want to know about Debian mirrors:
 <td valign=top><small><small>amd64 i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>debianmirror.wwi.dk</td>
-<td></td>
-<td valign=top><a href="http://debianmirror.wwi.dk/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top>mirrors.rackhosting.com</td>
+<td valign=top><a href="ftp://mirrors.rackhosting.com/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirrors.rackhosting.com/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 sparc</small></small></td>
+</tr>
+
+<tr><td colspan=4><hr size=1></td></tr>
+<tr><td colspan=4><big><strong>DZ Algeria</strong></big></td></tr>
+
+<tr>
+<td valign=top>debian.usthb.dz</td>
+<td valign=top><a href="ftp://debian.usthb.dz/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.usthb.dz/debian/">/debian/</a></td>
+<td valign=top><small><small>i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -967,65 +1050,59 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.ee.debian.org<br>  (ftp.aso.ee)</td>
 <td valign=top><a href="ftp://ftp.ee.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.ee.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>ES Spain</strong></big></td></tr>
 
 <tr>
-<td valign=top>ftp.es.debian.org<br>  (ftp.gul.uc3m.es)</td>
+<td valign=top>ftp.es.debian.org<br>  (ulises.hostalia.com)</td>
 <td valign=top><a href="ftp://ftp.es.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.es.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.rediris.es</td>
 <td valign=top><a href="ftp://ftp.rediris.es/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.rediris.es/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 i386 ia64 powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.cica.es</td>
 <td valign=top><a href="ftp://ftp.cica.es/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.cica.es/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64 powerpc</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.caliu.cat</td>
 <td valign=top><a href="ftp://ftp.caliu.cat/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.caliu.cat/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 armel i386 ia64 powerpc</small></small></td>
+<td valign=top><small><small>amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.gva.es</td>
 <td valign=top><a href="ftp://ftp.gva.es/mirror/debian/">/mirror/debian/</a></td>
 <td valign=top><a href="http://ftp.gva.es/mirror/debian/">/mirror/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>ftp.um.es</td>
-<td valign=top><a href="ftp://ftp.um.es/mirror/debian/">/mirror/debian/</a></td>
-<td></td>
-<td valign=top><small><small>i386</small></small></td>
+<td valign=top>ftp.gul.uc3m.es</td>
+<td valign=top><a href="ftp://ftp.gul.uc3m.es/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.gul.uc3m.es/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.udc.es</td>
 <td valign=top><a href="ftp://ftp.udc.es/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.udc.es/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.grn.cat</td>
 <td valign=top><a href="ftp://debian.grn.cat/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.grn.cat/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64 powerpc</small></small></td>
-</tr>
-<tr>
-<td valign=top>debian.com.es</td>
-<td></td>
-<td valign=top><a href="http://debian.com.es/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1035,13 +1112,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.fi.debian.org<br>  (trumpetti.atm.tut.fi)</td>
 <td valign=top><a href="ftp://ftp.fi.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.fi.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.funet.fi</td>
 <td valign=top><a href="ftp://ftp.funet.fi/pub/linux/mirrors/debian/">/pub/linux/mirrors/debian/</a></td>
 <td valign=top><a href="http://ftp.funet.fi/pub/linux/mirrors/debian/">/pub/linux/mirrors/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.jyu.fi</td>
@@ -1063,79 +1140,73 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.fr.debian.org<br>  (debian.proxad.net)</td>
 <td valign=top><a href="ftp://ftp.fr.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.fr.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp2.fr.debian.org<br>  (ftp.oleane.net)</td>
 <td valign=top><a href="ftp://ftp2.fr.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp2.fr.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.iut-bm.univ-fcomte.fr</td>
 <td valign=top><a href="ftp://ftp.iut-bm.univ-fcomte.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.iut-bm.univ-fcomte.fr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>ftp.eudil.fr</td>
-<td valign=top><a href="ftp://ftp.eudil.fr/debian/">/debian/</a></td>
-<td valign=top><a href="http://ftp.eudil.fr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top>debian.polytech-lille.fr</td>
+<td valign=top><a href="ftp://debian.polytech-lille.fr/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.polytech-lille.fr/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.proxad.net</td>
 <td valign=top><a href="ftp://ftp.proxad.net/mirrors/ftp.debian.org/">/mirrors/ftp.debian.org/</a></td>
 <td></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.lip6.fr</td>
 <td valign=top><a href="ftp://ftp.lip6.fr/pub/linux/distributions/debian/">/pub/linux/distributions/debian/</a></td>
 <td valign=top><a href="http://ftp.lip6.fr/pub/linux/distributions/debian/">/pub/linux/distributions/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.ens-cachan.fr</td>
 <td valign=top><a href="ftp://debian.ens-cachan.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.ens-cachan.fr/ftp/debian/">/ftp/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.u-picardie.fr</td>
 <td valign=top><a href="ftp://ftp.u-picardie.fr/mirror/debian/">/mirror/debian/</a></td>
 <td valign=top><a href="http://ftp.u-picardie.fr/mirror/debian/">/mirror/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mirrors.easynet.fr</td>
 <td valign=top><a href="ftp://debian.mirrors.easynet.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mirrors.easynet.fr/">/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.u-strasbg.fr</td>
 <td valign=top><a href="ftp://ftp.u-strasbg.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.u-strasbg.fr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 armel hurd-i386 i386 ia64 powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 armel hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.cict.fr</td>
 <td valign=top><a href="ftp://debian.cict.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.cict.fr/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 arm armel hurd-i386 i386</small></small></td>
+<td valign=top><small><small>amd64 arm armel hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
-<td valign=top>mir1.ovh.net</td>
-<td valign=top><a href="ftp://mir1.ovh.net/debian/">/debian/</a></td>
-<td valign=top><a href="http://mir1.ovh.net/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>mir2.ovh.net</td>
-<td></td>
-<td valign=top><a href="http://mir2.ovh.net/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top>mirror.ovh.net</td>
+<td valign=top><a href="ftp://mirror.ovh.net/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.ovh.net/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.nerim.net</td>
@@ -1147,37 +1218,43 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.crihan.fr</td>
 <td valign=top><a href="ftp://ftp.crihan.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.crihan.fr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mines.inpl-nancy.fr</td>
 <td valign=top><a href="ftp://debian.mines.inpl-nancy.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mines.inpl-nancy.fr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.debian.ikoula.com</td>
+<td valign=top><a href="ftp://ftp.debian.ikoula.com/debian/">/debian/</a></td>
+<td></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>webb.ens-cachan.fr</td>
 <td valign=top><a href="ftp://webb.ens-cachan.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://webb.ens-cachan.fr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirrors.ircam.fr</td>
 <td valign=top><a href="ftp://mirrors.ircam.fr/pub/debian/">/pub/debian/</a></td>
 <td valign=top><a href="http://mirrors.ircam.fr/pub/debian/">/pub/debian/</a></td>
-<td valign=top><small><small>alpha amd64 hurd-i386 i386 ia64 mips mipsel powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mirror.inra.fr</td>
 <td valign=top><a href="ftp://debian.mirror.inra.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mirror.inra.fr/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 arm armel i386 ia64 powerpc sparc</small></small></td>
+<td valign=top><small><small>amd64 arm armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.med.univ-tours.fr</td>
 <td valign=top><a href="ftp://debian.med.univ-tours.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.med.univ-tours.fr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.univ-pau.fr</td>
@@ -1189,59 +1266,83 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.univ-nantes.fr</td>
 <td valign=top><a href="ftp://ftp.univ-nantes.fr/debian/">/debian/</a></td>
 <td></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirrors.compuscene.org</td>
 <td></td>
 <td valign=top><a href="http://mirrors.compuscene.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.revolsys.fr</td>
+<td valign=top><a href="ftp://debian.revolsys.fr/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.revolsys.fr/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.univ-reims.fr</td>
 <td valign=top><a href="ftp://debian.univ-reims.fr/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.univ-reims.fr/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.advalem.net</td>
+<td valign=top><a href="ftp://debian.advalem.net/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.advalem.net/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.ec-m.fr</td>
+<td valign=top><a href="ftp://ftp.ec-m.fr/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.ec-m.fr/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>deb-mir1.naitways.net</td>
+<td></td>
+<td valign=top><a href="http://deb-mir1.naitways.net/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>GB Great Britain</strong></big></td></tr>
 
 <tr>
-<td valign=top>ftp.uk.debian.org<br>  (debian.hands.com)</td>
+<td valign=top>ftp.uk.debian.org<br>  (free.hands.com)</td>
 <td valign=top><a href="ftp://ftp.uk.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.uk.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.man.ac.uk</td>
 <td></td>
 <td valign=top><a href="http://debian.man.ac.uk/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386</small></small></td>
+<td valign=top><small><small>amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>www.mirrorservice.org</td>
-<td valign=top><a href="ftp://www.mirrorservice.org/sites/ftp.debian.org/debian/">/sites/ftp.debian.org/debian/</a></td>
+<td></td>
 <td valign=top><a href="http://www.mirrorservice.org/sites/ftp.debian.org/debian/">/sites/ftp.debian.org/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.mirrorservice.org</td>
+<td valign=top><a href="ftp://ftp.mirrorservice.org/sites/ftp.debian.org/debian/">/sites/ftp.debian.org/debian/</a></td>
+<td></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.ticklers.org</td>
 <td valign=top><a href="ftp://ftp.ticklers.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.ticklers.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>debian.virginmedia.com</td>
-<td valign=top><a href="ftp://debian.virginmedia.com/mirrors/ftp.debian.org">/mirrors/ftp.debian.org</a></td>
-<td valign=top><a href="http://debian.virginmedia.com/">/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.positive-internet.com</td>
 <td valign=top><a href="ftp://mirror.positive-internet.com/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.positive-internet.com/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 hppa i386 ia64 powerpc sparc</small></small></td>
+<td valign=top><small><small>amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>the.earth.li</td>
@@ -1253,35 +1354,25 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ukdebian.mirror.anlx.net</td>
 <td valign=top><a href="ftp://ukdebian.mirror.anlx.net/debian/">/debian/</a></td>
 <td valign=top><a href="http://ukdebian.mirror.anlx.net/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.ox.ac.uk</td>
 <td valign=top><a href="ftp://mirror.ox.ac.uk/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.ox.ac.uk/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>debian.zetnet.co.uk</td>
-<td valign=top><a href="ftp://debian.zetnet.co.uk/debian/">/debian/</a></td>
-<td valign=top><a href="http://debian.zetnet.co.uk/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 mipsel</small></small></td>
+<td valign=top>mirrors.melbourne.co.uk</td>
+<td valign=top><a href="ftp://mirrors.melbourne.co.uk/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirrors.melbourne.co.uk/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 hurd-i386 i386</small></small></td>
 </tr>
 <tr>
-<td valign=top>mirror.sov.uk.goscomb.net</td>
-<td valign=top><a href="ftp://mirror.sov.uk.goscomb.net/debian/">/debian/</a></td>
-<td valign=top><a href="http://mirror.sov.uk.goscomb.net/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
-</tr>
-
-<tr><td colspan=4><hr size=1></td></tr>
-<tr><td colspan=4><big><strong>GE Georgia</strong></big></td></tr>
-
-<tr>
-<td valign=top>ftp.ifg.gtu.ge</td>
-<td valign=top><a href="ftp://ftp.ifg.gtu.ge/debian/">/debian/</a></td>
-<td></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top>mirror.bytemark.co.uk</td>
+<td valign=top><a href="ftp://mirror.bytemark.co.uk/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.bytemark.co.uk/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1291,31 +1382,31 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.gr.debian.org<br>  (ftp.ntua.gr)</td>
 <td valign=top><a href="ftp://ftp.gr.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.gr.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.otenet.gr</td>
 <td valign=top><a href="ftp://debian.otenet.gr/pub/linux/debian/">/pub/linux/debian/</a></td>
 <td valign=top><a href="http://debian.otenet.gr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>ftp.duth.gr</td>
-<td valign=top><a href="ftp://ftp.duth.gr/debian/">/debian/</a></td>
-<td valign=top><a href="http://ftp.duth.gr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top>ftp.cc.uoc.gr</td>
+<td valign=top><a href="ftp://ftp.cc.uoc.gr/mirrors/linux/debian/">/mirrors/linux/debian/</a></td>
+<td valign=top><a href="http://ftp.cc.uoc.gr/mirrors/linux/debian/">/mirrors/linux/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>ftp.softnet.tuc.gr</td>
+<td valign=top>postmortem.csd.auth.gr</td>
 <td></td>
-<td valign=top><a href="http://ftp.softnet.tuc.gr/ftp/linux/debian/">/ftp/linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><a href="http://postmortem.csd.auth.gr/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 <tr>
-<td valign=top>ftp.cc.uoc.gr</td>
-<td valign=top><a href="ftp://ftp.cc.uoc.gr/mirrors/linux/debian/">/mirrors/linux/debian/</a></td>
-<td valign=top><a href="http://ftp.cc.uoc.gr/mirrors/linux/debian/">/mirrors/linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top>ftp.uoi.gr</td>
+<td valign=top><a href="ftp://ftp.uoi.gr/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.uoi.gr/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1325,7 +1416,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.hk.debian.org</td>
 <td valign=top><a href="ftp://ftp.hk.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.hk.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel i386 ia64 powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1335,7 +1426,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.hr.debian.org<br>  (debian.carnet.hr)</td>
 <td valign=top><a href="ftp://ftp.hr.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.hr.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.irb.hr</td>
@@ -1347,13 +1438,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.carnet.hr</td>
 <td valign=top><a href="ftp://ftp.carnet.hr/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.carnet.hr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.iskon.hr</td>
 <td valign=top><a href="ftp://debian.iskon.hr/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.iskon.hr/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386 ia64 s390</small></small></td>
+<td valign=top><small><small>amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 s390</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1363,30 +1454,30 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.hu.debian.org<br>  (ftp.fsn.hu)</td>
 <td valign=top><a href="ftp://ftp.hu.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.hu.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.kfki.hu</td>
 <td valign=top><a href="ftp://ftp.kfki.hu/pub/linux/debian/">/pub/linux/debian/</a></td>
 <td valign=top><a href="http://ftp.kfki.hu/linux/debian/">/linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.bme.hu</td>
-<td valign=top><a href="ftp://ftp.bme.hu/OS/Linux/dist/debian/">/OS/Linux/dist/debian/</a></td>
-<td valign=top><a href="http://ftp.bme.hu/OS/Linux/dist/debian/">/OS/Linux/dist/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386 ia64</small></small></td>
+<td valign=top><a href="ftp://ftp.bme.hu/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.bme.hu/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mirrors.crysys.hu</td>
 <td valign=top><a href="ftp://debian.mirrors.crysys.hu/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mirrors.crysys.hu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.sth.sze.hu</td>
 <td valign=top><a href="ftp://debian.sth.sze.hu/debian/">/debian/</a></td>
-<td valign=top><a href="http://debian.sth.sze.hu/">/</a></td>
+<td valign=top><a href="http://debian.sth.sze.hu/debian/">/debian/</a></td>
 <td valign=top><small><small>amd64 i386 ia64</small></small></td>
 </tr>
 
@@ -1400,10 +1491,10 @@ Everything else you want to know about Debian mirrors:
 <td valign=top><small><small>amd64 hurd-i386 i386 powerpc</small></small></td>
 </tr>
 <tr>
-<td valign=top>mirror.unej.ac.id</td>
-<td valign=top><a href="ftp://mirror.unej.ac.id/debian/">/debian/</a></td>
-<td valign=top><a href="http://mirror.unej.ac.id/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top>kambing.ui.ac.id</td>
+<td valign=top><a href="ftp://kambing.ui.ac.id/debian/">/debian/</a></td>
+<td valign=top><a href="http://kambing.ui.ac.id/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386 ia64 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1413,13 +1504,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.ie.debian.org<br>  (debian.heanet.ie)</td>
 <td valign=top><a href="ftp://ftp.ie.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.ie.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.esat.net</td>
 <td valign=top><a href="ftp://ftp.esat.net/pub/linux/debian/">/pub/linux/debian/</a></td>
 <td valign=top><a href="http://ftp.esat.net/pub/linux/debian/">/pub/linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1429,7 +1520,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>debian.co.il</td>
 <td></td>
 <td valign=top><a href="http://debian.co.il/debian/">/debian/</a></td>
-<td valign=top><small><small>i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.isoc.org.il</td>
@@ -1445,6 +1536,12 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.iitm.ac.in</td>
 <td valign=top><a href="ftp://ftp.iitm.ac.in/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.iitm.ac.in/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirror.cse.iitk.ac.in</td>
+<td valign=top><a href="ftp://mirror.cse.iitk.ac.in/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.cse.iitk.ac.in/debian/">/debian/</a></td>
 <td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 
@@ -1455,7 +1552,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.is.debian.org<br>  (ftp.rhnet.is)</td>
 <td valign=top><a href="ftp://ftp.is.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.is.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.simnet.is</td>
+<td valign=top><a href="ftp://debian.simnet.is/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.simnet.is/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1465,7 +1568,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.it.debian.org<br>  (ftp.bofh.it)</td>
 <td valign=top><a href="ftp://ftp.it.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.it.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>giano.com.dist.unige.it</td>
@@ -1474,12 +1577,6 @@ Everything else you want to know about Debian mirrors:
 <td valign=top><small><small>amd64 arm armel i386</small></small></td>
 </tr>
 <tr>
-<td valign=top>ftp.bononia.it</td>
-<td valign=top><a href="ftp://ftp.bononia.it/debian/">/debian/</a></td>
-<td valign=top><a href="http://ftp.bononia.it/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
 <td valign=top>freedom.dicea.unifi.it</td>
 <td valign=top><a href="ftp://freedom.dicea.unifi.it/pub/linux/debian/">/pub/linux/debian/</a></td>
 <td valign=top><a href="http://freedom.dicea.unifi.it/ftp/pub/linux/debian/">/ftp/pub/linux/debian/</a></td>
@@ -1489,19 +1586,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>mi.mirror.garr.it</td>
 <td valign=top><a href="ftp://mi.mirror.garr.it/mirrors/debian/">/mirrors/debian/</a></td>
 <td valign=top><a href="http://mi.mirror.garr.it/mirrors/debian/">/mirrors/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.fastweb.it</td>
 <td valign=top><a href="ftp://debian.fastweb.it/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.fastweb.it/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>ftp.unina.it</td>
-<td valign=top><a href="ftp://ftp.unina.it/pub/linux/distributions/debian/">/pub/linux/distributions/debian/</a></td>
-<td valign=top><a href="http://ftp.unina.it/pub/linux/distributions/debian/">/pub/linux/distributions/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.fastbull.org</td>
@@ -1519,7 +1610,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>mirror.units.it</td>
 <td></td>
 <td valign=top><a href="http://mirror.units.it/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.bononia.it</td>
+<td valign=top><a href="ftp://debian.bononia.it/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.bononia.it/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1529,79 +1626,67 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp2.jp.debian.org<br>  (ftp.debian.or.jp)</td>
 <td valign=top><a href="ftp://ftp2.jp.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp2.jp.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.jp.debian.org<br>  (dennou-q.gfd-dennou.org, dennou-k.gfd-dennou.org, dennou-h.gfd-dennou.org, debian.topstudio.co.jp, www.oyu-net.jp, hanzubon.jp, ftp.nara.wide.ad.jp, ftp2.jp.debian.org)</td>
-<td></td>
+<td valign=top><a href="ftp://ftp.jp.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.jp.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.nara.wide.ad.jp</td>
 <td valign=top><a href="ftp://ftp.nara.wide.ad.jp/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.nara.wide.ad.jp/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.dti.ad.jp</td>
 <td valign=top><a href="ftp://ftp.dti.ad.jp/pub/Linux/debian/">/pub/Linux/debian/</a></td>
 <td valign=top><a href="http://ftp.dti.ad.jp/pub/Linux/debian/">/pub/Linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>dennou-k.gfd-dennou.org</td>
 <td valign=top><a href="ftp://dennou-k.gfd-dennou.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://dennou-k.gfd-dennou.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>dennou-q.gfd-dennou.org</td>
 <td valign=top><a href="ftp://dennou-q.gfd-dennou.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://dennou-q.gfd-dennou.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.yz.yamagata-u.ac.jp</td>
 <td valign=top><a href="ftp://ftp.yz.yamagata-u.ac.jp/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.yz.yamagata-u.ac.jp/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>sb.itc.u-tokyo.ac.jp</td>
-<td valign=top><a href="ftp://sb.itc.u-tokyo.ac.jp/DEBIAN/">/DEBIAN/</a></td>
-<td valign=top><a href="http://sb.itc.u-tokyo.ac.jp/DEBIAN/">/DEBIAN/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386 powerpc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.riken.jp</td>
 <td valign=top><a href="ftp://ftp.riken.jp/Linux/debian/debian/">/Linux/debian/debian/</a></td>
 <td valign=top><a href="http://ftp.riken.jp/Linux/debian/debian/">/Linux/debian/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>debian.shimpinomori.net</td>
-<td></td>
-<td valign=top><a href="http://debian.shimpinomori.net/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 powerpc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.jaist.ac.jp</td>
 <td valign=top><a href="ftp://ftp.jaist.ac.jp/pub/Linux/Debian/">/pub/Linux/Debian/</a></td>
 <td valign=top><a href="http://ftp.jaist.ac.jp/pub/Linux/Debian/">/pub/Linux/Debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>www.cohsoft.com</td>
 <td></td>
 <td valign=top><a href="http://www.cohsoft.com/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386 powerpc</small></small></td>
+<td valign=top><small><small>amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 <tr>
 <td valign=top>dennou-h.gfd-dennou.org</td>
 <td valign=top><a href="ftp://dennou-h.gfd-dennou.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://dennou-h.gfd-dennou.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1611,23 +1696,49 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.kr.debian.org<br>  (ftp.kaist.ac.kr)</td>
 <td valign=top><a href="ftp://ftp.kr.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.kr.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.daum.net</td>
 <td valign=top><a href="ftp://ftp.daum.net/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.daum.net/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+
+<tr><td colspan=4><hr size=1></td></tr>
+<tr><td colspan=4><big><strong>KR Korea (South)</strong></big></td></tr>
+
+<tr>
+<td valign=top>ftp.lecl.net</td>
+<td valign=top><a href="ftp://ftp.lecl.net/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.lecl.net/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386 sparc</small></small></td>
+</tr>
+
+<tr><td colspan=4><hr size=1></td></tr>
+<tr><td colspan=4><big><strong>KZ Kazakhstan</strong></big></td></tr>
+
+<tr>
+<td valign=top>mirror.neolabs.kz</td>
+<td valign=top><a href="ftp://mirror.neolabs.kz/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.neolabs.kz/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>LT Lithuania</strong></big></td></tr>
 
 <tr>
+<td valign=top>ftp.lt.debian.org</td>
+<td valign=top><a href="ftp://ftp.lt.debian.org/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.lt.debian.org/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
 <td valign=top>ftp.litnet.lt</td>
 <td valign=top><a href="ftp://ftp.litnet.lt/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.litnet.lt/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.balt.net</td>
@@ -1635,24 +1746,56 @@ Everything else you want to know about Debian mirrors:
 <td valign=top><a href="http://debian.balt.net/debian/">/debian/</a></td>
 <td valign=top><small><small>amd64 arm armel i386 sparc</small></small></td>
 </tr>
+<tr>
+<td valign=top>debian.mirror.vu.lt</td>
+<td valign=top><a href="ftp://debian.mirror.vu.lt/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.mirror.vu.lt/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+
+<tr><td colspan=4><hr size=1></td></tr>
+<tr><td colspan=4><big><strong>LU Luxembourg</strong></big></td></tr>
+
+<tr>
+<td valign=top>debian.mirror.root.lu</td>
+<td valign=top><a href="ftp://debian.mirror.root.lu/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.mirror.root.lu/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>LV Latvia</strong></big></td></tr>
 
 <tr>
-<td valign=top>koyanet.lv</td>
-<td valign=top><a href="ftp://koyanet.lv/debian/">/debian/</a></td>
-<td valign=top><a href="http://koyanet.lv/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top>debian.koyanet.lv</td>
+<td valign=top><a href="ftp://debian.koyanet.lv/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.koyanet.lv/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.linux.edu.lv</td>
+<td valign=top><a href="ftp://debian.linux.edu.lv/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.linux.edu.lv/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+
+<tr><td colspan=4><hr size=1></td></tr>
+<tr><td colspan=4><big><strong>MD Moldova</strong></big></td></tr>
+
+<tr>
+<td valign=top>debian.md</td>
+<td valign=top><a href="ftp://debian.md/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.md/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>MT Malta</strong></big></td></tr>
 
 <tr>
-<td valign=top>debian.eng.um.edu.mt</td>
+<td valign=top>debian.res.um.edu.mt</td>
 <td></td>
-<td valign=top><a href="http://debian.eng.um.edu.mt/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.res.um.edu.mt/debian/">/debian/</a></td>
 <td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 
@@ -1663,23 +1806,23 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.mx.debian.org<br>  (debian.unam.mx)</td>
 <td valign=top><a href="ftp://ftp.mx.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.mx.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mmc.geofisica.unam.mx</td>
 <td valign=top><a href="ftp://mmc.geofisica.unam.mx/debian/">/debian/</a></td>
 <td valign=top><a href="http://mmc.geofisica.unam.mx/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386 ia64</small></small></td>
+<td valign=top><small><small>amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>NC New Caledonia</strong></big></td></tr>
 
 <tr>
-<td valign=top>debian.nautile.nc</td>
-<td valign=top><a href="ftp://debian.nautile.nc/debian/">/debian/</a></td>
-<td valign=top><a href="http://debian.nautile.nc/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 arm i386</small></small></td>
+<td valign=top>ftp.nc.debian.org<br>  (debian.nautile.nc)</td>
+<td valign=top><a href="ftp://ftp.nc.debian.org/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.nc.debian.org/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1689,7 +1832,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>debian.uni.edu.ni</td>
 <td></td>
 <td valign=top><a href="http://debian.uni.edu.ni/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386</small></small></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1699,31 +1842,43 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.nl.debian.org<br>  (ftp.snt.utwente.nl)</td>
 <td valign=top><a href="ftp://ftp.nl.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.nl.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.nluug.nl</td>
 <td valign=top><a href="ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/">/pub/os/Linux/distr/debian/</a></td>
 <td valign=top><a href="http://ftp.nluug.nl/pub/os/Linux/distr/debian/">/pub/os/Linux/distr/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirrors.nl.kernel.org</td>
+<td valign=top><a href="ftp://mirrors.nl.kernel.org/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirrors.nl.kernel.org/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.surfnet.nl</td>
 <td valign=top><a href="ftp://ftp.surfnet.nl/pub/os/Linux/distr/debian/">/pub/os/Linux/distr/debian/</a></td>
 <td valign=top><a href="http://ftp.surfnet.nl/os/Linux/distr/debian/">/os/Linux/distr/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.debian.nl</td>
 <td valign=top><a href="ftp://ftp.debian.nl/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.debian.nl/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.tiscali.nl</td>
 <td valign=top><a href="ftp://ftp.tiscali.nl/pub/mirrors/debian/">/pub/mirrors/debian/</a></td>
 <td valign=top><a href="http://ftp.tiscali.nl/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.mirror.cambrium.nl</td>
+<td valign=top><a href="ftp://debian.mirror.cambrium.nl/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.mirror.cambrium.nl/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1733,7 +1888,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.no.debian.org<br>  (ftp.uninett.no)</td>
 <td valign=top><a href="ftp://ftp.no.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.no.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64 powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1743,7 +1898,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.nz.debian.org<br>  (ftp.citylink.co.nz)</td>
 <td valign=top><a href="ftp://ftp.nz.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.nz.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.ihug.co.nz</td>
+<td valign=top><a href="ftp://debian.ihug.co.nz/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.ihug.co.nz/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1753,7 +1914,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>repository.linux.pf</td>
 <td valign=top><a href="ftp://repository.linux.pf/debian/">/debian/</a></td>
 <td valign=top><a href="http://repository.linux.pf/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1763,37 +1924,37 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.pl.debian.org<br>  (ftp.task.gda.pl)</td>
 <td valign=top><a href="ftp://ftp.pl.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.pl.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.icm.edu.pl</td>
 <td valign=top><a href="ftp://ftp.icm.edu.pl/pub/Linux/debian/">/pub/Linux/debian/</a></td>
 <td valign=top><a href="http://ftp.icm.edu.pl/pub/Linux/debian/">/pub/Linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 hurd-i386 i386 powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.man.szczecin.pl</td>
 <td valign=top><a href="ftp://ftp.man.szczecin.pl/pub/Linux/debian/">/pub/Linux/debian/</a></td>
 <td></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.vectranet.pl</td>
 <td valign=top><a href="ftp://ftp.vectranet.pl/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.vectranet.pl/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.pwr.wroc.pl</td>
 <td valign=top><a href="ftp://ftp.pwr.wroc.pl/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.pwr.wroc.pl/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.man.poznan.pl</td>
 <td valign=top><a href="ftp://ftp.man.poznan.pl/pub/linux/debian/debian/">/pub/linux/debian/debian/</a></td>
 <td valign=top><a href="http://ftp.man.poznan.pl/pub/linux/debian/debian/">/pub/linux/debian/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>piotrkosoft.net</td>
@@ -1809,43 +1970,43 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.pt.debian.org<br>  (ftp.uevora.pt)</td>
 <td valign=top><a href="ftp://ftp.pt.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.pt.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.eq.uc.pt</td>
 <td valign=top><a href="ftp://ftp.eq.uc.pt/pub/software/Linux/debian/">/pub/software/Linux/debian/</a></td>
 <td valign=top><a href="http://ftp.eq.uc.pt/software/Linux/debian/">/software/Linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.ua.pt</td>
 <td valign=top><a href="ftp://debian.ua.pt/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.ua.pt/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirrors.nfsi.pt</td>
-<td valign=top><a href="ftp://mirrors.nfsi.pt/pub/debian/">/pub/debian/</a></td>
+<td valign=top><a href="ftp://mirrors.nfsi.pt/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirrors.nfsi.pt/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
-<td valign=top>neacm.fe.up.pt</td>
-<td valign=top><a href="ftp://neacm.fe.up.pt/pub/debian/">/pub/debian/</a></td>
-<td valign=top><a href="http://neacm.fe.up.pt/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top>mirrors.fe.up.pt</td>
+<td valign=top><a href="ftp://mirrors.fe.up.pt/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirrors.fe.up.pt/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>cesium.di.uminho.pt</td>
 <td valign=top><a href="ftp://cesium.di.uminho.pt/pub/debian/">/pub/debian/</a></td>
 <td valign=top><a href="http://cesium.di.uminho.pt/pub/debian/">/pub/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.netvisao.pt</td>
 <td valign=top><a href="ftp://debian.netvisao.pt/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.netvisao.pt/">/</a></td>
-<td valign=top><small><small>alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.dcc.fc.up.pt</td>
@@ -1857,7 +2018,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>mirror.sim.ul.pt</td>
 <td valign=top><a href="ftp://mirror.sim.ul.pt/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.sim.ul.pt/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1867,19 +2028,19 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.ro.debian.org<br>  (ftp.iasi.roedu.net)</td>
 <td valign=top><a href="ftp://ftp.ro.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.ro.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.lug.ro</td>
 <td valign=top><a href="ftp://ftp.lug.ro/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.lug.ro/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 powerpc</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 <tr>
-<td valign=top>ftp.mikesnet.ro</td>
-<td valign=top><a href="ftp://ftp.mikesnet.ro/debian/">/debian/</a></td>
-<td valign=top><a href="http://ftp.mikesnet.ro/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 mips mipsel</small></small></td>
+<td valign=top>mirrors.xservers.ro</td>
+<td valign=top><a href="ftp://mirrors.xservers.ro/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirrors.xservers.ro/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1889,7 +2050,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.ru.debian.org<br>  (ftp.chg.ru)</td>
 <td valign=top><a href="ftp://ftp.ru.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.ru.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.nsu.ru</td>
+<td valign=top><a href="ftp://debian.nsu.ru/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.nsu.ru/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.psn.ru</td>
@@ -1907,13 +2074,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.mipt.ru</td>
 <td valign=top><a href="ftp://ftp.mipt.ru/debian/">/debian/</a></td>
 <td></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.yandex.ru</td>
 <td valign=top><a href="ftp://mirror.yandex.ru/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.yandex.ru/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.debian.chuvsu.ru</td>
@@ -1921,6 +2088,12 @@ Everything else you want to know about Debian mirrors:
 <td valign=top><a href="http://ftp.debian.chuvsu.ru/debian/">/debian/</a></td>
 <td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
+<tr>
+<td valign=top>mirror2.corbina.ru</td>
+<td valign=top><a href="ftp://mirror2.corbina.ru/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror2.corbina.ru/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>SE Sweden</strong></big></td></tr>
@@ -1929,25 +2102,31 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.se.debian.org<br>  (ftp.acc.umu.se)</td>
 <td valign=top><a href="ftp://ftp.se.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.se.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.sunet.se</td>
 <td valign=top><a href="ftp://ftp.sunet.se/pub/Linux/distributions/debian/">/pub/Linux/distributions/debian/</a></td>
 <td valign=top><a href="http://ftp.sunet.se/pub/Linux/distributions/debian/">/pub/Linux/distributions/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirrors.se.kernel.org</td>
+<td valign=top><a href="ftp://mirrors.se.kernel.org/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirrors.se.kernel.org/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.port80.se</td>
 <td valign=top><a href="ftp://ftp.port80.se/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.port80.se/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.ds.karen.hj.se</td>
 <td valign=top><a href="ftp://ftp.ds.karen.hj.se/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.ds.karen.hj.se/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.bsnet.se</td>
@@ -1959,13 +2138,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>debian.lth.se</td>
 <td valign=top><a href="ftp://debian.lth.se/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.lth.se/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.df.lth.se</td>
 <td valign=top><a href="ftp://ftp.df.lth.se/debian/">/debian/</a></td>
-<td></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><a href="http://ftp.df.lth.se/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -1975,29 +2154,23 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>mirror.nus.edu.sg</td>
 <td valign=top><a href="ftp://mirror.nus.edu.sg/pub/Debian/">/pub/Debian/</a></td>
 <td valign=top><a href="http://mirror.nus.edu.sg/Debian/">/Debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>SI Slovenia</strong></big></td></tr>
 
 <tr>
-<td valign=top>ftp.si.debian.org<br>  (ftp.camtp.uni-mb.si)</td>
+<td valign=top>ftp.si.debian.org<br>  (debian.prunk.si)</td>
 <td valign=top><a href="ftp://ftp.si.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.si.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.arnes.si</td>
 <td valign=top><a href="ftp://ftp.arnes.si/packages/debian/">/packages/debian/</a></td>
 <td valign=top><a href="http://ftp.arnes.si/pub/packages/debian/">/pub/packages/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386</small></small></td>
-</tr>
-<tr>
-<td valign=top>debian.prunk.si</td>
-<td valign=top><a href="ftp://debian.prunk.si/debian/">/debian/</a></td>
-<td valign=top><a href="http://debian.prunk.si/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -2007,19 +2180,19 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.sk.debian.org<br>  (ftp.debian.sk)</td>
 <td valign=top><a href="ftp://ftp.sk.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.sk.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.ynet.sk</td>
 <td valign=top><a href="ftp://debian.ynet.sk/debian/">/debian/</a></td>
-<td></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><a href="http://debian.ynet.sk/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.antik.sk</td>
 <td valign=top><a href="ftp://ftp.antik.sk/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.antik.sk/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -2029,39 +2202,51 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>debian.ues.edu.sv</td>
 <td></td>
 <td valign=top><a href="http://debian.ues.edu.sv/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>TH Thailand</strong></big></td></tr>
 
 <tr>
-<td valign=top>ftp.coe.psu.ac.th</td>
-<td valign=top><a href="ftp://ftp.coe.psu.ac.th/debian/">/debian/</a></td>
-<td valign=top><a href="http://ftp.coe.psu.ac.th/debian/">/debian/</a></td>
-<td valign=top><small><small>i386</small></small></td>
+<td valign=top>ftp.th.debian.org<br>  (ftp.coe.psu.ac.th)</td>
+<td valign=top><a href="ftp://ftp.th.debian.org/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.th.debian.org/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.v6.coe.psu.ac.th</td>
+<td valign=top><a href="ftp://ftp.v6.coe.psu.ac.th/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.v6.coe.psu.ac.th/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.thaios.net</td>
 <td></td>
 <td valign=top><a href="http://debian.thaios.net/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.debianclub.org</td>
 <td valign=top><a href="ftp://ftp.debianclub.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.debianclub.org/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirror.kku.ac.th</td>
+<td valign=top><a href="ftp://mirror.kku.ac.th/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.kku.ac.th/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
 <tr><td colspan=4><big><strong>TR Turkey</strong></big></td></tr>
 
 <tr>
-<td valign=top>ftp.tr.debian.org<br>  (debian.ankara.edu.tr)</td>
+<td valign=top>ftp.tr.debian.org<br>  (debian.lyildirim.net)</td>
 <td valign=top><a href="ftp://ftp.tr.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.tr.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.linux.org.tr</td>
@@ -2070,28 +2255,40 @@ Everything else you want to know about Debian mirrors:
 <td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 <tr>
-<td valign=top>godel.cs.bilgi.edu.tr</td>
-<td valign=top><a href="ftp://godel.cs.bilgi.edu.tr/debian/">/debian/</a></td>
-<td valign=top><a href="http://godel.cs.bilgi.edu.tr/debian/">/debian/</a></td>
-<td valign=top><small><small>hurd-i386 i386</small></small></td>
+<td valign=top>russell.cs.bilgi.edu.tr</td>
+<td valign=top><a href="ftp://russell.cs.bilgi.edu.tr/debian/">/debian/</a></td>
+<td valign=top><a href="http://russell.cs.bilgi.edu.tr/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 hurd-i386 i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.eso-es.net</td>
 <td></td>
 <td valign=top><a href="http://debian.eso-es.net/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64 sparc</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.comu.edu.tr</td>
 <td valign=top><a href="ftp://debian.comu.edu.tr/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.comu.edu.tr/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64 powerpc sparc</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.metu.edu.tr</td>
 <td valign=top><a href="ftp://ftp.metu.edu.tr/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.metu.edu.tr/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.gnu.gen.tr</td>
+<td valign=top><a href="ftp://debian.gnu.gen.tr/debian/">/debian/</a></td>
+<td valign=top><a href="http://debian.gnu.gen.tr/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.turkmesh.com.tr</td>
+<td></td>
+<td valign=top><a href="http://debian.turkmesh.com.tr/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -2101,7 +2298,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.tw.debian.org<br>  (debian.linux.org.tw)</td>
 <td valign=top><a href="ftp://ftp.tw.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.tw.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.csie.ntu.edu.tw</td>
@@ -2113,43 +2310,67 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.twaren.net</td>
 <td valign=top><a href="ftp://ftp.twaren.net/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.twaren.net/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>opensource.nchc.org.tw</td>
 <td valign=top><a href="ftp://opensource.nchc.org.tw/debian/">/debian/</a></td>
 <td valign=top><a href="http://opensource.nchc.org.tw/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.isu.edu.tw</td>
 <td valign=top><a href="ftp://ftp.isu.edu.tw/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.isu.edu.tw/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.nctu.edu.tw</td>
 <td valign=top><a href="ftp://debian.nctu.edu.tw/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.nctu.edu.tw/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.nttu.edu.tw</td>
 <td valign=top><a href="ftp://mirror.nttu.edu.tw/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.nttu.edu.tw/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.csie.nctu.edu.tw</td>
 <td valign=top><a href="ftp://debian.csie.nctu.edu.tw/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.csie.nctu.edu.tw/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.ncnu.edu.tw</td>
+<td valign=top><a href="ftp://ftp.ncnu.edu.tw/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.ncnu.edu.tw/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.cse.yzu.edu.tw</td>
 <td valign=top><a href="ftp://ftp.cse.yzu.edu.tw/pub/Linux/debian/debian/">/pub/Linux/debian/debian/</a></td>
 <td valign=top><a href="http://ftp.cse.yzu.edu.tw/pub/Linux/debian/debian/">/pub/Linux/debian/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.tcc.edu.tw</td>
+<td valign=top><a href="ftp://ftp.tcc.edu.tw/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.tcc.edu.tw/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.tku.edu.tw</td>
+<td valign=top><a href="ftp://ftp.tku.edu.tw/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.tku.edu.tw/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>shadow.ind.ntou.edu.tw</td>
+<td valign=top><a href="ftp://shadow.ind.ntou.edu.tw/debian/">/debian/</a></td>
+<td valign=top><a href="http://shadow.ind.ntou.edu.tw/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -2159,13 +2380,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.ua.debian.org<br>  (debian.org.ua)</td>
 <td valign=top><a href="ftp://ftp.ua.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.ua.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.osdn.org.ua</td>
 <td valign=top><a href="ftp://debian.osdn.org.ua/pub/Debian/debian/">/pub/Debian/debian/</a></td>
 <td valign=top><a href="http://debian.osdn.org.ua/debian/">/debian/</a></td>
-<td valign=top><small><small>i386</small></small></td>
+<td valign=top><small><small>i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.3logic.net</td>
@@ -2183,7 +2404,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp2.debian.org.ua</td>
 <td valign=top><a href="ftp://ftp2.debian.org.ua/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp2.debian.org.ua/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -2193,67 +2414,61 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.us.debian.org<br>  (ftp.egr.msu.edu, mirrors.kernel.org, debian.osuosl.org, debian.lcs.mit.edu)</td>
 <td valign=top><a href="ftp://ftp.us.debian.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.us.debian.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.gtlib.gatech.edu</td>
 <td valign=top><a href="ftp://ftp.gtlib.gatech.edu/pub/debian/">/pub/debian/</a></td>
 <td valign=top><a href="http://ftp.gtlib.gatech.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.egr.msu.edu</td>
 <td valign=top><a href="ftp://ftp.egr.msu.edu/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.egr.msu.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>distro.ibiblio.org</td>
-<td valign=top><a href="ftp://distro.ibiblio.org/pub/linux/distributions/debian/">/pub/linux/distributions/debian/</a></td>
+<td valign=top><a href="ftp://distro.ibiblio.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://distro.ibiblio.org/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386 ia64</small></small></td>
+<td valign=top><small><small>amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp-mirror.internap.com</td>
 <td valign=top><a href="ftp://ftp-mirror.internap.com/pub/debian/">/pub/debian/</a></td>
 <td valign=top><a href="http://ftp-mirror.internap.com/pub/debian/">/pub/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.cs.wisc.edu</td>
-<td valign=top><a href="ftp://mirror.cs.wisc.edu/pub/mirrors/linux/debian/">/pub/mirrors/linux/debian/</a></td>
-<td valign=top><a href="http://mirror.cs.wisc.edu/pub/mirrors/linux/debian/">/pub/mirrors/linux/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><a href="ftp://mirror.cs.wisc.edu/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.cs.wisc.edu/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.uwsg.indiana.edu</td>
 <td valign=top><a href="ftp://ftp.uwsg.indiana.edu/linux/debian/">/linux/debian/</a></td>
 <td valign=top><a href="http://ftp.uwsg.indiana.edu/linux/debian/">/linux/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>natasha.stmarytx.edu</td>
-<td valign=top><a href="ftp://natasha.stmarytx.edu/debian/">/debian/</a></td>
-<td valign=top><a href="http://natasha.stmarytx.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.ndlug.nd.edu</td>
 <td valign=top><a href="ftp://ftp.ndlug.nd.edu/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.ndlug.nd.edu/mirrors/debian/">/mirrors/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.uchicago.edu</td>
 <td valign=top><a href="ftp://debian.uchicago.edu/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.uchicago.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>carroll.aset.psu.edu</td>
 <td valign=top><a href="ftp://carroll.aset.psu.edu/pub/linux/distributions/debian/">/pub/linux/distributions/debian/</a></td>
 <td valign=top><a href="http://carroll.aset.psu.edu/pub/linux/distributions/debian/">/pub/linux/distributions/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>gladiator.real-time.com</td>
@@ -2265,151 +2480,133 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>mirrors.kernel.org</td>
 <td valign=top><a href="ftp://mirrors.kernel.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirrors.kernel.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirrors.xmission.com</td>
 <td valign=top><a href="ftp://mirrors.xmission.com/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirrors.xmission.com/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386 powerpc sparc</small></small></td>
+<td valign=top><small><small>amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>ftp.keystealth.org</td>
+<td valign=top><a href="ftp://ftp.keystealth.org/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.keystealth.org/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.lug.udel.edu</td>
 <td valign=top><a href="ftp://ftp.lug.udel.edu/pub/debian/">/pub/debian/</a></td>
 <td valign=top><a href="http://ftp.lug.udel.edu/pub/debian/">/pub/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386 powerpc sparc</small></small></td>
+<td valign=top><small><small>amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.lcs.mit.edu</td>
 <td valign=top><a href="ftp://debian.lcs.mit.edu/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.lcs.mit.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>linux.csua.berkeley.edu</td>
 <td></td>
 <td valign=top><a href="http://linux.csua.berkeley.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>ftp.silug.org</td>
-<td valign=top><a href="ftp://ftp.silug.org/pub/debian/">/pub/debian/</a></td>
-<td valign=top><a href="http://ftp.silug.org/pub/debian/">/pub/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa i386 mips mipsel powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.secsup.org</td>
 <td valign=top><a href="ftp://debian.secsup.org/pub/linux/debian/">/pub/linux/debian/</a></td>
 <td valign=top><a href="http://debian.secsup.org/">/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.osuosl.org</td>
 <td valign=top><a href="ftp://debian.osuosl.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.osuosl.org/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.anl.gov</td>
 <td valign=top><a href="ftp://mirror.anl.gov/pub/debian/">/pub/debian/</a></td>
 <td valign=top><a href="http://mirror.anl.gov/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>sluglug.ucsc.edu</td>
 <td></td>
 <td valign=top><a href="http://sluglug.ucsc.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386 powerpc sparc</small></small></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirrors.geeks.org</td>
 <td valign=top><a href="ftp://mirrors.geeks.org/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirrors.geeks.org/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirrors.usc.edu</td>
 <td valign=top><a href="ftp://mirrors.usc.edu/pub/linux/distributions/debian/">/pub/linux/distributions/debian/</a></td>
 <td valign=top><a href="http://mirrors.usc.edu/pub/linux/distributions/debian/">/pub/linux/distributions/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>debian.mirrors.pair.com</td>
-<td valign=top><a href="ftp://debian.mirrors.pair.com/">/</a></td>
-<td valign=top><a href="http://debian.mirrors.pair.com/">/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>lug.mtu.edu</td>
 <td valign=top><a href="ftp://lug.mtu.edu/debian/">/debian/</a></td>
 <td valign=top><a href="http://lug.mtu.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 hppa i386 mips mipsel powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 hppa i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mirrors.tds.net</td>
 <td valign=top><a href="ftp://debian.mirrors.tds.net/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mirrors.tds.net/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.cites.uiuc.edu</td>
 <td valign=top><a href="ftp://debian.cites.uiuc.edu/pub/debian/">/pub/debian/</a></td>
 <td valign=top><a href="http://debian.cites.uiuc.edu/pub/debian/">/pub/debian/</a></td>
-<td valign=top><small><small>amd64 hurd-i386 i386 ia64 powerpc sparc</small></small></td>
+<td valign=top><small><small>amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirrors.tummy.com</td>
 <td valign=top><a href="ftp://mirrors.tummy.com/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirrors.tummy.com/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mirror.frontiernet.net</td>
 <td valign=top><a href="ftp://debian.mirror.frontiernet.net/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mirror.frontiernet.net/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
-</tr>
-<tr>
-<td valign=top>cudlug.cudenver.edu</td>
-<td></td>
-<td valign=top><a href="http://cudlug.cudenver.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.cc.columbia.edu</td>
-<td valign=top><a href="ftp://mirror.cc.columbia.edu/pub/linux/debian/debian/">/pub/linux/debian/debian/</a></td>
-<td valign=top><a href="http://mirror.cc.columbia.edu/pub/linux/debian/debian/">/pub/linux/debian/debian/</a></td>
-<td valign=top><small><small>amd64 i386 powerpc</small></small></td>
+<td valign=top><a href="ftp://mirror.cc.columbia.edu/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirror.cc.columbia.edu/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.grokthis.net</td>
-<td valign=top><a href="ftp://ftp.grokthis.net/mirrors/debian/">/mirrors/debian/</a></td>
-<td></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><a href="ftp://ftp.grokthis.net/debian/">/debian/</a></td>
+<td valign=top><a href="http://ftp.grokthis.net/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirrors.xenir.com</td>
 <td></td>
 <td valign=top><a href="http://mirrors.xenir.com/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 arm armel i386 powerpc</small></small></td>
+<td valign=top><small><small>amd64 arm armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mirrors.easynews.com</td>
 <td></td>
 <td valign=top><a href="http://debian.mirrors.easynews.com/linux/debian/">/linux/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
-</tr>
-<tr>
-<td valign=top>debian.ams.sunysb.edu</td>
-<td></td>
-<td valign=top><a href="http://debian.ams.sunysb.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirrors.acm.jhu.edu</td>
 <td></td>
 <td valign=top><a href="http://mirrors.acm.jhu.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.uga.edu</td>
@@ -2421,25 +2618,25 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>mirror.steadfast.net</td>
 <td></td>
 <td valign=top><a href="http://mirror.steadfast.net/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.utexas.edu</td>
-<td valign=top><a href="ftp://ftp.utexas.edu/pub/debian/">/pub/debian/</a></td>
+<td></td>
 <td valign=top><a href="http://ftp.utexas.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.fdcservers.net</td>
 <td valign=top><a href="ftp://mirror.fdcservers.net/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.fdcservers.net/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.rit.edu</td>
 <td valign=top><a href="ftp://mirror.rit.edu/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.rit.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel i386 powerpc sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.corenetworks.net</td>
@@ -2451,19 +2648,55 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>mirror.its.uidaho.edu</td>
 <td valign=top><a href="ftp://mirror.its.uidaho.edu/debian/">/debian/</a></td>
 <td valign=top><a href="http://mirror.its.uidaho.edu/pub/debian/">/pub/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.cs.binghamton.edu</td>
 <td valign=top><a href="ftp://debian.cs.binghamton.edu/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.cs.binghamton.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>mirror.hmc.edu</td>
 <td></td>
 <td valign=top><a href="http://mirror.hmc.edu/debian/">/debian/</a></td>
-<td valign=top><small><small>amd64 hppa i386 powerpc</small></small></td>
+<td valign=top><small><small>amd64 hppa i386 kfreebsd-amd64 kfreebsd-i386 powerpc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirrors.hosef.org</td>
+<td valign=top><a href="ftp://mirrors.hosef.org/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirrors.hosef.org/debian/">/debian/</a></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirrors.modwest.com</td>
+<td></td>
+<td valign=top><a href="http://mirrors.modwest.com/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
+</tr>
+<tr>
+<td valign=top>mirrors.bloomu.edu</td>
+<td valign=top><a href="ftp://mirrors.bloomu.edu/debian/">/debian/</a></td>
+<td valign=top><a href="http://mirrors.bloomu.edu/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.usu.edu</td>
+<td></td>
+<td valign=top><a href="http://debian.usu.edu/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 armel i386 powerpc sparc</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.securedservers.com</td>
+<td></td>
+<td valign=top><a href="http://debian.securedservers.com/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
+</tr>
+<tr>
+<td valign=top>debian.cc.lehigh.edu</td>
+<td></td>
+<td valign=top><a href="http://debian.cc.lehigh.edu/debian/">/debian/</a></td>
+<td valign=top><small><small>amd64 i386</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -2473,7 +2706,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>debian.stream.uz</td>
 <td valign=top><a href="ftp://debian.stream.uz/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.stream.uz/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -2483,7 +2716,7 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>debian.unesr.edu.ve</td>
 <td></td>
 <td valign=top><a href="http://debian.unesr.edu.ve/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 
 <tr><td colspan=4><hr size=1></td></tr>
@@ -2493,13 +2726,13 @@ Everything else you want to know about Debian mirrors:
 <td valign=top>ftp.sun.ac.za</td>
 <td valign=top><a href="ftp://ftp.sun.ac.za/debian/">/debian/</a></td>
 <td valign=top><a href="http://ftp.sun.ac.za/ftp/debian/">/ftp/debian/</a></td>
-<td valign=top><small><small>amd64 i386</small></small></td>
+<td valign=top><small><small>amd64 i386 kfreebsd-amd64 kfreebsd-i386</small></small></td>
 </tr>
 <tr>
 <td valign=top>debian.mirror.ac.za</td>
 <td valign=top><a href="ftp://debian.mirror.ac.za/debian/">/debian/</a></td>
 <td valign=top><a href="http://debian.mirror.ac.za/debian/">/debian/</a></td>
-<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc</small></small></td>
+<td valign=top><small><small>alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc</small></small></td>
 </tr>
 <tr>
 <td valign=top>ftp.is.co.za</td>
@@ -2510,8 +2743,8 @@ Everything else you want to know about Debian mirrors:
 </table>
 <hr>
 <table border="0" width="100%"><tr>
-  <td align="left"><small>Last modified: Fri Feb 13 19:52:18 2009</small></td>
-  <td align="right"><small>Number of sites listed: 414</small></td>
+  <td align="left"><small>Last modified: Fri Jan 21 01:52:22 2011</small></td>
+  <td align="right"><small>Number of sites listed: 450</small></td>
 </tr></table>
 </body>
 </html>
diff --git a/includes/squeeze/install/README.mirrors.txt b/includes/squeeze/install/README.mirrors.txt
index 5ab2d75..0a4ee0a 100644
--- a/includes/squeeze/install/README.mirrors.txt
+++ b/includes/squeeze/install/README.mirrors.txt
@@ -37,49 +37,54 @@ Everything else you want to know about Debian mirrors:
 
  Country         Site                  Debian archive  Architectures
  ---------------------------------------------------------------------------
- Austria         ftp.at.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Australia       ftp.au.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Belgium         ftp.be.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Bulgaria        ftp.bg.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Brazil          ftp.br.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Canada          ftp.ca.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Switzerland     ftp.ch.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Chile           ftp.cl.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Czech Republic  ftp.cz.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Germany         ftp.de.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Germany         ftp2.de.debian.org    /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Denmark         ftp.dk.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Estonia         ftp.ee.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Spain           ftp.es.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Finland         ftp.fi.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- France          ftp.fr.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- France          ftp2.fr.debian.org    /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Great Britain   ftp.uk.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Greece          ftp.gr.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Hong Kong       ftp.hk.debian.org     /debian/        alpha amd64 arm armel i386 ia64 powerpc sparc
- Croatia         ftp.hr.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Hungary         ftp.hu.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Ireland         ftp.ie.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Iceland         ftp.is.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Italy           ftp.it.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Japan           ftp.jp.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Japan           ftp2.jp.debian.org    /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Korea           ftp.kr.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Mexico          ftp.mx.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Netherlands     ftp.nl.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Norway          ftp.no.debian.org     /debian/        amd64 i386 ia64 powerpc sparc
- New Zealand     ftp.nz.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Poland          ftp.pl.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Portugal        ftp.pt.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Romania         ftp.ro.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Russia          ftp.ru.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Sweden          ftp.se.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Slovenia        ftp.si.debian.org     /debian/        amd64 i386 powerpc sparc
- Slovakia        ftp.sk.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Turkey          ftp.tr.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Taiwan          ftp.tw.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- Ukraine         ftp.ua.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
- United States   ftp.us.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ Austria         ftp.at.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Australia       ftp.au.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Bosnia & Herzegovina  ftp.ba.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Belgium         ftp.be.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Bulgaria        ftp.bg.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Brazil          ftp.br.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Belarus         ftp.by.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Canada          ftp.ca.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Switzerland     ftp.ch.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Chile           ftp.cl.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Czech Republic  ftp.cz.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Germany         ftp.de.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Germany         ftp2.de.debian.org    /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Denmark         ftp.dk.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Estonia         ftp.ee.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Spain           ftp.es.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Finland         ftp.fi.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ France          ftp.fr.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ France          ftp2.fr.debian.org    /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Great Britain   ftp.uk.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Greece          ftp.gr.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Hong Kong       ftp.hk.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Croatia         ftp.hr.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Hungary         ftp.hu.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Ireland         ftp.ie.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Iceland         ftp.is.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Italy           ftp.it.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Japan           ftp.jp.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Japan           ftp2.jp.debian.org    /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Korea           ftp.kr.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Lithuania       ftp.lt.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Mexico          ftp.mx.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ New Caledonia   ftp.nc.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Netherlands     ftp.nl.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Norway          ftp.no.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ New Zealand     ftp.nz.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Poland          ftp.pl.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Portugal        ftp.pt.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Romania         ftp.ro.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Russia          ftp.ru.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Sweden          ftp.se.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Slovenia        ftp.si.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Slovakia        ftp.sk.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Thailand        ftp.th.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Turkey          ftp.tr.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Taiwan          ftp.tw.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ Ukraine         ftp.ua.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ United States   ftp.us.debian.org     /debian/        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 
                    Secondary mirrors of the Debian archive
@@ -90,555 +95,609 @@ HOST NAME                       FTP                             HTTP
 
 AR Argentina
 ------------
-debian.logiclinux.com                                           /debian/                        amd64 i386
-ftp.ccc.uba.ar                  /pub/linux/debian/debian/       /pub/linux/debian/debian/       amd64 i386
-debian.torredehanoi.org         /debian/                        /debian/                        alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
+ftp.ccc.uba.ar                  /pub/linux/debian/debian/       /pub/linux/debian/debian/       amd64 i386 kfreebsd-amd64 kfreebsd-i386
+debian.torredehanoi.org         /debian/                        /debian/                        amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc
 
 AT Austria
 ----------
-ftp.at.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.at.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.sil.at)
-gd.tuwien.ac.at                 /opsys/linux/debian/            /opsys/linux/debian/            alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.mur.at                   /debian/                        /debian/                        amd64 i386 ia64
-ftp.tu-graz.ac.at               /mirror/debian/                 /mirror/debian/                 alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.univie.ac.at                /systems/linux/debian/debian/   /systems/linux/debian/debian/   i386
-debian.inode.at                 /debian/                        /debian/                        alpha amd64 arm armel i386 powerpc sparc
-debian.lagis.at                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+gd.tuwien.ac.at                                                 /opsys/linux/debian/            alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.mur.at                   /debian/                        /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386
+ftp.tu-graz.ac.at               /mirror/debian/                 /mirror/debian/                 alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.univie.ac.at                /systems/linux/debian/debian/   /systems/linux/debian/debian/   i386 kfreebsd-amd64 kfreebsd-i386
+debian.inode.at                 /debian/                        /debian/                        alpha amd64 arm armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+debian.lagis.at                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 AU Australia
 ------------
-ftp.au.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.au.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (mirror.linux.org.au)
-mirror.aarnet.edu.au            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.monash.edu.au               /pub/linux/debian/              /pub/linux/debian/              amd64 i386
-ftp.uwa.edu.au                  /debian/                        /debian/                        amd64 i386
+mirror.aarnet.edu.au            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.monash.edu.au               /pub/linux/debian/              /pub/linux/debian/              amd64 i386 kfreebsd-amd64 kfreebsd-i386
+ftp.uwa.edu.au                  /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
 mirror.eftel.com                /debian/                        /debian/                        amd64 i386
-mirror.pacific.net.au           /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.iinet.net.au                /debian/debian/                 /debian/debian/                 alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.optus.net                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.cse.unsw.edu.au          /debian/                        /debian/                        amd64 i386 ia64 powerpc
-mirror.3fl.net.au               /pub/debian/                    /debian/                        amd64 i386
-ftp.netspace.net.au             /pub/debian/                    /pub/debian/                    alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
+mirror.pacific.net.au           /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.iinet.net.au                /debian/debian/                 /debian/debian/                 alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.optus.net                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.cse.unsw.edu.au          /debian/                        /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc
+ftp.netspace.net.au             /pub/debian/                    /pub/debian/                    alpha amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.waia.asn.au              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.transact.net.au          /debian/                        /debian/                        amd64 i386
 
 BA Bosnia & Herzegovina
 -----------------------
-mirror.debian.com.ba            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc
+ftp.ba.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+  (mirror.debian.com.ba)
+
+BD Bangladesh
+-------------
+mirrors.ispros.com.bd           /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 BE Belgium
 ----------
-ftp.be.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-  (ftp.belnet.be)
-ftp.kulnet.kuleuven.ac.be       /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.easynet.be                  /debian/                        /ftp/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.debian.skynet.be            /debian/                        /ftp/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.be.gbxs.net              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.be.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+  (mirror.be.gbxs.net)
+ftp.easynet.be                  /debian/                        /ftp/debian/                    amd64 armel hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc sparc
+ftp.belnet.be                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.debian.skynet.be            /debian/                        /ftp/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.eurid.eu                 /debian/                        /debian/                        amd64 i386
 
 BG Bulgaria
 -----------
-ftp.bg.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.bg.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.spnet.net)
 debian.ludost.net               /debian/                        /debian/                        i386
-ftp.uni-sofia.bg                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.telecoms.bg              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.mnet.bg                  /debian/                        /debian/                        i386
-debian.networx-bg.com           /debian/                        /debian/                        amd64 armel i386
+ftp.uni-sofia.bg                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.telecoms.bg              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.mnet.bg                  /debian/                        /debian/                        amd64 i386
+debian.networx-bg.com           /debian/                        /debian/                        amd64 armel i386 kfreebsd-amd64 kfreebsd-i386
+debian.ipacct.com               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 BR Brazil
 ---------
-ftp.br.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.br.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.c3sl.ufpr.br)
-debian.das.ufsc.br              /pub/debian/                                                    amd64 i386
-download.unesp.br                                               /linux/debian/                  alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
-sft.if.usp.br                                                   /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-linorg.usp.br                   /debian/                        /debian/                        i386
-linux.iq.usp.br                                                 /debian/                        amd64 i386
+download.unesp.br                                               /linux/debian/                  alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+sft.if.usp.br                                                   /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+linorg.usp.br                   /debian/                        /debian/                        i386 kfreebsd-amd64 kfreebsd-i386
 ftp.pucpr.br                    /debian/                                                        amd64 hurd-i386 i386
 debian.las.ic.unicamp.br        /debian/                        /debian/                        amd64 i386 powerpc sparc
-debian.pop-sc.rnp.br                                            /debian/                        amd64 i386
+debian.pop-sc.rnp.br                                            /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+debs.ifsul.edu.br               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 BY Belarus
 ----------
-linux.org.by                                                    /debian/                        amd64 i386
-ftp.mgts.by                     /debian/                        /debian/                        amd64 i386
+ftp.by.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+  (ftp.mgts.by)
+linux.org.by                    /debian/                        /debian/                        amd64 i386
 
 CA Canada
 ---------
-ftp.ca.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.ca.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 debian.yorku.ca                                                 /debian/                        amd64 i386
-ftp3.nrc.ca                     /debian/                        /debian/                        alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-gulus.usherbrooke.ca            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.cpsc.ucalgary.ca         /debian/                        /mirror/debian.org/debian/      alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.peer1.net                                                /debian/                        amd64 i386
-debian.mirror.rafal.ca          /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.savoirfairelinux.net     /debian/                        /debian/                        amd64 i386 powerpc
-debian.mirror.iweb.ca           /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.publicns.net             /pub/debian/                    /pub/debian/                    amd64 armel i386
-mirror.csclub.uwaterloo.ca      /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp3.nrc.ca                     /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.cpsc.ucalgary.ca         /debian/                        /mirror/debian.org/debian/      alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.peer1.net                                                /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.mirror.rafal.ca          /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.savoirfairelinux.net     /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
+debian.mirror.iweb.ca           /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.csclub.uwaterloo.ca      /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.its.dal.ca               /debian/                        /debian/                        alpha amd64 arm armel hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 sparc
+mirrors.ece.ubc.ca                                              /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 CH Switzerland
 --------------
-ftp.ch.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.ch.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.ethz.ch)
-mirror.switch.ch                /mirror/debian/                 /ftp/mirror/debian/             alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.csg.uzh.ch                                               /debian/                        amd64 i386
+mirror.switch.ch                /mirror/debian/                 /ftp/mirror/debian/             alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.csg.uzh.ch                                               /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
 
 CL Chile
 --------
-ftp.cl.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-  (debian.ciencias.uchile.cl)
-debian.ubiobio.cl                                               /debian/                        amd64 i386 powerpc
+ftp.cl.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+  (debian.netlinux.cl)
 debian.utalca.cl                                                /debian/                        amd64 i386
-mirror.debian.cl                                                /debian/                        amd64 i386
-debian.netlinux.cl              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390
 
 CN China
 --------
-mirrors.geekbone.org            /debian/                        /debian/                        alpha amd64 hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-www.anheng.com.cn               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc
+mirrors.geekbone.org            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+www.anheng.com.cn               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+
+CO Colombia
+-----------
+debian.unal.edu.co              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+
+CR Costa Rica
+-------------
+mirrors.ucr.ac.cr               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 CZ Czech Republic
 -----------------
-ftp.cz.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.cz.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.debian.cz)
-debian.sh.cvut.cz               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.zcu.cz                      /mirrors/debian/                /mirrors/debian/                amd64 i386
-debian.mirror.web4u.cz          /                               /                               amd64 i386
-ftp.cvut.cz                     /debian/                        /debian/                        amd64 i386 ia64
-debian.ignum.cz                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+debian.sh.cvut.cz               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.zcu.cz                      /mirrors/debian/                /mirrors/debian/                amd64 i386 kfreebsd-amd64 kfreebsd-i386
+debian.mirror.web4u.cz          /                               /                               amd64 i386 kfreebsd-amd64 kfreebsd-i386
+ftp.cvut.cz                     /debian/                        /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386
+debian.ignum.cz                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.mirror.dkm.cz            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.superhosting.cz          /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 DE Germany
 ----------
-ftp.de.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.de.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.inf.tu-dresden.de)
-ftp2.de.debian.org              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-  (ftp.rfc822.org)
-ftp.tu-clausthal.de             /pub/linux/debian/                                              amd64 arm armel i386 ia64 mips powerpc sparc
-debian.uni-duisburg-essen.de    /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.freenet.de                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp2.de.debian.org              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.tu-clausthal.de             /pub/linux/debian/              /pub/linux/debian/              alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.rfc822.org                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.uni-duisburg-essen.de    /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.freenet.de                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.uni-erlangen.de             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 ftp.informatik.rwth-aachen.de   /pub/Linux/debian/              /ftp/pub/Linux/debian/          alpha amd64 i386 powerpc sparc
-ftp-stud.fht-esslingen.de       /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.stw-bonn.de                 /debian/                        /debian/                        amd64 i386
-ftp.fu-berlin.de                /pub/unix/linux/mirrors/debian/                                 alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.tu-bs.de                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.uni-koeln.de                /debian/                        /debian/                        alpha amd64 i386 powerpc sparc
+ftp-stud.hs-esslingen.de        /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.stw-bonn.de                 /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+ftp.fu-berlin.de                /pub/unix/linux/mirrors/debian/                                 alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.tu-bs.de                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.uni-koeln.de                /debian/                        /debian/                        alpha amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
 ftp.mpi-sb.mpg.de               /pub/linux/debian/                                              alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.tu-chemnitz.de              /pub/linux/debian/debian/       /pub/linux/debian/debian/       alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.uni-kl.de                   /debian/                        /debian/                        amd64 i386 ia64 powerpc sparc
-ftp.uni-bayreuth.de             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.informatik.hu-berlin.de     /pub/Linux/debian/                                              alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp5.gwdg.de                    /pub/linux/debian/debian/       /pub/linux/debian/debian/       alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.hosteurope.de               /pub/linux/debian/              /pub/linux/debian/              alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.informatik.uni-frankfurt.de /pub/Mirrors/debian.org/debian/ /debian/                        amd64 i386 ia64 powerpc
-debian.netcologne.de            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-artfiles.org                    /debian/                        /debian/                        amd64 i386
-debian.intergenia.de                                            /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.tu-chemnitz.de              /pub/linux/debian/debian/       /pub/linux/debian/debian/       alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.uni-kl.de                   /debian/                        /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+ftp.uni-bayreuth.de             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.informatik.hu-berlin.de     /pub/Linux/debian/                                              alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp5.gwdg.de                    /pub/linux/debian/debian/       /pub/linux/debian/debian/       alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.hosteurope.de               /pub/linux/debian/              /pub/linux/debian/              alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.informatik.uni-frankfurt.de /pub/Mirrors/debian.org/debian/ /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc
+debian.netcologne.de            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+artfiles.org                    /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+debian.intergenia.de                                            /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 debian.cruisix.net              /debian/                        /debian/                        amd64 i386 powerpc
 ftp.rrzn.uni-hannover.de        /debian/debian/                                                 amd64 i386 ia64
-debian.charite.de                                               /debian/                        i386
-ftp.plusline.de                 /pub/debian/                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.ayous.org                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+debian.charite.de                                               /debian/                        i386 kfreebsd-amd64 kfreebsd-i386
+ftp.plusline.de                 /pub/debian/                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.ayous.org                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.halifax.rwth-aachen.de      /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.morphium.info            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.unitedcolo.de            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.1und1.de                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 DK Denmark
 ----------
-ftp.dk.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.dk.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (mirrors.dotsrc.org)
-ftp.dkuug.dk                    /pub/debian/                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.uni-c.dk                                                 /debian/                        alpha amd64 i386 ia64 powerpc
 mirrors.telianet.dk             /debian/                        /debian/                        amd64 i386 powerpc sparc
-debianmirror.wwi.dk                                             /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+mirrors.rackhosting.com         /debian/                        /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 sparc
+
+DZ Algeria
+----------
+debian.usthb.dz                 /debian/                        /debian/                        i386
 
 EE Estonia
 ----------
-ftp.ee.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.ee.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.aso.ee)
 
 ES Spain
 --------
-ftp.es.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-  (ftp.gul.uc3m.es)
-ftp.rediris.es                  /debian/                        /debian/                        alpha amd64 i386 ia64 powerpc sparc
-ftp.cica.es                     /debian/                        /debian/                        amd64 i386 ia64 powerpc
-ftp.caliu.cat                   /debian/                        /debian/                        amd64 armel i386 ia64 powerpc
-ftp.gva.es                      /mirror/debian/                 /mirror/debian/                 alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.um.es                       /mirror/debian/                                                 i386
-ftp.udc.es                      /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.grn.cat                  /debian/                        /debian/                        amd64 i386 ia64 powerpc
-debian.com.es                                                   /debian/                        alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
+ftp.es.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+  (ulises.hostalia.com)
+ftp.rediris.es                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.cica.es                     /debian/                        /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc
+ftp.caliu.cat                   /debian/                        /debian/                        amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc
+ftp.gva.es                      /mirror/debian/                 /mirror/debian/                 alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.gul.uc3m.es                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.udc.es                      /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.grn.cat                  /debian/                        /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc
 
 FI Finland
 ----------
-ftp.fi.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.fi.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (trumpetti.atm.tut.fi)
-ftp.funet.fi                    /pub/linux/mirrors/debian/      /pub/linux/mirrors/debian/      alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.funet.fi                    /pub/linux/mirrors/debian/      /pub/linux/mirrors/debian/      alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 ftp.jyu.fi                      /debian/                        /debian/                        alpha amd64 hurd-i386 i386 powerpc sparc
 ftp.seclan.com                  /debian/                        /debian/                        amd64 i386 powerpc
 
 FR France
 ---------
-ftp.fr.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.fr.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.proxad.net)
-ftp2.fr.debian.org              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp2.fr.debian.org              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.oleane.net)
-ftp.iut-bm.univ-fcomte.fr       /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.eudil.fr                    /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.proxad.net                  /mirrors/ftp.debian.org/                                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.lip6.fr                     /pub/linux/distributions/debian//pub/linux/distributions/debian/amd64 i386
-debian.ens-cachan.fr            /debian/                        /ftp/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.u-picardie.fr               /mirror/debian/                 /mirror/debian/                 alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.mirrors.easynet.fr       /debian/                        /                               alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.u-strasbg.fr                /debian/                        /debian/                        alpha amd64 armel hurd-i386 i386 ia64 powerpc sparc
-debian.cict.fr                  /debian/                        /debian/                        amd64 arm armel hurd-i386 i386
-mir1.ovh.net                    /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mir2.ovh.net                                                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.iut-bm.univ-fcomte.fr       /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.polytech-lille.fr        /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.proxad.net                  /mirrors/ftp.debian.org/                                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.lip6.fr                     /pub/linux/distributions/debian//pub/linux/distributions/debian/amd64 i386 kfreebsd-amd64 kfreebsd-i386
+debian.ens-cachan.fr            /debian/                        /ftp/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.u-picardie.fr               /mirror/debian/                 /mirror/debian/                 alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.mirrors.easynet.fr       /debian/                        /                               alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.u-strasbg.fr                /debian/                        /debian/                        alpha amd64 armel hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+debian.cict.fr                  /debian/                        /debian/                        amd64 arm armel hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386
+mirror.ovh.net                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 ftp.nerim.net                   /debian/                        /debian/                        i386
-ftp.crihan.fr                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.mines.inpl-nancy.fr      /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-webb.ens-cachan.fr              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirrors.ircam.fr                /pub/debian/                    /pub/debian/                    alpha amd64 hurd-i386 i386 ia64 mips mipsel powerpc sparc
-debian.mirror.inra.fr           /debian/                        /debian/                        amd64 arm armel i386 ia64 powerpc sparc
-debian.med.univ-tours.fr        /debian/                        /debian/                        alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
+ftp.crihan.fr                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.mines.inpl-nancy.fr      /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.debian.ikoula.com           /debian/                                                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+webb.ens-cachan.fr              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirrors.ircam.fr                /pub/debian/                    /pub/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.mirror.inra.fr           /debian/                        /debian/                        amd64 arm armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+debian.med.univ-tours.fr        /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 ftp.univ-pau.fr                 /pub/mirrors/debian/            /linux/mirrors/debian/          amd64 i386
-ftp.univ-nantes.fr              /debian/                                                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirrors.compuscene.org                                          /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.univ-reims.fr            /debian/                        /debian/                        amd64 i386
+ftp.univ-nantes.fr              /debian/                                                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirrors.compuscene.org                                          /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.revolsys.fr              /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
+debian.univ-reims.fr            /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+debian.advalem.net              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.ec-m.fr                     /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+deb-mir1.naitways.net                                           /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 GB Great Britain
 ----------------
-ftp.uk.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-  (debian.hands.com)
-debian.man.ac.uk                                                /debian/                        amd64 hurd-i386 i386
-www.mirrorservice.org           /sites/ftp.debian.org/debian/   /sites/ftp.debian.org/debian/   alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.ticklers.org                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.virginmedia.com          /mirrors/ftp.debian.org         /                               alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.positive-internet.com    /debian/                        /debian/                        amd64 hppa i386 ia64 powerpc sparc
+ftp.uk.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+  (free.hands.com)
+debian.man.ac.uk                                                /debian/                        amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386
+www.mirrorservice.org                                           /sites/ftp.debian.org/debian/   alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.mirrorservice.org           /sites/ftp.debian.org/debian/                                   alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.ticklers.org                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.positive-internet.com    /debian/                        /debian/                        amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
 the.earth.li                    /debian/                        /debian/                        amd64 hurd-i386 i386
-ukdebian.mirror.anlx.net        /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.ox.ac.uk                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.zetnet.co.uk             /debian/                        /debian/                        amd64 i386 mipsel
-mirror.sov.uk.goscomb.net       /debian/                        /debian/                        amd64 i386
-
-GE Georgia
-----------
-ftp.ifg.gtu.ge                  /debian/                                                        amd64 i386
+ukdebian.mirror.anlx.net        /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.ox.ac.uk                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirrors.melbourne.co.uk         /debian/                        /debian/                        amd64 hurd-i386 i386
+mirror.bytemark.co.uk           /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 GR Greece
 ---------
-ftp.gr.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.gr.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.ntua.gr)
-debian.otenet.gr                /pub/linux/debian/              /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.duth.gr                     /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.softnet.tuc.gr                                              /ftp/linux/debian/              alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.cc.uoc.gr                   /mirrors/linux/debian/          /mirrors/linux/debian/          alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+debian.otenet.gr                /pub/linux/debian/              /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.cc.uoc.gr                   /mirrors/linux/debian/          /mirrors/linux/debian/          alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+postmortem.csd.auth.gr                                          /debian/                        amd64 i386
+ftp.uoi.gr                      /debian/                        /debian/                        amd64 hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc
 
 HK Hong Kong
 ------------
-ftp.hk.debian.org               /debian/                        /debian/                        alpha amd64 arm armel i386 ia64 powerpc sparc
+ftp.hk.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 HR Croatia
 ----------
-ftp.hr.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.hr.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.carnet.hr)
 ftp.irb.hr                      /debian/                        /debian/                        alpha amd64 arm armel hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.carnet.hr                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.iskon.hr                 /debian/                        /debian/                        amd64 hurd-i386 i386 ia64 s390
+ftp.carnet.hr                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.iskon.hr                 /debian/                        /debian/                        amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 s390
 
 HU Hungary
 ----------
-ftp.hu.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.hu.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.fsn.hu)
-ftp.kfki.hu                     /pub/linux/debian/              /linux/debian/                  alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.bme.hu                      /OS/Linux/dist/debian/          /OS/Linux/dist/debian/          amd64 hurd-i386 i386 ia64
-debian.mirrors.crysys.hu        /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.sth.sze.hu               /debian/                        /                               amd64 i386 ia64
+ftp.kfki.hu                     /pub/linux/debian/              /linux/debian/                  alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.bme.hu                      /debian/                        /debian/                        amd64 i386
+debian.mirrors.crysys.hu        /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.sth.sze.hu               /debian/                        /debian/                        amd64 i386 ia64
 
 ID Indonesia
 ------------
 kebo.vlsm.org                   /debian/                        /debian/                        amd64 hurd-i386 i386 powerpc
-mirror.unej.ac.id               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc
+kambing.ui.ac.id                /debian/                        /debian/                        amd64 i386 ia64 sparc
 
 IE Ireland
 ----------
-ftp.ie.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.ie.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.heanet.ie)
-ftp.esat.net                    /pub/linux/debian/              /pub/linux/debian/              alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.esat.net                    /pub/linux/debian/              /pub/linux/debian/              alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 IL Israel
 ---------
-debian.co.il                                                    /debian/                        i386
+debian.co.il                                                    /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
 mirror.isoc.org.il                                              /pub/debian/                    amd64 i386
 
 IN India
 --------
-ftp.iitm.ac.in                  /debian/                        /debian/                        amd64 i386
+ftp.iitm.ac.in                  /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+mirror.cse.iitk.ac.in           /debian/                        /debian/                        amd64 i386
 
 IS Iceland
 ----------
-ftp.is.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.is.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.rhnet.is)
+debian.simnet.is                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 IT Italy
 --------
-ftp.it.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.it.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.bofh.it)
 giano.com.dist.unige.it         /debian/                        /debian/                        amd64 arm armel i386
-ftp.bononia.it                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
 freedom.dicea.unifi.it          /pub/linux/debian/              /ftp/pub/linux/debian/          amd64 hurd-i386 i386
-mi.mirror.garr.it               /mirrors/debian/                /mirrors/debian/                alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.fastweb.it               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.unina.it                    /pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+mi.mirror.garr.it               /mirrors/debian/                /mirrors/debian/                alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.fastweb.it               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 debian.fastbull.org             /debian/                        /debian/                        amd64 i386 powerpc
 debian.dynamica.it              /debian/                        /debian/                        amd64 hurd-i386 i386 ia64 powerpc
-mirror.units.it                                                 /debian/                        amd64 i386
+mirror.units.it                                                 /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+debian.bononia.it               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 JP Japan
 --------
-ftp2.jp.debian.org              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp2.jp.debian.org              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.debian.or.jp)
-ftp.jp.debian.org                                               /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.jp.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (dennou-q.gfd-dennou.org, dennou-k.gfd-dennou.org, dennou-h.gfd-dennou.org, debian.topstudio.co.jp, www.oyu-net.jp, hanzubon.jp, ftp.nara.wide.ad.jp, ftp2.jp.debian.org)
-ftp.nara.wide.ad.jp             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.dti.ad.jp                   /pub/Linux/debian/              /pub/Linux/debian/              alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-dennou-k.gfd-dennou.org         /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-dennou-q.gfd-dennou.org         /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.yz.yamagata-u.ac.jp         /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-sb.itc.u-tokyo.ac.jp            /DEBIAN/                        /DEBIAN/                        amd64 hurd-i386 i386 powerpc
-ftp.riken.jp                    /Linux/debian/debian/           /Linux/debian/debian/           alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.shimpinomori.net                                         /debian/                        amd64 i386 powerpc
-ftp.jaist.ac.jp                 /pub/Linux/Debian/              /pub/Linux/Debian/              alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-www.cohsoft.com                                                 /debian/                        amd64 hurd-i386 i386 powerpc
-dennou-h.gfd-dennou.org         /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.nara.wide.ad.jp             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.dti.ad.jp                   /pub/Linux/debian/              /pub/Linux/debian/              alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+dennou-k.gfd-dennou.org         /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+dennou-q.gfd-dennou.org         /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.yz.yamagata-u.ac.jp         /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.riken.jp                    /Linux/debian/debian/           /Linux/debian/debian/           alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.jaist.ac.jp                 /pub/Linux/Debian/              /pub/Linux/Debian/              alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+www.cohsoft.com                                                 /debian/                        amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
+dennou-h.gfd-dennou.org         /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 KR Korea
 --------
-ftp.kr.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.kr.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.kaist.ac.kr)
-ftp.daum.net                    /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.daum.net                    /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+
+KR Korea (South)
+----------------
+ftp.lecl.net                    /debian/                        /debian/                        amd64 i386 sparc
+
+KZ Kazakhstan
+-------------
+mirror.neolabs.kz               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 LT Lithuania
 ------------
-ftp.litnet.lt                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc
+ftp.lt.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.litnet.lt                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 debian.balt.net                 /debian/                        /debian/                        amd64 arm armel i386 sparc
+debian.mirror.vu.lt             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+
+LU Luxembourg
+-------------
+debian.mirror.root.lu           /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 LV Latvia
 ---------
-koyanet.lv                      /debian/                        /debian/                        amd64 i386
+debian.koyanet.lv               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.linux.edu.lv             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+
+MD Moldova
+----------
+debian.md                       /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 MT Malta
 --------
-debian.eng.um.edu.mt                                            /debian/                        amd64 i386
+debian.res.um.edu.mt                                            /debian/                        amd64 i386
 
 MX Mexico
 ---------
-ftp.mx.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.mx.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.unam.mx)
-mmc.geofisica.unam.mx           /debian/                        /debian/                        amd64 hurd-i386 i386 ia64
+mmc.geofisica.unam.mx           /debian/                        /debian/                        amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386
 
 NC New Caledonia
 ----------------
-debian.nautile.nc               /debian/                        /debian/                        amd64 arm i386
+ftp.nc.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+  (debian.nautile.nc)
 
 NI Nicaragua
 ------------
-debian.uni.edu.ni                                               /debian/                        amd64 hurd-i386 i386
+debian.uni.edu.ni                                               /debian/                        amd64 i386
 
 NL Netherlands
 --------------
-ftp.nl.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.nl.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.snt.utwente.nl)
-ftp.nluug.nl                    /pub/os/Linux/distr/debian/     /pub/os/Linux/distr/debian/     alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.surfnet.nl                  /pub/os/Linux/distr/debian/     /os/Linux/distr/debian/         alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.debian.nl                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.tiscali.nl                  /pub/mirrors/debian/            /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.nluug.nl                    /pub/os/Linux/distr/debian/     /pub/os/Linux/distr/debian/     alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirrors.nl.kernel.org           /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.surfnet.nl                  /pub/os/Linux/distr/debian/     /os/Linux/distr/debian/         alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.debian.nl                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.tiscali.nl                  /pub/mirrors/debian/            /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.mirror.cambrium.nl       /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 NO Norway
 ---------
-ftp.no.debian.org               /debian/                        /debian/                        amd64 i386 ia64 powerpc sparc
+ftp.no.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.uninett.no)
 
 NZ New Zealand
 --------------
-ftp.nz.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.nz.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.citylink.co.nz)
+debian.ihug.co.nz               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 PF French Polynesia
 -------------------
-repository.linux.pf             /debian/                        /debian/                        amd64 i386
+repository.linux.pf             /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
 
 PL Poland
 ---------
-ftp.pl.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.pl.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.task.gda.pl)
-ftp.icm.edu.pl                  /pub/Linux/debian/              /pub/Linux/debian/              alpha amd64 hurd-i386 i386 powerpc sparc
-ftp.man.szczecin.pl             /pub/Linux/debian/                                              alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.vectranet.pl                /debian/                        /debian/                        amd64 i386
-ftp.pwr.wroc.pl                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.man.poznan.pl               /pub/linux/debian/debian/       /pub/linux/debian/debian/       alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.icm.edu.pl                  /pub/Linux/debian/              /pub/Linux/debian/              alpha amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+ftp.man.szczecin.pl             /pub/Linux/debian/                                              alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.vectranet.pl                /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+ftp.pwr.wroc.pl                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.man.poznan.pl               /pub/linux/debian/debian/       /pub/linux/debian/debian/       alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 piotrkosoft.net                 /pub/mirrors/debian/            /pub/mirrors/debian/            amd64 i386
 
 PT Portugal
 -----------
-ftp.pt.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.pt.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.uevora.pt)
-ftp.eq.uc.pt                    /pub/software/Linux/debian/     /software/Linux/debian/         alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.ua.pt                    /debian/                        /debian/                        alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirrors.nfsi.pt                 /pub/debian/                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-neacm.fe.up.pt                  /pub/debian/                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-cesium.di.uminho.pt             /pub/debian/                    /pub/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.netvisao.pt              /debian/                        /                               alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.eq.uc.pt                    /pub/software/Linux/debian/     /software/Linux/debian/         alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.ua.pt                    /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirrors.nfsi.pt                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirrors.fe.up.pt                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+cesium.di.uminho.pt             /pub/debian/                    /pub/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.netvisao.pt              /debian/                        /                               amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
 debian.dcc.fc.up.pt                                             /debian/                        amd64 i386 ia64 powerpc
-mirror.sim.ul.pt                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+mirror.sim.ul.pt                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 RO Romania
 ----------
-ftp.ro.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.ro.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.iasi.roedu.net)
-ftp.lug.ro                      /debian/                        /debian/                        amd64 i386 powerpc
-ftp.mikesnet.ro                 /debian/                        /debian/                        amd64 i386 mips mipsel
+ftp.lug.ro                      /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
+mirrors.xservers.ro             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 RU Russia
 ---------
-ftp.ru.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.ru.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.chg.ru)
+debian.nsu.ru                   /debian/                        /debian/                        amd64 i386
 ftp.psn.ru                      /debian/                        /debian/                        alpha amd64 hurd-i386 i386
 ftp.corbina.net                 /debian/                                                        amd64 i386 ia64
-ftp.mipt.ru                     /debian/                                                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.yandex.ru                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.mipt.ru                     /debian/                                                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.yandex.ru                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 ftp.debian.chuvsu.ru            /debian/                        /debian/                        amd64 i386
+mirror2.corbina.ru              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 SE Sweden
 ---------
-ftp.se.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.se.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.acc.umu.se)
-ftp.sunet.se                    /pub/Linux/distributions/debian//pub/Linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.port80.se                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.ds.karen.hj.se              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.sunet.se                    /pub/Linux/distributions/debian//pub/Linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirrors.se.kernel.org           /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.port80.se                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.ds.karen.hj.se              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 debian.bsnet.se                 /debian/                        /debian/                        amd64 i386
-debian.lth.se                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.df.lth.se                   /debian/                                                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+debian.lth.se                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.df.lth.se                   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 SG Singapore
 ------------
-mirror.nus.edu.sg               /pub/Debian/                    /Debian/                        amd64 i386
+mirror.nus.edu.sg               /pub/Debian/                    /Debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
 
 SI Slovenia
 -----------
-ftp.si.debian.org               /debian/                        /debian/                        amd64 i386 powerpc sparc
-  (ftp.camtp.uni-mb.si)
-ftp.arnes.si                    /packages/debian/               /pub/packages/debian/           amd64 hurd-i386 i386
-debian.prunk.si                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.si.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+  (debian.prunk.si)
+ftp.arnes.si                    /packages/debian/               /pub/packages/debian/           amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386
 
 SK Slovakia
 -----------
-ftp.sk.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.sk.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.debian.sk)
-debian.ynet.sk                  /debian/                                                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.antik.sk                    /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+debian.ynet.sk                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.antik.sk                    /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 SV El Salvador
 --------------
-debian.ues.edu.sv                                               /debian/                        amd64 i386 ia64
+debian.ues.edu.sv                                               /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386
 
 TH Thailand
 -----------
-ftp.coe.psu.ac.th               /debian/                        /debian/                        i386
-debian.thaios.net                                               /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.debianclub.org              /debian/                        /debian/                        amd64 i386
+ftp.th.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+  (ftp.coe.psu.ac.th)
+ftp.v6.coe.psu.ac.th            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.thaios.net                                               /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.debianclub.org              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.kku.ac.th                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 TR Turkey
 ---------
-ftp.tr.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-  (debian.ankara.edu.tr)
+ftp.tr.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+  (debian.lyildirim.net)
 ftp.linux.org.tr                /debian/                        /debian/                        amd64 i386
-godel.cs.bilgi.edu.tr           /debian/                        /debian/                        hurd-i386 i386
-debian.eso-es.net                                               /debian/                        amd64 i386 ia64 sparc
-debian.comu.edu.tr              /debian/                        /debian/                        amd64 i386 ia64 powerpc sparc
-ftp.metu.edu.tr                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+russell.cs.bilgi.edu.tr         /debian/                        /debian/                        amd64 hurd-i386 i386
+debian.eso-es.net                                               /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 sparc
+debian.comu.edu.tr              /debian/                        /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+ftp.metu.edu.tr                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.gnu.gen.tr               /debian/                        /debian/                        amd64 i386
+debian.turkmesh.com.tr                                          /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386
 
 TW Taiwan
 ---------
-ftp.tw.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.tw.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.linux.org.tw)
 debian.csie.ntu.edu.tw          /pub/debian/                    /debian/                        amd64 hurd-i386 i386
-ftp.twaren.net                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-opensource.nchc.org.tw          /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.isu.edu.tw                  /debian/                        /debian/                        alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
-debian.nctu.edu.tw              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.nttu.edu.tw              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.csie.nctu.edu.tw         /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.cse.yzu.edu.tw              /pub/Linux/debian/debian/       /pub/Linux/debian/debian/       alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
+ftp.twaren.net                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+opensource.nchc.org.tw          /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.isu.edu.tw                  /debian/                        /debian/                        alpha amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.nctu.edu.tw              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.nttu.edu.tw              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.csie.nctu.edu.tw         /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.ncnu.edu.tw                 /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
+ftp.cse.yzu.edu.tw              /pub/Linux/debian/debian/       /pub/Linux/debian/debian/       alpha amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.tcc.edu.tw                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.tku.edu.tw                  /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+shadow.ind.ntou.edu.tw          /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 UA Ukraine
 ----------
-ftp.ua.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.ua.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (debian.org.ua)
-debian.osdn.org.ua              /pub/Debian/debian/             /debian/                        i386
+debian.osdn.org.ua              /pub/Debian/debian/             /debian/                        i386 kfreebsd-amd64 kfreebsd-i386
 ftp.3logic.net                  /debian/                                                        amd64 i386
 mirror.mirohost.net             /debian/                        /debian/                        amd64 i386
-ftp2.debian.org.ua              /debian/                        /debian/                        amd64 i386
+ftp2.debian.org.ua              /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
 
 US United States
 ----------------
-ftp.us.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.us.debian.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
   (ftp.egr.msu.edu, mirrors.kernel.org, debian.osuosl.org, debian.lcs.mit.edu)
-ftp.gtlib.gatech.edu            /pub/debian/                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.egr.msu.edu                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-distro.ibiblio.org              /pub/linux/distributions/debian//debian/                        amd64 i386 ia64
-ftp-mirror.internap.com         /pub/debian/                    /pub/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.cs.wisc.edu              /pub/mirrors/linux/debian/      /pub/mirrors/linux/debian/      amd64 i386
-ftp.uwsg.indiana.edu            /linux/debian/                  /linux/debian/                  alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-natasha.stmarytx.edu            /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.ndlug.nd.edu                /debian/                        /mirrors/debian/                alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.uchicago.edu             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-carroll.aset.psu.edu            /pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.gtlib.gatech.edu            /pub/debian/                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.egr.msu.edu                 /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+distro.ibiblio.org              /debian/                        /debian/                        amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386
+ftp-mirror.internap.com         /pub/debian/                    /pub/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.cs.wisc.edu              /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+ftp.uwsg.indiana.edu            /linux/debian/                  /linux/debian/                  alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.ndlug.nd.edu                /debian/                        /mirrors/debian/                alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.uchicago.edu             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+carroll.aset.psu.edu            /pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 gladiator.real-time.com         /linux/debian/                                                  alpha amd64 i386 powerpc sparc
-mirrors.kernel.org              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirrors.xmission.com            /debian/                        /debian/                        amd64 hurd-i386 i386 powerpc sparc
-ftp.lug.udel.edu                /pub/debian/                    /pub/debian/                    amd64 hurd-i386 i386 powerpc sparc
-debian.lcs.mit.edu              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-linux.csua.berkeley.edu                                         /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-ftp.silug.org                   /pub/debian/                    /pub/debian/                    alpha amd64 arm armel hppa i386 mips mipsel powerpc sparc
-debian.secsup.org               /pub/linux/debian/              /                               alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.osuosl.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.anl.gov                  /pub/debian/                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-sluglug.ucsc.edu                                                /debian/                        amd64 hurd-i386 i386 powerpc sparc
-mirrors.geeks.org               /debian/                        /debian/                        amd64 i386
-mirrors.usc.edu                 /pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.mirrors.pair.com         /                               /                               alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-lug.mtu.edu                     /debian/                        /debian/                        alpha amd64 hppa i386 mips mipsel powerpc sparc
-debian.mirrors.tds.net          /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.cites.uiuc.edu           /pub/debian/                    /pub/debian/                    amd64 hurd-i386 i386 ia64 powerpc sparc
-mirrors.tummy.com               /debian/                        /debian/                        alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.mirror.frontiernet.net   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-cudlug.cudenver.edu                                             /debian/                        alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.cc.columbia.edu          /pub/linux/debian/debian/       /pub/linux/debian/debian/       amd64 i386 powerpc
-ftp.grokthis.net                /mirrors/debian/                                                amd64 i386
-mirrors.xenir.com                                               /debian/                        amd64 arm armel i386 powerpc
-debian.mirrors.easynews.com                                     /linux/debian/                  amd64 i386
-debian.ams.sunysb.edu                                           /debian/                        alpha amd64 arm armel hppa hurd-i386 ia64 mips mipsel powerpc s390 sparc
-mirrors.acm.jhu.edu                                             /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+mirrors.kernel.org              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirrors.xmission.com            /debian/                        /debian/                        amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+ftp.keystealth.org              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.lug.udel.edu                /pub/debian/                    /pub/debian/                    amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+debian.lcs.mit.edu              /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+linux.csua.berkeley.edu                                         /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.secsup.org               /pub/linux/debian/              /                               alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.osuosl.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.anl.gov                  /pub/debian/                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+sluglug.ucsc.edu                                                /debian/                        amd64 i386
+mirrors.geeks.org               /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+mirrors.usc.edu                 /pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+lug.mtu.edu                     /debian/                        /debian/                        alpha amd64 hppa i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc sparc
+debian.mirrors.tds.net          /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.cites.uiuc.edu           /pub/debian/                    /pub/debian/                    amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+mirrors.tummy.com               /debian/                        /debian/                        alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.mirror.frontiernet.net   /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.cc.columbia.edu          /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+ftp.grokthis.net                /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+mirrors.xenir.com                                               /debian/                        amd64 arm armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc
+debian.mirrors.easynews.com                                     /linux/debian/                  amd64 i386 kfreebsd-amd64 kfreebsd-i386
+mirrors.acm.jhu.edu                                             /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 ftp.uga.edu                     /debian/                        /debian/                        i386
-mirror.steadfast.net                                            /debian/                        amd64 i386
-ftp.utexas.edu                  /pub/debian/                    /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.fdcservers.net           /debian/                        /debian/                        amd64 i386
-mirror.rit.edu                  /debian/                        /debian/                        alpha amd64 arm armel i386 powerpc sparc
+mirror.steadfast.net                                            /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+ftp.utexas.edu                                                  /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.fdcservers.net           /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+mirror.rit.edu                  /debian/                        /debian/                        alpha amd64 arm armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
 debian.corenetworks.net                                         /debian/                        amd64 i386
-mirror.its.uidaho.edu           /debian/                        /pub/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-debian.cs.binghamton.edu        /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
-mirror.hmc.edu                                                  /debian/                        amd64 hppa i386 powerpc
+mirror.its.uidaho.edu           /debian/                        /pub/debian/                    alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+debian.cs.binghamton.edu        /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirror.hmc.edu                                                  /debian/                        amd64 hppa i386 kfreebsd-amd64 kfreebsd-i386 powerpc
+mirrors.hosef.org               /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+mirrors.modwest.com                                             /debian/                        amd64 i386
+mirrors.bloomu.edu              /debian/                        /debian/                        amd64 i386 kfreebsd-amd64 kfreebsd-i386
+debian.usu.edu                                                  /debian/                        amd64 armel i386 powerpc sparc
+debian.securedservers.com                                       /debian/                        amd64 i386
+debian.cc.lehigh.edu                                            /debian/                        amd64 i386
 
 UZ Uzbekistan
 -------------
-debian.stream.uz                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+debian.stream.uz                /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 VE Venezuela
 ------------
-debian.unesr.edu.ve                                             /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+debian.unesr.edu.ve                                             /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 
 ZA South Africa
 ---------------
-ftp.sun.ac.za                   /debian/                        /ftp/debian/                    amd64 i386
-debian.mirror.ac.za             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+ftp.sun.ac.za                   /debian/                        /ftp/debian/                    amd64 i386 kfreebsd-amd64 kfreebsd-i386
+debian.mirror.ac.za             /debian/                        /debian/                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 ftp.is.co.za                    /debian/                                                        alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
 
 -------------------------------------------------------------------------------
-Last modified: Fri Feb 13 19:52:18 2009             Number of sites listed: 414
+Last modified: Fri Jan 21 01:52:22 2011             Number of sites listed: 450
diff --git a/includes/squeeze/install/README.source b/includes/squeeze/install/README.source
new file mode 100644
index 0000000..fb13f0f
--- /dev/null
+++ b/includes/squeeze/install/README.source
@@ -0,0 +1,11 @@
+Creation of this disk image included extracting files from some Debian
+packages. In case you do not have those packages already, both the
+binary and source packages are archived at
+
+http://cdimage.debian.org/cdimage/cd-sources/
+
+The following binary/source packages were used:
+syslinux-common_4.02+dfsg-7_all.deb
+syslinux_4.02+dfsg-7.dsc
+syslinux_4.02+dfsg-7.diff.gz
+syslinux_4.02+dfsg.orig.tar.gz
diff --git a/includes/squeeze/install/README.txt b/includes/squeeze/install/README.txt
index d4bfc28..4e0f690 100644
--- a/includes/squeeze/install/README.txt
+++ b/includes/squeeze/install/README.txt
@@ -1,16 +1,15 @@
+     Debian GNU/Linux squeeze-di-rc2 "Squeeze" - Official Snapshot i386

+                       NETINST Binary-1 20110121-20:12

 

-      Debian GNU/Linux 5.0.0 "Lenny" - Official i386 NETINST Binary-1

-                               20090214-14:36

-

-                                            (HTML version in README.html)

+                                             (HTML version in README.html)

 

                       Welcome to the exciting world of

                               Debian GNU/Linux

 

-   This disc contains the installer for the Debian GNU/Linux

-   distribution. Debian is a very extensive collection of software. But

-   it is more. It is a complete Operating System (OS) for your computer.

-   And it is free (as in "freedom").

+   This disc contains the installer for the Debian GNU/Linux distribution.

+   Debian is a very extensive collection of software. But it is more. It

+   is a complete Operating System (OS) for your computer. And it is free

+   (as in "freedom").

 

    CONTENTS:

      * Introduction

@@ -48,8 +47,8 @@ About This Disc
 

    This disc is labeled

 

-      Debian GNU/Linux 5.0.0 "Lenny" - Official i386 NETINST Binary-1

-                               20090214-14:36

+     Debian GNU/Linux squeeze-di-rc2 "Squeeze" - Official Snapshot i386

+                       NETINST Binary-1 20110121-20:12

 

    It contains programs ("binaries") for `i386' computers.

 

@@ -57,8 +56,6 @@ About This Disc
    basic system. Any other packages you might want to install will be

    downloaded from the network.

 

-   The Release Notes for "lenny" are available on the Debian web site.

-

 Installing

 ==========

 

@@ -66,8 +63,10 @@ Installing
    procedure may seem a bit unusual. You can install Debian GNU/Linux

    either alongside your current OS, or as the only OS on your computer.

 

-   An Installation Guide for this disc is available from the Debian web

-   site.

+   As this is not an official squeeze release disc, then the installation

+   guide many not be released yet. It will appear on the Debian web site

+   when ready, but before then you could try the development version of

+   the manual.

 

    For the impatient ones: you can start the installation program easily

    by booting off this disc. Note that not all (esp. older) systems

@@ -80,9 +79,9 @@ Last-Minute Notes
 =================

 

      * You should keep in mind that this is a beta disc of the current

-       development version of the Debian system. This means that all

-       sorts of bugs may be present anywhere in the system. Please report

-       any bugs you find in the Debian Bug Tracking System; details at

+       development version of the Debian system. This means that all sorts

+       of bugs may be present anywhere in the system. Please report any

+       bugs you find in the Debian Bug Tracking System; details at

        bugs.debian.org.

      * If you're reporting bugs against this disc or the installation

        system, please also mention the version of this disc; this can be

@@ -140,5 +139,5 @@ More Information
 

 

 

-      See the Debian contact page (http://www.debian.org/contact) for

-                       information on contacting us.

+       See the Debian contact page (http://www.debian.org/contact) for

+                        information on contacting us.

diff --git a/lists/minimal b/lists/minimal
index fd3fa92..7049fd0 100644
--- a/lists/minimal
+++ b/lists/minimal
@@ -10,5 +10,3 @@ eject file user-setup sudo
 #if MODE ubuntu
 gnupg
 #endif
-
-live-config
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index 316f7e7..c0d82be 100644
--- a/manpages/de/lb.de.1
+++ b/manpages/de/lb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb\fP \- wrapper for live\-build programs
diff --git a/manpages/de/lb_binary.de.1 b/manpages/de/lb_binary.de.1
index 50fbdd1..b1abb22 100644
--- a/manpages/de/lb_binary.de.1
+++ b/manpages/de/lb_binary.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_checksums.de.1 b/manpages/de/lb_binary_checksums.de.1
index 26a5631..41dc0ec 100644
--- a/manpages/de/lb_binary_checksums.de.1
+++ b/manpages/de/lb_binary_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_checksums\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_chroot.de.1 b/manpages/de/lb_binary_chroot.de.1
index 6e4eecb..133c284 100644
--- a/manpages/de/lb_binary_chroot.de.1
+++ b/manpages/de/lb_binary_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_chroot\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_debian-installer.de.1 b/manpages/de/lb_binary_debian-installer.de.1
index 57fe7a6..10bb5c7 100644
--- a/manpages/de/lb_binary_debian-installer.de.1
+++ b/manpages/de/lb_binary_debian-installer.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_debian\-installer\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_disk.de.1 b/manpages/de/lb_binary_disk.de.1
index c4ac907..77d5438 100644
--- a/manpages/de/lb_binary_disk.de.1
+++ b/manpages/de/lb_binary_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_grub.de.1 b/manpages/de/lb_binary_grub.de.1
index a719891..dbcbaad 100644
--- a/manpages/de/lb_binary_grub.de.1
+++ b/manpages/de/lb_binary_grub.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_grub2.de.1 b/manpages/de/lb_binary_grub2.de.1
index 0ec043d..5b82eb3 100644
--- a/manpages/de/lb_binary_grub2.de.1
+++ b/manpages/de/lb_binary_grub2.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub2\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_includes.de.1 b/manpages/de/lb_binary_includes.de.1
index 705df50..851812d 100644
--- a/manpages/de/lb_binary_includes.de.1
+++ b/manpages/de/lb_binary_includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_includes\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_iso.de.1 b/manpages/de/lb_binary_iso.de.1
index 119c13f..c58a683 100644
--- a/manpages/de/lb_binary_iso.de.1
+++ b/manpages/de/lb_binary_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_iso\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_linux-image.de.1 b/manpages/de/lb_binary_linux-image.de.1
index 9f024cc..d08cb94 100644
--- a/manpages/de/lb_binary_linux-image.de.1
+++ b/manpages/de/lb_binary_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_linux\-image\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-hooks.de.1 b/manpages/de/lb_binary_local-hooks.de.1
index 19c977b..6d10a6c 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-hooks\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-includes.de.1 b/manpages/de/lb_binary_local-includes.de.1
index af73fb6..1e53324 100644
--- a/manpages/de/lb_binary_local-includes.de.1
+++ b/manpages/de/lb_binary_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-packagelists.de.1 b/manpages/de/lb_binary_local-packagelists.de.1
index 422162a..489d088 100644
--- a/manpages/de/lb_binary_local-packagelists.de.1
+++ b/manpages/de/lb_binary_local-packagelists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-packagelists\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_manifest.de.1 b/manpages/de/lb_binary_manifest.de.1
index 2941305..567b892 100644
--- a/manpages/de/lb_binary_manifest.de.1
+++ b/manpages/de/lb_binary_manifest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_manifest\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_memtest.de.1 b/manpages/de/lb_binary_memtest.de.1
index df76ae5..2691e0f 100644
--- a/manpages/de/lb_binary_memtest.de.1
+++ b/manpages/de/lb_binary_memtest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_memtest\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_net.de.1 b/manpages/de/lb_binary_net.de.1
index 26a9706..b4e506f 100644
--- a/manpages/de/lb_binary_net.de.1
+++ b/manpages/de/lb_binary_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_net\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_rootfs.de.1 b/manpages/de/lb_binary_rootfs.de.1
index 6be8202..ecc10a7 100644
--- a/manpages/de/lb_binary_rootfs.de.1
+++ b/manpages/de/lb_binary_rootfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_rootfs\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_silo.de.1 b/manpages/de/lb_binary_silo.de.1
index f772134..5fc5a9a 100644
--- a/manpages/de/lb_binary_silo.de.1
+++ b/manpages/de/lb_binary_silo.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_silo\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_syslinux.de.1 b/manpages/de/lb_binary_syslinux.de.1
index d89ddb6..3a032ff 100644
--- a/manpages/de/lb_binary_syslinux.de.1
+++ b/manpages/de/lb_binary_syslinux.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_syslinux\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_tar.de.1 b/manpages/de/lb_binary_tar.de.1
index 9d4d647..8eaabbd 100644
--- a/manpages/de/lb_binary_tar.de.1
+++ b/manpages/de/lb_binary_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_tar\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_usb.de.1 b/manpages/de/lb_binary_usb.de.1
index ab7bcb6..7e96af3 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_usb\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_virtual-hdd.de.1 b/manpages/de/lb_binary_virtual-hdd.de.1
index 701f3e5..4884610 100644
--- a/manpages/de/lb_binary_virtual-hdd.de.1
+++ b/manpages/de/lb_binary_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_virtual\-hdd\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_win32-loader.de.1 b/manpages/de/lb_binary_win32-loader.de.1
index 9c0bc8b..947b851 100644
--- a/manpages/de/lb_binary_win32-loader.de.1
+++ b/manpages/de/lb_binary_win32-loader.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_win32\-loader\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_yaboot.de.1 b/manpages/de/lb_binary_yaboot.de.1
index e355c8d..d9daab8 100644
--- a/manpages/de/lb_binary_yaboot.de.1
+++ b/manpages/de/lb_binary_yaboot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_yaboot\fP \- Complete the binary stage
diff --git a/manpages/de/lb_bootstrap.de.1 b/manpages/de/lb_bootstrap.de.1
index e6a4e40..b833569 100644
--- a/manpages/de/lb_bootstrap.de.1
+++ b/manpages/de/lb_bootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_cache.de.1 b/manpages/de/lb_bootstrap_cache.de.1
index 2713adf..e804b52 100644
--- a/manpages/de/lb_bootstrap_cache.de.1
+++ b/manpages/de/lb_bootstrap_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cache\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_cdebootstrap.de.1 b/manpages/de/lb_bootstrap_cdebootstrap.de.1
index 70596fc..6d011fd 100644
--- a/manpages/de/lb_bootstrap_cdebootstrap.de.1
+++ b/manpages/de/lb_bootstrap_cdebootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_copy.de.1 b/manpages/de/lb_bootstrap_copy.de.1
index cb7670f..e7fe01c 100644
--- a/manpages/de/lb_bootstrap_copy.de.1
+++ b/manpages/de/lb_bootstrap_copy.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_copy\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_debootstrap.de.1 b/manpages/de/lb_bootstrap_debootstrap.de.1
index 41013d4..1ba28a6 100644
--- a/manpages/de/lb_bootstrap_debootstrap.de.1
+++ b/manpages/de/lb_bootstrap_debootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_build.de.1 b/manpages/de/lb_build.de.1
index 2c9bad8..cfd06fc 100644
--- a/manpages/de/lb_build.de.1
+++ b/manpages/de/lb_build.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
diff --git a/manpages/de/lb_chroot.de.1 b/manpages/de/lb_chroot.de.1
index c3070cb..44c0894 100644
--- a/manpages/de/lb_chroot.de.1
+++ b/manpages/de/lb_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_apt.de.1 b/manpages/de/lb_chroot_apt.de.1
index 46a4b81..35f92d9 100644
--- a/manpages/de/lb_chroot_apt.de.1
+++ b/manpages/de/lb_chroot_apt.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_apt\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_cache.de.1 b/manpages/de/lb_chroot_cache.de.1
index 147c52f..57096a0 100644
--- a/manpages/de/lb_chroot_cache.de.1
+++ b/manpages/de/lb_chroot_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_cache\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_debianchroot.de.1 b/manpages/de/lb_chroot_debianchroot.de.1
index 99f9ca2..05eb961 100644
--- a/manpages/de/lb_chroot_debianchroot.de.1
+++ b/manpages/de/lb_chroot_debianchroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_debianchroot\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_devpts.de.1 b/manpages/de/lb_chroot_devpts.de.1
index 6c35f67..1be649b 100644
--- a/manpages/de/lb_chroot_devpts.de.1
+++ b/manpages/de/lb_chroot_devpts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_devpts\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_dpkg.de.1 b/manpages/de/lb_chroot_dpkg.de.1
index 9fcf137..8dc7463 100644
--- a/manpages/de/lb_chroot_dpkg.de.1
+++ b/manpages/de/lb_chroot_dpkg.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_dpkg\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hacks.de.1 b/manpages/de/lb_chroot_hacks.de.1
index e4863ce..c26973c 100644
--- a/manpages/de/lb_chroot_hacks.de.1
+++ b/manpages/de/lb_chroot_hacks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hacks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hooks.de.1 b/manpages/de/lb_chroot_hooks.de.1
index 0e43751..13a1577 100644
--- a/manpages/de/lb_chroot_hooks.de.1
+++ b/manpages/de/lb_chroot_hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hooks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hostname.de.1 b/manpages/de/lb_chroot_hostname.de.1
index 6dccd71..d2b11ac 100644
--- a/manpages/de/lb_chroot_hostname.de.1
+++ b/manpages/de/lb_chroot_hostname.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hostname\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hosts.de.1 b/manpages/de/lb_chroot_hosts.de.1
index 45c6e77..e9aa431 100644
--- a/manpages/de/lb_chroot_hosts.de.1
+++ b/manpages/de/lb_chroot_hosts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hosts\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_install-packages.de.1 b/manpages/de/lb_chroot_install-packages.de.1
index f0b47c8..c61bfd8 100644
--- a/manpages/de/lb_chroot_install-packages.de.1
+++ b/manpages/de/lb_chroot_install-packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_install\-packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_interactive.de.1 b/manpages/de/lb_chroot_interactive.de.1
index e371d04..a0c139a 100644
--- a/manpages/de/lb_chroot_interactive.de.1
+++ b/manpages/de/lb_chroot_interactive.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_interactive\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_linux-image.de.1 b/manpages/de/lb_chroot_linux-image.de.1
index 526f492..7fea003 100644
--- a/manpages/de/lb_chroot_linux-image.de.1
+++ b/manpages/de/lb_chroot_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_linux\-image\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-hooks.de.1 b/manpages/de/lb_chroot_local-hooks.de.1
index a7c4f20..3def00f 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-hooks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-includes.de.1 b/manpages/de/lb_chroot_local-includes.de.1
index f7b2972..7bbc802 100644
--- a/manpages/de/lb_chroot_local-includes.de.1
+++ b/manpages/de/lb_chroot_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-packagelists.de.1 b/manpages/de/lb_chroot_local-packagelists.de.1
index 5e0a919..0769afa 100644
--- a/manpages/de/lb_chroot_local-packagelists.de.1
+++ b/manpages/de/lb_chroot_local-packagelists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packagelists\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-packages.de.1 b/manpages/de/lb_chroot_local-packages.de.1
index 0cd1f1c..2532670 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-patches.de.1 b/manpages/de/lb_chroot_local-patches.de.1
index 65569c4..c55775e 100644
--- a/manpages/de/lb_chroot_local-patches.de.1
+++ b/manpages/de/lb_chroot_local-patches.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-patches\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-preseed.de.1 b/manpages/de/lb_chroot_local-preseed.de.1
index cc9daee..f180ef6 100644
--- a/manpages/de/lb_chroot_local-preseed.de.1
+++ b/manpages/de/lb_chroot_local-preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_localization.de.1 b/manpages/de/lb_chroot_localization.de.1
index e1c7c32..2ee096a 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_localization\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_packagelists.de.1 b/manpages/de/lb_chroot_packagelists.de.1
index 086ff4e..1ab6d22 100644
--- a/manpages/de/lb_chroot_packagelists.de.1
+++ b/manpages/de/lb_chroot_packagelists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packagelists\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_packages.de.1 b/manpages/de/lb_chroot_packages.de.1
index 44acedb..e78c7c1 100644
--- a/manpages/de/lb_chroot_packages.de.1
+++ b/manpages/de/lb_chroot_packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_preseed.de.1 b/manpages/de/lb_chroot_preseed.de.1
index 2f7ef1a..57a37b8 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_preseed\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_proc.de.1 b/manpages/de/lb_chroot_proc.de.1
index ec020aa..0b02035 100644
--- a/manpages/de/lb_chroot_proc.de.1
+++ b/manpages/de/lb_chroot_proc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_proc\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_resolv.de.1 b/manpages/de/lb_chroot_resolv.de.1
index 73cd7f8..f9d4644 100644
--- a/manpages/de/lb_chroot_resolv.de.1
+++ b/manpages/de/lb_chroot_resolv.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_resolv\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_selinuxfs.de.1 b/manpages/de/lb_chroot_selinuxfs.de.1
index b4db132..1033327 100644
--- a/manpages/de/lb_chroot_selinuxfs.de.1
+++ b/manpages/de/lb_chroot_selinuxfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_selinuxfs\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sources.de.1 b/manpages/de/lb_chroot_sources.de.1
index d7f6bc2..06e4981 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sources\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sysfs.de.1 b/manpages/de/lb_chroot_sysfs.de.1
index 064f65d..06623ca 100644
--- a/manpages/de/lb_chroot_sysfs.de.1
+++ b/manpages/de/lb_chroot_sysfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysfs\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sysv-rc.de.1 b/manpages/de/lb_chroot_sysv-rc.de.1
index a26b634..9b210b1 100644
--- a/manpages/de/lb_chroot_sysv-rc.de.1
+++ b/manpages/de/lb_chroot_sysv-rc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv\-rc\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_tasks.de.1 b/manpages/de/lb_chroot_tasks.de.1
index e75af46..106cf76 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_tasks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_upstart.de.1 b/manpages/de/lb_chroot_upstart.de.1
index eaebd29..bda5f02 100644
--- a/manpages/de/lb_chroot_upstart.de.1
+++ b/manpages/de/lb_chroot_upstart.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_upstart\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_clean.de.1 b/manpages/de/lb_clean.de.1
index 2add595..70ce4e1 100644
--- a/manpages/de/lb_clean.de.1
+++ b/manpages/de/lb_clean.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb clean\fP \- Clean build directory
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1
index c429827..88ed99f 100644
--- a/manpages/de/lb_config.de.1
+++ b/manpages/de/lb_config.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fP \- Create config directory
@@ -92,6 +92,8 @@
 .br
   [\fB\-\-parent\-distribution\fP \fICODENAME\fP]
 .br
+  [\fB\-\-parent\-debian\-installer\-distribution\fP \fICODENAME\fP]
+.br
   [\fB\-\-dump\fP]
 .br
   [\fB\-\-fdisk\fP fdisk|fdisk.dist]
@@ -112,6 +114,8 @@
 .br
   [\fB\-\-initramfs\fP auto|none|live\-boot|casper]
 .br
+  [\fB\-\-initsystem\fP sysvinit|runit|systemd|upstart|none]
+.br
   [\fB\-\-interactive\fP shell]
 .br
   [\fB\-\-isohybrid\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
@@ -138,7 +142,27 @@
 .br
   [\fB\-\-memtest\fP memtest86+|memtest86|none]
 .br
-  [\-m|\fB\-\-mirror\-bootstrap\fP \fIURL\fP]
+  [\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP]
+.br
+  [\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP]
+.br
+  [\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP]
+.br
+  [\fB\-\-parent\-mirror\-chroot\-volatile\fP \fIURL\fP]
+.br
+  [\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP]
+.br
+  [\fB\-\-parent\-mirror\-binary\fP \fIURL\fP]
+.br
+  [\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP]
+.br
+  [\fB\-\-parent\-mirror\-binary\-volatile\fP \fIURL\fP]
+.br
+  [\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP]
+.br
+  [\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP]
+.br
+  [\fB\-\-mirror\-bootstrap\fP \fIURL\fP]
 .br
   [\fB\-\-mirror\-chroot\fP \fIURL\fP]
 .br
@@ -440,6 +464,9 @@ defines the distribution of the resulting live system.
 .IP "\-d|\fB\-\-parent\-distribution\fP \fICODENAME\fP" 4
 defines the parent distribution for derivatives of the resulting live
 system.
+.IP "\-d|\fB\-\-parent\-debian\-installer\-distribution\fP \fICODENAME\fP" 4
+defines the parent debian\-installer distribution for derivatives of the
+resulting live system.
 .IP \fB\-\-dump\fP 4
 prepares a report of the currently present live system configuration and the
 version of live\-build used. This is useful to provide if you submit bug
@@ -549,48 +576,88 @@ used. This is autodetected and does generally not need any customization.
 defines if memtest, memtest86+ or no memory tester at all should be included
 as secondary bootloader configuration. This is only available on amd64 and
 i386 and defaults to memtest86+.
-.IP "\-m|\fB\-\-mirror\-bootstrap\fP \fIURL\fP" 4
+.IP "\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP" 4
 sets the location of the debian package mirror that should be used to
 bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may
 not be a good default if you live outside of Europe.
-.IP "\fB\-\-mirror\-chroot\fP \fIURL\fP" 4
+.IP "\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP" 4
 sets the location of the debian package mirror that will be used to fetch
 the packages in order to build the live system. By default, this is set to
-the value of \-\-mirror\-bootstrap.
-.IP "\fB\-\-mirror\-chroot\-security\fP \fIURL\fP" 4
+the value of \-\-parent\-mirror\-bootstrap.
+.IP "\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP" 4
 sets the location of the debian security package mirror that will be used to
 fetch the packages in order to build the live system. By default, this
 points to http://security.debian.org/debian/.
-.IP "\fB\-\-mirror\-chroot\-volatile\fP \fIURL\fP" 4
+.IP "\fB\-\-parent\-mirror\-chroot\-volatile\fP \fIURL\fP" 4
 sets the location of the debian volatile package mirror that will be used to
 fetch packages in order to build the live system. By default, this is set to
-the value of \-\-mirror\-chroot.
-.IP "\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP" 4
+the value of \-\-parent\-mirror\-chroot.
+.IP "\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP" 4
 sets the location of the debian backports package mirror that will be used
 to fetch packages in order to build the live system. By default, this points
 to http://backports.debian.org/debian\-backports/.
-.IP "\fB\-\-mirror\-binary\fP \fIURL\fP" 4
+.IP "\fB\-\-parent\-mirror\-binary\fP \fIURL\fP" 4
 sets the location of the debian package mirror that should end up configured
 in the final image and which is the one a user would see and use. This has
 not necessarily to be the same that is used to build the image, e.g. if you
 use a local mirror but want to have an official mirror in the image. By
 default, 'http://cdn.debian.net/debian/' is used.
-.IP "\fB\-\-mirror\-binary\-security\fP \fIURL\fP" 4
+.IP "\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP" 4
 sets the location of the debian security package mirror that should end up
 configured in the final image. By default,
 \&'http://cdn.debian.net/debian\-security/' is used.
-.IP "\fB\-\-mirror\-binary\-volatile\fP \fIURL\fP" 4
+.IP "\fB\-\-parent\-mirror\-binary\-volatile\fP \fIURL\fP" 4
 sets the location of the debian volatile package mirror that should end up
-configured in the final image. By default, the value of \-\-mirror\-binary is
-used.
-.IP "\fB\-\-mirror\-binary\-backports\fP \fIURL\fP" 4
+configured in the final image. By default, the value of
+\-\-parent\-mirror\-binary is used.
+.IP "\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP" 4
 sets the location of the debian backports package mirror that should end up
 configured in the final image. By default,
 \&'http://backports.debian.org/debian\-backports/' is used.
-.IP "\fB\-\-mirror\-debian\-installer\fP \fIURL\fP" 4
+.IP "\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP" 4
 sets the location of the mirror that will be used to fetch the debian
 installer images. By default, this points to the same mirror used to build
-the live system, i.e. the value of \-\-mirror\-bootstrap.
+the live system, i.e. the value of \-\-parent\-mirror\-bootstrap.
+.IP "\-m|\fB\-\-mirror\-bootstrap\fP \fIURL\fP" 4
+sets the location of the debian package mirror that should be used to
+bootstrap the derivative from. This defaults to
+http://ftp.de.debian.org/debian/ which may not be a good default if you live
+outside of Europe.
+.IP "\fB\-\-mirror\-chroot\fP \fIURL\fP" 4
+sets the location of the debian package mirror that will be used to fetch
+the packages of the derivative in order to build the live system. By
+default, this is set to the value of \-\-mirror\-bootstrap.
+.IP "\fB\-\-mirror\-chroot\-security\fP \fIURL\fP" 4
+sets the location of the debian security package mirror that will be used to
+fetch the packages of the derivative in order to build the live system. By
+default, this points to http://security.debian.org/debian/.
+.IP "\fB\-\-mirror\-chroot\-volatile\fP \fIURL\fP" 4
+sets the location of the debian volatile package mirror that will be used to
+fetch packages of the derivative in order to build the live system. By
+default, this is set to the value of \-\-mirror\-chroot.
+.IP "\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP" 4
+sets the location of the debian backports package mirror that will be used
+to fetch packages of the derivative in order to build the live system. By
+default, this points to http://backports.debian.org/debian\-backports/.
+.IP "\fB\-\-mirror\-binary\fP \fIURL\fP" 4
+sets the location of the derivative package mirror that should end up
+configured in the final image and which is the one a user would see and
+use. This has not necessarily to be the same that is used to build the
+image, e.g. if you use a local mirror but want to have an official mirror in
+the image.
+.IP "\fB\-\-mirror\-binary\-security\fP \fIURL\fP" 4
+sets the location of the derivatives security package mirror that should end
+up configured in the final image.
+.IP "\fB\-\-mirror\-binary\-volatile\fP \fIURL\fP" 4
+sets the location of the derivatives volatile package mirror that should end
+up configured in the final image.
+.IP "\fB\-\-mirror\-binary\-backports\fP \fIURL\fP" 4
+sets the location of the derivatives backports package mirror that should
+end up configured in the final image.
+.IP "\fB\-\-mirror\-debian\-installer\fP \fIURL\fP" 4
+sets the location of the mirror that will be used to fetch the debian
+installer images of the derivative. By default, this points to the same
+mirror used to build the live system, i.e. the value of \-\-mirror\-bootstrap.
 .IP "\fB\-\-mode\fP debian|emdebian|ubuntu" 4
 defines a global mode to load project specific defaults. By default this is
 set to debian.
@@ -736,8 +803,9 @@ GZIP_OPTIONS, no LB_ prefix is used.
 .IP "\fB/etc/live/build.conf, /etc/live/build.d\fP" 4
 .\" FIXME
 An optional, global configuration file for \fBlb config\fP variables. It is
-useful to specify a few system wide defaults, like LB_MIRROR_BOOTSTRAP. This
-feature can be false by specifying the \fB\-\-ignore\-system\-defaults\fP option.
+useful to specify a few system wide defaults, like
+LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the
+\fB\-\-ignore\-system\-defaults\fP option.
 
 .SH "SEE ALSO"
 \fIlive\-build\fP(7)
diff --git a/manpages/de/lb_local.de.1 b/manpages/de/lb_local.de.1
index 72326ea..a019631 100644
--- a/manpages/de/lb_local.de.1
+++ b/manpages/de/lb_local.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb local\fP \- wrapper for local live\-build programs
diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1
index 64153d4..53bcf53 100644
--- a/manpages/de/lb_source.de.1
+++ b/manpages/de/lb_source.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb source\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_checksums.de.1 b/manpages/de/lb_source_checksums.de.1
index de7094a..5fe5d48 100644
--- a/manpages/de/lb_source_checksums.de.1
+++ b/manpages/de/lb_source_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb source_checksums\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_debian-live.de.1 b/manpages/de/lb_source_debian-live.de.1
index 52c2708..3d8ed3d 100644
--- a/manpages/de/lb_source_debian-live.de.1
+++ b/manpages/de/lb_source_debian-live.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\-live\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_debian.de.1 b/manpages/de/lb_source_debian.de.1
index 8bc22b5..32a974d 100644
--- a/manpages/de/lb_source_debian.de.1
+++ b/manpages/de/lb_source_debian.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_disk.de.1 b/manpages/de/lb_source_disk.de.1
index 1ded451..f8bc5c1 100644
--- a/manpages/de/lb_source_disk.de.1
+++ b/manpages/de/lb_source_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb source_disk\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_iso.de.1 b/manpages/de/lb_source_iso.de.1
index 1c2295a..acbdc71 100644
--- a/manpages/de/lb_source_iso.de.1
+++ b/manpages/de/lb_source_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb source_iso\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_net.de.1 b/manpages/de/lb_source_net.de.1
index 848580f..c471e04 100644
--- a/manpages/de/lb_source_net.de.1
+++ b/manpages/de/lb_source_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb source_net\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_tar.de.1 b/manpages/de/lb_source_tar.de.1
index 5af9b43..798ee6b 100644
--- a/manpages/de/lb_source_tar.de.1
+++ b/manpages/de/lb_source_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb source_tar\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_usb.de.1 b/manpages/de/lb_source_usb.de.1
index e20a832..c4748bc 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb source_usb\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_virtual-hdd.de.1 b/manpages/de/lb_source_virtual-hdd.de.1
index e964ccc..6da9bdf 100644
--- a/manpages/de/lb_source_virtual-hdd.de.1
+++ b/manpages/de/lb_source_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb source_virtual\-hdd\fP \- Complete the source stage
diff --git a/manpages/de/lb_testroot.de.1 b/manpages/de/lb_testroot.de.1
index 6a1abd5..5c2bccc 100644
--- a/manpages/de/lb_testroot.de.1
+++ b/manpages/de/lb_testroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb testroot\fP \- Ensure that a system is built as root
diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7
index 661513d..4f02a32 100644
--- a/manpages/de/live-build.de.7
+++ b/manpages/de/live-build.de.7
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 7 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 7 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlive\-build\fP \- the Debian Live tool suite
diff --git a/manpages/en/lb.1 b/manpages/en/lb.1
index 3d02f6c..3f069ef 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb\fR \- wrapper for live\-build programs
diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1
index 3b11a99..dbb9be1 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 6580545..15d3de6 100644
--- a/manpages/en/lb_binary_checksums.1
+++ b/manpages/en/lb_binary_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 697741e..c2e6b5c 100644
--- a/manpages/en/lb_binary_chroot.1
+++ b/manpages/en/lb_binary_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 a7748ef..725db24 100644
--- a/manpages/en/lb_binary_debian-installer.1
+++ b/manpages/en/lb_binary_debian-installer.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 825c465..65877e0 100644
--- a/manpages/en/lb_binary_disk.1
+++ b/manpages/en/lb_binary_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub.1 b/manpages/en/lb_binary_grub.1
index eed840a..a6e6e93 100644
--- a/manpages/en/lb_binary_grub.1
+++ b/manpages/en/lb_binary_grub.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 bcc5ab4..3890515 100644
--- a/manpages/en/lb_binary_grub2.1
+++ b/manpages/en/lb_binary_grub2.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 cbc93cd..87aa807 100644
--- a/manpages/en/lb_binary_includes.1
+++ b/manpages/en/lb_binary_includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 429df93..18827d1 100644
--- a/manpages/en/lb_binary_iso.1
+++ b/manpages/en/lb_binary_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 7ddcfa8..254aeea 100644
--- a/manpages/en/lb_binary_linux-image.1
+++ b/manpages/en/lb_binary_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 858ac79..4cc482f 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 4f8b111..576ce5b 100644
--- a/manpages/en/lb_binary_local-includes.1
+++ b/manpages/en/lb_binary_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-packagelists.1 b/manpages/en/lb_binary_local-packagelists.1
index eb83bcc..2be9288 100644
--- a/manpages/en/lb_binary_local-packagelists.1
+++ b/manpages/en/lb_binary_local-packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local-packagelists\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_manifest.1 b/manpages/en/lb_binary_manifest.1
index 00b41e0..8304d90 100644
--- a/manpages/en/lb_binary_manifest.1
+++ b/manpages/en/lb_binary_manifest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 6236e26..2683ede 100644
--- a/manpages/en/lb_binary_memtest.1
+++ b/manpages/en/lb_binary_memtest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 8873829..a1e9ede 100644
--- a/manpages/en/lb_binary_net.1
+++ b/manpages/en/lb_binary_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 d90224f..7b33ed8 100644
--- a/manpages/en/lb_binary_rootfs.1
+++ b/manpages/en/lb_binary_rootfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 bac1836..4da832e 100644
--- a/manpages/en/lb_binary_silo.1
+++ b/manpages/en/lb_binary_silo.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 cbb84a2..fd204c4 100644
--- a/manpages/en/lb_binary_syslinux.1
+++ b/manpages/en/lb_binary_syslinux.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 e2a22c6..5ea6fac 100644
--- a/manpages/en/lb_binary_tar.1
+++ b/manpages/en/lb_binary_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 51079fd..b0677d5 100644
--- a/manpages/en/lb_binary_usb.1
+++ b/manpages/en/lb_binary_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 5a69893..ce0d416 100644
--- a/manpages/en/lb_binary_virtual-hdd.1
+++ b/manpages/en/lb_binary_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 d02556b..d59c04d 100644
--- a/manpages/en/lb_binary_win32-loader.1
+++ b/manpages/en/lb_binary_win32-loader.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 193bac3..66ecd00 100644
--- a/manpages/en/lb_binary_yaboot.1
+++ b/manpages/en/lb_binary_yaboot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 b6fda31..f1f9164 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 6a98159..cb9345c 100644
--- a/manpages/en/lb_bootstrap_cache.1
+++ b/manpages/en/lb_bootstrap_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 060b896..cebfa22 100644
--- a/manpages/en/lb_bootstrap_cdebootstrap.1
+++ b/manpages/en/lb_bootstrap_cdebootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 fa5075b..aced431 100644
--- a/manpages/en/lb_bootstrap_copy.1
+++ b/manpages/en/lb_bootstrap_copy.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 ca4c70e..eb5e84a 100644
--- a/manpages/en/lb_bootstrap_debootstrap.1
+++ b/manpages/en/lb_bootstrap_debootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 0102203..8756ce6 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 a9fa6d7..dcc00f7 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 1009b98..90a703a 100644
--- a/manpages/en/lb_chroot_apt.1
+++ b/manpages/en/lb_chroot_apt.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 4a16aac..e3a258d 100644
--- a/manpages/en/lb_chroot_cache.1
+++ b/manpages/en/lb_chroot_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 2b35dc1..720f073 100644
--- a/manpages/en/lb_chroot_debianchroot.1
+++ b/manpages/en/lb_chroot_debianchroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 33d968f..f907387 100644
--- a/manpages/en/lb_chroot_devpts.1
+++ b/manpages/en/lb_chroot_devpts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 84474a7..10ee8d9 100644
--- a/manpages/en/lb_chroot_dpkg.1
+++ b/manpages/en/lb_chroot_dpkg.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 8a98f3a..a243030 100644
--- a/manpages/en/lb_chroot_hacks.1
+++ b/manpages/en/lb_chroot_hacks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 3d19662..6056306 100644
--- a/manpages/en/lb_chroot_hooks.1
+++ b/manpages/en/lb_chroot_hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 0625c6a..d8b2578 100644
--- a/manpages/en/lb_chroot_hostname.1
+++ b/manpages/en/lb_chroot_hostname.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 3c89bb9..e7e2f02 100644
--- a/manpages/en/lb_chroot_hosts.1
+++ b/manpages/en/lb_chroot_hosts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 ecd8f2a..1300af8 100644
--- a/manpages/en/lb_chroot_install-packages.1
+++ b/manpages/en/lb_chroot_install-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 9a6d443..d6172af 100644
--- a/manpages/en/lb_chroot_interactive.1
+++ b/manpages/en/lb_chroot_interactive.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 147097c..cc8110a 100644
--- a/manpages/en/lb_chroot_linux-image.1
+++ b/manpages/en/lb_chroot_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 ec5a629..af583f4 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 5197ef5..5613cdd 100644
--- a/manpages/en/lb_chroot_local-includes.1
+++ b/manpages/en/lb_chroot_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packagelists.1 b/manpages/en/lb_chroot_local-packagelists.1
index 69fff99..80fcf36 100644
--- a/manpages/en/lb_chroot_local-packagelists.1
+++ b/manpages/en/lb_chroot_local-packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packagelists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packages.1 b/manpages/en/lb_chroot_local-packages.1
index 01e9995..fc20b3c 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 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-patches.1 b/manpages/en/lb_chroot_local-patches.1
index a6d71e4..e8bc729 100644
--- a/manpages/en/lb_chroot_local-patches.1
+++ b/manpages/en/lb_chroot_local-patches.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 9c3180d..954123e 100644
--- a/manpages/en/lb_chroot_local-preseed.1
+++ b/manpages/en/lb_chroot_local-preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 539820d..ebb870c 100644
--- a/manpages/en/lb_chroot_localization.1
+++ b/manpages/en/lb_chroot_localization.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_localization\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packagelists.1 b/manpages/en/lb_chroot_packagelists.1
index 9a85fce..15b895a 100644
--- a/manpages/en/lb_chroot_packagelists.1
+++ b/manpages/en/lb_chroot_packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packagelists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packages.1 b/manpages/en/lb_chroot_packages.1
index 233e4c6..6b76953 100644
--- a/manpages/en/lb_chroot_packages.1
+++ b/manpages/en/lb_chroot_packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_preseed.1 b/manpages/en/lb_chroot_preseed.1
index 0b6ff24..1b25462 100644
--- a/manpages/en/lb_chroot_preseed.1
+++ b/manpages/en/lb_chroot_preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 ae651b8..6e67770 100644
--- a/manpages/en/lb_chroot_proc.1
+++ b/manpages/en/lb_chroot_proc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 01584ea..9991230 100644
--- a/manpages/en/lb_chroot_resolv.1
+++ b/manpages/en/lb_chroot_resolv.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 d5bc8e1..7757719 100644
--- a/manpages/en/lb_chroot_selinuxfs.1
+++ b/manpages/en/lb_chroot_selinuxfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 affe05e..e53f7a4 100644
--- a/manpages/en/lb_chroot_sources.1
+++ b/manpages/en/lb_chroot_sources.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sources\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysfs.1 b/manpages/en/lb_chroot_sysfs.1
index 0c2d9be..5778db9 100644
--- a/manpages/en/lb_chroot_sysfs.1
+++ b/manpages/en/lb_chroot_sysfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 8a91b76..d7759df 100644
--- a/manpages/en/lb_chroot_sysv-rc.1
+++ b/manpages/en/lb_chroot_sysv-rc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv-rc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_tasks.1 b/manpages/en/lb_chroot_tasks.1
index 2363f33..06bd1cc 100644
--- a/manpages/en/lb_chroot_tasks.1
+++ b/manpages/en/lb_chroot_tasks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 310d929..135fbf0 100644
--- a/manpages/en/lb_chroot_upstart.1
+++ b/manpages/en/lb_chroot_upstart.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 aa90012..7a8f6f9 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 88a545c..f1e9bbb 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fR \- Create config directory
@@ -87,6 +87,8 @@
 .br
 	[\fB\-\-parent\-distribution\fR \fICODENAME\fR]
 .br
+	[\fB\-\-parent\-debian\-installer\-distribution\fR \fICODENAME\fR]
+.br
 	[\fB\-\-dump\fR]
 .br
 	[\fB\-\-fdisk\fR fdisk|fdisk.dist]
@@ -107,6 +109,8 @@
 .br
 	[\fB\-\-initramfs\fR auto|none|live\-boot|casper]
 .br
+	[\fB\-\-initsystem\fR sysvinit|runit|systemd|upstart|none]
+.br
 	[\fB\-\-interactive\fR shell]
 .br
 	[\fB\-\-isohybrid\-options\fR \fIOPTION\fR|"\fIOPTIONS\fR"]
@@ -133,7 +137,27 @@
 .br
 	[\fB\-\-memtest\fR memtest86+|memtest86|none]
 .br
-	[\-m|\fB\-\-mirror\-bootstrap\fR \fIURL\fR]
+	[\-m|\fB\-\-parent\-mirror\-bootstrap\fR \fIURL\fR]
+.br
+	[\fB\-\-parent\-mirror\-chroot\fR \fIURL\fR]
+.br
+	[\fB\-\-parent\-mirror\-chroot\-security\fR \fIURL\fR]
+.br
+	[\fB\-\-parent\-mirror\-chroot\-volatile\fR \fIURL\fR]
+.br
+	[\fB\-\-parent\-mirror\-chroot\-backports\fR \fIURL\fR]
+.br
+	[\fB\-\-parent\-mirror\-binary\fR \fIURL\fR]
+.br
+	[\fB\-\-parent\-mirror\-binary\-security\fR \fIURL\fR]
+.br
+	[\fB\-\-parent\-mirror\-binary\-volatile\fR \fIURL\fR]
+.br
+	[\fB\-\-parent\-mirror\-binary\-backports\fR \fIURL\fR]
+.br
+	[\fB\-\-parent\-mirror\-debian\-installer\fR \fIURL\fR]
+.br
+	[\fB\-\-mirror\-bootstrap\fR \fIURL\fR]
 .br
 	[\fB\-\-mirror\-chroot\fR \fIURL\fR]
 .br
@@ -311,6 +335,8 @@ turn on debugging informational messages.
 defines the distribution of the resulting live system.
 .IP "\-d|\fB\-\-parent\-distribution\fR \fICODENAME\fR" 4
 defines the parent distribution for derivatives of the resulting live system.
+.IP "\-d|\fB\-\-parent\-debian\-installer\-distribution\fR \fICODENAME\fR" 4
+defines the parent debian\-installer distribution for derivatives of the resulting live system.
 .IP "\fB\-\-dump\fR" 4
 prepares a report of the currently present live system configuration and the version of live\-build used. This is useful to provide if you submit bug reports, we do get all informations required for us to locate and replicate an error.
 .IP "\fB\-\-fdisk\fR fdisk|fdisk.dist" 4
@@ -357,26 +383,46 @@ sets the internal name of the kernel packages naming scheme. If you use debian k
 sets the filename of the losetup binary from the host system that should be used. This is autodetected and does generally not need any customization.
 .IP "\fB\-\-memtest\fR memtest86+|memtest86|none" 4
 defines if memtest, memtest86+ or no memory tester at all should be included as secondary bootloader configuration. This is only available on amd64 and i386 and defaults to memtest86+.
-.IP "\-m|\fB\-\-mirror\-bootstrap\fR \fIURL\fR" 4
+.IP "\-m|\fB\-\-parent\-mirror\-bootstrap\fR \fIURL\fR" 4
 sets the location of the debian package mirror that should be used to bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may not be a good default if you live outside of Europe.
+.IP "\fB\-\-parent\-mirror\-chroot\fR \fIURL\fR" 4
+sets the location of the debian package mirror that will be used to fetch the packages in order to build the live system. By default, this is set to the value of \-\-parent\-mirror\-bootstrap.
+.IP "\fB\-\-parent\-mirror\-chroot\-security\fR \fIURL\fR" 4
+sets the location of the debian security package mirror that will be used to fetch the packages in order to build the live system. By default, this points to http://security.debian.org/debian/.
+.IP "\fB\-\-parent\-mirror\-chroot\-volatile\fR \fIURL\fR" 4
+sets the location of the debian volatile package mirror that will be used to fetch packages in order to build the live system. By default, this is set to the value of \-\-parent\-mirror\-chroot.
+.IP "\fB\-\-parent\-mirror\-chroot\-backports\fR \fIURL\fR" 4
+sets the location of the debian backports package mirror that will be used to fetch packages in order to build the live system. By default, this points to http://backports.debian.org/debian-backports/.
+.IP "\fB\-\-parent\-mirror\-binary\fR \fIURL\fR" 4
+sets the location of the debian package mirror that should end up configured in the final image and which is the one a user would see and use. This has not necessarily to be the same that is used to build the image, e.g. if you use a local mirror but want to have an official mirror in the image. By default, 'http://cdn.debian.net/debian/' is used.
+.IP "\fB\-\-parent\-mirror\-binary\-security\fR \fIURL\fR" 4
+sets the location of the debian security package mirror that should end up configured in the final image. By default, 'http://cdn.debian.net/debian-security/' is used.
+.IP "\fB\-\-parent\-mirror\-binary\-volatile\fR \fIURL\fR" 4
+sets the location of the debian volatile package mirror that should end up configured in the final image. By default, the value of \-\-parent\-mirror\-binary is used.
+.IP "\fB\-\-parent\-mirror\-binary\-backports\fR \fIURL\fR" 4
+sets the location of the debian backports package mirror that should end up configured in the final image. By default, 'http://backports.debian.org/debian-backports/' is used.
+.IP "\fB\-\-parent\-mirror\-debian\-installer\fR \fIURL\fR" 4
+sets the location of the mirror that will be used to fetch the debian installer images. By default, this points to the same mirror used to build the live system, i.e. the value of \-\-parent\-mirror\-bootstrap.
+.IP "\-m|\fB\-\-mirror\-bootstrap\fR \fIURL\fR" 4
+sets the location of the debian package mirror that should be used to bootstrap the derivative from. This defaults to http://ftp.de.debian.org/debian/ which may not be a good default if you live outside of Europe.
 .IP "\fB\-\-mirror\-chroot\fR \fIURL\fR" 4
-sets the location of the debian package mirror that will be used to fetch the packages in order to build the live system. By default, this is set to the value of \-\-mirror\-bootstrap.
+sets the location of the debian package mirror that will be used to fetch the packages of the derivative in order to build the live system. By default, this is set to the value of \-\-mirror\-bootstrap.
 .IP "\fB\-\-mirror\-chroot\-security\fR \fIURL\fR" 4
-sets the location of the debian security package mirror that will be used to fetch the packages in order to build the live system. By default, this points to http://security.debian.org/debian/.
+sets the location of the debian security package mirror that will be used to fetch the packages of the derivative in order to build the live system. By default, this points to http://security.debian.org/debian/.
 .IP "\fB\-\-mirror\-chroot\-volatile\fR \fIURL\fR" 4
-sets the location of the debian volatile package mirror that will be used to fetch packages in order to build the live system. By default, this is set to the value of \-\-mirror\-chroot.
+sets the location of the debian volatile package mirror that will be used to fetch packages of the derivative in order to build the live system. By default, this is set to the value of \-\-mirror\-chroot.
 .IP "\fB\-\-mirror\-chroot\-backports\fR \fIURL\fR" 4
-sets the location of the debian backports package mirror that will be used to fetch packages in order to build the live system. By default, this points to http://backports.debian.org/debian-backports/.
+sets the location of the debian backports package mirror that will be used to fetch packages of the derivative in order to build the live system. By default, this points to http://backports.debian.org/debian-backports/.
 .IP "\fB\-\-mirror\-binary\fR \fIURL\fR" 4
-sets the location of the debian package mirror that should end up configured in the final image and which is the one a user would see and use. This has not necessarily to be the same that is used to build the image, e.g. if you use a local mirror but want to have an official mirror in the image. By default, 'http://cdn.debian.net/debian/' is used.
+sets the location of the derivative package mirror that should end up configured in the final image and which is the one a user would see and use. This has not necessarily to be the same that is used to build the image, e.g. if you use a local mirror but want to have an official mirror in the image.
 .IP "\fB\-\-mirror\-binary\-security\fR \fIURL\fR" 4
-sets the location of the debian security package mirror that should end up configured in the final image. By default, 'http://cdn.debian.net/debian-security/' is used.
+sets the location of the derivatives security package mirror that should end up configured in the final image.
 .IP "\fB\-\-mirror\-binary\-volatile\fR \fIURL\fR" 4
-sets the location of the debian volatile package mirror that should end up configured in the final image. By default, the value of \-\-mirror\-binary is used.
+sets the location of the derivatives volatile package mirror that should end up configured in the final image.
 .IP "\fB\-\-mirror\-binary\-backports\fR \fIURL\fR" 4
-sets the location of the debian backports package mirror that should end up configured in the final image. By default, 'http://backports.debian.org/debian-backports/' is used.
+sets the location of the derivatives backports package mirror that should end up configured in the final image.
 .IP "\fB\-\-mirror\-debian\-installer\fR \fIURL\fR" 4
-sets the location of the mirror that will be used to fetch the debian installer images. By default, this points to the same mirror used to build the live system, i.e. the value of \-\-mirror\-bootstrap.
+sets the location of the mirror that will be used to fetch the debian installer images of the derivative. By default, this points to the same mirror used to build the live system, i.e. the value of \-\-mirror\-bootstrap.
 .IP "\fB\-\-mode\fR debian|emdebian|ubuntu" 4
 defines a global mode to load project specific defaults. By default this is set to debian.
 .IP "\fB\-\-net\-root\-filesystem\fR nfs|cfs" 4
@@ -461,7 +507,7 @@ Currently, command line switches can also be specified through the corresponding
 .\" FIXME
 .IP "\fBauto/config\fR" 4
 .IP "\fB/etc/live/build.conf, /etc/live/build.d\fR" 4
-An optional, global configuration file for \fBlb config\fR variables. It is useful to specify a few system wide defaults, like LB_MIRROR_BOOTSTRAP. This feature can be false by specifying the \fB\-\-ignore\-system\-defaults\fR option.
+An optional, global configuration file for \fBlb config\fR variables. It is useful to specify a few system wide defaults, like LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the \fB\-\-ignore\-system\-defaults\fR option.
 .\" FIXME
 
 .SH SEE ALSO
diff --git a/manpages/en/lb_local.1 b/manpages/en/lb_local.1
index c60f1a3..82dd490 100644
--- a/manpages/en/lb_local.1
+++ b/manpages/en/lb_local.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 ddef7e3..fc89c68 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 671d20f..6d7fbb2 100644
--- a/manpages/en/lb_source_checksums.1
+++ b/manpages/en/lb_source_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 436f32a..f5d9b0c 100644
--- a/manpages/en/lb_source_debian-live.1
+++ b/manpages/en/lb_source_debian-live.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 d9d0eee..a78772d 100644
--- a/manpages/en/lb_source_debian.1
+++ b/manpages/en/lb_source_debian.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 0160697..d59d937 100644
--- a/manpages/en/lb_source_disk.1
+++ b/manpages/en/lb_source_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 3da773c..9d1bebf 100644
--- a/manpages/en/lb_source_iso.1
+++ b/manpages/en/lb_source_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 d96833e..efe15b4 100644
--- a/manpages/en/lb_source_net.1
+++ b/manpages/en/lb_source_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 ababcaf..0c3a83d 100644
--- a/manpages/en/lb_source_tar.1
+++ b/manpages/en/lb_source_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 f60e0dc..d979af8 100644
--- a/manpages/en/lb_source_usb.1
+++ b/manpages/en/lb_source_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 90f3fea..82d5115 100644
--- a/manpages/en/lb_source_virtual-hdd.1
+++ b/manpages/en/lb_source_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 4a90989..d4a777b 100644
--- a/manpages/en/lb_testroot.1
+++ b/manpages/en/lb_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-02\-15 3.0~a12 "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 79ba4c4..88fb804 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 7 2011\-01\-11 3.0~a11 "Debian Live Project"
+.TH LIVE\-BUILD 7 2011\-02\-15 3.0~a12 "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 543c3ca..aab4b0a 100644
--- a/manpages/po/de/lb.1.po
+++ b/manpages/po/de/lb.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -260,7 +260,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -303,7 +303,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -348,7 +348,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -430,7 +430,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -466,7 +466,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -539,7 +539,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -615,7 +615,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -692,7 +692,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index fddda93..f962a21 100644
--- a/manpages/po/de/lb_binary.1.po
+++ b/manpages/po/de/lb_binary.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po
index 47a0fea..1006b3c 100644
--- a/manpages/po/de/lb_binary_checksums.1.po
+++ b/manpages/po/de/lb_binary_checksums.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po
index e3a57e7..561d16a 100644
--- a/manpages/po/de/lb_binary_chroot.1.po
+++ b/manpages/po/de/lb_binary_chroot.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_debian-installer.1.po b/manpages/po/de/lb_binary_debian-installer.1.po
index fe78260..9232529 100644
--- a/manpages/po/de/lb_binary_debian-installer.1.po
+++ b/manpages/po/de/lb_binary_debian-installer.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po
index e8e14df..55f75ab 100644
--- a/manpages/po/de/lb_binary_disk.1.po
+++ b/manpages/po/de/lb_binary_disk.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po
index c7925b4..8093281 100644
--- a/manpages/po/de/lb_binary_grub.1.po
+++ b/manpages/po/de/lb_binary_grub.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po
index c129383..8b47022 100644
--- a/manpages/po/de/lb_binary_grub2.1.po
+++ b/manpages/po/de/lb_binary_grub2.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po
index 6cf150b..a111364 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_binary_includes.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po
index 4b2ac14..e5bdab6 100644
--- a/manpages/po/de/lb_binary_iso.1.po
+++ b/manpages/po/de/lb_binary_iso.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_linux-image.1.po b/manpages/po/de/lb_binary_linux-image.1.po
index a7a5d70..8612431 100644
--- a/manpages/po/de/lb_binary_linux-image.1.po
+++ b/manpages/po/de/lb_binary_linux-image.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_local-hooks.1.po b/manpages/po/de/lb_binary_local-hooks.1.po
index 63c8c00..0b49d9e 100644
--- a/manpages/po/de/lb_binary_local-hooks.1.po
+++ b/manpages/po/de/lb_binary_local-hooks.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_binary_local-includes.1.po
index 2673b4b..557b34b 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_binary_local-includes.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_local-packagelists.1.po b/manpages/po/de/lb_binary_local-packagelists.1.po
index 591e644..10000a4 100644
--- a/manpages/po/de/lb_binary_local-packagelists.1.po
+++ b/manpages/po/de/lb_binary_local-packagelists.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po
index 65ce2e2..ac4183d 100644
--- a/manpages/po/de/lb_binary_manifest.1.po
+++ b/manpages/po/de/lb_binary_manifest.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po
index 0f3e330..92240e4 100644
--- a/manpages/po/de/lb_binary_memtest.1.po
+++ b/manpages/po/de/lb_binary_memtest.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po
index f168ff4..0d539c8 100644
--- a/manpages/po/de/lb_binary_net.1.po
+++ b/manpages/po/de/lb_binary_net.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po
index fb299b2..3acb6f3 100644
--- a/manpages/po/de/lb_binary_rootfs.1.po
+++ b/manpages/po/de/lb_binary_rootfs.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po
index 6136fd7..6bd6e0f 100644
--- a/manpages/po/de/lb_binary_silo.1.po
+++ b/manpages/po/de/lb_binary_silo.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po
index 2973f65..6661d64 100644
--- a/manpages/po/de/lb_binary_syslinux.1.po
+++ b/manpages/po/de/lb_binary_syslinux.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po
index b9bd701..4a8fd1e 100644
--- a/manpages/po/de/lb_binary_tar.1.po
+++ b/manpages/po/de/lb_binary_tar.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po
index 2edeb87..446c270 100644
--- a/manpages/po/de/lb_binary_usb.1.po
+++ b/manpages/po/de/lb_binary_usb.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_virtual-hdd.1.po b/manpages/po/de/lb_binary_virtual-hdd.1.po
index 9ea08a7..e4ce543 100644
--- a/manpages/po/de/lb_binary_virtual-hdd.1.po
+++ b/manpages/po/de/lb_binary_virtual-hdd.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_win32-loader.1.po b/manpages/po/de/lb_binary_win32-loader.1.po
index cd108cd..31ed56d 100644
--- a/manpages/po/de/lb_binary_win32-loader.1.po
+++ b/manpages/po/de/lb_binary_win32-loader.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po
index 3c64941..3a7967a 100644
--- a/manpages/po/de/lb_binary_yaboot.1.po
+++ b/manpages/po/de/lb_binary_yaboot.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
index 35bbf3a..57013af 100644
--- a/manpages/po/de/lb_bootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po
index b2fcf7f..f669d94 100644
--- a/manpages/po/de/lb_bootstrap_cache.1.po
+++ b/manpages/po/de/lb_bootstrap_cache.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
index 3253572..725ec17 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po
index aed22b0..8f2df11 100644
--- a/manpages/po/de/lb_bootstrap_copy.1.po
+++ b/manpages/po/de/lb_bootstrap_copy.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po
index 3d2e902..cab77fb 100644
--- a/manpages/po/de/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
index 8c54133..8f8d780 100644
--- a/manpages/po/de/lb_build.1.po
+++ b/manpages/po/de/lb_build.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index 66a402d..6d5b70b 100644
--- a/manpages/po/de/lb_chroot.1.po
+++ b/manpages/po/de/lb_chroot.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po
index d3bf6aa..1123402 100644
--- a/manpages/po/de/lb_chroot_apt.1.po
+++ b/manpages/po/de/lb_chroot_apt.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po
index 68d7262..b752fcd 100644
--- a/manpages/po/de/lb_chroot_cache.1.po
+++ b/manpages/po/de/lb_chroot_cache.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po
index 118d754..d81a763 100644
--- a/manpages/po/de/lb_chroot_debianchroot.1.po
+++ b/manpages/po/de/lb_chroot_debianchroot.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po
index 200b930..780ab5a 100644
--- a/manpages/po/de/lb_chroot_devpts.1.po
+++ b/manpages/po/de/lb_chroot_devpts.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po
index 388d5df..2538494 100644
--- a/manpages/po/de/lb_chroot_dpkg.1.po
+++ b/manpages/po/de/lb_chroot_dpkg.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po
index 2418eb1..dc48e86 100644
--- a/manpages/po/de/lb_chroot_hacks.1.po
+++ b/manpages/po/de/lb_chroot_hacks.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po
index 638ef34..c427987 100644
--- a/manpages/po/de/lb_chroot_hooks.1.po
+++ b/manpages/po/de/lb_chroot_hooks.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po
index 7e0e034..8ff953a 100644
--- a/manpages/po/de/lb_chroot_hostname.1.po
+++ b/manpages/po/de/lb_chroot_hostname.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po
index 0ece049..bab5a47 100644
--- a/manpages/po/de/lb_chroot_hosts.1.po
+++ b/manpages/po/de/lb_chroot_hosts.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_install-packages.1.po b/manpages/po/de/lb_chroot_install-packages.1.po
index 6b3f9b9..f643c5c 100644
--- a/manpages/po/de/lb_chroot_install-packages.1.po
+++ b/manpages/po/de/lb_chroot_install-packages.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po
index 9427d26..04ea0f7 100644
--- a/manpages/po/de/lb_chroot_interactive.1.po
+++ b/manpages/po/de/lb_chroot_interactive.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_linux-image.1.po b/manpages/po/de/lb_chroot_linux-image.1.po
index 93087bb..2fd3be6 100644
--- a/manpages/po/de/lb_chroot_linux-image.1.po
+++ b/manpages/po/de/lb_chroot_linux-image.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_local-hooks.1.po b/manpages/po/de/lb_chroot_local-hooks.1.po
index ca79701..a2c38cd 100644
--- a/manpages/po/de/lb_chroot_local-hooks.1.po
+++ b/manpages/po/de/lb_chroot_local-hooks.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_local-includes.1.po b/manpages/po/de/lb_chroot_local-includes.1.po
index 1a8765b..b00679e 100644
--- a/manpages/po/de/lb_chroot_local-includes.1.po
+++ b/manpages/po/de/lb_chroot_local-includes.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_local-packagelists.1.po b/manpages/po/de/lb_chroot_local-packagelists.1.po
index 37307c7..9bc1519 100644
--- a/manpages/po/de/lb_chroot_local-packagelists.1.po
+++ b/manpages/po/de/lb_chroot_local-packagelists.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_local-packages.1.po b/manpages/po/de/lb_chroot_local-packages.1.po
index c1cc6fd..f2e3dc7 100644
--- a/manpages/po/de/lb_chroot_local-packages.1.po
+++ b/manpages/po/de/lb_chroot_local-packages.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_local-patches.1.po b/manpages/po/de/lb_chroot_local-patches.1.po
index 58cc508..6d6f8df 100644
--- a/manpages/po/de/lb_chroot_local-patches.1.po
+++ b/manpages/po/de/lb_chroot_local-patches.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_local-preseed.1.po b/manpages/po/de/lb_chroot_local-preseed.1.po
index 2f0079d..eb1af07 100644
--- a/manpages/po/de/lb_chroot_local-preseed.1.po
+++ b/manpages/po/de/lb_chroot_local-preseed.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_localization.1.po b/manpages/po/de/lb_chroot_localization.1.po
index 67cd9b6..e179eda 100644
--- a/manpages/po/de/lb_chroot_localization.1.po
+++ b/manpages/po/de/lb_chroot_localization.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_packagelists.1.po b/manpages/po/de/lb_chroot_packagelists.1.po
index d7749d6..b71a79d 100644
--- a/manpages/po/de/lb_chroot_packagelists.1.po
+++ b/manpages/po/de/lb_chroot_packagelists.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_packages.1.po b/manpages/po/de/lb_chroot_packages.1.po
index dfde41d..906b639 100644
--- a/manpages/po/de/lb_chroot_packages.1.po
+++ b/manpages/po/de/lb_chroot_packages.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po
index 8ab36ec..ab0f5d8 100644
--- a/manpages/po/de/lb_chroot_preseed.1.po
+++ b/manpages/po/de/lb_chroot_preseed.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po
index 3a0196f..9a295b0 100644
--- a/manpages/po/de/lb_chroot_proc.1.po
+++ b/manpages/po/de/lb_chroot_proc.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po
index 30c5d9e..082d258 100644
--- a/manpages/po/de/lb_chroot_resolv.1.po
+++ b/manpages/po/de/lb_chroot_resolv.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po
index 38a95c2..17d8a1f 100644
--- a/manpages/po/de/lb_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lb_chroot_selinuxfs.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_sources.1.po b/manpages/po/de/lb_chroot_sources.1.po
index d928330..e4b4163 100644
--- a/manpages/po/de/lb_chroot_sources.1.po
+++ b/manpages/po/de/lb_chroot_sources.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po
index 67b3d4a..8299df2 100644
--- a/manpages/po/de/lb_chroot_sysfs.1.po
+++ b/manpages/po/de/lb_chroot_sysfs.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_sysv-rc.1.po b/manpages/po/de/lb_chroot_sysv-rc.1.po
index 7cd036f..5e747ad 100644
--- a/manpages/po/de/lb_chroot_sysv-rc.1.po
+++ b/manpages/po/de/lb_chroot_sysv-rc.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_tasks.1.po b/manpages/po/de/lb_chroot_tasks.1.po
index c266fbe..0557630 100644
--- a/manpages/po/de/lb_chroot_tasks.1.po
+++ b/manpages/po/de/lb_chroot_tasks.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po
index e6c18e1..8ce0d84 100644
--- a/manpages/po/de/lb_chroot_upstart.1.po
+++ b/manpages/po/de/lb_chroot_upstart.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
index ff79573..9ec9013 100644
--- a/manpages/po/de/lb_clean.1.po
+++ b/manpages/po/de/lb_clean.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index 95ace6a..4a64326 100644
--- a/manpages/po/de/lb_config.1.po
+++ b/manpages/po/de/lb_config.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:12+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
@@ -880,337 +880,397 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:91
-msgid "  [B<--dump>]"
+msgid "  [B<--parent-debian-installer-distribution> I<CODENAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:93
-msgid "  [B<--fdisk> fdisk|fdisk.dist]"
+msgid "  [B<--dump>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:95
-msgid "  [B<--force>]"
+msgid "  [B<--fdisk> fdisk|fdisk.dist]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:97
-msgid "  [B<--grub-splash> I<FILE>]"
+msgid "  [B<--force>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:99
-msgid "  [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgid "  [B<--grub-splash> I<FILE>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:101
-msgid "  [B<--hooks> I<FILE>]"
+msgid "  [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:103
-msgid "  [B<--hostname> I<NAME>]"
+msgid "  [B<--hooks> I<FILE>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:105
-msgid "  [B<--ignore-system-defaults>]"
+msgid "  [B<--hostname> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:107
-msgid "  [B<--includes> I<PATH>]"
+msgid "  [B<--ignore-system-defaults>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:109
-msgid "  [B<--initramfs> auto|none|live-boot|casper]"
+msgid "  [B<--includes> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:111
-msgid "  [B<--interactive> shell]"
+msgid "  [B<--initramfs> auto|none|live-boot|casper]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:113
-msgid "  [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgid "  [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:115
-msgid "  [B<--iso-application> I<NAME>]"
+msgid "  [B<--interactive> shell]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:117
-msgid "  [B<--iso-preparer> I<NAME>]"
+msgid "  [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:119
-msgid "  [B<--iso-publisher> I<NAME>]"
+msgid "  [B<--iso-application> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:121
-msgid "  [B<--iso-volume> I<NAME>]"
+msgid "  [B<--iso-preparer> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:123
-msgid "  [B<--jffs2-eraseblock> I<SIZE>]"
+msgid "  [B<--iso-publisher> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:125
-msgid "  [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
+msgid "  [B<--iso-volume> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:127
-msgid "  [-l|B<--language> I<LANGUAGE>]"
+msgid "  [B<--jffs2-eraseblock> I<SIZE>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:129
-msgid "  [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
+msgid "  [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:131
-msgid "  [B<--linux-packages> I<\"PACKAGES\">]"
+msgid "  [-l|B<--language> I<LANGUAGE>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:133
-msgid "  [B<--losetup> losetup|losetup.orig]"
+msgid "  [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:135
-msgid "  [B<--memtest> memtest86+|memtest86|none]"
+msgid "  [B<--linux-packages> I<\"PACKAGES\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:137
-msgid "  [-m|B<--mirror-bootstrap> I<URL>]"
+msgid "  [B<--losetup> losetup|losetup.orig]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:139
-msgid "  [B<--mirror-chroot> I<URL>]"
+msgid "  [B<--memtest> memtest86+|memtest86|none]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:141
-msgid "  [B<--mirror-chroot-security> I<URL>]"
+msgid "  [-m|B<--parent-mirror-bootstrap> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:143
-msgid "  [B<--mirror-chroot-volatile> I<URL>]"
+msgid "  [B<--parent-mirror-chroot> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:145
-msgid "  [B<--mirror-chroot-backports> I<URL>]"
+msgid "  [B<--parent-mirror-chroot-security> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:147
-msgid "  [B<--mirror-binary> I<URL>]"
+msgid "  [B<--parent-mirror-chroot-volatile> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:149
-msgid "  [B<--mirror-binary-security> I<URL>]"
+msgid "  [B<--parent-mirror-chroot-backports> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:151
-msgid "  [B<--mirror-binary-volatile> I<URL>]"
+msgid "  [B<--parent-mirror-binary> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:153
-msgid "  [B<--mirror-binary-backports> I<URL>]"
+msgid "  [B<--parent-mirror-binary-security> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:155
-msgid "  [B<--mirror-debian-installer> I<URL>]"
+msgid "  [B<--parent-mirror-binary-volatile> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:157
-msgid "  [B<--mode> debian|emdebian|ubuntu]"
+msgid "  [B<--parent-mirror-binary-backports> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:159
-msgid "  [B<--net-root-filesystem> nfs|cfs]"
+msgid "  [B<--parent-mirror-debian-installer> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:161
-msgid "  [B<--net-root-mountoptions> I<OPTIONS>]"
+msgid "  [B<--mirror-bootstrap> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:163
-msgid "  [B<--net-root-path> I<PATH>]"
+msgid "  [B<--mirror-chroot> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:165
-msgid "  [B<--net-root-server> I<IP>|I<HOSTNAME>]"
+msgid "  [B<--mirror-chroot-security> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:167
-msgid "  [B<--net-cow-filesystem> nfs|cfs]"
+msgid "  [B<--mirror-chroot-volatile> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:169
-msgid "  [B<--net-cow-mountoptions> I<OPTIONS>]"
+msgid "  [B<--mirror-chroot-backports> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:171
-msgid "  [B<--net-cow-path> I<PATH>]"
+msgid "  [B<--mirror-binary> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:173
-msgid "  [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
+msgid "  [B<--mirror-binary-security> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:175
-msgid "  [B<--net-tarball> true|false]"
+msgid "  [B<--mirror-binary-volatile> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:177
-msgid "  [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
+msgid "  [B<--mirror-binary-backports> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:179
-msgid "  [B<--packages> I<PACKAGE>|I<\"PACKAGES\">]"
+msgid "  [B<--mirror-debian-installer> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:181
-msgid "  [B<--quiet>]"
+msgid "  [B<--mode> debian|emdebian|ubuntu]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:183
-msgid "  [-r|B<--repositories >I<REPOSITORY>|I<\"REPOSITORIES\">]"
+msgid "  [B<--net-root-filesystem> nfs|cfs]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:185
-msgid "  [B<--root-command> sudo]"
+msgid "  [B<--net-root-mountoptions> I<OPTIONS>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:187
-msgid "  [B<--use-fakeroot> true|false]"
+msgid "  [B<--net-root-path> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:189
-msgid "  [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
+msgid "  [B<--net-root-server> I<IP>|I<HOSTNAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:191
-msgid "  [B<--security> true|false]"
+msgid "  [B<--net-cow-filesystem> nfs|cfs]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:193
-msgid "  [B<--source> true|false]"
+msgid "  [B<--net-cow-mountoptions> I<OPTIONS>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:195
-msgid "  [-s|B<--source-images> iso|net|tar|usb-hdd]"
+msgid "  [B<--net-cow-path> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:197
-msgid "  [B<--syslinux-splash> I<FILE>]"
+msgid "  [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:199
-msgid "  [B<--syslinux-timeout> I<SECONDS>]"
+msgid "  [B<--net-tarball> true|false]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:201
-msgid "  [B<--syslinux-menu> true|false]"
+msgid "  [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:203
-msgid "  [B<--tasksel> aptitude|tasksel]"
+msgid "  [B<--packages> I<PACKAGE>|I<\"PACKAGES\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:205
-msgid "  [B<--tasks> I<TASK>|\"I<TASKS>\"]"
+msgid "  [B<--quiet>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:207
-msgid "  [B<--templates> I<PATH>]"
+msgid "  [-r|B<--repositories >I<REPOSITORY>|I<\"REPOSITORIES\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:209
-msgid "  [B<--virtual-root-size >I<MB>]"
+msgid "  [B<--root-command> sudo]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:211
-msgid "  [B<--volatile> true|false]"
+msgid "  [B<--use-fakeroot> true|false]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:213
-msgid "  [B<--backports> true|false]"
+msgid "  [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:215
-msgid "  [B<--exposed-root> true|false]"
+msgid "  [B<--security> true|false]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:217
-msgid "  [B<--username> I<NAME>]"
+msgid "  [B<--source> true|false]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:219
+msgid "  [-s|B<--source-images> iso|net|tar|usb-hdd]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:221
+msgid "  [B<--syslinux-splash> I<FILE>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:223
+msgid "  [B<--syslinux-timeout> I<SECONDS>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:225
+msgid "  [B<--syslinux-menu> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:227
+msgid "  [B<--tasksel> aptitude|tasksel]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:229
+msgid "  [B<--tasks> I<TASK>|\"I<TASKS>\"]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:231
+msgid "  [B<--templates> I<PATH>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:233
+msgid "  [B<--virtual-root-size >I<MB>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:235
+msgid "  [B<--volatile> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:237
+msgid "  [B<--backports> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:239
+msgid "  [B<--exposed-root> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:241
+msgid "  [B<--username> I<NAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:243
 msgid "  [B<--verbose>]"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:222
+#: en/lb_config.1:246
 msgid "  [B<--win32-loader true|false]>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:225
+#: en/lb_config.1:249
 msgid ""
 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
 "Debian Live tool suite."
@@ -1218,7 +1278,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:228
+#: en/lb_config.1:252
 msgid ""
 "B<lb config> populates the configuration directory for live-build. By "
 "default, this directory is named 'config' and is created in the current "
@@ -1227,7 +1287,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:231
+#: en/lb_config.1:255
 msgid ""
 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
 "options depending on the setting of other options (e.g. which linux packages "
@@ -1243,7 +1303,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:234
+#: en/lb_config.1:258
 msgid ""
 "In addition to its specific options B<lb config> understands all generic "
 "live-build options. See I<live-build>(7) for a complete list of all generic "
@@ -1252,26 +1312,26 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:236
+#: en/lb_config.1:260
 #, no-wrap
 msgid "B<--apt> apt|aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:238
+#: en/lb_config.1:262
 msgid ""
 "defines if apt-get or aptitude is used to install packages when building the "
 "image. The default is apt."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:238
+#: en/lb_config.1:262
 #, no-wrap
 msgid "B<--apt-ftp-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:240
+#: en/lb_config.1:264
 msgid ""
 "sets the ftp proxy to be used by apt. By default, this is empty but if the "
 "host has the environment variable ftp_proxy set, apt-ftp-proxy gets "
@@ -1279,13 +1339,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:240
+#: en/lb_config.1:264
 #, no-wrap
 msgid "B<--apt-http-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:242
+#: en/lb_config.1:266
 msgid ""
 "sets the http proxy to be used by apt. By default, this is empty but if the "
 "host has the environment variable http_proxy set, apt-http-proxy gets "
@@ -1293,26 +1353,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:242
+#: en/lb_config.1:266
 #, no-wrap
 msgid "B<--apt-indices> true|false|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:244
+#: en/lb_config.1:268
 msgid ""
 "defines if the resulting images should have apt indices or not and defaults "
 "to true. If set to none, no indices are included at all."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:244
+#: en/lb_config.1:268
 #, no-wrap
 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:246
+#: en/lb_config.1:270
 msgid ""
 "defines the default options that will be appended to every apt call that is "
 "made inside chroot during the building of the image. By default, this is set "
@@ -1320,13 +1380,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:246
+#: en/lb_config.1:270
 #, no-wrap
 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:248
+#: en/lb_config.1:272
 msgid ""
 "defines the default options that will be appended to every aptitude call "
 "that is made inside chroot during building of the image. By default, this is "
@@ -1334,13 +1394,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:248
+#: en/lb_config.1:272
 #, no-wrap
 msgid "B<--apt-pipeline> I<DEPTH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:250
+#: en/lb_config.1:274
 msgid ""
 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
@@ -1352,38 +1412,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:250
+#: en/lb_config.1:274
 #, no-wrap
 msgid "B<--apt-recommends> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:252
+#: en/lb_config.1:276
 msgid ""
 "defines if apt should install recommended packages automatically. By "
 "default, this is true except in emdebian mode."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:252
+#: en/lb_config.1:276
 #, no-wrap
 msgid "B<--apt-secure> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:254
+#: en/lb_config.1:278
 msgid ""
 "defines if apt should check repository signatures. This is true by default."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:254
+#: en/lb_config.1:278
 #, no-wrap
 msgid "-a|B<--architectures> I<ARCHITECTURE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:256
+#: en/lb_config.1:280
 msgid ""
 "defines the architecture of the to be build image. By default, this is set "
 "to the host architecture. Note that you cannot crossbuild for another "
@@ -1394,13 +1454,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:256
+#: en/lb_config.1:280
 #, no-wrap
 msgid "-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:258
+#: en/lb_config.1:282
 msgid ""
 "defines the image type to build. By default, for images using syslinux this "
 "is set to iso-hybrid to build CD/DVD images that may also be used like usb-"
@@ -1408,13 +1468,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:258
+#: en/lb_config.1:282
 #, no-wrap
 msgid "B<--binary-filesystem> fat16|fat32|ext2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:284
 msgid ""
 "defines the filesystem to be used in the image type. This only has an effect "
 "if the selected binary image type does allow to choose a filesystem. For "
@@ -1427,24 +1487,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:284
 #, no-wrap
 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:286
 msgid "sets boot parameters specific to debian-installer, if included."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:286
 #, no-wrap
 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:288
 msgid ""
 "sets boot parameters specific to debian-live. A complete list of boot "
 "parameters can be found, for etch, in the manpage of casper, for all other "
@@ -1453,13 +1513,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:264
+#: en/lb_config.1:288
 #, no-wrap
 msgid "B<--bootloader> grub|syslinux|yaboot"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:290
 msgid ""
 "defines which bootloader is beeing used in the generated image. This has "
 "only an effect if the selected binary image type does allow to choose the "
@@ -1472,13 +1532,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:290
 #, no-wrap
 msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:292
 msgid ""
 "defines which program is used to bootstrap the debian chroot, default is "
 "debootstrap. Note that if you set the bootstrap program to copy, then your "
@@ -1488,13 +1548,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:292
 #, no-wrap
 msgid "B<--bootstrap-config> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:294
 msgid ""
 "sets a custom configuration file for the boostrap programm of choice and is "
 "empty by default. Refere to the documentation of debootstrap or cdebootstrap "
@@ -1503,13 +1563,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:294
 #, no-wrap
 msgid "-f|B<--bootstrap-flavour> minimal|standard"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:296
 msgid ""
 "defines if the bootstrap program should bootstrap the standard system (all "
 "packages of priority required and important, which is the default) or a "
@@ -1517,39 +1577,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:272
+#: en/lb_config.1:296
 #, no-wrap
 msgid "B<--bootstrap-keyring> I<PACKAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:298
 msgid ""
 "sets the archive keyring package to be used. Default is debian-archive-"
 "keyring."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:298
 #, no-wrap
 msgid "B<--cache> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:300
 msgid ""
 "defines globally if any cache should be used at all. Different caches can be "
 "controled through the their own options."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:276
+#: en/lb_config.1:300
 #, no-wrap
 msgid "B<--cache-indices> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:302
 msgid ""
 "defines if downloaded package indices and lists should be cached which is "
 "false by default. Enabling it would allow to rebuild an image completely "
@@ -1557,13 +1617,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:302
 #, no-wrap
 msgid "B<--cache-packages> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:304
 msgid ""
 "defines if downloaded packages files should be cached which is true by "
 "default. Disabling it does save space consumtion in your build directory, "
@@ -1574,13 +1634,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:304
 #, no-wrap
 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:306
 msgid ""
 "sets which stages should be cached. By default set to bootstrap. As an "
 "exception to the normal stage names, also rootfs can be used here which does "
@@ -1590,13 +1650,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:306
 #, no-wrap
 msgid "B<--checksums> md5|sha1|sha256|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:308
 msgid ""
 "defines if the binary image should contain a file called md5sums.txt, "
 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
@@ -1608,26 +1668,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:308
 #, no-wrap
 msgid "B<--compression> bzip2|gzip|lzip|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:310
 msgid ""
 "defines the compression program to be used to compress tarballs. Defaults to "
 "gzip."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:310
 #, no-wrap
 msgid "B<--build-with-chroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:312
 msgid ""
 "defines whetever live-build should use the tools from within the chroot to "
 "build the binary image or not by using and including the host systems tools. "
@@ -1642,13 +1702,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:312
 #, no-wrap
 msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:314
 msgid ""
 "defines which filesystem type should be used for the root filesystem image. "
 "If you use plain, then no filesystem image is created and the root "
@@ -1659,39 +1719,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:314
 #, no-wrap
 msgid "B<--clean>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:292
+#: en/lb_config.1:316
 msgid ""
 "minimizes config directory by automatically removing unused and thus empty "
 "subdirectories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:316
 #, no-wrap
 msgid "-c|B<--conffile> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:318
 msgid ""
 "using a user specified alternative configuration file in addition to the "
 "normally used one in the config directory."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:294
+#: en/lb_config.1:318
 #, no-wrap
 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:320
 msgid ""
 "defines what value the debconf frontend should be set to inside the chroot. "
 "Note that setting it to anything by noninteractive, which is the default, "
@@ -1699,13 +1759,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:296
+#: en/lb_config.1:320
 #, no-wrap
 msgid "B<--debconf-nowarnings> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:322
 msgid ""
 "defines if warnings of debconf should be displayed or not. Warnings from "
 "debconf are generally very rare and by default, we skipp them, if any, in "
@@ -1713,13 +1773,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:322
 #, no-wrap
 msgid "B<--debconf-priority> low|medium|high|critical"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:324
 msgid ""
 "defines what value the debconf priority shoul dbe set to inside the chroot. "
 "By default, it is set to critical, which means that almost no questions are "
@@ -1728,13 +1788,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:324
 #, no-wrap
 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:326
 msgid ""
 "defines which type, if any, of the debian-installer should be included in "
 "the resulting binary image. By default, no installer is included. All "
@@ -1746,13 +1806,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:326
 #, no-wrap
 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:328
 msgid ""
 "defines the distribution where the debian-installer files should be taken "
 "out from. Normally, this should be set to the same distribution as the live "
@@ -1761,26 +1821,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:328
 #, no-wrap
 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:330
 msgid ""
 "sets the filename or URL for an optionally used and included preseeding file "
 "for debian-installer."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:330
 #, no-wrap
 msgid "B<--debian-installer-gui> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:332
 msgid ""
 "defines if the debian-installer graphical GTK interface should be true or "
 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
@@ -1788,47 +1848,60 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308 en/live-build.7:36
+#: en/lb_config.1:332 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:334
 msgid "turn on debugging informational messages."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:334
 #, no-wrap
 msgid "-d|B<--distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:336
 msgid "defines the distribution of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:336
 #, no-wrap
 msgid "-d|B<--parent-distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:338
 msgid ""
 "defines the parent distribution for derivatives of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:338
+#, no-wrap
+msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:340
+msgid ""
+"defines the parent debian-installer distribution for derivatives of the "
+"resulting live system."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:340
 #, no-wrap
 msgid "B<--dump>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:342
 msgid ""
 "prepares a report of the currently present live system configuration and the "
 "version of live-build used. This is useful to provide if you submit bug "
@@ -1837,26 +1910,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:316
+#: en/lb_config.1:342
 #, no-wrap
 msgid "B<--fdisk> fdisk|fdisk.dist"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:344
 msgid ""
 "sets the filename of the fdisk binary from the host system that should be "
 "used. This is autodetected and does generally not need any customization."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:318 en/live-build.7:38
+#: en/lb_config.1:344 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:346
 msgid ""
 "forces re-execution of already run stages. Use only if you know what you are "
 "doing. It is generally safer to use B<lb clean> to clean up before re-"
@@ -1864,26 +1937,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:346
 #, no-wrap
 msgid "B<--grub-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:348
 msgid ""
 "defines the name of an optional to be included splash screen graphic for the "
 "grub bootloader."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:348
 #, no-wrap
 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:350
 msgid ""
 "defines the default options that will be appended to (almost) every gzip "
 "call during the building of the image. By default, this is set to --best to "
@@ -1892,13 +1965,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:350
 #, no-wrap
 msgid "B<--hooks> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:352
 msgid ""
 "defines which hooks available in /usr/share/live/build/examples/hooks should "
 "be activated. Normally, there are no hooks executed. Make sure you know and "
@@ -1906,24 +1979,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:326
+#: en/lb_config.1:352
 #, no-wrap
 msgid "B<--hostname> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:354
 msgid "sets the hostname of the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:354
 #, no-wrap
 msgid "B<--ignore-system-defaults>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:356
 msgid ""
 "B<lb config> by default reads system defaults from /etc/live/build.conf and /"
 "etc/live/build.d when generating a new live system config directory. This is "
@@ -1932,13 +2005,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:356
 #, no-wrap
 msgid "B<--includes> I<PATH|none>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:358
 msgid ""
 "sets the path to the includes that live-build is going to use, e.g. "
 "additional minimal documentation that you want to have on all live systems. "
@@ -1947,13 +2020,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:358
 #, no-wrap
 msgid "B<--initramfs> auto|none|live-boot|casper"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:360
 msgid ""
 "sets the name of package that contains the live system specific initramfs "
 "modification. By default, auto is used, which means that at build time of "
@@ -1964,13 +2037,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:360
 #, no-wrap
 msgid "B<--interactive> shell"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:362
 msgid ""
 "defines if after the chroot stage and before the beginning of the binary "
 "stage, a interactive shell login should be spawned in the chroot in order to "
@@ -1984,24 +2057,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:362
 #, no-wrap
 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:364
 msgid "defines options to pass to isohybrid."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:364
 #, no-wrap
 msgid "B<--iso-application> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:366
 msgid ""
 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
 "defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in "
@@ -2009,13 +2082,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:366
 #, no-wrap
 msgid "B<--iso-preparer> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:368
 msgid ""
 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
 "default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
@@ -2024,13 +2097,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:342
+#: en/lb_config.1:368
 #, no-wrap
 msgid "B<--iso-publisher> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:370
 msgid ""
 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
 "default, this is set to 'Debian Live project; http:/live.debian.net/; debian-"
@@ -2039,13 +2112,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:370
 #, no-wrap
 msgid "B<--iso-volume> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:372
 msgid ""
 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
@@ -2054,13 +2127,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:372
 #, no-wrap
 msgid "B<--jffs2-eraseblock> I<SIZE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:374
 msgid ""
 "sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) "
 "filesystem. The default is 64 KiB. If you use an erase block size different "
@@ -2070,26 +2143,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:374
 #, no-wrap
 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:376
 msgid ""
 "sets the keyring package or additional keyring packages. By default this is "
 "set to debian-archive-keyring."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:376
 #, no-wrap
 msgid "-l|B<--language> I<LANGUAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:378
 msgid ""
 "sets the language of a live system by installing l10n related packages. It "
 "doesn't enable generation of the correct locales through setting the right "
@@ -2097,26 +2170,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:352
+#: en/lb_config.1:378
 #, no-wrap
 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:380
 msgid ""
 "sets the kernel flavours to be installed. Note that in case you specify more "
 "than that the first will be configured the default kernel that gets booted."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:380
 #, no-wrap
 msgid "B<--linux-packages> \"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:382
 msgid ""
 "sets the internal name of the kernel packages naming scheme. If you use "
 "debian kernel packages, you will not have to adjust it. If you decide to use "
@@ -2130,26 +2203,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:356
+#: en/lb_config.1:382
 #, no-wrap
 msgid "B<--losetup> losetup|losetup.orig"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:384
 msgid ""
 "sets the filename of the losetup binary from the host system that should be "
 "used. This is autodetected and does generally not need any customization."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:384
 #, no-wrap
 msgid "B<--memtest> memtest86+|memtest86|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:386
 msgid ""
 "defines if memtest, memtest86+ or no memory tester at all should be included "
 "as secondary bootloader configuration. This is only available on amd64 and "
@@ -2157,13 +2230,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:386
 #, no-wrap
-msgid "-m|B<--mirror-bootstrap> I<URL>"
+msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:388
 msgid ""
 "sets the location of the debian package mirror that should be used to "
 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
@@ -2171,27 +2244,27 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:388
 #, no-wrap
-msgid "B<--mirror-chroot> I<URL>"
+msgid "B<--parent-mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:390
 msgid ""
 "sets the location of the debian package mirror that will be used to fetch "
 "the packages in order to build the live system. By default, this is set to "
-"the value of --mirror-bootstrap."
+"the value of --parent-mirror-bootstrap."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:390
 #, no-wrap
-msgid "B<--mirror-chroot-security> I<URL>"
+msgid "B<--parent-mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:392
 msgid ""
 "sets the location of the debian security package mirror that will be used to "
 "fetch the packages in order to build the live system. By default, this "
@@ -2199,27 +2272,27 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:392
 #, no-wrap
-msgid "B<--mirror-chroot-volatile> I<URL>"
+msgid "B<--parent-mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:394
 msgid ""
 "sets the location of the debian volatile package mirror that will be used to "
 "fetch packages in order to build the live system. By default, this is set to "
-"the value of --mirror-chroot."
+"the value of --parent-mirror-chroot."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:394
 #, no-wrap
-msgid "B<--mirror-chroot-backports> I<URL>"
+msgid "B<--parent-mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:396
 msgid ""
 "sets the location of the debian backports package mirror that will be used "
 "to fetch packages in order to build the live system. By default, this points "
@@ -2227,13 +2300,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:396
 #, no-wrap
-msgid "B<--mirror-binary> I<URL>"
+msgid "B<--parent-mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:398
 msgid ""
 "sets the location of the debian package mirror that should end up configured "
 "in the final image and which is the one a user would see and use. This has "
@@ -2243,13 +2316,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:398
 #, no-wrap
-msgid "B<--mirror-binary-security> I<URL>"
+msgid "B<--parent-mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:400
 msgid ""
 "sets the location of the debian security package mirror that should end up "
 "configured in the final image. By default, 'http://cdn.debian.net/debian-"
@@ -2257,27 +2330,27 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:374
+#: en/lb_config.1:400
 #, no-wrap
-msgid "B<--mirror-binary-volatile> I<URL>"
+msgid "B<--parent-mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:402
 msgid ""
 "sets the location of the debian volatile package mirror that should end up "
-"configured in the final image. By default, the value of --mirror-binary is "
-"used."
+"configured in the final image. By default, the value of --parent-mirror-"
+"binary is used."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:402
 #, no-wrap
-msgid "B<--mirror-binary-backports> I<URL>"
+msgid "B<--parent-mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:404
 msgid ""
 "sets the location of the debian backports package mirror that should end up "
 "configured in the final image. By default, 'http://backports.debian.org/"
@@ -2285,66 +2358,205 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:378
+#: en/lb_config.1:404
 #, no-wrap
-msgid "B<--mirror-debian-installer> I<URL>"
+msgid "B<--parent-mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:406
 msgid ""
 "sets the location of the mirror that will be used to fetch the debian "
 "installer images. By default, this points to the same mirror used to build "
-"the live system, i.e. the value of --mirror-bootstrap."
+"the live system, i.e. the value of --parent-mirror-bootstrap."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:406
+#, no-wrap
+msgid "-m|B<--mirror-bootstrap> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:408
+msgid ""
+"sets the location of the debian package mirror that should be used to "
+"bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
+"debian/ which may not be a good default if you live outside of Europe."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:408
+#, no-wrap
+msgid "B<--mirror-chroot> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:410
+msgid ""
+"sets the location of the debian package mirror that will be used to fetch "
+"the packages of the derivative in order to build the live system. By "
+"default, this is set to the value of --mirror-bootstrap."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:410
+#, no-wrap
+msgid "B<--mirror-chroot-security> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:412
+msgid ""
+"sets the location of the debian security package mirror that will be used to "
+"fetch the packages of the derivative in order to build the live system. By "
+"default, this points to http://security.debian.org/debian/."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:412
+#, no-wrap
+msgid "B<--mirror-chroot-volatile> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:414
+msgid ""
+"sets the location of the debian volatile package mirror that will be used to "
+"fetch packages of the derivative in order to build the live system. By "
+"default, this is set to the value of --mirror-chroot."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:414
+#, no-wrap
+msgid "B<--mirror-chroot-backports> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:416
+msgid ""
+"sets the location of the debian backports package mirror that will be used "
+"to fetch packages of the derivative in order to build the live system. By "
+"default, this points to http://backports.debian.org/debian-backports/."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:416
+#, no-wrap
+msgid "B<--mirror-binary> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:418
+msgid ""
+"sets the location of the derivative package mirror that should end up "
+"configured in the final image and which is the one a user would see and use. "
+"This has not necessarily to be the same that is used to build the image, e."
+"g. if you use a local mirror but want to have an official mirror in the "
+"image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:418
+#, no-wrap
+msgid "B<--mirror-binary-security> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:420
+msgid ""
+"sets the location of the derivatives security package mirror that should end "
+"up configured in the final image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:420
+#, no-wrap
+msgid "B<--mirror-binary-volatile> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:422
+msgid ""
+"sets the location of the derivatives volatile package mirror that should end "
+"up configured in the final image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:422
+#, no-wrap
+msgid "B<--mirror-binary-backports> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:424
+msgid ""
+"sets the location of the derivatives backports package mirror that should "
+"end up configured in the final image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:424
+#, no-wrap
+msgid "B<--mirror-debian-installer> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:426
+msgid ""
+"sets the location of the mirror that will be used to fetch the debian "
+"installer images of the derivative. By default, this points to the same "
+"mirror used to build the live system, i.e. the value of --mirror-bootstrap."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:426
 #, no-wrap
 msgid "B<--mode> debian|emdebian|ubuntu"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:428
 msgid ""
 "defines a global mode to load project specific defaults. By default this is "
 "set to debian."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:428
 #, no-wrap
 msgid "B<--net-root-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:384
+#: en/lb_config.1:430
 msgid ""
 "defines the filesystem that will be configured in the bootloader "
 "configuration for your netboot image. This defaults to nfs."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:430
 #, no-wrap
 msgid "B<--net-root-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:386
+#: en/lb_config.1:432
 msgid ""
 "sets additional options for mounting the root filesystem in netboot images "
 "and is by default empty."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:432
 #, no-wrap
 msgid "B<--net-root-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:434
 msgid ""
 "sets the file path that will be configured in the bootloader configuration "
 "for your netboot image. This defaults to /srv/debian-live in debian mode and "
@@ -2353,13 +2565,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:434
 #, no-wrap
 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:390
+#: en/lb_config.1:436
 msgid ""
 "sets the IP or hostname that will be configured in the bootloader "
 "configuration for the root filesystem of your netboot image. This defaults "
@@ -2367,38 +2579,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:436
 #, no-wrap
 msgid "B<--net-cow-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:438
 msgid ""
 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:438
 #, no-wrap
 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:440
 msgid ""
 "sets additional options for mounting the copy-on-write layer in netboot "
 "images and is by default empty."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:440
 #, no-wrap
 msgid "B<--net-cow-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:396
+#: en/lb_config.1:442
 msgid ""
 "defines the path to client writable filesystem. Anywhere that "
 "I<client_mac_address> is specified in the path live-boot will substitute the "
@@ -2406,28 +2618,28 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:399
+#: en/lb_config.1:445
 msgid "Example:"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:401
+#: en/lb_config.1:447
 msgid "/export/hosts/client_mac_address"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:403
+#: en/lb_config.1:449
 msgid "/export/hosts/00-16-D3-33-92-E8"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:403
+#: en/lb_config.1:449
 #, no-wrap
 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:405
+#: en/lb_config.1:451
 msgid ""
 "sets the IP or hostname that will be configured in the bootloader "
 "configuration for the copy-on-write filesystem of your netboot image and is "
@@ -2435,13 +2647,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:405
+#: en/lb_config.1:451
 #, no-wrap
 msgid "B<--net-tarball> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:407
+#: en/lb_config.1:453
 msgid ""
 "defines if a compressed tarball should be created. Disabling this options "
 "leads to no tarball at all, the plain binary directory is considered the "
@@ -2449,13 +2661,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:407
+#: en/lb_config.1:453
 #, no-wrap
 msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:409
+#: en/lb_config.1:455
 msgid ""
 "defines which lists available in /usr/share/live/build/lists should be used. "
 "By default, this is set to standard. Note that in case you have local "
@@ -2465,13 +2677,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:409
+#: en/lb_config.1:455
 #, no-wrap
 msgid "B<--packages> I<PACKAGE>|\"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:411
+#: en/lb_config.1:457
 msgid ""
 "defines one or more packages to be installed in the live system. This is a "
 "quick and convenient place to add a few packages when building an image "
@@ -2480,37 +2692,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:411 en/live-build.7:40
+#: en/lb_config.1:457 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:413
+#: en/lb_config.1:459
 msgid "reduces the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:413
+#: en/lb_config.1:459
 #, no-wrap
 msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:415
+#: en/lb_config.1:461
 msgid ""
 "enables one of available third-party repository configurations in /usr/share/"
 "live/build/repositories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:415
+#: en/lb_config.1:461
 #, no-wrap
 msgid "B<--root-command> sudo"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:417
+#: en/lb_config.1:463
 msgid ""
 "controls if live-build should use sudo internally to build the live image. "
 "Note that this is not well tested and that you should, when relying on sudo, "
@@ -2518,13 +2730,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:417
+#: en/lb_config.1:463
 #, no-wrap
 msgid "B<--use-fakeroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:419
+#: en/lb_config.1:465
 msgid ""
 "controls if live-build should utilize fakeroot and fakechroot to try and "
 "avoid requiring root privillages where possible. By default, this option is "
@@ -2532,13 +2744,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:419
+#: en/lb_config.1:465
 #, no-wrap
 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:421
+#: en/lb_config.1:467
 msgid ""
 "defines which package archive areas of a debian packages archive should be "
 "used for configured debian package mirrors. By default, this is set to main. "
@@ -2548,26 +2760,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:421
+#: en/lb_config.1:467
 #, no-wrap
 msgid "B<--security> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:423
+#: en/lb_config.1:469
 msgid ""
 "defines if the security repositories specified in the security mirror "
 "options should be used or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:423
+#: en/lb_config.1:469
 #, no-wrap
 msgid "B<--source> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:425
+#: en/lb_config.1:471
 msgid ""
 "defines if a corresponding source image to the binary image should be build. "
 "By default this is false because most people do not require this and would "
@@ -2577,37 +2789,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:425
+#: en/lb_config.1:471
 #, no-wrap
 msgid "-s|B<--source-images> iso|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:427
+#: en/lb_config.1:473
 msgid "defines the image type for the source image. Default is tar."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:427
+#: en/lb_config.1:473
 #, no-wrap
 msgid "B<--syslinux-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:429
+#: en/lb_config.1:475
 msgid ""
 "defines the file of the syslinux splash graphic that should be used instead "
 "of the default one."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:429
+#: en/lb_config.1:475
 #, no-wrap
 msgid "B<--syslinux-timeout> I<SECONDS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:431
+#: en/lb_config.1:477
 msgid ""
 "defines the timeout the syslinux bootloader should wait for input from the "
 "user at the bootprompt prior booting the default kernel. This defaults to 0 "
@@ -2615,38 +2827,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:431
+#: en/lb_config.1:477
 #, no-wrap
 msgid "B<--syslinux-menu> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:433
+#: en/lb_config.1:479
 msgid ""
 "defines if syslinux should be make use of the vgamenu capabilities or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:433
+#: en/lb_config.1:479
 #, no-wrap
 msgid "B<--tasksel> aptitude|tasksel"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:435
+#: en/lb_config.1:481
 msgid ""
 "selects which program is used to install tasks. By default, this is set to "
 "tasksel."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:435
+#: en/lb_config.1:481
 #, no-wrap
 msgid "B<--tasks> I<TASK>|\"I<TASKS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:437
+#: en/lb_config.1:483
 msgid ""
 "defines one or more package tasks to be installed in the live system. This "
 "is a quick and convenient way to get a reasonable default selection of "
@@ -2656,26 +2868,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:437
+#: en/lb_config.1:483
 #, no-wrap
 msgid "B<--templates> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:439
+#: en/lb_config.1:485
 msgid ""
 "sets the path to the templates that live-build is going to use, e.g. for "
 "bootloaders. By default, this is set to /usr/share/live/build/templates/."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:439
+#: en/lb_config.1:485
 #, no-wrap
 msgid "B<--virtual-root-size> MB"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:487
 msgid ""
 "defines what size the virtual-hdd image should be. Note that although the "
 "default is set to 10000 (= 10GB), it will not need 10GB space on your "
@@ -2683,39 +2895,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:441
+#: en/lb_config.1:487
 #, no-wrap
 msgid "B<--volatile> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:489
 msgid ""
 "defines if debian volatile package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:443
+#: en/lb_config.1:489
 #, no-wrap
 msgid "B<--backports> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:491
 msgid ""
 "defines if debian backports package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:491
 #, no-wrap
 msgid "B<--exposed-root> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:493
 msgid ""
 "defines whether to expose the root filesystem as read only and not covered "
 "by the union filesystem. This has useful implications for certain speciality "
@@ -2723,48 +2935,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:493
 #, no-wrap
 msgid "B<--username> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:495
 msgid "sets the name of the account of the default user in the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449 en/live-build.7:42
+#: en/lb_config.1:495 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:497
 msgid "increases the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:451
+#: en/lb_config.1:497
 #, no-wrap
 msgid "B<--win32-loader true|false>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:454
+#: en/lb_config.1:500
 msgid "defines if win32-loader should be included in the binary image or not."
 msgstr ""
 
 #. type: SH
-#: en/lb_config.1:455
+#: en/lb_config.1:501
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:458
+#: en/lb_config.1:504
 msgid ""
 "Currently, command line switches can also be specified through the "
 "corresponding environment variable. However, this generally should not be "
@@ -2778,22 +2990,23 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:462
+#: en/lb_config.1:508
 #, no-wrap
 msgid "B<auto/config>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:463
+#: en/lb_config.1:509
 #, no-wrap
 msgid "B</etc/live/build.conf, /etc/live/build.d>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:466
+#: en/lb_config.1:512
 msgid ""
 "An optional, global configuration file for B<lb config> variables. It is "
-"useful to specify a few system wide defaults, like LB_MIRROR_BOOTSTRAP. This "
-"feature can be false by specifying the B<--ignore-system-defaults> option."
+"useful to specify a few system wide defaults, like "
+"LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the B<--"
+"ignore-system-defaults> option."
 msgstr ""
diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po
index d1decc2..6ee1cc1 100644
--- a/manpages/po/de/lb_local.1.po
+++ b/manpages/po/de/lb_local.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index fc5c1f8..fb6525d 100644
--- a/manpages/po/de/lb_source.1.po
+++ b/manpages/po/de/lb_source.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po
index a4d500e..b56d88f 100644
--- a/manpages/po/de/lb_source_checksums.1.po
+++ b/manpages/po/de/lb_source_checksums.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_source_debian-live.1.po b/manpages/po/de/lb_source_debian-live.1.po
index fa94487..0168ba9 100644
--- a/manpages/po/de/lb_source_debian-live.1.po
+++ b/manpages/po/de/lb_source_debian-live.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po
index f09ed25..46734ef 100644
--- a/manpages/po/de/lb_source_debian.1.po
+++ b/manpages/po/de/lb_source_debian.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po
index bfc66cc..90b48d0 100644
--- a/manpages/po/de/lb_source_disk.1.po
+++ b/manpages/po/de/lb_source_disk.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po
index 424853d..a2b0bf7 100644
--- a/manpages/po/de/lb_source_iso.1.po
+++ b/manpages/po/de/lb_source_iso.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po
index 5780758..2a5c225 100644
--- a/manpages/po/de/lb_source_net.1.po
+++ b/manpages/po/de/lb_source_net.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po
index 3238bbd..2c00011 100644
--- a/manpages/po/de/lb_source_tar.1.po
+++ b/manpages/po/de/lb_source_tar.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po
index 47d67e6..0b27c1a 100644
--- a/manpages/po/de/lb_source_usb.1.po
+++ b/manpages/po/de/lb_source_usb.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_source_virtual-hdd.1.po b/manpages/po/de/lb_source_virtual-hdd.1.po
index b096b4f..bc5dd5b 100644
--- a/manpages/po/de/lb_source_virtual-hdd.1.po
+++ b/manpages/po/de/lb_source_virtual-hdd.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
index b86cd03..14e96d3 100644
--- a/manpages/po/de/lb_testroot.1.po
+++ b/manpages/po/de/lb_testroot.1.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index 463e02d..0e14667 100644
--- a/manpages/po/de/live-build.7.po
+++ b/manpages/po/de/live-build.7.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: 2011-01-02 01:12+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -466,7 +466,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -505,7 +505,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -542,7 +542,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -582,7 +582,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -619,7 +619,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
@@ -667,25 +667,25 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308 en/live-build.7:36
+#: en/lb_config.1:332 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:318 en/live-build.7:38
+#: en/lb_config.1:344 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:411 en/live-build.7:40
+#: en/lb_config.1:457 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449 en/live-build.7:42
+#: en/lb_config.1:495 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index 20a40af..d0e3072 100644
--- a/manpages/pot/lb.1.pot
+++ b/manpages/pot/lb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -260,7 +260,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -303,7 +303,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -348,7 +348,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -430,7 +430,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -466,7 +466,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -539,7 +539,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -615,7 +615,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -692,7 +692,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index f575120..b95ec4e 100644
--- a/manpages/pot/lb_binary.1.pot
+++ b/manpages/pot/lb_binary.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot
index 03ed3e9..ae743cf 100644
--- a/manpages/pot/lb_binary_checksums.1.pot
+++ b/manpages/pot/lb_binary_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot
index 65ac00a..555dbc4 100644
--- a/manpages/pot/lb_binary_chroot.1.pot
+++ b/manpages/pot/lb_binary_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot
index eab681a..712c390 100644
--- a/manpages/pot/lb_binary_debian-installer.1.pot
+++ b/manpages/pot/lb_binary_debian-installer.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot
index b2af457..2f561c1 100644
--- a/manpages/pot/lb_binary_disk.1.pot
+++ b/manpages/pot/lb_binary_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot
index ebd63c6..f2e3165 100644
--- a/manpages/pot/lb_binary_grub.1.pot
+++ b/manpages/pot/lb_binary_grub.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot
index a4b48b5..077ae2b 100644
--- a/manpages/pot/lb_binary_grub2.1.pot
+++ b/manpages/pot/lb_binary_grub2.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot
index cd69b93..e9f814b 100644
--- a/manpages/pot/lb_binary_includes.1.pot
+++ b/manpages/pot/lb_binary_includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot
index 75c4f15..93d8513 100644
--- a/manpages/pot/lb_binary_iso.1.pot
+++ b/manpages/pot/lb_binary_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot
index a2cfbf1..a9427cc 100644
--- a/manpages/pot/lb_binary_linux-image.1.pot
+++ b/manpages/pot/lb_binary_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot
index a045e39..eb7a67b 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: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot
index 9c5e89b..5f000a2 100644
--- a/manpages/pot/lb_binary_local-includes.1.pot
+++ b/manpages/pot/lb_binary_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_local-packagelists.1.pot b/manpages/pot/lb_binary_local-packagelists.1.pot
index fd5cc23..7a71672 100644
--- a/manpages/pot/lb_binary_local-packagelists.1.pot
+++ b/manpages/pot/lb_binary_local-packagelists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot
index 8f2386c..9e760ef 100644
--- a/manpages/pot/lb_binary_manifest.1.pot
+++ b/manpages/pot/lb_binary_manifest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot
index 63b477f..ca25d1e 100644
--- a/manpages/pot/lb_binary_memtest.1.pot
+++ b/manpages/pot/lb_binary_memtest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot
index 6b9889d..310d5d3 100644
--- a/manpages/pot/lb_binary_net.1.pot
+++ b/manpages/pot/lb_binary_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot
index 49b25c5..9a942e1 100644
--- a/manpages/pot/lb_binary_rootfs.1.pot
+++ b/manpages/pot/lb_binary_rootfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot
index 0e2bd89..bed47ea 100644
--- a/manpages/pot/lb_binary_silo.1.pot
+++ b/manpages/pot/lb_binary_silo.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot
index 337a7f0..a9d3de9 100644
--- a/manpages/pot/lb_binary_syslinux.1.pot
+++ b/manpages/pot/lb_binary_syslinux.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot
index ec31ca8..bb5e52a 100644
--- a/manpages/pot/lb_binary_tar.1.pot
+++ b/manpages/pot/lb_binary_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot
index 685e0ba..9eedc53 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: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot
index c7bbb24..d645fa9 100644
--- a/manpages/pot/lb_binary_virtual-hdd.1.pot
+++ b/manpages/pot/lb_binary_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot
index 7597323..ed605de 100644
--- a/manpages/pot/lb_binary_win32-loader.1.pot
+++ b/manpages/pot/lb_binary_win32-loader.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot
index 852c4d9..17ee786 100644
--- a/manpages/pot/lb_binary_yaboot.1.pot
+++ b/manpages/pot/lb_binary_yaboot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index 67b0c11..4d0c71f 100644
--- a/manpages/pot/lb_bootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot
index 903e546..035bb83 100644
--- a/manpages/pot/lb_bootstrap_cache.1.pot
+++ b/manpages/pot/lb_bootstrap_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
index 2af1526..195d056 100644
--- a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot
index 73a3a07..2872fd1 100644
--- a/manpages/pot/lb_bootstrap_copy.1.pot
+++ b/manpages/pot/lb_bootstrap_copy.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot
index fb78412..f3a0495 100644
--- a/manpages/pot/lb_bootstrap_debootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_debootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index c323eb6..aa311a9 100644
--- a/manpages/pot/lb_build.1.pot
+++ b/manpages/pot/lb_build.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index 3e694bd..96345b2 100644
--- a/manpages/pot/lb_chroot.1.pot
+++ b/manpages/pot/lb_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot
index b350bf4..d5208fc 100644
--- a/manpages/pot/lb_chroot_apt.1.pot
+++ b/manpages/pot/lb_chroot_apt.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot
index a4f3586..0fe3236 100644
--- a/manpages/pot/lb_chroot_cache.1.pot
+++ b/manpages/pot/lb_chroot_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot
index 219349a..b679e3a 100644
--- a/manpages/pot/lb_chroot_debianchroot.1.pot
+++ b/manpages/pot/lb_chroot_debianchroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot
index 9219eeb..835aa36 100644
--- a/manpages/pot/lb_chroot_devpts.1.pot
+++ b/manpages/pot/lb_chroot_devpts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot
index 2a60b52..6018c15 100644
--- a/manpages/pot/lb_chroot_dpkg.1.pot
+++ b/manpages/pot/lb_chroot_dpkg.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot
index 1037821..7a2a0f8 100644
--- a/manpages/pot/lb_chroot_hacks.1.pot
+++ b/manpages/pot/lb_chroot_hacks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_hooks.1.pot b/manpages/pot/lb_chroot_hooks.1.pot
index fe460bf..d38e9d3 100644
--- a/manpages/pot/lb_chroot_hooks.1.pot
+++ b/manpages/pot/lb_chroot_hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot
index 1f0b35d..a3113fc 100644
--- a/manpages/pot/lb_chroot_hostname.1.pot
+++ b/manpages/pot/lb_chroot_hostname.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot
index 904d09a..2dc1d01 100644
--- a/manpages/pot/lb_chroot_hosts.1.pot
+++ b/manpages/pot/lb_chroot_hosts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot
index d2954ed..83f57f7 100644
--- a/manpages/pot/lb_chroot_install-packages.1.pot
+++ b/manpages/pot/lb_chroot_install-packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot
index 83a07b9..75da52f 100644
--- a/manpages/pot/lb_chroot_interactive.1.pot
+++ b/manpages/pot/lb_chroot_interactive.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot
index 95dd875..9d16997 100644
--- a/manpages/pot/lb_chroot_linux-image.1.pot
+++ b/manpages/pot/lb_chroot_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_local-hooks.1.pot
index 2828741..97dab8c 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: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot
index f4e8324..579d514 100644
--- a/manpages/pot/lb_chroot_local-includes.1.pot
+++ b/manpages/pot/lb_chroot_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_local-packagelists.1.pot b/manpages/pot/lb_chroot_local-packagelists.1.pot
index b78d5ea..8588f93 100644
--- a/manpages/pot/lb_chroot_local-packagelists.1.pot
+++ b/manpages/pot/lb_chroot_local-packagelists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_local-packages.1.pot b/manpages/pot/lb_chroot_local-packages.1.pot
index 5838787..82fb991 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: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot
index 80d0642..d9f4951 100644
--- a/manpages/pot/lb_chroot_local-patches.1.pot
+++ b/manpages/pot/lb_chroot_local-patches.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot
index b960b06..d7edf88 100644
--- a/manpages/pot/lb_chroot_local-preseed.1.pot
+++ b/manpages/pot/lb_chroot_local-preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_localization.1.pot b/manpages/pot/lb_chroot_localization.1.pot
index 4f2aaaa..c7167ec 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: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_packagelists.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot
index dee7858..a2af8de 100644
--- a/manpages/pot/lb_chroot_packagelists.1.pot
+++ b/manpages/pot/lb_chroot_packagelists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_packages.1.pot b/manpages/pot/lb_chroot_packages.1.pot
index 26b7d0f..f92a407 100644
--- a/manpages/pot/lb_chroot_packages.1.pot
+++ b/manpages/pot/lb_chroot_packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot
index 910e93c..84bf4f0 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: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot
index c549c01..475a714 100644
--- a/manpages/pot/lb_chroot_proc.1.pot
+++ b/manpages/pot/lb_chroot_proc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot
index 6db29b0..75caa41 100644
--- a/manpages/pot/lb_chroot_resolv.1.pot
+++ b/manpages/pot/lb_chroot_resolv.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot
index 4ede579..655b838 100644
--- a/manpages/pot/lb_chroot_selinuxfs.1.pot
+++ b/manpages/pot/lb_chroot_selinuxfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_sources.1.pot b/manpages/pot/lb_chroot_sources.1.pot
index 26c797b..59c43c9 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: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot
index 1292516..74b9f4e 100644
--- a/manpages/pot/lb_chroot_sysfs.1.pot
+++ b/manpages/pot/lb_chroot_sysfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot
index 97866ba..4d86809 100644
--- a/manpages/pot/lb_chroot_sysv-rc.1.pot
+++ b/manpages/pot/lb_chroot_sysv-rc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_tasks.1.pot b/manpages/pot/lb_chroot_tasks.1.pot
index 4e7981d..937091b 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: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot
index b93f65b..98bcbd5 100644
--- a/manpages/pot/lb_chroot_upstart.1.pot
+++ b/manpages/pot/lb_chroot_upstart.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index 2070e33..f9b04bc 100644
--- a/manpages/pot/lb_clean.1.pot
+++ b/manpages/pot/lb_clean.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index 27c6dd8..0ecc7d1 100644
--- a/manpages/pot/lb_config.1.pot
+++ b/manpages/pot/lb_config.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
@@ -880,337 +880,397 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:91
-msgid "  [B<--dump>]"
+msgid "  [B<--parent-debian-installer-distribution> I<CODENAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:93
-msgid "  [B<--fdisk> fdisk|fdisk.dist]"
+msgid "  [B<--dump>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:95
-msgid "  [B<--force>]"
+msgid "  [B<--fdisk> fdisk|fdisk.dist]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:97
-msgid "  [B<--grub-splash> I<FILE>]"
+msgid "  [B<--force>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:99
-msgid "  [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgid "  [B<--grub-splash> I<FILE>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:101
-msgid "  [B<--hooks> I<FILE>]"
+msgid "  [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:103
-msgid "  [B<--hostname> I<NAME>]"
+msgid "  [B<--hooks> I<FILE>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:105
-msgid "  [B<--ignore-system-defaults>]"
+msgid "  [B<--hostname> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:107
-msgid "  [B<--includes> I<PATH>]"
+msgid "  [B<--ignore-system-defaults>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:109
-msgid "  [B<--initramfs> auto|none|live-boot|casper]"
+msgid "  [B<--includes> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:111
-msgid "  [B<--interactive> shell]"
+msgid "  [B<--initramfs> auto|none|live-boot|casper]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:113
-msgid "  [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgid "  [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:115
-msgid "  [B<--iso-application> I<NAME>]"
+msgid "  [B<--interactive> shell]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:117
-msgid "  [B<--iso-preparer> I<NAME>]"
+msgid "  [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:119
-msgid "  [B<--iso-publisher> I<NAME>]"
+msgid "  [B<--iso-application> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:121
-msgid "  [B<--iso-volume> I<NAME>]"
+msgid "  [B<--iso-preparer> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:123
-msgid "  [B<--jffs2-eraseblock> I<SIZE>]"
+msgid "  [B<--iso-publisher> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:125
-msgid "  [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
+msgid "  [B<--iso-volume> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:127
-msgid "  [-l|B<--language> I<LANGUAGE>]"
+msgid "  [B<--jffs2-eraseblock> I<SIZE>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:129
-msgid "  [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
+msgid "  [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:131
-msgid "  [B<--linux-packages> I<\"PACKAGES\">]"
+msgid "  [-l|B<--language> I<LANGUAGE>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:133
-msgid "  [B<--losetup> losetup|losetup.orig]"
+msgid "  [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:135
-msgid "  [B<--memtest> memtest86+|memtest86|none]"
+msgid "  [B<--linux-packages> I<\"PACKAGES\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:137
-msgid "  [-m|B<--mirror-bootstrap> I<URL>]"
+msgid "  [B<--losetup> losetup|losetup.orig]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:139
-msgid "  [B<--mirror-chroot> I<URL>]"
+msgid "  [B<--memtest> memtest86+|memtest86|none]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:141
-msgid "  [B<--mirror-chroot-security> I<URL>]"
+msgid "  [-m|B<--parent-mirror-bootstrap> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:143
-msgid "  [B<--mirror-chroot-volatile> I<URL>]"
+msgid "  [B<--parent-mirror-chroot> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:145
-msgid "  [B<--mirror-chroot-backports> I<URL>]"
+msgid "  [B<--parent-mirror-chroot-security> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:147
-msgid "  [B<--mirror-binary> I<URL>]"
+msgid "  [B<--parent-mirror-chroot-volatile> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:149
-msgid "  [B<--mirror-binary-security> I<URL>]"
+msgid "  [B<--parent-mirror-chroot-backports> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:151
-msgid "  [B<--mirror-binary-volatile> I<URL>]"
+msgid "  [B<--parent-mirror-binary> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:153
-msgid "  [B<--mirror-binary-backports> I<URL>]"
+msgid "  [B<--parent-mirror-binary-security> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:155
-msgid "  [B<--mirror-debian-installer> I<URL>]"
+msgid "  [B<--parent-mirror-binary-volatile> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:157
-msgid "  [B<--mode> debian|emdebian|ubuntu]"
+msgid "  [B<--parent-mirror-binary-backports> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:159
-msgid "  [B<--net-root-filesystem> nfs|cfs]"
+msgid "  [B<--parent-mirror-debian-installer> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:161
-msgid "  [B<--net-root-mountoptions> I<OPTIONS>]"
+msgid "  [B<--mirror-bootstrap> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:163
-msgid "  [B<--net-root-path> I<PATH>]"
+msgid "  [B<--mirror-chroot> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:165
-msgid "  [B<--net-root-server> I<IP>|I<HOSTNAME>]"
+msgid "  [B<--mirror-chroot-security> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:167
-msgid "  [B<--net-cow-filesystem> nfs|cfs]"
+msgid "  [B<--mirror-chroot-volatile> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:169
-msgid "  [B<--net-cow-mountoptions> I<OPTIONS>]"
+msgid "  [B<--mirror-chroot-backports> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:171
-msgid "  [B<--net-cow-path> I<PATH>]"
+msgid "  [B<--mirror-binary> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:173
-msgid "  [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
+msgid "  [B<--mirror-binary-security> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:175
-msgid "  [B<--net-tarball> true|false]"
+msgid "  [B<--mirror-binary-volatile> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:177
-msgid "  [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
+msgid "  [B<--mirror-binary-backports> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:179
-msgid "  [B<--packages> I<PACKAGE>|I<\"PACKAGES\">]"
+msgid "  [B<--mirror-debian-installer> I<URL>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:181
-msgid "  [B<--quiet>]"
+msgid "  [B<--mode> debian|emdebian|ubuntu]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:183
-msgid "  [-r|B<--repositories >I<REPOSITORY>|I<\"REPOSITORIES\">]"
+msgid "  [B<--net-root-filesystem> nfs|cfs]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:185
-msgid "  [B<--root-command> sudo]"
+msgid "  [B<--net-root-mountoptions> I<OPTIONS>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:187
-msgid "  [B<--use-fakeroot> true|false]"
+msgid "  [B<--net-root-path> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:189
-msgid "  [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
+msgid "  [B<--net-root-server> I<IP>|I<HOSTNAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:191
-msgid "  [B<--security> true|false]"
+msgid "  [B<--net-cow-filesystem> nfs|cfs]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:193
-msgid "  [B<--source> true|false]"
+msgid "  [B<--net-cow-mountoptions> I<OPTIONS>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:195
-msgid "  [-s|B<--source-images> iso|net|tar|usb-hdd]"
+msgid "  [B<--net-cow-path> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:197
-msgid "  [B<--syslinux-splash> I<FILE>]"
+msgid "  [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:199
-msgid "  [B<--syslinux-timeout> I<SECONDS>]"
+msgid "  [B<--net-tarball> true|false]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:201
-msgid "  [B<--syslinux-menu> true|false]"
+msgid "  [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:203
-msgid "  [B<--tasksel> aptitude|tasksel]"
+msgid "  [B<--packages> I<PACKAGE>|I<\"PACKAGES\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:205
-msgid "  [B<--tasks> I<TASK>|\"I<TASKS>\"]"
+msgid "  [B<--quiet>]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:207
-msgid "  [B<--templates> I<PATH>]"
+msgid "  [-r|B<--repositories >I<REPOSITORY>|I<\"REPOSITORIES\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:209
-msgid "  [B<--virtual-root-size >I<MB>]"
+msgid "  [B<--root-command> sudo]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:211
-msgid "  [B<--volatile> true|false]"
+msgid "  [B<--use-fakeroot> true|false]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:213
-msgid "  [B<--backports> true|false]"
+msgid "  [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:215
-msgid "  [B<--exposed-root> true|false]"
+msgid "  [B<--security> true|false]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:217
-msgid "  [B<--username> I<NAME>]"
+msgid "  [B<--source> true|false]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:219
+msgid "  [-s|B<--source-images> iso|net|tar|usb-hdd]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:221
+msgid "  [B<--syslinux-splash> I<FILE>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:223
+msgid "  [B<--syslinux-timeout> I<SECONDS>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:225
+msgid "  [B<--syslinux-menu> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:227
+msgid "  [B<--tasksel> aptitude|tasksel]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:229
+msgid "  [B<--tasks> I<TASK>|\"I<TASKS>\"]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:231
+msgid "  [B<--templates> I<PATH>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:233
+msgid "  [B<--virtual-root-size >I<MB>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:235
+msgid "  [B<--volatile> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:237
+msgid "  [B<--backports> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:239
+msgid "  [B<--exposed-root> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:241
+msgid "  [B<--username> I<NAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:243
 msgid "  [B<--verbose>]"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:222
+#: en/lb_config.1:246
 msgid "  [B<--win32-loader true|false]>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:225
+#: en/lb_config.1:249
 msgid ""
 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
 "Debian Live tool suite."
@@ -1218,7 +1278,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:228
+#: en/lb_config.1:252
 msgid ""
 "B<lb config> populates the configuration directory for live-build. By "
 "default, this directory is named 'config' and is created in the current "
@@ -1227,7 +1287,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:231
+#: en/lb_config.1:255
 msgid ""
 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
 "options depending on the setting of other options (e.g. which linux packages "
@@ -1243,7 +1303,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:234
+#: en/lb_config.1:258
 msgid ""
 "In addition to its specific options B<lb config> understands all generic "
 "live-build options. See I<live-build>(7) for a complete list of all generic "
@@ -1252,26 +1312,26 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:236
+#: en/lb_config.1:260
 #, no-wrap
 msgid "B<--apt> apt|aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:238
+#: en/lb_config.1:262
 msgid ""
 "defines if apt-get or aptitude is used to install packages when building the "
 "image. The default is apt."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:238
+#: en/lb_config.1:262
 #, no-wrap
 msgid "B<--apt-ftp-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:240
+#: en/lb_config.1:264
 msgid ""
 "sets the ftp proxy to be used by apt. By default, this is empty but if the "
 "host has the environment variable ftp_proxy set, apt-ftp-proxy gets "
@@ -1279,13 +1339,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:240
+#: en/lb_config.1:264
 #, no-wrap
 msgid "B<--apt-http-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:242
+#: en/lb_config.1:266
 msgid ""
 "sets the http proxy to be used by apt. By default, this is empty but if the "
 "host has the environment variable http_proxy set, apt-http-proxy gets "
@@ -1293,26 +1353,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:242
+#: en/lb_config.1:266
 #, no-wrap
 msgid "B<--apt-indices> true|false|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:244
+#: en/lb_config.1:268
 msgid ""
 "defines if the resulting images should have apt indices or not and defaults "
 "to true. If set to none, no indices are included at all."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:244
+#: en/lb_config.1:268
 #, no-wrap
 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:246
+#: en/lb_config.1:270
 msgid ""
 "defines the default options that will be appended to every apt call that is "
 "made inside chroot during the building of the image. By default, this is set "
@@ -1320,13 +1380,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:246
+#: en/lb_config.1:270
 #, no-wrap
 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:248
+#: en/lb_config.1:272
 msgid ""
 "defines the default options that will be appended to every aptitude call "
 "that is made inside chroot during building of the image. By default, this is "
@@ -1334,13 +1394,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:248
+#: en/lb_config.1:272
 #, no-wrap
 msgid "B<--apt-pipeline> I<DEPTH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:250
+#: en/lb_config.1:274
 msgid ""
 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
@@ -1352,38 +1412,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:250
+#: en/lb_config.1:274
 #, no-wrap
 msgid "B<--apt-recommends> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:252
+#: en/lb_config.1:276
 msgid ""
 "defines if apt should install recommended packages automatically. By "
 "default, this is true except in emdebian mode."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:252
+#: en/lb_config.1:276
 #, no-wrap
 msgid "B<--apt-secure> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:254
+#: en/lb_config.1:278
 msgid ""
 "defines if apt should check repository signatures. This is true by default."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:254
+#: en/lb_config.1:278
 #, no-wrap
 msgid "-a|B<--architectures> I<ARCHITECTURE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:256
+#: en/lb_config.1:280
 msgid ""
 "defines the architecture of the to be build image. By default, this is set "
 "to the host architecture. Note that you cannot crossbuild for another "
@@ -1394,13 +1454,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:256
+#: en/lb_config.1:280
 #, no-wrap
 msgid "-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:258
+#: en/lb_config.1:282
 msgid ""
 "defines the image type to build. By default, for images using syslinux this "
 "is set to iso-hybrid to build CD/DVD images that may also be used like usb-"
@@ -1408,13 +1468,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:258
+#: en/lb_config.1:282
 #, no-wrap
 msgid "B<--binary-filesystem> fat16|fat32|ext2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:284
 msgid ""
 "defines the filesystem to be used in the image type. This only has an effect "
 "if the selected binary image type does allow to choose a filesystem. For "
@@ -1427,24 +1487,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:284
 #, no-wrap
 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:286
 msgid "sets boot parameters specific to debian-installer, if included."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:286
 #, no-wrap
 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:288
 msgid ""
 "sets boot parameters specific to debian-live. A complete list of boot "
 "parameters can be found, for etch, in the manpage of casper, for all other "
@@ -1453,13 +1513,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:264
+#: en/lb_config.1:288
 #, no-wrap
 msgid "B<--bootloader> grub|syslinux|yaboot"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:290
 msgid ""
 "defines which bootloader is beeing used in the generated image. This has "
 "only an effect if the selected binary image type does allow to choose the "
@@ -1472,13 +1532,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:290
 #, no-wrap
 msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:292
 msgid ""
 "defines which program is used to bootstrap the debian chroot, default is "
 "debootstrap. Note that if you set the bootstrap program to copy, then your "
@@ -1488,13 +1548,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:292
 #, no-wrap
 msgid "B<--bootstrap-config> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:294
 msgid ""
 "sets a custom configuration file for the boostrap programm of choice and is "
 "empty by default. Refere to the documentation of debootstrap or cdebootstrap "
@@ -1503,13 +1563,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:294
 #, no-wrap
 msgid "-f|B<--bootstrap-flavour> minimal|standard"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:296
 msgid ""
 "defines if the bootstrap program should bootstrap the standard system (all "
 "packages of priority required and important, which is the default) or a "
@@ -1517,39 +1577,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:272
+#: en/lb_config.1:296
 #, no-wrap
 msgid "B<--bootstrap-keyring> I<PACKAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:298
 msgid ""
 "sets the archive keyring package to be used. Default is debian-archive-"
 "keyring."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:298
 #, no-wrap
 msgid "B<--cache> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:300
 msgid ""
 "defines globally if any cache should be used at all. Different caches can be "
 "controled through the their own options."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:276
+#: en/lb_config.1:300
 #, no-wrap
 msgid "B<--cache-indices> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:302
 msgid ""
 "defines if downloaded package indices and lists should be cached which is "
 "false by default. Enabling it would allow to rebuild an image completely "
@@ -1557,13 +1617,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:302
 #, no-wrap
 msgid "B<--cache-packages> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:304
 msgid ""
 "defines if downloaded packages files should be cached which is true by "
 "default. Disabling it does save space consumtion in your build directory, "
@@ -1574,13 +1634,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:304
 #, no-wrap
 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:306
 msgid ""
 "sets which stages should be cached. By default set to bootstrap. As an "
 "exception to the normal stage names, also rootfs can be used here which does "
@@ -1590,13 +1650,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:306
 #, no-wrap
 msgid "B<--checksums> md5|sha1|sha256|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:308
 msgid ""
 "defines if the binary image should contain a file called md5sums.txt, "
 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
@@ -1608,26 +1668,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:308
 #, no-wrap
 msgid "B<--compression> bzip2|gzip|lzip|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:310
 msgid ""
 "defines the compression program to be used to compress tarballs. Defaults to "
 "gzip."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:310
 #, no-wrap
 msgid "B<--build-with-chroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:312
 msgid ""
 "defines whetever live-build should use the tools from within the chroot to "
 "build the binary image or not by using and including the host systems tools. "
@@ -1642,13 +1702,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:312
 #, no-wrap
 msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:314
 msgid ""
 "defines which filesystem type should be used for the root filesystem image. "
 "If you use plain, then no filesystem image is created and the root "
@@ -1659,39 +1719,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:314
 #, no-wrap
 msgid "B<--clean>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:292
+#: en/lb_config.1:316
 msgid ""
 "minimizes config directory by automatically removing unused and thus empty "
 "subdirectories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:316
 #, no-wrap
 msgid "-c|B<--conffile> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:318
 msgid ""
 "using a user specified alternative configuration file in addition to the "
 "normally used one in the config directory."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:294
+#: en/lb_config.1:318
 #, no-wrap
 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:320
 msgid ""
 "defines what value the debconf frontend should be set to inside the chroot. "
 "Note that setting it to anything by noninteractive, which is the default, "
@@ -1699,13 +1759,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:296
+#: en/lb_config.1:320
 #, no-wrap
 msgid "B<--debconf-nowarnings> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:322
 msgid ""
 "defines if warnings of debconf should be displayed or not. Warnings from "
 "debconf are generally very rare and by default, we skipp them, if any, in "
@@ -1713,13 +1773,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:322
 #, no-wrap
 msgid "B<--debconf-priority> low|medium|high|critical"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:324
 msgid ""
 "defines what value the debconf priority shoul dbe set to inside the chroot. "
 "By default, it is set to critical, which means that almost no questions are "
@@ -1728,13 +1788,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:324
 #, no-wrap
 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:326
 msgid ""
 "defines which type, if any, of the debian-installer should be included in "
 "the resulting binary image. By default, no installer is included. All "
@@ -1746,13 +1806,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:326
 #, no-wrap
 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:328
 msgid ""
 "defines the distribution where the debian-installer files should be taken "
 "out from. Normally, this should be set to the same distribution as the live "
@@ -1761,26 +1821,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:328
 #, no-wrap
 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:330
 msgid ""
 "sets the filename or URL for an optionally used and included preseeding file "
 "for debian-installer."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:330
 #, no-wrap
 msgid "B<--debian-installer-gui> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:332
 msgid ""
 "defines if the debian-installer graphical GTK interface should be true or "
 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
@@ -1788,47 +1848,60 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308 en/live-build.7:36
+#: en/lb_config.1:332 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:334
 msgid "turn on debugging informational messages."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:334
 #, no-wrap
 msgid "-d|B<--distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:336
 msgid "defines the distribution of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:336
 #, no-wrap
 msgid "-d|B<--parent-distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:338
 msgid ""
 "defines the parent distribution for derivatives of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:338
+#, no-wrap
+msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:340
+msgid ""
+"defines the parent debian-installer distribution for derivatives of the "
+"resulting live system."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:340
 #, no-wrap
 msgid "B<--dump>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:342
 msgid ""
 "prepares a report of the currently present live system configuration and the "
 "version of live-build used. This is useful to provide if you submit bug "
@@ -1837,26 +1910,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:316
+#: en/lb_config.1:342
 #, no-wrap
 msgid "B<--fdisk> fdisk|fdisk.dist"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:344
 msgid ""
 "sets the filename of the fdisk binary from the host system that should be "
 "used. This is autodetected and does generally not need any customization."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:318 en/live-build.7:38
+#: en/lb_config.1:344 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:346
 msgid ""
 "forces re-execution of already run stages. Use only if you know what you are "
 "doing. It is generally safer to use B<lb clean> to clean up before re-"
@@ -1864,26 +1937,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:346
 #, no-wrap
 msgid "B<--grub-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:348
 msgid ""
 "defines the name of an optional to be included splash screen graphic for the "
 "grub bootloader."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:348
 #, no-wrap
 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:350
 msgid ""
 "defines the default options that will be appended to (almost) every gzip "
 "call during the building of the image. By default, this is set to --best to "
@@ -1892,13 +1965,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:350
 #, no-wrap
 msgid "B<--hooks> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:352
 msgid ""
 "defines which hooks available in /usr/share/live/build/examples/hooks should "
 "be activated. Normally, there are no hooks executed. Make sure you know and "
@@ -1906,24 +1979,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:326
+#: en/lb_config.1:352
 #, no-wrap
 msgid "B<--hostname> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:354
 msgid "sets the hostname of the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:354
 #, no-wrap
 msgid "B<--ignore-system-defaults>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:356
 msgid ""
 "B<lb config> by default reads system defaults from /etc/live/build.conf and /"
 "etc/live/build.d when generating a new live system config directory. This is "
@@ -1932,13 +2005,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:356
 #, no-wrap
 msgid "B<--includes> I<PATH|none>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:358
 msgid ""
 "sets the path to the includes that live-build is going to use, e.g. "
 "additional minimal documentation that you want to have on all live systems. "
@@ -1947,13 +2020,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:358
 #, no-wrap
 msgid "B<--initramfs> auto|none|live-boot|casper"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:360
 msgid ""
 "sets the name of package that contains the live system specific initramfs "
 "modification. By default, auto is used, which means that at build time of "
@@ -1964,13 +2037,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:360
 #, no-wrap
 msgid "B<--interactive> shell"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:362
 msgid ""
 "defines if after the chroot stage and before the beginning of the binary "
 "stage, a interactive shell login should be spawned in the chroot in order to "
@@ -1984,24 +2057,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:362
 #, no-wrap
 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:364
 msgid "defines options to pass to isohybrid."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:364
 #, no-wrap
 msgid "B<--iso-application> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:366
 msgid ""
 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
 "defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in "
@@ -2009,13 +2082,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:366
 #, no-wrap
 msgid "B<--iso-preparer> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:368
 msgid ""
 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
 "default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
@@ -2024,13 +2097,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:342
+#: en/lb_config.1:368
 #, no-wrap
 msgid "B<--iso-publisher> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:370
 msgid ""
 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
 "default, this is set to 'Debian Live project; http:/live.debian.net/; debian-"
@@ -2039,13 +2112,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:370
 #, no-wrap
 msgid "B<--iso-volume> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:372
 msgid ""
 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
@@ -2054,13 +2127,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:372
 #, no-wrap
 msgid "B<--jffs2-eraseblock> I<SIZE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:374
 msgid ""
 "sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) "
 "filesystem. The default is 64 KiB. If you use an erase block size different "
@@ -2070,26 +2143,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:374
 #, no-wrap
 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:376
 msgid ""
 "sets the keyring package or additional keyring packages. By default this is "
 "set to debian-archive-keyring."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:376
 #, no-wrap
 msgid "-l|B<--language> I<LANGUAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:378
 msgid ""
 "sets the language of a live system by installing l10n related packages. It "
 "doesn't enable generation of the correct locales through setting the right "
@@ -2097,26 +2170,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:352
+#: en/lb_config.1:378
 #, no-wrap
 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:380
 msgid ""
 "sets the kernel flavours to be installed. Note that in case you specify more "
 "than that the first will be configured the default kernel that gets booted."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:380
 #, no-wrap
 msgid "B<--linux-packages> \"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:382
 msgid ""
 "sets the internal name of the kernel packages naming scheme. If you use "
 "debian kernel packages, you will not have to adjust it. If you decide to use "
@@ -2130,26 +2203,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:356
+#: en/lb_config.1:382
 #, no-wrap
 msgid "B<--losetup> losetup|losetup.orig"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:384
 msgid ""
 "sets the filename of the losetup binary from the host system that should be "
 "used. This is autodetected and does generally not need any customization."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:384
 #, no-wrap
 msgid "B<--memtest> memtest86+|memtest86|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:386
 msgid ""
 "defines if memtest, memtest86+ or no memory tester at all should be included "
 "as secondary bootloader configuration. This is only available on amd64 and "
@@ -2157,13 +2230,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:386
 #, no-wrap
-msgid "-m|B<--mirror-bootstrap> I<URL>"
+msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:388
 msgid ""
 "sets the location of the debian package mirror that should be used to "
 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
@@ -2171,27 +2244,27 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:388
 #, no-wrap
-msgid "B<--mirror-chroot> I<URL>"
+msgid "B<--parent-mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:390
 msgid ""
 "sets the location of the debian package mirror that will be used to fetch "
 "the packages in order to build the live system. By default, this is set to "
-"the value of --mirror-bootstrap."
+"the value of --parent-mirror-bootstrap."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:390
 #, no-wrap
-msgid "B<--mirror-chroot-security> I<URL>"
+msgid "B<--parent-mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:392
 msgid ""
 "sets the location of the debian security package mirror that will be used to "
 "fetch the packages in order to build the live system. By default, this "
@@ -2199,27 +2272,27 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:392
 #, no-wrap
-msgid "B<--mirror-chroot-volatile> I<URL>"
+msgid "B<--parent-mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:394
 msgid ""
 "sets the location of the debian volatile package mirror that will be used to "
 "fetch packages in order to build the live system. By default, this is set to "
-"the value of --mirror-chroot."
+"the value of --parent-mirror-chroot."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:394
 #, no-wrap
-msgid "B<--mirror-chroot-backports> I<URL>"
+msgid "B<--parent-mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:396
 msgid ""
 "sets the location of the debian backports package mirror that will be used "
 "to fetch packages in order to build the live system. By default, this points "
@@ -2227,13 +2300,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:396
 #, no-wrap
-msgid "B<--mirror-binary> I<URL>"
+msgid "B<--parent-mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:398
 msgid ""
 "sets the location of the debian package mirror that should end up configured "
 "in the final image and which is the one a user would see and use. This has "
@@ -2243,13 +2316,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:398
 #, no-wrap
-msgid "B<--mirror-binary-security> I<URL>"
+msgid "B<--parent-mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:400
 msgid ""
 "sets the location of the debian security package mirror that should end up "
 "configured in the final image. By default, 'http://cdn.debian.net/debian-"
@@ -2257,27 +2330,27 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:374
+#: en/lb_config.1:400
 #, no-wrap
-msgid "B<--mirror-binary-volatile> I<URL>"
+msgid "B<--parent-mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:402
 msgid ""
 "sets the location of the debian volatile package mirror that should end up "
-"configured in the final image. By default, the value of --mirror-binary is "
-"used."
+"configured in the final image. By default, the value of --parent-mirror-"
+"binary is used."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:402
 #, no-wrap
-msgid "B<--mirror-binary-backports> I<URL>"
+msgid "B<--parent-mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:404
 msgid ""
 "sets the location of the debian backports package mirror that should end up "
 "configured in the final image. By default, 'http://backports.debian.org/"
@@ -2285,66 +2358,205 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:378
+#: en/lb_config.1:404
 #, no-wrap
-msgid "B<--mirror-debian-installer> I<URL>"
+msgid "B<--parent-mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:406
 msgid ""
 "sets the location of the mirror that will be used to fetch the debian "
 "installer images. By default, this points to the same mirror used to build "
-"the live system, i.e. the value of --mirror-bootstrap."
+"the live system, i.e. the value of --parent-mirror-bootstrap."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:406
+#, no-wrap
+msgid "-m|B<--mirror-bootstrap> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:408
+msgid ""
+"sets the location of the debian package mirror that should be used to "
+"bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
+"debian/ which may not be a good default if you live outside of Europe."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:408
+#, no-wrap
+msgid "B<--mirror-chroot> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:410
+msgid ""
+"sets the location of the debian package mirror that will be used to fetch "
+"the packages of the derivative in order to build the live system. By "
+"default, this is set to the value of --mirror-bootstrap."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:410
+#, no-wrap
+msgid "B<--mirror-chroot-security> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:412
+msgid ""
+"sets the location of the debian security package mirror that will be used to "
+"fetch the packages of the derivative in order to build the live system. By "
+"default, this points to http://security.debian.org/debian/."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:412
+#, no-wrap
+msgid "B<--mirror-chroot-volatile> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:414
+msgid ""
+"sets the location of the debian volatile package mirror that will be used to "
+"fetch packages of the derivative in order to build the live system. By "
+"default, this is set to the value of --mirror-chroot."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:414
+#, no-wrap
+msgid "B<--mirror-chroot-backports> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:416
+msgid ""
+"sets the location of the debian backports package mirror that will be used "
+"to fetch packages of the derivative in order to build the live system. By "
+"default, this points to http://backports.debian.org/debian-backports/."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:416
+#, no-wrap
+msgid "B<--mirror-binary> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:418
+msgid ""
+"sets the location of the derivative package mirror that should end up "
+"configured in the final image and which is the one a user would see and use. "
+"This has not necessarily to be the same that is used to build the image, e."
+"g. if you use a local mirror but want to have an official mirror in the "
+"image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:418
+#, no-wrap
+msgid "B<--mirror-binary-security> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:420
+msgid ""
+"sets the location of the derivatives security package mirror that should end "
+"up configured in the final image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:420
+#, no-wrap
+msgid "B<--mirror-binary-volatile> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:422
+msgid ""
+"sets the location of the derivatives volatile package mirror that should end "
+"up configured in the final image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:422
+#, no-wrap
+msgid "B<--mirror-binary-backports> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:424
+msgid ""
+"sets the location of the derivatives backports package mirror that should "
+"end up configured in the final image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:424
+#, no-wrap
+msgid "B<--mirror-debian-installer> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:426
+msgid ""
+"sets the location of the mirror that will be used to fetch the debian "
+"installer images of the derivative. By default, this points to the same "
+"mirror used to build the live system, i.e. the value of --mirror-bootstrap."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:426
 #, no-wrap
 msgid "B<--mode> debian|emdebian|ubuntu"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:428
 msgid ""
 "defines a global mode to load project specific defaults. By default this is "
 "set to debian."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:428
 #, no-wrap
 msgid "B<--net-root-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:384
+#: en/lb_config.1:430
 msgid ""
 "defines the filesystem that will be configured in the bootloader "
 "configuration for your netboot image. This defaults to nfs."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:430
 #, no-wrap
 msgid "B<--net-root-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:386
+#: en/lb_config.1:432
 msgid ""
 "sets additional options for mounting the root filesystem in netboot images "
 "and is by default empty."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:432
 #, no-wrap
 msgid "B<--net-root-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:434
 msgid ""
 "sets the file path that will be configured in the bootloader configuration "
 "for your netboot image. This defaults to /srv/debian-live in debian mode and "
@@ -2353,13 +2565,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:434
 #, no-wrap
 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:390
+#: en/lb_config.1:436
 msgid ""
 "sets the IP or hostname that will be configured in the bootloader "
 "configuration for the root filesystem of your netboot image. This defaults "
@@ -2367,38 +2579,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:436
 #, no-wrap
 msgid "B<--net-cow-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:438
 msgid ""
 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:438
 #, no-wrap
 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:440
 msgid ""
 "sets additional options for mounting the copy-on-write layer in netboot "
 "images and is by default empty."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:440
 #, no-wrap
 msgid "B<--net-cow-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:396
+#: en/lb_config.1:442
 msgid ""
 "defines the path to client writable filesystem. Anywhere that "
 "I<client_mac_address> is specified in the path live-boot will substitute the "
@@ -2406,28 +2618,28 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:399
+#: en/lb_config.1:445
 msgid "Example:"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:401
+#: en/lb_config.1:447
 msgid "/export/hosts/client_mac_address"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:403
+#: en/lb_config.1:449
 msgid "/export/hosts/00-16-D3-33-92-E8"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:403
+#: en/lb_config.1:449
 #, no-wrap
 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:405
+#: en/lb_config.1:451
 msgid ""
 "sets the IP or hostname that will be configured in the bootloader "
 "configuration for the copy-on-write filesystem of your netboot image and is "
@@ -2435,13 +2647,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:405
+#: en/lb_config.1:451
 #, no-wrap
 msgid "B<--net-tarball> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:407
+#: en/lb_config.1:453
 msgid ""
 "defines if a compressed tarball should be created. Disabling this options "
 "leads to no tarball at all, the plain binary directory is considered the "
@@ -2449,13 +2661,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:407
+#: en/lb_config.1:453
 #, no-wrap
 msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:409
+#: en/lb_config.1:455
 msgid ""
 "defines which lists available in /usr/share/live/build/lists should be used. "
 "By default, this is set to standard. Note that in case you have local "
@@ -2465,13 +2677,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:409
+#: en/lb_config.1:455
 #, no-wrap
 msgid "B<--packages> I<PACKAGE>|\"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:411
+#: en/lb_config.1:457
 msgid ""
 "defines one or more packages to be installed in the live system. This is a "
 "quick and convenient place to add a few packages when building an image "
@@ -2480,37 +2692,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:411 en/live-build.7:40
+#: en/lb_config.1:457 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:413
+#: en/lb_config.1:459
 msgid "reduces the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:413
+#: en/lb_config.1:459
 #, no-wrap
 msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:415
+#: en/lb_config.1:461
 msgid ""
 "enables one of available third-party repository configurations in /usr/share/"
 "live/build/repositories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:415
+#: en/lb_config.1:461
 #, no-wrap
 msgid "B<--root-command> sudo"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:417
+#: en/lb_config.1:463
 msgid ""
 "controls if live-build should use sudo internally to build the live image. "
 "Note that this is not well tested and that you should, when relying on sudo, "
@@ -2518,13 +2730,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:417
+#: en/lb_config.1:463
 #, no-wrap
 msgid "B<--use-fakeroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:419
+#: en/lb_config.1:465
 msgid ""
 "controls if live-build should utilize fakeroot and fakechroot to try and "
 "avoid requiring root privillages where possible. By default, this option is "
@@ -2532,13 +2744,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:419
+#: en/lb_config.1:465
 #, no-wrap
 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:421
+#: en/lb_config.1:467
 msgid ""
 "defines which package archive areas of a debian packages archive should be "
 "used for configured debian package mirrors. By default, this is set to main. "
@@ -2548,26 +2760,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:421
+#: en/lb_config.1:467
 #, no-wrap
 msgid "B<--security> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:423
+#: en/lb_config.1:469
 msgid ""
 "defines if the security repositories specified in the security mirror "
 "options should be used or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:423
+#: en/lb_config.1:469
 #, no-wrap
 msgid "B<--source> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:425
+#: en/lb_config.1:471
 msgid ""
 "defines if a corresponding source image to the binary image should be build. "
 "By default this is false because most people do not require this and would "
@@ -2577,37 +2789,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:425
+#: en/lb_config.1:471
 #, no-wrap
 msgid "-s|B<--source-images> iso|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:427
+#: en/lb_config.1:473
 msgid "defines the image type for the source image. Default is tar."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:427
+#: en/lb_config.1:473
 #, no-wrap
 msgid "B<--syslinux-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:429
+#: en/lb_config.1:475
 msgid ""
 "defines the file of the syslinux splash graphic that should be used instead "
 "of the default one."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:429
+#: en/lb_config.1:475
 #, no-wrap
 msgid "B<--syslinux-timeout> I<SECONDS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:431
+#: en/lb_config.1:477
 msgid ""
 "defines the timeout the syslinux bootloader should wait for input from the "
 "user at the bootprompt prior booting the default kernel. This defaults to 0 "
@@ -2615,38 +2827,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:431
+#: en/lb_config.1:477
 #, no-wrap
 msgid "B<--syslinux-menu> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:433
+#: en/lb_config.1:479
 msgid ""
 "defines if syslinux should be make use of the vgamenu capabilities or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:433
+#: en/lb_config.1:479
 #, no-wrap
 msgid "B<--tasksel> aptitude|tasksel"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:435
+#: en/lb_config.1:481
 msgid ""
 "selects which program is used to install tasks. By default, this is set to "
 "tasksel."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:435
+#: en/lb_config.1:481
 #, no-wrap
 msgid "B<--tasks> I<TASK>|\"I<TASKS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:437
+#: en/lb_config.1:483
 msgid ""
 "defines one or more package tasks to be installed in the live system. This "
 "is a quick and convenient way to get a reasonable default selection of "
@@ -2656,26 +2868,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:437
+#: en/lb_config.1:483
 #, no-wrap
 msgid "B<--templates> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:439
+#: en/lb_config.1:485
 msgid ""
 "sets the path to the templates that live-build is going to use, e.g. for "
 "bootloaders. By default, this is set to /usr/share/live/build/templates/."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:439
+#: en/lb_config.1:485
 #, no-wrap
 msgid "B<--virtual-root-size> MB"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:487
 msgid ""
 "defines what size the virtual-hdd image should be. Note that although the "
 "default is set to 10000 (= 10GB), it will not need 10GB space on your "
@@ -2683,39 +2895,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:441
+#: en/lb_config.1:487
 #, no-wrap
 msgid "B<--volatile> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:489
 msgid ""
 "defines if debian volatile package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:443
+#: en/lb_config.1:489
 #, no-wrap
 msgid "B<--backports> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:491
 msgid ""
 "defines if debian backports package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:491
 #, no-wrap
 msgid "B<--exposed-root> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:493
 msgid ""
 "defines whether to expose the root filesystem as read only and not covered "
 "by the union filesystem. This has useful implications for certain speciality "
@@ -2723,48 +2935,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:493
 #, no-wrap
 msgid "B<--username> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:495
 msgid "sets the name of the account of the default user in the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449 en/live-build.7:42
+#: en/lb_config.1:495 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:497
 msgid "increases the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:451
+#: en/lb_config.1:497
 #, no-wrap
 msgid "B<--win32-loader true|false>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:454
+#: en/lb_config.1:500
 msgid "defines if win32-loader should be included in the binary image or not."
 msgstr ""
 
 #. type: SH
-#: en/lb_config.1:455
+#: en/lb_config.1:501
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:458
+#: en/lb_config.1:504
 msgid ""
 "Currently, command line switches can also be specified through the "
 "corresponding environment variable. However, this generally should not be "
@@ -2778,22 +2990,23 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:462
+#: en/lb_config.1:508
 #, no-wrap
 msgid "B<auto/config>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:463
+#: en/lb_config.1:509
 #, no-wrap
 msgid "B</etc/live/build.conf, /etc/live/build.d>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:466
+#: en/lb_config.1:512
 msgid ""
 "An optional, global configuration file for B<lb config> variables. It is "
-"useful to specify a few system wide defaults, like LB_MIRROR_BOOTSTRAP. This "
-"feature can be false by specifying the B<--ignore-system-defaults> option."
+"useful to specify a few system wide defaults, like "
+"LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the B<--"
+"ignore-system-defaults> option."
 msgstr ""
diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot
index 6f0d293..36a89b4 100644
--- a/manpages/pot/lb_local.1.pot
+++ b/manpages/pot/lb_local.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index 569b663..843e6e5 100644
--- a/manpages/pot/lb_source.1.pot
+++ b/manpages/pot/lb_source.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot
index 14af8a4..a1ff074 100644
--- a/manpages/pot/lb_source_checksums.1.pot
+++ b/manpages/pot/lb_source_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot
index 451fef7..a71c5e5 100644
--- a/manpages/pot/lb_source_debian-live.1.pot
+++ b/manpages/pot/lb_source_debian-live.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot
index 3510c85..962a8c8 100644
--- a/manpages/pot/lb_source_debian.1.pot
+++ b/manpages/pot/lb_source_debian.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot
index 5ed36a2..b5547fa 100644
--- a/manpages/pot/lb_source_disk.1.pot
+++ b/manpages/pot/lb_source_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot
index 987cb66..25bc5be 100644
--- a/manpages/pot/lb_source_iso.1.pot
+++ b/manpages/pot/lb_source_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot
index 48effac..d6e402e 100644
--- a/manpages/pot/lb_source_net.1.pot
+++ b/manpages/pot/lb_source_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot
index f377664..07e4c6c 100644
--- a/manpages/pot/lb_source_tar.1.pot
+++ b/manpages/pot/lb_source_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot
index 18f3291..5436f06 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: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot
index 5c07ed4..11d6e90 100644
--- a/manpages/pot/lb_source_virtual-hdd.1.pot
+++ b/manpages/pot/lb_source_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -465,7 +465,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -502,7 +502,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -578,7 +578,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -618,7 +618,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -655,7 +655,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index 480e272..8a278dd 100644
--- a/manpages/pot/lb_testroot.1.pot
+++ b/manpages/pot/lb_testroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -363,7 +363,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -400,7 +400,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:515
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -436,7 +436,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -472,7 +472,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -509,7 +509,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -548,7 +548,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -585,7 +585,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -625,7 +625,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -662,7 +662,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index 2bdff54..4b2e92b 100644
--- a/manpages/pot/live-build.7.pot
+++ b/manpages/pot/live-build.7.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"POT-Creation-Date: 2011-02-15 19:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -81,7 +81,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-01-11"
+msgid "2011-02-15"
 msgstr ""
 
 #. type: TH
@@ -115,7 +115,7 @@ msgstr ""
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a11"
+msgid "3.0~a12"
 msgstr ""
 
 #. type: TH
@@ -245,7 +245,7 @@ msgstr ""
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
 #: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:247 en/lb_local.1:9
 #: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
@@ -281,7 +281,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:256
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -318,7 +318,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:506
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
@@ -356,7 +356,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:513
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
@@ -393,7 +393,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:517
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
@@ -429,7 +429,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:518
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
@@ -466,7 +466,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:520
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
@@ -505,7 +505,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:521
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
@@ -542,7 +542,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:523
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
@@ -582,7 +582,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:524
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
@@ -619,7 +619,7 @@ msgstr ""
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:525
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
@@ -667,25 +667,25 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308 en/live-build.7:36
+#: en/lb_config.1:332 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:318 en/live-build.7:38
+#: en/lb_config.1:344 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:411 en/live-build.7:40
+#: en/lb_config.1:457 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449 en/live-build.7:42
+#: en/lb_config.1:495 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
diff --git a/repositories/progress-linux_artax b/repositories/progress-linux_artax
deleted file mode 100644
index b851d5f..0000000
--- a/repositories/progress-linux_artax
+++ /dev/null
@@ -1,7 +0,0 @@
-# Progress Linux 1.0 (artax)
-
-deb http://archive.progress-linux.org/progress/ artax @ARCHIVE_AREAS@
-deb-src http://archive.progress-linux.org/progress/ artax @ARCHIVE_AREAS@
-
-deb http://archive.progress-linux.org/progress/ artax-staging @ARCHIVE_AREAS@
-deb-src http://archive.progress-linux.org/progress/ artax-staging @ARCHIVE_AREAS@
diff --git a/repositories/progress-linux_artax-backports b/repositories/progress-linux_artax-backports
deleted file mode 100644
index 48be6ee..0000000
--- a/repositories/progress-linux_artax-backports
+++ /dev/null
@@ -1,15 +0,0 @@
-# Progress Linux 1.0 (artax)
-
-deb http://archive.progress-linux.org/progress/ artax @ARCHIVE_AREAS@
-deb-src http://archive.progress-linux.org/progress/ artax @ARCHIVE_AREAS@
-
-deb http://archive.progress-linux.org/progress/ artax-staging @ARCHIVE_AREAS@
-deb-src http://archive.progress-linux.org/progress/ artax-staging @ARCHIVE_AREAS@
-
-# Progress Linux 1.0 (artax) - backports
-
-deb http://archive.progress-linux.org/progress/ artax-backports @ARCHIVE_AREAS@
-deb-src http://archive.progress-linux.org/progress/ artax-backports @ARCHIVE_AREAS@
-
-deb http://archive.progress-linux.org/progress/ artax-backports-staging @ARCHIVE_AREAS@
-deb-src http://archive.progress-linux.org/progress/ artax-backports-staging @ARCHIVE_AREAS@
diff --git a/repositories/progress-linux_artax-backports.gpg b/repositories/progress-linux_artax-backports.gpg
deleted file mode 100644
index c4a248f..0000000
--- a/repositories/progress-linux_artax-backports.gpg
+++ /dev/null
@@ -1,53 +0,0 @@
------BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v1.4.10 (GNU/Linux)
-
-mQINBEy6rbMBEACd8OmNrdmuRq1wZ7xudolmVxsLZD1sAyEkmYpvZd3uuVqXsKN6
-y7NXHGczjHLtEhLhylpiK+BVlilzpWSI3CB8npFz3CDALkGH2V4TbP6GkAb07cpj
-ktbZ/4gq+mPShwqxZpuBlCSr11npZK6XXyDiXdshFrHrFmvP52Gp3rKBv3xz8Tem
-BrHgLe9xCbmURZWOxuKiYuOp0j1A3WH3XeszybnntKbjxprDVJwink35GO5xm6p6
-B+kFyhe05txrInZm4R7ctL2gcXubmtCrWz2e0hvj8N7VVI9k1Vm7GFkIvSsMwUhN
-VGEszwCC+tHbYaNJXVQYd7FtGPC6vhDnF0QD1TVvKr3oiODYVRdQpe/WUqyooECj
-B0wiVKr4pgUCw7c6OCjegMpUGha7vzGgef+ozEep4sJAIVbl2Ixcq4UMjK3wNmT1
-2yPxpabEzgG/PCJ78nyc7eewPJPQq/s4gpRLJOaEE6zmauQrflKtCl9taFRpm1a4
-aZit6ES94ETUyDG2h4thtazDBBTmzW2gLwwA4hGWOGJ9k80FJLPWw4G9hLvga+sY
-FbckJ+D9NFKJNUuM/W1feddBjpOH/xsr0FIdfbm/8eIhCW2ox5m9LlPx2wXey0S6
-vzRZKOzp8HNl5o7+EMcKfmXDQOO83T7d3QEG+EZq4Cg2/XLVpwYL8liTKQARAQAB
-tFxQcm9ncmVzcyBMaW51eCBBcmNoaXZlIEF1dG9tYXRpYyBTaWduaW5nIEtleSAo
-MS4wL2FydGF4KSA8c3lzYWRtaW5AbGlzdHMucHJvZ3Jlc3MtbGludXgub3JnPokC
-PQQTAQgAJwUCTLqtswIbAwUJEs/3gAULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAK
-CRD/maXDBVyNeM8lEACUjjNW9pY3Nx++uAnEvUpRFVeg3c0z1XSO4ZMzHSOQ/C5e
-fA0DY8oPP3MS639HQj6JRK8DQEjFYmN+JpyAUn3AiqbFIN0yLC1mOs2ewz+Q1g7w
-VsTJGLJZryKRJapO7ikXZiqmtd3zUIFJThtr6mib8D+GQ8x7arFfyfnCfAMGg0Y+
-8oRtMk20yUhKtTSCJ5sLUfKNLTaAEbyX1bj6WogYH8HY89ZnFgvLlxIAMaahdhjC
-p4ko/1G3MRdCq9Y6LVeRWjv3OqWlPLr+lEN001qE6f0IBpvv6CsyTYI+wXd+tsBh
-vyx6XiJLa1iU6RB6jhH9UNODj8umoStWsCqXJm8IivDkDdMaWS8YZ7tgiYF7G95E
-gY0HvHhL5eVgVHTSnTN+bnmAHDGGwwQYMwz0o7xPDIVc/vQkILWOtIprc9amzHyR
-paNYQVPmQu6QnBgBBQyFSIrfnUV2fdmCdOa1JkP70EHIVDKohQO/fV4E7WH8s+Mx
-8/KrHwGBJGSdMHLDAr2R1TiZaf6sN/Ec8jr63mmEYkfULe4MPGvxxCtOjdakYgg1
-U9WZ76g4ApEcwF0zsFqtGcMGoiJ0/5mWojCbVzaFNo/tbv/DLSPnJdk88TqMvJcf
-P5N9T1Fykiya4mT1DQXqTB0JX156l76u/kps3yrSvPJsyDaL8OncCPsKgTeKHbkC
-DQRMuq4jARAAt0Yy1/si7gIdRPZ3jYVYbVD99Vu481rg1mwW8uw093o8AX5K/XM5
-57GWWAUiApH5LLSbXB3Zo96qiTJi2aAQZbWzorR9IA0XK6dLWVkQQSePacGe+IFB
-h9K8fMadSPeSLeYsHXVf3G0H2kDYKARqfmGc08cDpHdl6v3n9ZfqXGpvVCfXPNRq
-8YqVURrxQuphntpMqa9eOjVJmvXyItEPsQ9zugQllMeb9IDAkUTKwfMqWZguhfUO
-LmIO/Ns+uXld6qXMje8Z/SQrdqDrQLmEiqUz7ay7mQoKPcKtf6OBKEB/a71mCFSf
-YdIUaDECrcHWz5Aq/z0jSjC1Xh0d3Rzh+pZ8LvBPkNS5MgM2O9xJtkhLSvFerHnj
-ZdndN6GmaicaYSweOJyh0Op3xQDk/ci5c8tjJ+59dOqN7SPzSq6qWw6ZKdFadYdY
-hCvRycxMItfh7y72wTJEMv8qw0c/bIgXn0wIc8xI7TtNEodfoJmcZingBDXML89O
-71WvW4FqGBUtSKMlLR1cy5nASNGbN+eKMthFEU2V5G+/0tRwMPVEId6mw4ULlsSk
-sDmFGG3V2ZNb9rbHPrlXXpADbaSBCfjTWqJFlrTK+VyjWk8OLRLH19q27A8jDdnw
-0w6ccBksW8TjqOtAqwSv++qKu6vtYCsdGvhJK77tFdq7yL+v42Z+tekAEQEAAYkC
-JQQYAQgADwUCTLquIwIbDAUJEs/3gAAKCRD/maXDBVyNePTAD/9iczN1SOxsYzud
-0KTTu1BaBCwM89tPmonpq1j0MtI+a2zchRf4hqp9HIrWn4aAqjIZ+4K9bAYGCPYy
-4GIQvHy6bg/GBxh54Lm8yuJDbT1E6J/t22UUgijp0bK6SarQcAYe/v1AhOJYDKqY
-GjU7/B5IE0j1R9Toz95OB1TfcS7NhsUGwYJmO57k1t/jGSwiJkWmlFeiMeN2nGL7
-CFenOgi+P3husxXfaap4t6F/D8eNpFoLCulsD8t1n00QZ55dPZ1Nh++PqLKp+MEy
-JGLKi0oH269JwW3MW/GuWW6H05xgLXAJ6gXOSCDGaf4MXhZIQwz9viEzCQ8oTk4h
-cogBwWeRxvWMXUrxKqjbTeF8FQ7eOMMX6qWhBdalbJxPVhpk/XjxdyIRHtXpAkhc
-Z9Ue89YStD1PMziaYszeF9b8Va6gSnT49qxkybWuVd/fk/89E5Vu826ozXKMb7b3
-HWDc/JD79dYBOjDb1+h5n606mumKMUnvQrZhduiah1pBoBOMJR67b32LqFtH6AIb
-0pMMEMJlUnFOp9mCtEnmL86E3enJV99PDX9Zjq9xLiE65AT4exDqY7rePloRIuPI
-Zg7qiBRSZOAztMQWAiDJxX1YAk8RJesLSSy7VV/9N3lwxMHcdvt6ZBgrwm+yOdC0
-ynEx7mFdpU8WS9iMWrnEJC5G0aL6XA==
-=eKf+
------END PGP PUBLIC KEY BLOCK-----
diff --git a/repositories/progress-linux_artax.gpg b/repositories/progress-linux_artax.gpg
deleted file mode 100644
index c4a248f..0000000
--- a/repositories/progress-linux_artax.gpg
+++ /dev/null
@@ -1,53 +0,0 @@
------BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v1.4.10 (GNU/Linux)
-
-mQINBEy6rbMBEACd8OmNrdmuRq1wZ7xudolmVxsLZD1sAyEkmYpvZd3uuVqXsKN6
-y7NXHGczjHLtEhLhylpiK+BVlilzpWSI3CB8npFz3CDALkGH2V4TbP6GkAb07cpj
-ktbZ/4gq+mPShwqxZpuBlCSr11npZK6XXyDiXdshFrHrFmvP52Gp3rKBv3xz8Tem
-BrHgLe9xCbmURZWOxuKiYuOp0j1A3WH3XeszybnntKbjxprDVJwink35GO5xm6p6
-B+kFyhe05txrInZm4R7ctL2gcXubmtCrWz2e0hvj8N7VVI9k1Vm7GFkIvSsMwUhN
-VGEszwCC+tHbYaNJXVQYd7FtGPC6vhDnF0QD1TVvKr3oiODYVRdQpe/WUqyooECj
-B0wiVKr4pgUCw7c6OCjegMpUGha7vzGgef+ozEep4sJAIVbl2Ixcq4UMjK3wNmT1
-2yPxpabEzgG/PCJ78nyc7eewPJPQq/s4gpRLJOaEE6zmauQrflKtCl9taFRpm1a4
-aZit6ES94ETUyDG2h4thtazDBBTmzW2gLwwA4hGWOGJ9k80FJLPWw4G9hLvga+sY
-FbckJ+D9NFKJNUuM/W1feddBjpOH/xsr0FIdfbm/8eIhCW2ox5m9LlPx2wXey0S6
-vzRZKOzp8HNl5o7+EMcKfmXDQOO83T7d3QEG+EZq4Cg2/XLVpwYL8liTKQARAQAB
-tFxQcm9ncmVzcyBMaW51eCBBcmNoaXZlIEF1dG9tYXRpYyBTaWduaW5nIEtleSAo
-MS4wL2FydGF4KSA8c3lzYWRtaW5AbGlzdHMucHJvZ3Jlc3MtbGludXgub3JnPokC
-PQQTAQgAJwUCTLqtswIbAwUJEs/3gAULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAK
-CRD/maXDBVyNeM8lEACUjjNW9pY3Nx++uAnEvUpRFVeg3c0z1XSO4ZMzHSOQ/C5e
-fA0DY8oPP3MS639HQj6JRK8DQEjFYmN+JpyAUn3AiqbFIN0yLC1mOs2ewz+Q1g7w
-VsTJGLJZryKRJapO7ikXZiqmtd3zUIFJThtr6mib8D+GQ8x7arFfyfnCfAMGg0Y+
-8oRtMk20yUhKtTSCJ5sLUfKNLTaAEbyX1bj6WogYH8HY89ZnFgvLlxIAMaahdhjC
-p4ko/1G3MRdCq9Y6LVeRWjv3OqWlPLr+lEN001qE6f0IBpvv6CsyTYI+wXd+tsBh
-vyx6XiJLa1iU6RB6jhH9UNODj8umoStWsCqXJm8IivDkDdMaWS8YZ7tgiYF7G95E
-gY0HvHhL5eVgVHTSnTN+bnmAHDGGwwQYMwz0o7xPDIVc/vQkILWOtIprc9amzHyR
-paNYQVPmQu6QnBgBBQyFSIrfnUV2fdmCdOa1JkP70EHIVDKohQO/fV4E7WH8s+Mx
-8/KrHwGBJGSdMHLDAr2R1TiZaf6sN/Ec8jr63mmEYkfULe4MPGvxxCtOjdakYgg1
-U9WZ76g4ApEcwF0zsFqtGcMGoiJ0/5mWojCbVzaFNo/tbv/DLSPnJdk88TqMvJcf
-P5N9T1Fykiya4mT1DQXqTB0JX156l76u/kps3yrSvPJsyDaL8OncCPsKgTeKHbkC
-DQRMuq4jARAAt0Yy1/si7gIdRPZ3jYVYbVD99Vu481rg1mwW8uw093o8AX5K/XM5
-57GWWAUiApH5LLSbXB3Zo96qiTJi2aAQZbWzorR9IA0XK6dLWVkQQSePacGe+IFB
-h9K8fMadSPeSLeYsHXVf3G0H2kDYKARqfmGc08cDpHdl6v3n9ZfqXGpvVCfXPNRq
-8YqVURrxQuphntpMqa9eOjVJmvXyItEPsQ9zugQllMeb9IDAkUTKwfMqWZguhfUO
-LmIO/Ns+uXld6qXMje8Z/SQrdqDrQLmEiqUz7ay7mQoKPcKtf6OBKEB/a71mCFSf
-YdIUaDECrcHWz5Aq/z0jSjC1Xh0d3Rzh+pZ8LvBPkNS5MgM2O9xJtkhLSvFerHnj
-ZdndN6GmaicaYSweOJyh0Op3xQDk/ci5c8tjJ+59dOqN7SPzSq6qWw6ZKdFadYdY
-hCvRycxMItfh7y72wTJEMv8qw0c/bIgXn0wIc8xI7TtNEodfoJmcZingBDXML89O
-71WvW4FqGBUtSKMlLR1cy5nASNGbN+eKMthFEU2V5G+/0tRwMPVEId6mw4ULlsSk
-sDmFGG3V2ZNb9rbHPrlXXpADbaSBCfjTWqJFlrTK+VyjWk8OLRLH19q27A8jDdnw
-0w6ccBksW8TjqOtAqwSv++qKu6vtYCsdGvhJK77tFdq7yL+v42Z+tekAEQEAAYkC
-JQQYAQgADwUCTLquIwIbDAUJEs/3gAAKCRD/maXDBVyNePTAD/9iczN1SOxsYzud
-0KTTu1BaBCwM89tPmonpq1j0MtI+a2zchRf4hqp9HIrWn4aAqjIZ+4K9bAYGCPYy
-4GIQvHy6bg/GBxh54Lm8yuJDbT1E6J/t22UUgijp0bK6SarQcAYe/v1AhOJYDKqY
-GjU7/B5IE0j1R9Toz95OB1TfcS7NhsUGwYJmO57k1t/jGSwiJkWmlFeiMeN2nGL7
-CFenOgi+P3husxXfaap4t6F/D8eNpFoLCulsD8t1n00QZ55dPZ1Nh++PqLKp+MEy
-JGLKi0oH269JwW3MW/GuWW6H05xgLXAJ6gXOSCDGaf4MXhZIQwz9viEzCQ8oTk4h
-cogBwWeRxvWMXUrxKqjbTeF8FQ7eOMMX6qWhBdalbJxPVhpk/XjxdyIRHtXpAkhc
-Z9Ue89YStD1PMziaYszeF9b8Va6gSnT49qxkybWuVd/fk/89E5Vu826ozXKMb7b3
-HWDc/JD79dYBOjDb1+h5n606mumKMUnvQrZhduiah1pBoBOMJR67b32LqFtH6AIb
-0pMMEMJlUnFOp9mCtEnmL86E3enJV99PDX9Zjq9xLiE65AT4exDqY7rePloRIuPI
-Zg7qiBRSZOAztMQWAiDJxX1YAk8RJesLSSy7VV/9N3lwxMHcdvt6ZBgrwm+yOdC0
-ynEx7mFdpU8WS9iMWrnEJC5G0aL6XA==
-=eKf+
------END PGP PUBLIC KEY BLOCK-----
diff --git a/repositories/progress-linux_baureo b/repositories/progress-linux_baureo
deleted file mode 100644
index 8ccf105..0000000
--- a/repositories/progress-linux_baureo
+++ /dev/null
@@ -1,7 +0,0 @@
-# Progress Linux 2.0 (baureo) - unreleased
-
-deb http://archive.progress-linux.org/progress/ baureo @ARCHIVE_AREAS@
-deb-src http://archive.progress-linux.org/progress/ baureo @ARCHIVE_AREAS@
-
-deb http://archive.progress-linux.org/progress/ baureo-staging @ARCHIVE_AREAS@
-deb-src http://archive.progress-linux.org/progress/ baureo-staging @ARCHIVE_AREAS@
diff --git a/repositories/progress-linux_baureo.gpg b/repositories/progress-linux_baureo.gpg
deleted file mode 100644
index c4a248f..0000000
--- a/repositories/progress-linux_baureo.gpg
+++ /dev/null
@@ -1,53 +0,0 @@
------BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v1.4.10 (GNU/Linux)
-
-mQINBEy6rbMBEACd8OmNrdmuRq1wZ7xudolmVxsLZD1sAyEkmYpvZd3uuVqXsKN6
-y7NXHGczjHLtEhLhylpiK+BVlilzpWSI3CB8npFz3CDALkGH2V4TbP6GkAb07cpj
-ktbZ/4gq+mPShwqxZpuBlCSr11npZK6XXyDiXdshFrHrFmvP52Gp3rKBv3xz8Tem
-BrHgLe9xCbmURZWOxuKiYuOp0j1A3WH3XeszybnntKbjxprDVJwink35GO5xm6p6
-B+kFyhe05txrInZm4R7ctL2gcXubmtCrWz2e0hvj8N7VVI9k1Vm7GFkIvSsMwUhN
-VGEszwCC+tHbYaNJXVQYd7FtGPC6vhDnF0QD1TVvKr3oiODYVRdQpe/WUqyooECj
-B0wiVKr4pgUCw7c6OCjegMpUGha7vzGgef+ozEep4sJAIVbl2Ixcq4UMjK3wNmT1
-2yPxpabEzgG/PCJ78nyc7eewPJPQq/s4gpRLJOaEE6zmauQrflKtCl9taFRpm1a4
-aZit6ES94ETUyDG2h4thtazDBBTmzW2gLwwA4hGWOGJ9k80FJLPWw4G9hLvga+sY
-FbckJ+D9NFKJNUuM/W1feddBjpOH/xsr0FIdfbm/8eIhCW2ox5m9LlPx2wXey0S6
-vzRZKOzp8HNl5o7+EMcKfmXDQOO83T7d3QEG+EZq4Cg2/XLVpwYL8liTKQARAQAB
-tFxQcm9ncmVzcyBMaW51eCBBcmNoaXZlIEF1dG9tYXRpYyBTaWduaW5nIEtleSAo
-MS4wL2FydGF4KSA8c3lzYWRtaW5AbGlzdHMucHJvZ3Jlc3MtbGludXgub3JnPokC
-PQQTAQgAJwUCTLqtswIbAwUJEs/3gAULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAK
-CRD/maXDBVyNeM8lEACUjjNW9pY3Nx++uAnEvUpRFVeg3c0z1XSO4ZMzHSOQ/C5e
-fA0DY8oPP3MS639HQj6JRK8DQEjFYmN+JpyAUn3AiqbFIN0yLC1mOs2ewz+Q1g7w
-VsTJGLJZryKRJapO7ikXZiqmtd3zUIFJThtr6mib8D+GQ8x7arFfyfnCfAMGg0Y+
-8oRtMk20yUhKtTSCJ5sLUfKNLTaAEbyX1bj6WogYH8HY89ZnFgvLlxIAMaahdhjC
-p4ko/1G3MRdCq9Y6LVeRWjv3OqWlPLr+lEN001qE6f0IBpvv6CsyTYI+wXd+tsBh
-vyx6XiJLa1iU6RB6jhH9UNODj8umoStWsCqXJm8IivDkDdMaWS8YZ7tgiYF7G95E
-gY0HvHhL5eVgVHTSnTN+bnmAHDGGwwQYMwz0o7xPDIVc/vQkILWOtIprc9amzHyR
-paNYQVPmQu6QnBgBBQyFSIrfnUV2fdmCdOa1JkP70EHIVDKohQO/fV4E7WH8s+Mx
-8/KrHwGBJGSdMHLDAr2R1TiZaf6sN/Ec8jr63mmEYkfULe4MPGvxxCtOjdakYgg1
-U9WZ76g4ApEcwF0zsFqtGcMGoiJ0/5mWojCbVzaFNo/tbv/DLSPnJdk88TqMvJcf
-P5N9T1Fykiya4mT1DQXqTB0JX156l76u/kps3yrSvPJsyDaL8OncCPsKgTeKHbkC
-DQRMuq4jARAAt0Yy1/si7gIdRPZ3jYVYbVD99Vu481rg1mwW8uw093o8AX5K/XM5
-57GWWAUiApH5LLSbXB3Zo96qiTJi2aAQZbWzorR9IA0XK6dLWVkQQSePacGe+IFB
-h9K8fMadSPeSLeYsHXVf3G0H2kDYKARqfmGc08cDpHdl6v3n9ZfqXGpvVCfXPNRq
-8YqVURrxQuphntpMqa9eOjVJmvXyItEPsQ9zugQllMeb9IDAkUTKwfMqWZguhfUO
-LmIO/Ns+uXld6qXMje8Z/SQrdqDrQLmEiqUz7ay7mQoKPcKtf6OBKEB/a71mCFSf
-YdIUaDECrcHWz5Aq/z0jSjC1Xh0d3Rzh+pZ8LvBPkNS5MgM2O9xJtkhLSvFerHnj
-ZdndN6GmaicaYSweOJyh0Op3xQDk/ci5c8tjJ+59dOqN7SPzSq6qWw6ZKdFadYdY
-hCvRycxMItfh7y72wTJEMv8qw0c/bIgXn0wIc8xI7TtNEodfoJmcZingBDXML89O
-71WvW4FqGBUtSKMlLR1cy5nASNGbN+eKMthFEU2V5G+/0tRwMPVEId6mw4ULlsSk
-sDmFGG3V2ZNb9rbHPrlXXpADbaSBCfjTWqJFlrTK+VyjWk8OLRLH19q27A8jDdnw
-0w6ccBksW8TjqOtAqwSv++qKu6vtYCsdGvhJK77tFdq7yL+v42Z+tekAEQEAAYkC
-JQQYAQgADwUCTLquIwIbDAUJEs/3gAAKCRD/maXDBVyNePTAD/9iczN1SOxsYzud
-0KTTu1BaBCwM89tPmonpq1j0MtI+a2zchRf4hqp9HIrWn4aAqjIZ+4K9bAYGCPYy
-4GIQvHy6bg/GBxh54Lm8yuJDbT1E6J/t22UUgijp0bK6SarQcAYe/v1AhOJYDKqY
-GjU7/B5IE0j1R9Toz95OB1TfcS7NhsUGwYJmO57k1t/jGSwiJkWmlFeiMeN2nGL7
-CFenOgi+P3husxXfaap4t6F/D8eNpFoLCulsD8t1n00QZ55dPZ1Nh++PqLKp+MEy
-JGLKi0oH269JwW3MW/GuWW6H05xgLXAJ6gXOSCDGaf4MXhZIQwz9viEzCQ8oTk4h
-cogBwWeRxvWMXUrxKqjbTeF8FQ7eOMMX6qWhBdalbJxPVhpk/XjxdyIRHtXpAkhc
-Z9Ue89YStD1PMziaYszeF9b8Va6gSnT49qxkybWuVd/fk/89E5Vu826ozXKMb7b3
-HWDc/JD79dYBOjDb1+h5n606mumKMUnvQrZhduiah1pBoBOMJR67b32LqFtH6AIb
-0pMMEMJlUnFOp9mCtEnmL86E3enJV99PDX9Zjq9xLiE65AT4exDqY7rePloRIuPI
-Zg7qiBRSZOAztMQWAiDJxX1YAk8RJesLSSy7VV/9N3lwxMHcdvt6ZBgrwm+yOdC0
-ynEx7mFdpU8WS9iMWrnEJC5G0aL6XA==
-=eKf+
------END PGP PUBLIC KEY BLOCK-----
diff --git a/scripts/build/lb b/scripts/build/lb
index 9489ff4..58c1d12 100755
--- a/scripts/build/lb
+++ b/scripts/build/lb
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary
index 0eddd7c..0b48941 100755
--- a/scripts/build/lb_binary
+++ b/scripts/build/lb_binary
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_checksums b/scripts/build/lb_binary_checksums
index a45f1a3..d900a2c 100755
--- a/scripts/build/lb_binary_checksums
+++ b/scripts/build/lb_binary_checksums
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_chroot b/scripts/build/lb_binary_chroot
index 46e4524..3ce9708 100755
--- a/scripts/build/lb_binary_chroot
+++ b/scripts/build/lb_binary_chroot
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index c2a7bac..36d2391 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -226,9 +226,9 @@ VMLINUZ_GI="gtk/vmlinuz"
 INITRD_GI="gtk/initrd.gz"
 DESTDIR_GI="${DESTDIR}/gtk"
 
-if [ "${LB_DEBIAN_INSTALLER_DISTRIBUTION}" = "daily" ]
+if [ "${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}" = "daily" ]
 then
-	LB_DEBIAN_INSTALLER_DISTRIBUTION="sid"
+	LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="sid"
 
 	# Debian Installer daily builds
 	case "${LB_ARCHITECTURES}" in
@@ -262,7 +262,12 @@ then
 			;;
 	esac
 else
-	URL="${LB_MIRROR_DEBIAN_INSTALLER}/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LB_ARCHITECTURES}/current/images/"
+	if [ "${LB_DERIVATIVE}" = "true" ]
+	then
+		URL="${LB_MIRROR_DEBIAN_INSTALLER}/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LB_ARCHITECTURES}/current/images/"
+	else
+		URL="${LB_PARENT_MIRROR_DEBIAN_INSTALLER}/dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LB_ARCHITECTURES}/current/images/"
+	fi
 fi
 
 mkdir -p "${DESTDIR_DI}"
@@ -473,28 +478,40 @@ then
 	fi
 
 	# Generating deb indices
-	mkdir -p binary/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/binary-${LB_ARCHITECTURES}
+	mkdir -p binary/dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/binary-${LB_ARCHITECTURES}
 
 	mv binary chroot/root
-	echo "cd /root/binary && apt-ftparchive packages pool/main > dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/binary-${LB_ARCHITECTURES}/Packages" > chroot/binary.sh
+	echo "cd /root/binary && apt-ftparchive packages pool/main > dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/binary-${LB_ARCHITECTURES}/Packages" > chroot/binary.sh
 	Chroot chroot "sh binary.sh"
 	rm -f chroot/binary.sh
 	mv chroot/root/binary ./
 
-	gzip -9 -c binary/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/binary-${LB_ARCHITECTURES}/Packages > binary/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/binary-${LB_ARCHITECTURES}/Packages.gz
+	gzip -9 -c binary/dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/binary-${LB_ARCHITECTURES}/Packages > binary/dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/binary-${LB_ARCHITECTURES}/Packages.gz
 
 	# Fetching release
-	Download_file binary/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/binary-${LB_ARCHITECTURES}/Release "${LB_MIRROR_CHROOT}"/dists/"${LB_DEBIAN_INSTALLER_DISTRIBUTION}"/main/binary-"${LB_ARCHITECTURES}"/Release
+	Download_file binary/dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/binary-${LB_ARCHITECTURES}/Release "${LB_PARENT_MIRROR_CHROOT}"/dists/"${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}"/main/binary-"${LB_ARCHITECTURES}"/Release
 
+	# Udeb handling
 	mkdir binary.udeb
 	cd binary.udeb
 
 	# Downloading udeb indices
-	Download_file Packages.gz "${LB_MIRROR_CHROOT}"/dists/"${LB_DEBIAN_INSTALLER_DISTRIBUTION}"/main/debian-installer/binary-"${LB_ARCHITECTURES}"/Packages.gz
+	Download_file Packages.gz "${LB_PARENT_MIRROR_CHROOT}"/dists/"${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}"/main/debian-installer/binary-"${LB_ARCHITECTURES}"/Packages.gz
 	gunzip -c Packages.gz > Packages
 
+	if [ "${LB_DERIVATIVE}" = "true" ]
+	then
+		Download_file Packages.derivative.gz "${LB_MIRROR_CHROOT}"/dists/"${LB_DEBIAN_INSTALLER_DISTRIBUTION}"/main/debian-installer/binary-"${LB_ARCHITECTURES}"/Packages.gz
+		gunzip -c Packages.derivative.gz > Packages.derivative
+	fi
+
 	# Sorting udebs
-	UDEBS="$(awk '/Filename: / { print $2 }' Packages)"
+	if [ "${LB_DERIVATIVE}" = true ]
+	then
+		UDEBS="$(awk '/Filename: / { print $2 }' Packages.derivative)"
+	fi
+
+	UDEBS="${UDEBS} $(awk '/Filename: / { print $2 }' Packages)"
 
 	# Downloading udebs
 	for UDEB in ${UDEBS}
@@ -505,7 +522,10 @@ then
 			cp ../cache/packages_debian-installer.udeb/"$(basename ${UDEB})" ./
 		else
 			# Downloading udebs
-			wget ${WGET_OPTIONS} "${LB_MIRROR_CHROOT}"/${UDEB}
+			if ! ls "$(basename ${UDEB} | awk -F_ '{ print $1 }')"_* > /dev/null 2>&1
+			then
+				wget ${WGET_OPTIONS} "${LB_MIRROR_CHROOT}"/${UDEB} || wget ${WGET_OPTIONS} "${LB_PARENT_MIRROR_CHROOT}"/${UDEB}
+			fi
 		fi
 	done
 
@@ -538,9 +558,9 @@ then
 	fi
 
 	# Excluding udebs
-	grep -v "^#" "${LB_BASE}"/data/debian-cd/"${LB_DEBIAN_INSTALLER_DISTRIBUTION}"/udeb_exclude > exclude || true
-	grep -v "^#" "${LB_BASE}"/data/debian-cd/"${LB_DEBIAN_INSTALLER_DISTRIBUTION}"/exclude-udebs >> exclude || true
-	grep -v "^#" "${LB_BASE}"/data/debian-cd/"${LB_DEBIAN_INSTALLER_DISTRIBUTION}"/exclude-udebs-${LB_ARCHITECTURES} >> exclude || true
+	grep -v "^#" "${LB_BASE}"/data/debian-cd/"${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}"/udeb_exclude > exclude || true
+	grep -v "^#" "${LB_BASE}"/data/debian-cd/"${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}"/exclude-udebs >> exclude || true
+	grep -v "^#" "${LB_BASE}"/data/debian-cd/"${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}"/exclude-udebs-${LB_ARCHITECTURES} >> exclude || true
 
 	# Local exclude file
 	if [ -e ../config/binary_debian-installer/udeb_exclude ]
@@ -582,17 +602,17 @@ then
 	done
 
 	# Creating udeb indices
-	mkdir -p dists/"${LB_DEBIAN_INSTALLER_DISTRIBUTION}"/main/debian-installer/binary-"${LB_ARCHITECTURES}"
+	mkdir -p dists/"${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}"/main/debian-installer/binary-"${LB_ARCHITECTURES}"
 	cd "${OLDPWD}"
 
 	mv binary.udeb chroot/root
-	echo "cd /root/binary.udeb && apt-ftparchive packages pool/main > dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/debian-installer/binary-${LB_ARCHITECTURES}/Packages" > chroot/binary.sh
+	echo "cd /root/binary.udeb && apt-ftparchive packages pool/main > dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/debian-installer/binary-${LB_ARCHITECTURES}/Packages" > chroot/binary.sh
 	Chroot chroot "sh binary.sh"
 	rm -f chroot/binary.sh
 	mv chroot/root/binary.udeb ./
 
 	cd binary.udeb
-	gzip -9 -c dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/debian-installer/binary-${LB_ARCHITECTURES}/Packages > dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/debian-installer/binary-${LB_ARCHITECTURES}/Packages.gz
+	gzip -9 -c dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/debian-installer/binary-${LB_ARCHITECTURES}/Packages > dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/debian-installer/binary-${LB_ARCHITECTURES}/Packages.gz
 
 	rm -f Packages* exclude
 	find . | cpio -dmpu "${OLDPWD}"/binary
@@ -627,7 +647,7 @@ cd /root/binary && apt-ftparchive \
 	-o APT::FTPArchive::Release::Architectures="${LB_ARCHITECTURES}" \
 	-o APT::FTPArchive::Release::Components="main" \
 	-o APT::FTPArchive::Release::Description="Last updated: $(date -R)" \
-	release dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION} > dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/Release
+	release dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION} > dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/Release
 EOF
 
 	Chroot chroot "sh binary.sh"
@@ -636,7 +656,7 @@ EOF
 
 	DISTRIBUTIONS="frozen stable testing unstable"
 
-	if [ "${LB_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_PARENT_DISTRIBUTION}" ]
+	if [ "${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_PARENT_DISTRIBUTION}" ]
 	then
 		DISTRIBUTIONS="${DISTRIBUTIONS} ${LB_PARENT_DISTRIBUTION}"
 	fi
@@ -648,7 +668,7 @@ EOF
 					# Creating dist directories
 					for DISTRIBUTION in ${DISTRIBUTIONS}
 					do
-						cp -a binary/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION} binary/dists/${DISTRIBUTION}
+						cp -a binary/dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION} binary/dists/${DISTRIBUTION}
 					done
 					;;
 			esac
@@ -658,7 +678,7 @@ EOF
 			# Creating dist symlinks
 			for DISTRIBUTION in ${DISTRIBUTIONS}
 			do
-				ln -s ${LB_DEBIAN_INSTALLER_DISTRIBUTION} binary/dists/${DISTRIBUTION}
+				ln -s ${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION} binary/dists/${DISTRIBUTION}
 			done
 
 			ln -s . binary/debian
diff --git a/scripts/build/lb_binary_disk b/scripts/build/lb_binary_disk
index 9b16ef0..145a0c2 100755
--- a/scripts/build/lb_binary_disk
+++ b/scripts/build/lb_binary_disk
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -74,7 +74,7 @@ esac
 
 if [ -n "${TRACE}" ]
 then
-	echo "$(wget -q ${LB_MIRROR_BOOTSTRAP}/${TRACE} -O - | head -n 1)" \
+	echo "$(wget -q ${LB_PARENT_MIRROR_BOOTSTRAP}/${TRACE} -O - | head -n 1)" \
 	> binary/.disk/archive_trace
 fi
 
diff --git a/scripts/build/lb_binary_grub b/scripts/build/lb_binary_grub
index d75b800..d796750 100755
--- a/scripts/build/lb_binary_grub
+++ b/scripts/build/lb_binary_grub
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_grub2 b/scripts/build/lb_binary_grub2
index 5db05fe..8f076b2 100755
--- a/scripts/build/lb_binary_grub2
+++ b/scripts/build/lb_binary_grub2
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_includes b/scripts/build/lb_binary_includes
index 8f26664..ecf8e59 100755
--- a/scripts/build/lb_binary_includes
+++ b/scripts/build/lb_binary_includes
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_iso b/scripts/build/lb_binary_iso
index d6b1368..a6b7d77 100755
--- a/scripts/build/lb_binary_iso
+++ b/scripts/build/lb_binary_iso
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -163,7 +163,7 @@ input_dir=/usr/lib/grub/i386-pc
 
 # build core.img
 core_img=\$(mktemp)
-grub-mkimage -d \${input_dir} -o \${core_img} biosdisk iso9660
+grub-mkimage -d \${input_dir} -o \${core_img} -O i386-pc biosdisk iso9660
 
 # build grub_eltorito image
 cat \${input_dir}/cdboot.img \${core_img} > binary/boot/grub/grub_eltorito
diff --git a/scripts/build/lb_binary_linux-image b/scripts/build/lb_binary_linux-image
index 6fd4311..cac19d8 100755
--- a/scripts/build/lb_binary_linux-image
+++ b/scripts/build/lb_binary_linux-image
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_local-hooks b/scripts/build/lb_binary_local-hooks
index 50aaae2..729200d 100755
--- a/scripts/build/lb_binary_local-hooks
+++ b/scripts/build/lb_binary_local-hooks
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_local-includes b/scripts/build/lb_binary_local-includes
index 2fee3e4..627e683 100755
--- a/scripts/build/lb_binary_local-includes
+++ b/scripts/build/lb_binary_local-includes
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_local-packagelists b/scripts/build/lb_binary_local-packagelists
index 57ba74e..d2b2037 100755
--- a/scripts/build/lb_binary_local-packagelists
+++ b/scripts/build/lb_binary_local-packagelists
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_manifest b/scripts/build/lb_binary_manifest
index ffa46b1..4b49133 100755
--- a/scripts/build/lb_binary_manifest
+++ b/scripts/build/lb_binary_manifest
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_memtest b/scripts/build/lb_binary_memtest
index 4572a5f..a539ee6 100755
--- a/scripts/build/lb_binary_memtest
+++ b/scripts/build/lb_binary_memtest
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_net b/scripts/build/lb_binary_net
index bd9504f..9cac050 100755
--- a/scripts/build/lb_binary_net
+++ b/scripts/build/lb_binary_net
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index 22aa430..730535a 100755
--- a/scripts/build/lb_binary_rootfs
+++ b/scripts/build/lb_binary_rootfs
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_silo b/scripts/build/lb_binary_silo
index 104d864..ac2e2d0 100755
--- a/scripts/build/lb_binary_silo
+++ b/scripts/build/lb_binary_silo
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux
index 5578475..e6f1378 100755
--- a/scripts/build/lb_binary_syslinux
+++ b/scripts/build/lb_binary_syslinux
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -58,8 +58,6 @@ case "${LB_BUILD_WITH_CHROOT}" in
 
 		# Installing depends
 		Install_package
-
-		_PREFIX="chroot"
 		;;
 esac
 
@@ -83,7 +81,19 @@ esac
 
 # Copying files
 mkdir -p ${_SUFFIX}
-cp -aL ${_PREFIX}/usr/share/syslinux/themes/${LB_SYSLINUX_THEME}/${_BOOTLOADER}-live/* ${_SUFFIX}
+
+case "${LB_BUILD_WITH_CHROOT}" in
+	true)
+		# Copy in two steps since the theme can have absolute symlinks and would therefore not be dereferenced correctly
+		Chroot chroot "cp -aL /usr/share/syslinux/themes/${LB_SYSLINUX_THEME}/${_BOOTLOADER}-live /root/tmp"
+		mv chroot/root/tmp/* ${_SUFFIX}
+		rmdir chroot/root/tmp
+		;;
+
+	false)
+		cp -aL /usr/share/syslinux/themes/${LB_SYSLINUX_THEME}/${_BOOTLOADER}-live/* ${_SUFFIX}
+		;;
+esac
 
 # Configuring files
 if [ -e ${_SUFFIX}/live.cfg ]
diff --git a/scripts/build/lb_binary_tar b/scripts/build/lb_binary_tar
index 026ca2c..bcbfe58 100755
--- a/scripts/build/lb_binary_tar
+++ b/scripts/build/lb_binary_tar
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_usb b/scripts/build/lb_binary_usb
index 506d9fb..255535c 100755
--- a/scripts/build/lb_binary_usb
+++ b/scripts/build/lb_binary_usb
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_virtual-hdd b/scripts/build/lb_binary_virtual-hdd
index c2bc5db..d24f9f3 100755
--- a/scripts/build/lb_binary_virtual-hdd
+++ b/scripts/build/lb_binary_virtual-hdd
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_win32-loader b/scripts/build/lb_binary_win32-loader
index 4d6a6e2..41f7865 100755
--- a/scripts/build/lb_binary_win32-loader
+++ b/scripts/build/lb_binary_win32-loader
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_binary_yaboot b/scripts/build/lb_binary_yaboot
index 1e54e0c..ee2452b 100755
--- a/scripts/build/lb_binary_yaboot
+++ b/scripts/build/lb_binary_yaboot
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_bootstrap b/scripts/build/lb_bootstrap
index 3239600..5741d41 100755
--- a/scripts/build/lb_bootstrap
+++ b/scripts/build/lb_bootstrap
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_bootstrap_cache b/scripts/build/lb_bootstrap_cache
index 755baad..ce8cad0 100755
--- a/scripts/build/lb_bootstrap_cache
+++ b/scripts/build/lb_bootstrap_cache
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap
index c92746e..0c621cd 100755
--- a/scripts/build/lb_bootstrap_cdebootstrap
+++ b/scripts/build/lb_bootstrap_cdebootstrap
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -131,7 +131,7 @@ then
 		fi
 
 		Echo_breakage "Running ${LB_BOOTSTRAP} (download-only)... "
-		${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}"
+		${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
 
 		if [ -n "${LB_ROOT_COMMAND}" ]
 		then
@@ -147,7 +147,7 @@ then
 	fi
 
 	Echo_breakage "Running ${LB_BOOTSTRAP}... "
-	${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}"
+	${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
 
 	if [ -n "${LB_ROOT_COMMAND}" ]
 	then
diff --git a/scripts/build/lb_bootstrap_copy b/scripts/build/lb_bootstrap_copy
index 45c96a7..d213c77 100755
--- a/scripts/build/lb_bootstrap_copy
+++ b/scripts/build/lb_bootstrap_copy
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap
index a698e54..ba5ad2e 100755
--- a/scripts/build/lb_bootstrap_debootstrap
+++ b/scripts/build/lb_bootstrap_debootstrap
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -124,7 +124,7 @@ then
 		fi
 
 		Echo_breakage "Running debootstrap (download-only)... "
-		${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
+		${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
 
 		if [ -n "${LB_ROOT_COMMAND}" ]
 		then
@@ -140,7 +140,7 @@ then
 	fi
 
 	Echo_breakage "Running debootstrap... "
-	${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
+	${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
 
 	if [ -n "${LB_ROOT_COMMAND}" ]
 	then
diff --git a/scripts/build/lb_build b/scripts/build/lb_build
index f87a2f8..16f1da2 100755
--- a/scripts/build/lb_build
+++ b/scripts/build/lb_build
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index 5c9fd61..beff622 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_apt b/scripts/build/lb_chroot_apt
index 1fea99a..240fcec 100755
--- a/scripts/build/lb_chroot_apt
+++ b/scripts/build/lb_chroot_apt
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_cache b/scripts/build/lb_chroot_cache
index 5050b32..bca88cd 100755
--- a/scripts/build/lb_chroot_cache
+++ b/scripts/build/lb_chroot_cache
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_debianchroot b/scripts/build/lb_chroot_debianchroot
index dc05111..872dc45 100755
--- a/scripts/build/lb_chroot_debianchroot
+++ b/scripts/build/lb_chroot_debianchroot
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_devpts b/scripts/build/lb_chroot_devpts
index 8e7e665..7ba16aa 100755
--- a/scripts/build/lb_chroot_devpts
+++ b/scripts/build/lb_chroot_devpts
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_dpkg b/scripts/build/lb_chroot_dpkg
index ec856ed..64c8085 100755
--- a/scripts/build/lb_chroot_dpkg
+++ b/scripts/build/lb_chroot_dpkg
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index 70af7f8..2072e7c 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_hooks b/scripts/build/lb_chroot_hooks
index 7e2860c..3a15956 100755
--- a/scripts/build/lb_chroot_hooks
+++ b/scripts/build/lb_chroot_hooks
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_hostname b/scripts/build/lb_chroot_hostname
index a391099..81bf4c3 100755
--- a/scripts/build/lb_chroot_hostname
+++ b/scripts/build/lb_chroot_hostname
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_hosts b/scripts/build/lb_chroot_hosts
index b8c50e7..f246b53 100755
--- a/scripts/build/lb_chroot_hosts
+++ b/scripts/build/lb_chroot_hosts
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_install-packages b/scripts/build/lb_chroot_install-packages
index 8e1217e..a0e2684 100755
--- a/scripts/build/lb_chroot_install-packages
+++ b/scripts/build/lb_chroot_install-packages
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_interactive b/scripts/build/lb_chroot_interactive
index 7fd5cd4..989b379 100755
--- a/scripts/build/lb_chroot_interactive
+++ b/scripts/build/lb_chroot_interactive
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_linux-image b/scripts/build/lb_chroot_linux-image
index b72ffb6..ad8c6e6 100755
--- a/scripts/build/lb_chroot_linux-image
+++ b/scripts/build/lb_chroot_linux-image
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -77,6 +77,27 @@ EOF
 			echo ${LB_INITRAMFS} >> chroot/root/chroot_packages
 		fi
 
+		# Queue installation of live-config
+		if [ "${LB_INITSYSTEM}" != "none" ]
+		then
+			echo "live-config live-config-${LB_INITSYSTEM}" >> chroot/root/chroot_packages
+		fi
+
+		# Do initsystem specific hacks
+		if [ "${LB_INITSYSTEM}" != "sysvinit" ]
+		then
+			# lets see if we still need the squeeze's "pre init system policy discussion" hack:
+
+			IS_SYSVINIT_ESSENTIAL="$(Chroot chroot dpkg-query --show --showformat='${Essential}\n' sysvinit)"
+			RC="$?"
+
+			if [ "${IS_SYSVINIT_ESSENTIAL}" != "no" ] && [ "${RC}" = "0" ]
+			then
+				# sysvinit is both installed and essential, ugly hack to remove it
+				Chroot chroot dpkg --force-remove-essential --remove sysvinit || true
+			fi
+		fi
+
 		# Creating stage file
 		Create_stagefile .stage/chroot_linux-image
 		;;
diff --git a/scripts/build/lb_chroot_local-hooks b/scripts/build/lb_chroot_local-hooks
index de65bba..c163ca3 100755
--- a/scripts/build/lb_chroot_local-hooks
+++ b/scripts/build/lb_chroot_local-hooks
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_local-includes b/scripts/build/lb_chroot_local-includes
index 78c19de..d2c0f8a 100755
--- a/scripts/build/lb_chroot_local-includes
+++ b/scripts/build/lb_chroot_local-includes
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_local-packagelists b/scripts/build/lb_chroot_local-packagelists
index ea333cc..2f1da90 100755
--- a/scripts/build/lb_chroot_local-packagelists
+++ b/scripts/build/lb_chroot_local-packagelists
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_local-packages b/scripts/build/lb_chroot_local-packages
index aa44179..bca5c5e 100755
--- a/scripts/build/lb_chroot_local-packages
+++ b/scripts/build/lb_chroot_local-packages
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_local-patches b/scripts/build/lb_chroot_local-patches
index da8b88e..b695e63 100755
--- a/scripts/build/lb_chroot_local-patches
+++ b/scripts/build/lb_chroot_local-patches
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_local-preseed b/scripts/build/lb_chroot_local-preseed
index fa259da..d37f5eb 100755
--- a/scripts/build/lb_chroot_local-preseed
+++ b/scripts/build/lb_chroot_local-preseed
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_localization b/scripts/build/lb_chroot_localization
index 6aded7a..d4951b1 100755
--- a/scripts/build/lb_chroot_localization
+++ b/scripts/build/lb_chroot_localization
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_packagelists b/scripts/build/lb_chroot_packagelists
index 398432c..d3b178b 100755
--- a/scripts/build/lb_chroot_packagelists
+++ b/scripts/build/lb_chroot_packagelists
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_packages b/scripts/build/lb_chroot_packages
index dbf873a..174a9aa 100755
--- a/scripts/build/lb_chroot_packages
+++ b/scripts/build/lb_chroot_packages
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_preseed b/scripts/build/lb_chroot_preseed
index 26b7922..63493b2 100755
--- a/scripts/build/lb_chroot_preseed
+++ b/scripts/build/lb_chroot_preseed
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_proc b/scripts/build/lb_chroot_proc
index 4af28ad..57ba5cf 100755
--- a/scripts/build/lb_chroot_proc
+++ b/scripts/build/lb_chroot_proc
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_resolv b/scripts/build/lb_chroot_resolv
index d1c3766..1e705dc 100755
--- a/scripts/build/lb_chroot_resolv
+++ b/scripts/build/lb_chroot_resolv
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_selinuxfs b/scripts/build/lb_chroot_selinuxfs
index 0f30d3b..1d7bd0a 100755
--- a/scripts/build/lb_chroot_selinuxfs
+++ b/scripts/build/lb_chroot_selinuxfs
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources
index d06667b..de7c2df 100755
--- a/scripts/build/lb_chroot_sources
+++ b/scripts/build/lb_chroot_sources
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -50,37 +50,73 @@ case "${1}" in
 cat > chroot/etc/apt/sources.list << EOF
 # /etc/apt/sources.list
 
-deb ${LB_MIRROR_CHROOT} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}
+deb ${LB_PARENT_MIRROR_CHROOT} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}
 EOF
 
+		if [ "${LB_DERIVATIVE}" = "true" ]
+		then
+
+cat > chroot/etc/apt/sources.list.d/${LB_MODE}.list << EOF
+# /etc/apt/sources.list.d/${LB_MODE}.list
+
+deb ${LB_MIRROR_CHROOT} ${LB_DISTRIBUTION} ${LB_ARCHIVE_AREAS}
+EOF
+
+		fi
+
 		if [ "${LB_SOURCE}" = "true" ]
 		then
-			echo "deb-src ${LB_MIRROR_CHROOT} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+			echo "deb-src ${LB_PARENT_MIRROR_CHROOT} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+
+			if [ "${LB_DERIVATIVE}" = "true" ]
+			then
+				echo "deb-src ${LB_MIRROR_CHROOT} ${LB_DISTRIBUTION} ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+			fi
 		fi
 
 		if [ "${LB_SECURITY}" = "true" ]
 		then
 			case "${LB_MODE}" in
-				ubuntu)
-					echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
-
-					if [ "${LB_SOURCE}" = "true" ]
+				debian|progress)
+					if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ]
 					then
-						echo "deb-src ${LB_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+						echo "deb ${LB_PARENT_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+
+						if [ "${LB_SOURCE}" = "true" ]
+						then
+							echo "deb-src ${LB_PARENT_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+						fi
 					fi
-					;;
 
-				*)
-					if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ] && [ "${LB_PARENT_DISTRIBUTION}" != "unstable" ]
+					if [ "${LB_MODE}" = progress ]
 					then
-						echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+						echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${LB_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
 
 						if [ "${LB_SOURCE}" = "true" ]
 						then
-							echo "deb-src ${LB_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+							echo "deb-src ${LB_MIRROR_CHROOT_SECURITY} ${LB_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+						fi
+					else
+						if [ "${LB_DERIVATIVE}" = "true" ]
+						then
+							echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${LB_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+
+							if [ "${LB_SOURCE}" = "true" ]
+							then
+								echo "deb-src ${LB_MIRROR_CHROOT_SECURITY} ${LB_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+							fi
 						fi
 					fi
 					;;
+
+				ubuntu)
+					echo "deb ${LB_PARENT_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+
+					if [ "${LB_SOURCE}" = "true" ]
+					then
+						echo "deb-src ${LB_PARENT_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+					fi
+					;;
 			esac
 		fi
 
@@ -88,31 +124,51 @@ EOF
 		then
 			case "${LB_MODE}" in
 				debian|ubuntu)
-					echo "deb ${LB_MIRROR_CHROOT_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+					echo "deb ${LB_PARENT_MIRROR_CHROOT_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
 
 					if [ "${LB_SOURCE}" = "true" ]
 					then
-						echo "deb-src ${LB_MIRROR_CHROOT_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+						echo "deb-src ${LB_PARENT_MIRROR_CHROOT_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
 					fi
 					;;
 			esac
+
+			if [ "${LB_DERIVATIVE}" = "true" ] && [ "${LB_MIRROR_CHROOT_VOLATILE}" != "none" ]
+			then
+				echo "deb ${LB_MIRROR_CHROOT_VOLATILE} ${LB_ARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+
+				if [ "${LB_SOURCE}" = "true" ]
+				then
+					echo "deb-src ${LB_ARENT_MIRROR_CHROOT_VOLATILE} ${LB_ARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+				fi
+			fi
 		fi
 
 		if [ "${LB_BACKPORTS}" = "true" ]
 		then
 			case "${LB_MODE}" in
 				debian)
-					if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ] && [ "${LB_PARENT_DISTRIBUTION}" != "unstable" ]
+					if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ]
 					then
-						echo "deb ${LB_MIRROR_CHROOT_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+						echo "deb ${LB_PARENT_MIRROR_CHROOT_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
 
 						if [ "${LB_SOURCE}" = "true" ]
 						then
-							echo "deb-src ${LB_MIRROR_CHROOT_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+							echo "deb-src ${LB_PARENT_MIRROR_CHROOT_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
 						fi
 					fi
 					;;
 			esac
+
+			if [ "${LB_DERIVATIVE}" = "true" ] && [ "${LB_MIRROR_CHROOT_BACKPORTS}" != "none" ]
+			then
+				echo "deb ${LB_MIRROR_CHROOT_BACKPORTS} ${LB_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+
+				if [ "${LB_SOURCE}" = "true" ]
+				then
+					echo "deb-src ${LB_MIRROR_CHROOT_BACKPORTS} ${LB_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+				fi
+			fi
 		fi
 
 		# Check local sources.list
@@ -411,9 +467,15 @@ EOF
 				Chroot chroot "apt-get ${APT_OPTIONS} install aptitude"
 			fi
 
+			# Temporary hack (FIXME)
+			if [ "${LB_DERIVATIVE}" = "true" ]
+			then
+				_APT="--force-yes"
+			fi
+
 			Apt chroot update
-			Apt chroot upgrade
-			Apt chroot dist-upgrade
+			Apt chroot "upgrade ${_APT}"
+			Apt chroot "dist-upgrade ${_APT}"
 
 			# Installing keyring packages
 			if [ -n "${LB_KEYRING_PACKAGES}" ]
@@ -465,8 +527,8 @@ EOF
 
 		# Configure generic indices
 		# Don't do anything if it's not required
-		if [ "${LB_MIRROR_CHROOT}" = "${LB_MIRROR_BINARY}" ] && \
-		[ "${LB_MIRROR_CHROOT_SECURITY}" = "${LB_MIRROR_BINARY_SECURITY}" ] && \
+		if [ "${LB_PARENT_MIRROR_CHROOT}" = "${LB_PARENT_MIRROR_BINARY}" ] && \
+		[ "${LB_PARENT_MIRROR_CHROOT_SECURITY}" = "${LB_PARENT_MIRROR_BINARY_SECURITY}" ] && \
 		[ ! -d chroot/root/local-packages ]
 		then
 			# Removing stage file
@@ -479,40 +541,78 @@ EOF
 		rm -rf chroot/var/lib/apt/lists
 		mkdir -p chroot/var/lib/apt/lists/partial
 
+		# Configure custom sources.list
+
 cat > chroot/etc/apt/sources.list << EOF
 # /etc/apt/sources.list
 
-deb ${LB_MIRROR_BINARY} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}
+deb ${LB_PARENT_MIRROR_BINARY} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}
 EOF
 
+		if [ "${LB_DERIVATIVE}" = "true" ]
+		then
+
+cat > chroot/etc/apt/sources.list.d/${LB_MODE}.list << EOF
+# /etc/apt/sources.list.d/${LB_MODE}.list
+
+deb ${LB_MIRROR_BINARY} ${LB_DISTRIBUTION} ${LB_ARCHIVE_AREAS}
+EOF
+
+		fi
+
 		if [ "${LB_SOURCE}" = "true" ]
 		then
-			echo "deb-src ${LB_MIRROR_BINARY} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+			echo "deb-src ${LB_PARENT_MIRROR_BINARY} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+
+			if [ "${LB_DERIVATIVE}" = "true" ]
+			then
+				echo "deb-src ${LB_MIRROR_BINARY} ${LB_DISTRIBUTION} ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+			fi
 		fi
 
 		if [ "${LB_SECURITY}" = "true" ]
 		then
 			case "${LB_MODE}" in
-				ubuntu)
-					echo "deb ${LB_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
-
-					if [ "${LB_SOURCE}" = "true" ]
+				debian|progress)
+					if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ]
 					then
-						echo "deb-src ${LB_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+						echo "deb ${LB_PARENT_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+
+						if [ "${LB_SOURCE}" = "true" ]
+						then
+							echo "deb-src ${LB_PARENT_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+						fi
 					fi
-					;;
 
-				*)
-					if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ] && [ "${LB_PARENT_DISTRIBUTION}" != "unstable" ]
+					if [ "${LB_MODE}" = progress ]
 					then
-						echo "deb ${LB_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+						echo "deb ${LB_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
 
 						if [ "${LB_SOURCE}" = "true" ]
 						then
-							echo "deb-src ${LB_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+							echo "deb-src ${LB_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+						fi
+					else
+						if [ "${LB_DERIVATIVE}" = "true" ]
+						then
+							echo "deb ${LB_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+
+							if [ "${LB_SOURCE}" = "true" ]
+							then
+								echo "deb-src ${LB_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+							fi
 						fi
 					fi
 					;;
+
+				ubuntu)
+					echo "deb ${LB_PARENT_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+
+					if [ "${LB_SOURCE}" = "true" ]
+					then
+						echo "deb-src ${LB_PARENT_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+					fi
+					;;
 			esac
 		fi
 
@@ -520,31 +620,51 @@ EOF
 		then
 			case "${LB_MODE}" in
 				debian|ubuntu)
-					echo "deb ${LB_MIRROR_BINARY_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+					echo "deb ${LB_PARENT_MIRROR_BINARY_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
 
 					if [ "${LB_SOURCE}" = "true" ]
 					then
-						echo "deb-src ${LB_MIRROR_BINARY_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+						echo "deb-src ${LB_PARENT_MIRROR_BINARY_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
 					fi
 					;;
 			esac
+
+			if [ "${LB_DERIVATIVE}" = "true" ] && [ "${LB_MIRROR_BINARY_VOLATILE}" != "none" ]
+			then
+				echo "deb ${LB_MIRROR_BINARY_VOLATILE} ${LB_ARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+
+				if [ "${LB_SOURCE}" = "true" ]
+				then
+					echo "deb-src ${LB_ARENT_MIRROR_BINARY_VOLATILE} ${LB_ARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+				fi
+			fi
 		fi
 
 		if [ "${LB_BACKPORTS}" = "true" ]
 		then
 			case "${LB_MODE}" in
 				debian)
-					if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ] && [ "${LB_PARENT_DISTRIBUTION}" != "unstable" ]
+					if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ]
 					then
-						echo "deb ${LB_MIRROR_BINARY_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+						echo "deb ${LB_PARENT_MIRROR_BINARY_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
 
 						if [ "${LB_SOURCE}" = "true" ]
 						then
-							echo "deb-src ${LB_MIRROR_BINARY_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+							echo "deb-src ${LB_PARENT_MIRROR_BINARY_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
 						fi
 					fi
 					;;
 			esac
+
+			if [ "${LB_DERIVATIVE}" = "true" ] && [ "${LB_MIRROR_BINARY_BACKPORTS}" != "none" ]
+			then
+				echo "deb ${LB_MIRROR_BINARY_BACKPORTS} ${LB_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+
+				if [ "${LB_SOURCE}" = "true" ]
+				then
+					echo "deb-src ${LB_MIRROR_BINARY_BACKPORTS} ${LB_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list
+				fi
+			fi
 		fi
 
 		# Configure third-party repositories
diff --git a/scripts/build/lb_chroot_sysfs b/scripts/build/lb_chroot_sysfs
index 09f2643..fd17743 100755
--- a/scripts/build/lb_chroot_sysfs
+++ b/scripts/build/lb_chroot_sysfs
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_sysv-rc b/scripts/build/lb_chroot_sysv-rc
index f19b8f7..5829275 100755
--- a/scripts/build/lb_chroot_sysv-rc
+++ b/scripts/build/lb_chroot_sysv-rc
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_tasks b/scripts/build/lb_chroot_tasks
index 4a8081e..72db9f6 100755
--- a/scripts/build/lb_chroot_tasks
+++ b/scripts/build/lb_chroot_tasks
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_tmpfs b/scripts/build/lb_chroot_tmpfs
index 411452c..7a4e08e 100755
--- a/scripts/build/lb_chroot_tmpfs
+++ b/scripts/build/lb_chroot_tmpfs
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_chroot_upstart b/scripts/build/lb_chroot_upstart
index 7a4b691..bc24c2e 100755
--- a/scripts/build/lb_chroot_upstart
+++ b/scripts/build/lb_chroot_upstart
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_clean b/scripts/build/lb_clean
index 54fc3b3..d690a3a 100755
--- a/scripts/build/lb_clean
+++ b/scripts/build/lb_clean
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 2b0d99d..edb040d 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -68,6 +68,7 @@ USAGE="${PROGRAM}   [--apt apt|aptitude]\n\
 \t    [--debug]\n\
 \t    [-d|--distribution CODENAME]\n\
 \t    [--parent-distribution CODENAME]\n\
+\t    [--parent-debian-installer-distribution CODENAME]\n\
 \t    [--dump]\n\
 \t    [--fdisk fdisk|fdisk.dist]\n\
 \t    [--force]\n\
@@ -78,6 +79,7 @@ USAGE="${PROGRAM}   [--apt apt|aptitude]\n\
 \t    [--ignore-system-defaults]\n\
 \t    [--includes PATH|none]\n\
 \t    [--initramfs auto|none|live-boot|casper]\n\
+\t    [--initsystem sysvinit|runit|systemd|upstart|none]\n\
 \t    [--interactive shell]\n\
 \t    [--isohybrid-options OPTION|\"OPTIONS\"]\n\
 \t    [--iso-application NAME]\n\
@@ -91,7 +93,17 @@ USAGE="${PROGRAM}   [--apt apt|aptitude]\n\
 \t    [--linux-packages \"PACKAGES\"]\n\
 \t    [--losetup losetup|losetup.orig]\n\
 \t    [--memtest memtest86+|memtest86|none]\n\
-\t    [-m|--mirror-bootstrap URL]\n\
+\t    [-m|--parent-mirror-bootstrap URL]\n\
+\t    [--parent-mirror-chroot URL]\n\
+\t    [--parent-mirror-chroot-security URL]\n\
+\t    [--parent-mirror-chroot-volatile URL]\n\
+\t    [--parent-mirror-chroot-backports URL]\n\
+\t    [--parent-mirror-binary URL]\n\
+\t    [--parent-mirror-binary-security URL]\n\
+\t    [--parent-mirror-binary-volatile URL]\n\
+\t    [--parent-mirror-binary-backports URL]\n\
+\t    [--parent-mirror-debian-installer URL]\n\
+\t    [--mirror-bootstrap URL]\n\
 \t    [--mirror-chroot URL]\n\
 \t    [--mirror-chroot-security URL]\n\
 \t    [--mirror-chroot-volatile URL]\n\
@@ -138,10 +150,13 @@ Local_arguments ()
 	LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-options:,aptitute-options:,
 		apt-pipeline:,apt-recommends:,apt-secure:,bootstrap:,cache:,cache-indices:,cache-packages:,
 		cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,dump,
-		initramfs:,fdisk:,losetup:,mode:,repositories:,root-command:,use-fakeroot:,tasksel:,includes:,
+		initramfs:,initsystem:,fdisk:,losetup:,mode:,repositories:,root-command:,use-fakeroot:,tasksel:,includes:,
 		templates:,architectures:,bootstrap-config:,bootstrap-flavour:,bootstrap-keyring:,clean,
-		distribution:,parent-distribution:,mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-chroot-volatile:,mirror-chroot-backports:,mirror-binary:,
-		mirror-binary-security:,mirror-binary-volatile:,mirror-binary-backports:,mirror-debian-installer:,archive-areas:,chroot-filesystem:,exposed-root:,virtual-root-size:,
+		distribution:,parent-distribution:,parent-debian-installer-distribution:,parent-mirror-bootstrap:,parent-mirror-chroot:,parent-mirror-chroot-security:,parent-mirror-chroot-volatile:,parent-mirror-chroot-backports:,parent-mirror-binary:,
+		parent-mirror-binary-security:,parent-mirror-binary-volatile:,parent-mirror-binary-backports:,parent-mirror-debian-installer:,
+		mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-chroot-volatile:,mirror-chroot-backports:,mirror-binary:,
+		mirror-binary-security:,mirror-binary-volatile:,mirror-binary-backports:,mirror-debian-installer:,
+		archive-areas:,chroot-filesystem:,exposed-root:,virtual-root-size:,
 		gzip-options:,hooks:,interactive:,keyring-packages:,language:,linux-flavours:,linux-packages:,
 		packages:,package-lists:,tasks:,security:,volatile:,backports:,binary-filesystem:,binary-images:,
 		apt-indices:,bootappend-install:,bootappend-live:,bootloader:,checksums:,compression:,build-with-chroot:,
@@ -299,6 +314,11 @@ Local_arguments ()
 				shift 2
 				;;
 
+			--initsystem)
+				LB_INITSYSTEM="${2}"
+				shift 2
+				;;
+
 			--fdisk)
 				LB_FDISK="${2}"
 				shift 2
@@ -388,7 +408,57 @@ Local_arguments ()
 				shift 2
 				;;
 
-			-m|--mirror-bootstrap)
+			-m|--parent-mirror-bootstrap)
+				LB_PARENT_MIRROR_BOOTSTRAP="${2}"
+				shift 2
+				;;
+
+			--parent-mirror-chroot)
+				LB_PARENT_MIRROR_CHROOT="${2}"
+				shift 2
+				;;
+
+			--parent-mirror-chroot-security)
+				LB_PARENT_MIRROR_CHROOT_SECURITY="${2}"
+				shift 2
+				;;
+
+			--parent-mirror-chroot-volatile)
+				LB_PARENT_MIRROR_CHROOT_VOLATILE="${2}"
+				shift 2
+				;;
+
+			--parent-mirror-chroot-backports)
+				LB_PARENT_MIRROR_CHROOT_BACKPORTS="${2}"
+				shift 2
+				;;
+
+			--parent-mirror-binary)
+				LB_PARENT_MIRROR_BINARY="${2}"
+				shift 2
+				;;
+
+			--parent-mirror-binary-security)
+				LB_PARENT_MIRROR_BINARY_SECURITY="${2}"
+				shift 2
+				;;
+
+			--parent-mirror-binary-volatile)
+				LB_PARENT_MIRROR_BINARY_VOLATILE="${2}"
+				shift 2
+				;;
+
+			--parent-mirror-binary-backports)
+				LB_PARENT_MIRROR_BINARY_BACKPORTS="${2}"
+				shift 2
+				;;
+
+			--parent-mirror-debian-installer)
+				LB_PARENT_MIRROR_DEBIAN_INSTALLER="${2}"
+				shift 2
+				;;
+
+			--mirror-bootstrap)
 				LB_MIRROR_BOOTSTRAP="${2}"
 				shift 2
 				;;
@@ -575,6 +645,11 @@ Local_arguments ()
 				shift 2
 				;;
 
+			--parent-debian-installer-distribution)
+				LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${2}"
+				shift 2
+				;;
+
 			--debian-installer-preseedfile)
 				LB_DEBIAN_INSTALLER_PRESEEDFILE="${2}"
 				shift 2
@@ -872,6 +947,10 @@ LB_DEBCONF_PRIORITY="${LB_DEBCONF_PRIORITY}"
 # (Default: ${LB_INITRAMFS})
 LB_INITRAMFS="${LB_INITRAMFS}"
 
+# \$LB_INITSYSTEM: set init system
+# (Default: ${LB_INITSYSTEM})
+LB_INITSYSTEM="${LB_INITSYSTEM}"
+
 # \$LB_FDISK: set fdisk program
 # (Default: autodetected)
 LB_FDISK="${LB_FDISK}"
@@ -973,6 +1052,50 @@ LB_DISTRIBUTION="${LB_DISTRIBUTION}"
 # (Default: ${LB_PARENT_DISTRIBUTION})
 LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION}"
 
+# \$LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
+# (Default: ${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION})
+LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}"
+
+# \$LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
+# (Default: ${LB_PARENT_MIRROR_BOOTSTRAP})
+LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP}"
+
+# \$LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
+# (Default: ${LB_PARENT_MIRROR_CHROOT})
+LB_PARENT_MIRROR_CHROOT="${LB_PARENT_MIRROR_CHROOT}"
+
+# \$LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from
+# (Default: ${LB_PARENT_MIRROR_CHROOT_SECURITY})
+LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY}"
+
+# \$LB_PARENT_MIRROR_CHROOT_VOLATILE: set volatile parent mirror to fetch packages from
+# (Default: ${LB_PARENT_MIRROR_CHROOT_VOLATILE})
+LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE}"
+
+# \$LB_PARENT_MIRROR_CHROOT_BACKPORTS: set backports parent mirror to fetch packages from
+# (Default: ${LB_PARENT_MIRROR_CHROOT_BACKPORTS})
+LB_PARENT_MIRROR_CHROOT_BACKPORTS="${LB_PARENT_MIRROR_CHROOT_BACKPORTS}"
+
+# \$LB_PARENT_MIRROR_BINARY: set parent mirror which ends up in the image
+# (Default: ${LB_PARENT_MIRROR_BINARY})
+LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY}"
+
+# \$LB_PARENT_MIRROR_BINARY_SECURITY: set security parent mirror which ends up in the image
+# (Default: ${LB_PARENT_MIRROR_BINARY_SECURITY})
+LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY}"
+
+# \$LB_PARENT_MIRROR_BINARY_VOLATILE: set volatile parent mirror which ends up in the image
+# (Default: ${LB_PARENT_MIRROR_BINARY_VOLATILE})
+LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE}"
+
+# \$LB_PARENT_MIRROR_BINARY_BACKPORTS: set backports parent mirror which ends up in the image
+# (Default: ${LB_PARENT_MIRROR_BINARY_BACKPORTS})
+LB_PARENT_MIRROR_BINARY_BACKPORTS="${LB_PARENT_MIRROR_BINARY_BACKPORTS}"
+
+# \$LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror
+# (Default: ${LB_PARENT_MIRROR_BOOTSTRAP})
+LB_PARENT_MIRROR_DEBIAN_INSTALLER="${LB_PARENT_MIRROR_DEBIAN_INSTALLER}"
+
 # \$LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
 # (Default: ${LB_MIRROR_BOOTSTRAP})
 LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP}"
diff --git a/scripts/build/lb_local b/scripts/build/lb_local
index a1f66fd..eba79ea 100755
--- a/scripts/build/lb_local
+++ b/scripts/build/lb_local
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_source b/scripts/build/lb_source
index e790223..8a3a3dc 100755
--- a/scripts/build/lb_source
+++ b/scripts/build/lb_source
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_source_checksums b/scripts/build/lb_source_checksums
index 4997eea..9864500 100755
--- a/scripts/build/lb_source_checksums
+++ b/scripts/build/lb_source_checksums
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_source_debian b/scripts/build/lb_source_debian
index f2d7dfe..7964ccb 100755
--- a/scripts/build/lb_source_debian
+++ b/scripts/build/lb_source_debian
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -56,6 +56,7 @@ cat >> source-selection.txt << EOF
 ${LB_BOOTLOADER}
 live-helper
 ${LB_INITRAMFS}
+live-config-${LB_INITSYSTEM}
 dosfstools
 genisoimage
 parted
diff --git a/scripts/build/lb_source_debian-live b/scripts/build/lb_source_debian-live
index f750c86..faa201a 100755
--- a/scripts/build/lb_source_debian-live
+++ b/scripts/build/lb_source_debian-live
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_source_disk b/scripts/build/lb_source_disk
index a7cb526..3d21223 100755
--- a/scripts/build/lb_source_disk
+++ b/scripts/build/lb_source_disk
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -74,8 +74,20 @@ esac
 
 if [ -n "${TRACE}" ]
 then
-	echo "$(wget -q ${LB_MIRROR_BOOTSTRAP}/${TRACE} -O - | head -n 1)" \
-	> source/.disk/archive_trace
+	case "${LB_DERIVATIVE}" in
+		true)
+			echo "$(echo ${LB_PARENT_MIRROR_BOOTSTRAP} | awk -F:// '{ print $2 }'): $(wget -q ${LB_PARENT_MIRROR_BOOTSTRAP}/${TRACE} -O - | head -n 1)" \
+			> source/.disk/archive_trace
+
+			echo "$(echo ${LB_MIRROR_BOOTSTRAP} | awk -F:// '{ print $2 }'): $(wget -q ${LB_MIRROR_BOOTSTRAP}/${TRACE} -O - | head -n 1)" \
+			>> source/.disk/archive_trace
+			;;
+
+		false)
+			echo "$(wget -q ${LB_PARENT_MIRROR_BOOTSTRAP}/${TRACE} -O - | head -n 1)" \
+			> source/.disk/archive_trace
+			;;
+	esac
 fi
 
 case "${LB_DEBIAN_INSTALLER}" in
diff --git a/scripts/build/lb_source_iso b/scripts/build/lb_source_iso
index 0da2925..4d1f6f5 100755
--- a/scripts/build/lb_source_iso
+++ b/scripts/build/lb_source_iso
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_source_net b/scripts/build/lb_source_net
index 319d2a6..fdd05c2 100755
--- a/scripts/build/lb_source_net
+++ b/scripts/build/lb_source_net
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_source_tar b/scripts/build/lb_source_tar
index 1615357..ef60510 100755
--- a/scripts/build/lb_source_tar
+++ b/scripts/build/lb_source_tar
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_source_usb b/scripts/build/lb_source_usb
index eb18526..0af9e10 100755
--- a/scripts/build/lb_source_usb
+++ b/scripts/build/lb_source_usb
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_source_virtual-hdd b/scripts/build/lb_source_virtual-hdd
index babd8eb..ed3d2cc 100755
--- a/scripts/build/lb_source_virtual-hdd
+++ b/scripts/build/lb_source_virtual-hdd
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/lb_testroot b/scripts/build/lb_testroot
index 52a05d2..2920b9b 100755
--- a/scripts/build/lb_testroot
+++ b/scripts/build/lb_testroot
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
diff --git a/scripts/build/live-build b/scripts/build/live-build
index a0e480e..50dd3dd 100755
--- a/scripts/build/live-build
+++ b/scripts/build/live-build
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/templates/cgi/debian-official/mail.txt b/templates/cgi/debian-official/mail.txt
index 37834b3..1b52405 100644
--- a/templates/cgi/debian-official/mail.txt
+++ b/templates/cgi/debian-official/mail.txt
@@ -12,7 +12,7 @@ You can see the log file and download the image from <SERVER/BUILD/>.
 
 Note that builds are removed after 24 hours.
 
-Feedback about all Debian Live matters can be send to our mailinglist at debian-live at lists.debian.org (no subscription required).
+Feedback about all Debian Live matters can be sent to our mailinglist at debian-live at lists.debian.org (no subscription required).
 
 Have fun,
 The Debian Live Team
diff --git a/templates/cgi/debian-unofficial/mail.txt b/templates/cgi/debian-unofficial/mail.txt
index 37834b3..1b52405 100644
--- a/templates/cgi/debian-unofficial/mail.txt
+++ b/templates/cgi/debian-unofficial/mail.txt
@@ -12,7 +12,7 @@ You can see the log file and download the image from <SERVER/BUILD/>.
 
 Note that builds are removed after 24 hours.
 
-Feedback about all Debian Live matters can be send to our mailinglist at debian-live at lists.debian.org (no subscription required).
+Feedback about all Debian Live matters can be sent to our mailinglist at debian-live at lists.debian.org (no subscription required).
 
 Have fun,
 The Debian Live Team

-- 
live-build



More information about the debian-live-changes mailing list