[SCM] live-build branch, debian, updated. debian/3.0_a21-1-22-gd7b042a

Daniel Baumann daniel at debian.org
Wed Jun 29 04:21:00 UTC 2011


The following commit has been merged in the debian branch:
commit db4943c415e9c463b43b2296c7650e8ef36534e1
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jun 15 21:47:45 2011 +0200

    Moving internal global package lists from 'lists' to 'package-lists'. This is not a user visible change.

diff --git a/Makefile b/Makefile
index 304be7c..b416a39 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ build:
 install:
 	# Installing shared data
 	mkdir -p $(DESTDIR)/usr/share/live/build
-	cp -r archives cgi data examples functions scripts includes lists templates $(DESTDIR)/usr/share/live/build
+	cp -r archives cgi data examples functions scripts includes package-lists templates $(DESTDIR)/usr/share/live/build
 
 	# Installing executables
 	mkdir -p $(DESTDIR)/usr/bin
diff --git a/functions/packagelists.sh b/functions/packagelists.sh
index aeb71f6..5d4a629 100755
--- a/functions/packagelists.sh
+++ b/functions/packagelists.sh
@@ -22,7 +22,7 @@ Expand_packagelist ()
 		_LB_NESTED=0
 		_LB_ENABLED=1
 
-		for _LB_SEARCH_PATH in ${@} config/lists "${LB_BASE:-/usr/share/live/build}/lists"
+		for _LB_SEARCH_PATH in ${@} "${LB_BASE:-/usr/share/live/build}/package-lists"
 		do
 			if [ -e "${_LB_SEARCH_PATH}/${_LB_LIST_NAME}" ]
 			then
diff --git a/lists/gnome-core b/lists/gnome-core
deleted file mode 100644
index 5780290..0000000
--- a/lists/gnome-core
+++ /dev/null
@@ -1,8 +0,0 @@
-# /usr/share/live/build/lists/gnome-core - package list for live-build(7)
-
-#include <standard-x11>
-
-gnome-core
-gdm3
-desktop-base
-gnome-themes
diff --git a/lists/gnome-full b/lists/gnome-full
deleted file mode 100644
index 2c414b9..0000000
--- a/lists/gnome-full
+++ /dev/null
@@ -1,6 +0,0 @@
-# /usr/share/live/build/lists/gnome-full - package list for live-build(7)
-
-#include <gnome>
-
-gnome
-gdm3
diff --git a/lists/gnome-junior b/lists/gnome-junior
deleted file mode 100644
index 5f2867b..0000000
--- a/lists/gnome-junior
+++ /dev/null
@@ -1,6 +0,0 @@
-# /usr/share/live/build/lists/gnome-junior - package list for live-build(7)
-
-#include <gnome>
-#include <debian-junior>
-
-junior-gnome
diff --git a/lists/kde b/lists/kde
deleted file mode 100644
index 3384a07..0000000
--- a/lists/kde
+++ /dev/null
@@ -1,7 +0,0 @@
-# /usr/share/live/build/lists/kde - package list for live-build(7)
-
-#include <kde-core>
-
-kde-standard
-kdm
-desktop-base
diff --git a/lists/kde-core b/lists/kde-core
deleted file mode 100644
index 0431520..0000000
--- a/lists/kde-core
+++ /dev/null
@@ -1,7 +0,0 @@
-# /usr/share/live/build/lists/kde-core - package list for live-build(7)
-
-#include <standard-x11>
-
-kde-plasma-desktop
-kdm
-desktop-base
diff --git a/lists/kde-extra b/lists/kde-extra
deleted file mode 100644
index f3a94e4..0000000
--- a/lists/kde-extra
+++ /dev/null
@@ -1,5 +0,0 @@
-# /usr/share/live/build/lists/kde-extra - package list for live-build(7)
-
-#include <kde-full>
-
-kde-extras
diff --git a/lists/kde-full b/lists/kde-full
deleted file mode 100644
index 78db03e..0000000
--- a/lists/kde-full
+++ /dev/null
@@ -1,6 +0,0 @@
-# /usr/share/live/build/lists/kde-full - package list for live-build(7)
-
-#include <kde>
-
-koffice
-kde-full
diff --git a/lists/kde-junior b/lists/kde-junior
deleted file mode 100644
index 062892d..0000000
--- a/lists/kde-junior
+++ /dev/null
@@ -1,6 +0,0 @@
-# /usr/share/live/build/lists/kde-junior - package list for live-build(7)
-
-#include <kde>
-#include <debian-junior>
-
-junior-kde
diff --git a/lists/lxde b/lists/lxde
deleted file mode 100644
index 3695f5e..0000000
--- a/lists/lxde
+++ /dev/null
@@ -1,8 +0,0 @@
-# /usr/share/live/build/lists/lxde - package list for live-build(7)
-
-#include <standard-x11>
-
-lxde
-gdm
-network-manager-gnome
-desktop-base
diff --git a/lists/studio-gnome b/lists/studio-gnome
deleted file mode 100644
index 3274d8e..0000000
--- a/lists/studio-gnome
+++ /dev/null
@@ -1,4 +0,0 @@
-# /usr/share/live/build/lists/studio-gnome - package list for live-build(7)
-
-#include <gnome>
-#include <studio>
diff --git a/lists/studio-kde b/lists/studio-kde
deleted file mode 100644
index 9b22aca..0000000
--- a/lists/studio-kde
+++ /dev/null
@@ -1,4 +0,0 @@
-# /usr/share/live/build/lists/studio-kde - package list for live-build(7)
-
-#include <kde>
-#include <studio>
diff --git a/lists/studio-xfce b/lists/studio-xfce
deleted file mode 100644
index 9bac7e9..0000000
--- a/lists/studio-xfce
+++ /dev/null
@@ -1,4 +0,0 @@
-# /usr/share/live/build/lists/studio-xfce - package list for live-build(7)
-
-#include <xfce>
-#include <studio>
diff --git a/lists/xfce b/lists/xfce
deleted file mode 100644
index 6ae2c84..0000000
--- a/lists/xfce
+++ /dev/null
@@ -1,7 +0,0 @@
-# /usr/share/live/build/lists/xfce - package list for live-build(7)
-
-#include <standard-x11>
-
-xfce4
-gdm3
-desktop-base
diff --git a/lists/xfce-junior b/lists/xfce-junior
deleted file mode 100644
index 4ef120b..0000000
--- a/lists/xfce-junior
+++ /dev/null
@@ -1,6 +0,0 @@
-# /usr/share/live/build/lists/xfce-junior - package list for live-build(7)
-
-#include <xfce>
-#include <debian-junior>
-
-junior-kde junior-gnome
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1
index d9ed317..03773a7 100644
--- a/manpages/de/lb_config.de.1
+++ b/manpages/de/lb_config.de.1
@@ -695,11 +695,11 @@ defines if a compressed tarball should be created. Disabling this options
 leads to no tarball at all, the plain binary directory is considered the
 output in this case. Default is true.
 .IP "\-p|\fB\-\-package\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4
-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
-package lists, you don't need to list them here. Putting them into
-config/chroot_local\-packagelists is enough (the filename needs to have the
-\&.list suffix though).
+defines which lists available in /usr/share/live/build/package\-lists should
+be used. By default, this is set to standard. Note that in case you have
+local package lists, you don't need to list them here. Putting them into
+config/package\-lists is enough (the filename needs to have the .list suffix
+though).
 .IP \fB\-\-quiet\fP 4
 reduces the verbosity of messages output by \fBlb build\fP.
 .IP "\fB\-\-archives\fP \fIARCHIVE\fP|\(dq\fIARCHIVES\fP\(dq" 4
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index d655842..84185d3 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -447,7 +447,7 @@ sets the IP or hostname that will be configured in the bootloader configuration
 .IP "\fB\-\-net\-tarball\fR true|false" 4
 defines if a compressed tarball should be created. Disabling this options leads to no tarball at all, the plain binary directory is considered the output in this case. Default is true.
 .IP "\-p|\fB\-\-package\-lists\fR \fILIST\fR|""\fILISTS\fR""" 4
-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 package lists, you don't need to list them here. Putting them into config/chroot_local-packagelists is enough (the filename needs to have the .list suffix though).
+defines which lists available in /usr/share/live/build/package-lists should be used. By default, this is set to standard. Note that in case you have local package lists, you don't need to list them here. Putting them into config/package-lists is enough (the filename needs to have the .list suffix though).
 .IP "\fB\-\-quiet\fR" 4
 reduces the verbosity of messages output by \fBlb build\fR.
 .IP "\fB\-\-archives\fR \fIARCHIVE\fR|""\fIARCHIVES\fR""" 4
diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po
index c324319..72d1f73 100644
--- a/manpages/po/de/lb.1.po
+++ b/manpages/po/de/lb.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index 658a1d5..d24ae12 100644
--- a/manpages/po/de/lb_binary.1.po
+++ b/manpages/po/de/lb_binary.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po
index 0bdbe10..c65e56a 100644
--- a/manpages/po/de/lb_binary_checksums.1.po
+++ b/manpages/po/de/lb_binary_checksums.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po
index 254b735..dbfa690 100644
--- a/manpages/po/de/lb_binary_chroot.1.po
+++ b/manpages/po/de/lb_binary_chroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_debian-installer.1.po b/manpages/po/de/lb_binary_debian-installer.1.po
index 5d0506d..81873a3 100644
--- a/manpages/po/de/lb_binary_debian-installer.1.po
+++ b/manpages/po/de/lb_binary_debian-installer.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po
index 0de2a31..4bf13fe 100644
--- a/manpages/po/de/lb_binary_disk.1.po
+++ b/manpages/po/de/lb_binary_disk.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po
index a845131..d9c5a23 100644
--- a/manpages/po/de/lb_binary_grub.1.po
+++ b/manpages/po/de/lb_binary_grub.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po
index 9316fa9..6618114 100644
--- a/manpages/po/de/lb_binary_grub2.1.po
+++ b/manpages/po/de/lb_binary_grub2.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po
index 301ec66..5eb24f4 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_binary_includes.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po
index 479cd36..e52d00b 100644
--- a/manpages/po/de/lb_binary_iso.1.po
+++ b/manpages/po/de/lb_binary_iso.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_linux-image.1.po b/manpages/po/de/lb_binary_linux-image.1.po
index f65e66f..6f930e4 100644
--- a/manpages/po/de/lb_binary_linux-image.1.po
+++ b/manpages/po/de/lb_binary_linux-image.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_local-hooks.1.po b/manpages/po/de/lb_binary_local-hooks.1.po
index 8995055..aa658e5 100644
--- a/manpages/po/de/lb_binary_local-hooks.1.po
+++ b/manpages/po/de/lb_binary_local-hooks.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_binary_local-includes.1.po
index b68b2d9..e523ae7 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_binary_local-includes.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_local-packagelists.1.po b/manpages/po/de/lb_binary_local-packagelists.1.po
index 157081b..6260df5 100644
--- a/manpages/po/de/lb_binary_local-packagelists.1.po
+++ b/manpages/po/de/lb_binary_local-packagelists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po
index 452e078..73546d5 100644
--- a/manpages/po/de/lb_binary_manifest.1.po
+++ b/manpages/po/de/lb_binary_manifest.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po
index 6988095..1bb4aab 100644
--- a/manpages/po/de/lb_binary_memtest.1.po
+++ b/manpages/po/de/lb_binary_memtest.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po
index 24d7dc1..5848a6f 100644
--- a/manpages/po/de/lb_binary_net.1.po
+++ b/manpages/po/de/lb_binary_net.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po
index 4fcee31..91b6573 100644
--- a/manpages/po/de/lb_binary_rootfs.1.po
+++ b/manpages/po/de/lb_binary_rootfs.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po
index 43d8dc5..7afa11d 100644
--- a/manpages/po/de/lb_binary_silo.1.po
+++ b/manpages/po/de/lb_binary_silo.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po
index 81ed66e..d87feb8 100644
--- a/manpages/po/de/lb_binary_syslinux.1.po
+++ b/manpages/po/de/lb_binary_syslinux.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po
index 5e7f7f4..de6436e 100644
--- a/manpages/po/de/lb_binary_tar.1.po
+++ b/manpages/po/de/lb_binary_tar.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po
index 63cc26b..a73eb78 100644
--- a/manpages/po/de/lb_binary_usb.1.po
+++ b/manpages/po/de/lb_binary_usb.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_virtual-hdd.1.po b/manpages/po/de/lb_binary_virtual-hdd.1.po
index a8c7846..af7e029 100644
--- a/manpages/po/de/lb_binary_virtual-hdd.1.po
+++ b/manpages/po/de/lb_binary_virtual-hdd.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_win32-loader.1.po b/manpages/po/de/lb_binary_win32-loader.1.po
index c929e28..a54348c 100644
--- a/manpages/po/de/lb_binary_win32-loader.1.po
+++ b/manpages/po/de/lb_binary_win32-loader.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po
index b8727a5..00c1750 100644
--- a/manpages/po/de/lb_binary_yaboot.1.po
+++ b/manpages/po/de/lb_binary_yaboot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
index e19ce8d..098912d 100644
--- a/manpages/po/de/lb_bootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po
index f9f719e..19be7a1 100644
--- a/manpages/po/de/lb_bootstrap_cache.1.po
+++ b/manpages/po/de/lb_bootstrap_cache.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
index 3c58fae..f0189d0 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po
index f0e534b..ccd5c21 100644
--- a/manpages/po/de/lb_bootstrap_copy.1.po
+++ b/manpages/po/de/lb_bootstrap_copy.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po
index 91ac27a..cc41a8f 100644
--- a/manpages/po/de/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
index c62399b..2687f1d 100644
--- a/manpages/po/de/lb_build.1.po
+++ b/manpages/po/de/lb_build.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index 227985a..64442d8 100644
--- a/manpages/po/de/lb_chroot.1.po
+++ b/manpages/po/de/lb_chroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po
index 4ac25e8..849dca8 100644
--- a/manpages/po/de/lb_chroot_apt.1.po
+++ b/manpages/po/de/lb_chroot_apt.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_archives.1.po b/manpages/po/de/lb_chroot_archives.1.po
index efd027a..4cfc7ea 100644
--- a/manpages/po/de/lb_chroot_archives.1.po
+++ b/manpages/po/de/lb_chroot_archives.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po
index 0ba4590..12b1d6d 100644
--- a/manpages/po/de/lb_chroot_cache.1.po
+++ b/manpages/po/de/lb_chroot_cache.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po
index 2e9ce7a..da39e5c 100644
--- a/manpages/po/de/lb_chroot_debianchroot.1.po
+++ b/manpages/po/de/lb_chroot_debianchroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po
index c19e30b..2ed87be 100644
--- a/manpages/po/de/lb_chroot_devpts.1.po
+++ b/manpages/po/de/lb_chroot_devpts.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po
index 5290f52..900a382 100644
--- a/manpages/po/de/lb_chroot_dpkg.1.po
+++ b/manpages/po/de/lb_chroot_dpkg.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po
index 34cf777..44fd1e3 100644
--- a/manpages/po/de/lb_chroot_hacks.1.po
+++ b/manpages/po/de/lb_chroot_hacks.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po
index aa31c47..b074316 100644
--- a/manpages/po/de/lb_chroot_hostname.1.po
+++ b/manpages/po/de/lb_chroot_hostname.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po
index 6a8cbff..9c90cbe 100644
--- a/manpages/po/de/lb_chroot_hosts.1.po
+++ b/manpages/po/de/lb_chroot_hosts.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_install-packages.1.po b/manpages/po/de/lb_chroot_install-packages.1.po
index 72c7afc..6466166 100644
--- a/manpages/po/de/lb_chroot_install-packages.1.po
+++ b/manpages/po/de/lb_chroot_install-packages.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po
index 3eef463..3c58fbb 100644
--- a/manpages/po/de/lb_chroot_interactive.1.po
+++ b/manpages/po/de/lb_chroot_interactive.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_linux-image.1.po b/manpages/po/de/lb_chroot_linux-image.1.po
index b3861a7..82428ba 100644
--- a/manpages/po/de/lb_chroot_linux-image.1.po
+++ b/manpages/po/de/lb_chroot_linux-image.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_local-hooks.1.po b/manpages/po/de/lb_chroot_local-hooks.1.po
index 88cc041..f4bb8f1 100644
--- a/manpages/po/de/lb_chroot_local-hooks.1.po
+++ b/manpages/po/de/lb_chroot_local-hooks.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_local-includes.1.po b/manpages/po/de/lb_chroot_local-includes.1.po
index 0badd78..c23bd55 100644
--- a/manpages/po/de/lb_chroot_local-includes.1.po
+++ b/manpages/po/de/lb_chroot_local-includes.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_local-packagelists.1.po b/manpages/po/de/lb_chroot_local-packagelists.1.po
index 99545e4..584e833 100644
--- a/manpages/po/de/lb_chroot_local-packagelists.1.po
+++ b/manpages/po/de/lb_chroot_local-packagelists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_local-packages.1.po b/manpages/po/de/lb_chroot_local-packages.1.po
index d7e3ae4..6dbad7b 100644
--- a/manpages/po/de/lb_chroot_local-packages.1.po
+++ b/manpages/po/de/lb_chroot_local-packages.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_local-patches.1.po b/manpages/po/de/lb_chroot_local-patches.1.po
index c3fe458..defb5be 100644
--- a/manpages/po/de/lb_chroot_local-patches.1.po
+++ b/manpages/po/de/lb_chroot_local-patches.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_local-preseed.1.po b/manpages/po/de/lb_chroot_local-preseed.1.po
index ddadeeb..7e93178 100644
--- a/manpages/po/de/lb_chroot_local-preseed.1.po
+++ b/manpages/po/de/lb_chroot_local-preseed.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_local-tasklists.1.po b/manpages/po/de/lb_chroot_local-tasklists.1.po
index ae8f841..08c5379 100644
--- a/manpages/po/de/lb_chroot_local-tasklists.1.po
+++ b/manpages/po/de/lb_chroot_local-tasklists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_packagelists.1.po b/manpages/po/de/lb_chroot_packagelists.1.po
index 55db1da..5e32c14 100644
--- a/manpages/po/de/lb_chroot_packagelists.1.po
+++ b/manpages/po/de/lb_chroot_packagelists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po
index fc08e5b..42a9b06 100644
--- a/manpages/po/de/lb_chroot_preseed.1.po
+++ b/manpages/po/de/lb_chroot_preseed.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po
index 0741dd3..1fe5f7c 100644
--- a/manpages/po/de/lb_chroot_proc.1.po
+++ b/manpages/po/de/lb_chroot_proc.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po
index a9d84e9..9b85556 100644
--- a/manpages/po/de/lb_chroot_resolv.1.po
+++ b/manpages/po/de/lb_chroot_resolv.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po
index 8500c6b..d2213b6 100644
--- a/manpages/po/de/lb_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lb_chroot_selinuxfs.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po
index 08fe2fa..63de530 100644
--- a/manpages/po/de/lb_chroot_sysfs.1.po
+++ b/manpages/po/de/lb_chroot_sysfs.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_sysv-rc.1.po b/manpages/po/de/lb_chroot_sysv-rc.1.po
index e43edf7..7895f41 100644
--- a/manpages/po/de/lb_chroot_sysv-rc.1.po
+++ b/manpages/po/de/lb_chroot_sysv-rc.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po
index b120c52..bfb5d67 100644
--- a/manpages/po/de/lb_chroot_upstart.1.po
+++ b/manpages/po/de/lb_chroot_upstart.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
index c9d10de..29bd559 100644
--- a/manpages/po/de/lb_clean.1.po
+++ b/manpages/po/de/lb_clean.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index dbe9648..38b0c36 100644
--- a/manpages/po/de/lb_config.1.po
+++ b/manpages/po/de/lb_config.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -2634,11 +2634,11 @@ msgstr ""
 #. type: Plain text
 #: en/lb_config.1:451
 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 "
-"package lists, you don't need to list them here. Putting them into config/"
-"chroot_local-packagelists is enough (the filename needs to have the .list "
-"suffix though)."
+"defines which lists available in /usr/share/live/build/package-lists should "
+"be used. By default, this is set to standard. Note that in case you have "
+"local package lists, you don't need to list them here. Putting them into "
+"config/package-lists is enough (the filename needs to have the .list suffix "
+"though)."
 msgstr ""
 
 #. type: IP
diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po
index 6b4c656..6d2279f 100644
--- a/manpages/po/de/lb_local.1.po
+++ b/manpages/po/de/lb_local.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index f7ee38a..cb9a61d 100644
--- a/manpages/po/de/lb_source.1.po
+++ b/manpages/po/de/lb_source.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po
index d789451..dafa094 100644
--- a/manpages/po/de/lb_source_checksums.1.po
+++ b/manpages/po/de/lb_source_checksums.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_source_debian-live.1.po b/manpages/po/de/lb_source_debian-live.1.po
index 6e669a3..0778d5a 100644
--- a/manpages/po/de/lb_source_debian-live.1.po
+++ b/manpages/po/de/lb_source_debian-live.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po
index 601c956..be9c572 100644
--- a/manpages/po/de/lb_source_debian.1.po
+++ b/manpages/po/de/lb_source_debian.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po
index 9c83727..3a9daf7 100644
--- a/manpages/po/de/lb_source_disk.1.po
+++ b/manpages/po/de/lb_source_disk.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po
index 4197316..4a0cede 100644
--- a/manpages/po/de/lb_source_iso.1.po
+++ b/manpages/po/de/lb_source_iso.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po
index 5c83c1f..29860ba 100644
--- a/manpages/po/de/lb_source_net.1.po
+++ b/manpages/po/de/lb_source_net.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po
index 3f894a4..a33d66f 100644
--- a/manpages/po/de/lb_source_tar.1.po
+++ b/manpages/po/de/lb_source_tar.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po
index 405ebf6..a50cc26 100644
--- a/manpages/po/de/lb_source_usb.1.po
+++ b/manpages/po/de/lb_source_usb.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_source_virtual-hdd.1.po b/manpages/po/de/lb_source_virtual-hdd.1.po
index 7ba6e42..421cd7c 100644
--- a/manpages/po/de/lb_source_virtual-hdd.1.po
+++ b/manpages/po/de/lb_source_virtual-hdd.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
index 29541e2..a2284b5 100644
--- a/manpages/po/de/lb_testroot.1.po
+++ b/manpages/po/de/lb_testroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index 3f5113e..7dceb75 100644
--- a/manpages/po/de/live-build.7.po
+++ b/manpages/po/de/live-build.7.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
-"PO-Revision-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
+"PO-Revision-Date: 2011-06-15 21:45+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index 5d8b1ce..4e1adbd 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index 168d3ad..33261e4 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot
index 80c8449..dd8cb9b 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot
index 3aaff0d..49efa25 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot
index 6778d70..c71023c 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot
index 26b14aa..240bd8f 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot
index 03d5663..f7fa24e 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot
index 6a4f9a0..4e80862 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot
index 0f7d1c5..a71cae8 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot
index a649ede..03c1fdd 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot
index 0f66713..7b5ba87 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot
index 01e8f30..95cc6ce 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot
index 71d4aad..40279e6 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_local-packagelists.1.pot b/manpages/pot/lb_binary_local-packagelists.1.pot
index b9a386b..ca6a862 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot
index b9ec090..402510a 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot
index 8a4e95a..e63fdb9 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot
index ac931ff..e2dae88 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot
index 27732d4..22db985 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot
index ebee2ea..a3303b5 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot
index 884ac42..175e10a 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot
index 6854e3f..be21169 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot
index c42a06e..99d2a0e 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot
index f3b756a..66aaca9 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot
index 7247bf9..380b7a5 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot
index 4477070..1bba883 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index a361d49..0f803d4 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot
index 51348ae..7a48202 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
index f16df3f..125e6bb 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot
index 2b9163b..745f926 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot
index dad4b0d..6deb0bb 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index bca5619..8c4b30f 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index 5dcf3ba..c8a575e 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot
index f9d694c..30b8c70 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_archives.1.pot b/manpages/pot/lb_chroot_archives.1.pot
index 8f85083..2fb4645 100644
--- a/manpages/pot/lb_chroot_archives.1.pot
+++ b/manpages/pot/lb_chroot_archives.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot
index 586c4bb..26644b3 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot
index ae1eb53..1bf5785 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot
index ec4a78f..282791d 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot
index fa2a7ca..310ceee 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot
index ce1825c..9ebb2b4 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot
index b531b64..4e4e12c 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot
index 68185d9..a8430f6 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot
index 49fa95b..3074fc0 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot
index e8eeac2..98c3deb 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot
index 4ddbd0b..c22cdce 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_local-hooks.1.pot
index d572d1c..15adcbe 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot
index 25f0474..130d3e5 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_local-packagelists.1.pot b/manpages/pot/lb_chroot_local-packagelists.1.pot
index 63c69d4..c396206 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_local-packages.1.pot b/manpages/pot/lb_chroot_local-packages.1.pot
index 88b5d8b..9c42c7d 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot
index 926386f..c50d9fe 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot
index 4d89a96..abb5bcb 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_local-tasklists.1.pot b/manpages/pot/lb_chroot_local-tasklists.1.pot
index 662b2d9..18588f6 100644
--- a/manpages/pot/lb_chroot_local-tasklists.1.pot
+++ b/manpages/pot/lb_chroot_local-tasklists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_packagelists.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot
index a78f86c..cc6c69d 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot
index 90517f1..b07677b 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot
index 3dae326..e049780 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot
index e4ada53..e235bab 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot
index d49ca8e..5dbe8a9 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot
index b48bca7..09790ff 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot
index 825ed12..ac201ee 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot
index df12da7..b9e15b1 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index 6d6a5ce..bfcec3f 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index d055ad9..b53fa1f 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -2634,11 +2634,11 @@ msgstr ""
 #. type: Plain text
 #: en/lb_config.1:451
 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 "
-"package lists, you don't need to list them here. Putting them into config/"
-"chroot_local-packagelists is enough (the filename needs to have the .list "
-"suffix though)."
+"defines which lists available in /usr/share/live/build/package-lists should "
+"be used. By default, this is set to standard. Note that in case you have "
+"local package lists, you don't need to list them here. Putting them into "
+"config/package-lists is enough (the filename needs to have the .list suffix "
+"though)."
 msgstr ""
 
 #. type: IP
diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot
index c9e49df..812b7eb 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index c861ef4..c8b652d 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot
index 91f1ba4..d4e274e 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot
index 7d5e9cc..3f05808 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot
index 6925781..6272cb6 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot
index 317fe02..74f0f5a 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot
index 48b766c..f8f06c6 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot
index b9f3eb5..d04bda8 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot
index 9cdbfe4..643b0bf 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot
index fef8b87..fde675c 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot
index 4605486..ddcab3a 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index 7b57f5b..0ece4b8 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index 8093849..e087eeb 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-06-15 20:46+0300\n"
+"POT-Creation-Date: 2011-06-15 21:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/lists/debian-forensics b/package-lists/debian-forensics
similarity index 85%
rename from lists/debian-forensics
rename to package-lists/debian-forensics
index 7684649..e24958c 100644
--- a/lists/debian-forensics
+++ b/package-lists/debian-forensics
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/debian-forensics - package list for live-build(7)
+# /usr/share/live/build/package-lists/debian-forensics - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/debian-junior b/package-lists/debian-junior
similarity index 80%
rename from lists/debian-junior
rename to package-lists/debian-junior
index d1666b8..4b494d5 100644
--- a/lists/debian-junior
+++ b/package-lists/debian-junior
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/debian-junior - package list for live-build(7)
+# /usr/share/live/build/package-lists/debian-junior - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/debian-live-devel b/package-lists/debian-live-devel
similarity index 84%
rename from lists/debian-live-devel
rename to package-lists/debian-live-devel
index 2bd3efa..636c79b 100644
--- a/lists/debian-live-devel
+++ b/package-lists/debian-live-devel
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/debian-live - package list for live-build(7)
+# /usr/share/live/build/package-lists/debian-live - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/debian-live-pxe-server b/package-lists/debian-live-pxe-server
similarity index 61%
rename from lists/debian-live-pxe-server
rename to package-lists/debian-live-pxe-server
index e415ac8..9e22713 100644
--- a/lists/debian-live-pxe-server
+++ b/package-lists/debian-live-pxe-server
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/debian-live-pxe-server - package list for live-build(7)
+# /usr/share/live/build/package-lists/debian-live-pxe-server - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/debian-science b/package-lists/debian-science
similarity index 81%
rename from lists/debian-science
rename to package-lists/debian-science
index 8b3c210..75501b4 100644
--- a/lists/debian-science
+++ b/package-lists/debian-science
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/debian-science - package list for live-build(7)
+# /usr/share/live/build/package-lists/debian-science - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/gnome b/package-lists/gnome
similarity index 72%
rename from lists/gnome
rename to package-lists/gnome
index fc878b1..420fc68 100644
--- a/lists/gnome
+++ b/package-lists/gnome
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/gnome - package list for live-build(7)
+# /usr/share/live/build/package-lists/gnome - package list for live-build(7)
 
 #include <gnome-core>
 
diff --git a/package-lists/gnome-core b/package-lists/gnome-core
new file mode 100644
index 0000000..db969d7
--- /dev/null
+++ b/package-lists/gnome-core
@@ -0,0 +1,8 @@
+# /usr/share/live/build/package-lists/gnome-core - package list for live-build(7)
+
+#include <standard-x11>
+
+gnome-core
+gdm3
+desktop-base
+gnome-themes
diff --git a/package-lists/gnome-full b/package-lists/gnome-full
new file mode 100644
index 0000000..7259fc3
--- /dev/null
+++ b/package-lists/gnome-full
@@ -0,0 +1,6 @@
+# /usr/share/live/build/package-lists/gnome-full - package list for live-build(7)
+
+#include <gnome>
+
+gnome
+gdm3
diff --git a/package-lists/gnome-junior b/package-lists/gnome-junior
new file mode 100644
index 0000000..f6c91b8
--- /dev/null
+++ b/package-lists/gnome-junior
@@ -0,0 +1,6 @@
+# /usr/share/live/build/package-lists/gnome-junior - package list for live-build(7)
+
+#include <gnome>
+#include <debian-junior>
+
+junior-gnome
diff --git a/lists/gnustep b/package-lists/gnustep
similarity index 90%
rename from lists/gnustep
rename to package-lists/gnustep
index 08012ce..7f50838 100644
--- a/lists/gnustep
+++ b/package-lists/gnustep
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/gnustep - package list for live-build(7)
+# /usr/share/live/build/package-lists/gnustep - package list for live-build(7)
 
 #include <standard-x11>
 
diff --git a/package-lists/kde b/package-lists/kde
new file mode 100644
index 0000000..d32a6d1
--- /dev/null
+++ b/package-lists/kde
@@ -0,0 +1,7 @@
+# /usr/share/live/build/package-lists/kde - package list for live-build(7)
+
+#include <kde-core>
+
+kde-standard
+kdm
+desktop-base
diff --git a/package-lists/kde-core b/package-lists/kde-core
new file mode 100644
index 0000000..cbed22a
--- /dev/null
+++ b/package-lists/kde-core
@@ -0,0 +1,7 @@
+# /usr/share/live/build/package-lists/kde-core - package list for live-build(7)
+
+#include <standard-x11>
+
+kde-plasma-desktop
+kdm
+desktop-base
diff --git a/package-lists/kde-extra b/package-lists/kde-extra
new file mode 100644
index 0000000..1dd3362
--- /dev/null
+++ b/package-lists/kde-extra
@@ -0,0 +1,5 @@
+# /usr/share/live/build/package-lists/kde-extra - package list for live-build(7)
+
+#include <kde-full>
+
+kde-extras
diff --git a/package-lists/kde-full b/package-lists/kde-full
new file mode 100644
index 0000000..c49c5d3
--- /dev/null
+++ b/package-lists/kde-full
@@ -0,0 +1,6 @@
+# /usr/share/live/build/package-lists/kde-full - package list for live-build(7)
+
+#include <kde>
+
+koffice
+kde-full
diff --git a/package-lists/kde-junior b/package-lists/kde-junior
new file mode 100644
index 0000000..8994d2e
--- /dev/null
+++ b/package-lists/kde-junior
@@ -0,0 +1,6 @@
+# /usr/share/live/build/package-lists/kde-junior - package list for live-build(7)
+
+#include <kde>
+#include <debian-junior>
+
+junior-kde
diff --git a/package-lists/lxde b/package-lists/lxde
new file mode 100644
index 0000000..78de22f
--- /dev/null
+++ b/package-lists/lxde
@@ -0,0 +1,8 @@
+# /usr/share/live/build/package-lists/lxde - package list for live-build(7)
+
+#include <standard-x11>
+
+lxde
+gdm
+network-manager-gnome
+desktop-base
diff --git a/lists/minimal b/package-lists/minimal
similarity index 81%
rename from lists/minimal
rename to package-lists/minimal
index 7049fd0..77f9aa8 100644
--- a/lists/minimal
+++ b/package-lists/minimal
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/minimal - package list for live-build(7)
+# /usr/share/live/build/package-lists/minimal - package list for live-build(7)
 
 # Warning: if you only use this list directly, not inherited through e.g.
 # standard, then live-build also triggers the minimal hook and some other
diff --git a/lists/rescue b/package-lists/rescue
similarity index 97%
rename from lists/rescue
rename to package-lists/rescue
index ec1d862..ad1e154 100644
--- a/lists/rescue
+++ b/package-lists/rescue
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/rescue - package list for live-build(7)
+# /usr/share/live/build/package-lists/rescue - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/standard b/package-lists/standard
similarity index 67%
rename from lists/standard
rename to package-lists/standard
index e63631a..94dd336 100644
--- a/lists/standard
+++ b/package-lists/standard
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/standard - package list for live-build(7)
+# /usr/share/live/build/package-lists/standard - package list for live-build(7)
 
 #include <minimal>
 
diff --git a/lists/standard-x11 b/package-lists/standard-x11
similarity index 54%
rename from lists/standard-x11
rename to package-lists/standard-x11
index 042b986..e53cef3 100644
--- a/lists/standard-x11
+++ b/package-lists/standard-x11
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/standard-x11 - package list for live-build(7)
+# /usr/share/live/build/package-lists/standard-x11 - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/studio b/package-lists/studio
similarity index 93%
rename from lists/studio
rename to package-lists/studio
index fa0ce5e..fc6c68f 100644
--- a/lists/studio
+++ b/package-lists/studio
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/studio - package list for live-build(7)
+# /usr/share/live/build/package-lists/studio - package list for live-build(7)
 
 # packagelist inspired from the A/DeMuDi one.
 #
diff --git a/package-lists/studio-gnome b/package-lists/studio-gnome
new file mode 100644
index 0000000..2481951
--- /dev/null
+++ b/package-lists/studio-gnome
@@ -0,0 +1,4 @@
+# /usr/share/live/build/package-lists/studio-gnome - package list for live-build(7)
+
+#include <gnome>
+#include <studio>
diff --git a/package-lists/studio-kde b/package-lists/studio-kde
new file mode 100644
index 0000000..820b81b
--- /dev/null
+++ b/package-lists/studio-kde
@@ -0,0 +1,4 @@
+# /usr/share/live/build/package-lists/studio-kde - package list for live-build(7)
+
+#include <kde>
+#include <studio>
diff --git a/package-lists/studio-xfce b/package-lists/studio-xfce
new file mode 100644
index 0000000..c7bed4e
--- /dev/null
+++ b/package-lists/studio-xfce
@@ -0,0 +1,4 @@
+# /usr/share/live/build/package-lists/studio-xfce - package list for live-build(7)
+
+#include <xfce>
+#include <studio>
diff --git a/package-lists/xfce b/package-lists/xfce
new file mode 100644
index 0000000..4c09d6f
--- /dev/null
+++ b/package-lists/xfce
@@ -0,0 +1,7 @@
+# /usr/share/live/build/package-lists/xfce - package list for live-build(7)
+
+#include <standard-x11>
+
+xfce4
+gdm3
+desktop-base
diff --git a/package-lists/xfce-junior b/package-lists/xfce-junior
new file mode 100644
index 0000000..4e1d08b
--- /dev/null
+++ b/package-lists/xfce-junior
@@ -0,0 +1,6 @@
+# /usr/share/live/build/package-lists/xfce-junior - package list for live-build(7)
+
+#include <xfce>
+#include <debian-junior>
+
+junior-kde junior-gnome

-- 
live-build



More information about the debian-live-changes mailing list