[SCM] live-boot branch, debian, updated. debian/3.0_a25-1-72-gfc7a680

Daniel Baumann daniel at debian.org
Thu Apr 5 06:21:43 UTC 2012


The following commit has been merged in the debian branch:
commit fc7a680409aaa5434311a4ade70df692e2356381
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Apr 5 08:19:33 2012 +0200

    Releasing debian version 3.0~a26-1.

diff --git a/VERSION b/VERSION
index c693afd..7575db3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0~a25-1
+3.0~a26-1
diff --git a/debian/changelog b/debian/changelog
index 7bdce4c..b463318 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,118 @@
+live-boot (3.0~a26-1) experimental; urgency=low
+
+  [ Daniel Baumann ]
+  * Updating year in copyright.
+  * Updating copyright file machine-readable format version 1.0.
+  * Updating to standards version 3.9.3.
+  * Quoting noprompt variable in initscript to avoid syntax errors,
+    thanks to Philip Newborough <corenominal at corenominal.org>.
+  * Correcting log_end_msg usages in connection with verbosity checks in
+    live-boot initscript, thanks to Pablo Barbachano
+    <pablobarbachano at yahoo.es> (Closes: #665689).
+  * Replacing live-boot initscript with a stub and moving the actual
+    code to /lib/live/boot.sh to allow different initsystem support in
+    future.
+  * Removing some of the now useless sysvinit specifics from
+    bin/boot.sh.
+
+  [ Tails developers ]
+  * Adding initial work on a custom mounts system.
+
+  [ Daniel Baumann ]
+  * Correcting indenting initial work on a custom mounts system to
+    ensure consistency.
+  * Avoid calling rm without -f in initial work on a custom mounts
+    system to ensure non-interactivity.
+  * Avoid '==' bashism in initial work on a custom mounts system to
+    ensure posix compatiblity.
+
+  [ Tails developers ]
+  * Prevent custom mounting in /live.
+  * Optionally symlink files from persistent source instead of mount it.
+  * Separate overlay labels for full and custom persistence.
+  * Remove some temporary custom mount related files after they're used.
+
+  [ Daniel Baumann ]
+  * Calling rm without -f when removing some temporary custom mount
+    related files to ensure non-interactivity.
+
+  [ Tails developers ]
+  * Handle custom mounts options a bit more beautifully.
+  * Continue the correct for-loop so incorrect custom mount is skipped.
+  * Refactor union mounting into its own function.
+  * Workaround busybox's inability to detect symlinks with [ -e ].
+  * Make union mounting more sensible and robust.
+  * Ignore empty lines in live.persist.
+  * Remove the correct file.
+  * Optionally mount custom mounts as unions.
+  * Fix mask usage in links_files().
+
+  [ Daniel Baumann ]
+  * Correcting syntax when using if constructs in links_files().
+
+  [ Tails developers ]
+  * Refactor persistent custom mounting from live into live-helpers.
+  * Accept using several persistent media with custom-ov label.
+  * Use same device backing path as used in other places.
+  * Close unused LUKS devices in all cases.
+
+  [ Daniel Baumann ]
+  * Adjusting mount calls when using nfs options (Closes: #667435).
+
+  [ Tails developers ]
+  * Refactor live-boot argument parser from live into live-helpers.
+  * Refactor some global variables from live into live-helpers.
+  * Refactor find_persistent_media().
+  * Add support for probing partitions' GPT name just like filesystem
+    labels.
+  * Some minor cleanups.
+  * Handle already mounted devices and closing of unused luks devices
+    better.
+  * Add backwards compatibility for old labels: live-{rw,sn} and home-
+    rw.
+  * We don't black list storage devices any more.
+  * Check if luks device is already open before trying to open it.
+  * Fixup some style issues.
+  * Refactor mounting of persistent storage media.
+  * Cleanup.
+  * Remove two FIXME:s that are not really relevant.
+  * Don't allow . or .. in live.persist paths.
+  * Use trim_path when we compare paths.
+  * Make handling of LUKS encrypted GPT partitions more sane.
+  * Handle list arguments better in get_custom_mounts().
+  * Copy ownership/perms from source to rw-branch in read-only mode.
+  * Change live.persist syntax to "SOURCE [DEST [OPTIONS...]]".
+  * Refactor closing of persistent devices upon failure.
+  * Create the source dir for custom mounts using the 'linkfiles'
+    option.
+  * Fix ownership/perms for created union/linkfiles source dirs.
+  * Do not allow mutually exclusive custom mount options.
+  * Add a note about a potential, future code simplification.
+  * Greatly simplify live.persist syntax to "DIR [OPTIONS...]".
+  * Make trim_path() handle "/", and arbitrarily many consecutive /:es.
+  * Make two custom mounts with nested source directories illegal.
+  * Improve error message.
+  * Remove cow dir contents that are in the way for custom mounts.
+  * Also create parents when creating union/linkfiles source
+    directories.
+  * Update live-boot(7) man page and add new one for live.persist(5).
+  * Delete existing files in the destination's path when creating it.
+  * Adding functions equivalent to chmod/chown --reference.
+  * Fix ownership for links created for linkfiles custom mounts.
+  * Add 'bind' option for the default behaviour of custom mounts (bind-
+    mount).
+  * Use trim_path() instead of custom sed stanza to trim /:es from
+    paths.
+  * Copy perms/ownership from source when creating linkfiles dest dirs.
+  * Make cases for all different custom mounting situations more
+    explicit.
+
+  [ Daniel Baumann ]
+  * Correcting left-over in author section of live.persist manpage.
+  * Moving initscript to live-config.
+
+ -- Daniel Baumann <daniel at debian.org>  Thu, 05 Apr 2012 08:14:51 +0200
+
 live-boot (3.0~a25-1) unstable; urgency=low
 
   [ Daniel Baumann ]
diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7
index 1e5a2df..632f85d 100644
--- a/manpages/de/live-boot.de.7
+++ b/manpages/de/live-boot.de.7
@@ -3,14 +3,14 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BOOT 7 05.04.2012 3.0~a25\-1 "Debian Live Projekt"
+.TH LIVE\-BOOT 7 2012\-04\-05 3.0~a26\-1 "Debian Live Project"
 
 .SH NAME
-\fBlive\-boot\fP \- System Boot Skripte
+\fBlive\-boot\fP \- System Boot Scripts
 
-.SH BESCHREIBUNG
-\fBlive\-config\fP enthaelt die Skripte welche ein Debian Live System waehrend
-des Startvorganes (early userspace) konfigurieren.
+.SH DESCRIPTION
+\fBlive\-boot\fP contains the scripts that configure a Debian Live system during
+the boot process (early userspace).
 .PP
 .\" FIXME
 live\-boot is a hook for the initramfs\-tools, used to generate a initramfs
@@ -24,27 +24,27 @@ directory where a root filesystems (often a compressed filesystem image like
 squashfs) is stored. If found, it will create a writable environment, using
 aufs, for Debian like systems to boot from.
 
-.SH KONFIGURATION
-\fBlive\-boot\fP kann durch Boot Parameter oder durch Konfigurationsdateien
-konfiguriert werden.
+.SH CONFIGURATION
+\fBlive\-boot\fP can be configured through a boot parameter or a configuration
+file.
 .PP
 To configure the live\-boot parameters used by default in a live image, see
 the \-\-bootappend\-live option in the \fIlb_config\fP(1) manual page.
 
-.SS "Kernel Parameter"
-\fBlive\-boot\fP ist nur dann aktiv, wenn 'boot=live' als Kernel Parameter
-benutzt wird.
+.SS "Kernel Parameters"
+\fBlive\-boot\fP is only activated if 'boot=live' was used as a kernel
+parameter.
 .PP
 In addition, there are some more boot parameters to influence the behaviour,
 see below.
 
-.SS Konfigurationsdateien
+.SS "Configuration Files"
 \fBlive\-boot\fP can be configured (but not activated) through configuration
 files. Those files can be placed either in the root filesystem itself
 (/etc/live/boot.conf, /etc/live/boot.d/), or on the live media
 (live/boot.conf, live/boot.d/).
 
-.SH OPTIONEN
+.SH OPTIONS
 .\" FIXME
 \fBlive\-boot\fP currently features the following parameters.
 .IP \fBaccess\fP=\fIACCESS\fP 4
@@ -278,17 +278,17 @@ as web caches and temporary files (like e.g. /tmp and .mozilla) which are
 regenerated each time. This is achieved by bind mounting each listed
 directory with a tmpfs on the original path.
 
-.SH DATEIEN
+.SH FILES
 .IP \fB/etc/live/boot.conf\fP 4
 .IP \fB/etc/live/boot.d/\fP 4
 .IP \fBlive/boot.conf\fP 4
 .IP \fBlive/boot.d/\fP 4
-.IP \fBlive.persistent\fP 4
+.IP \fBlive.persist\fP 4
 
-.SH "SIEHE AUCH"
+.SH "SEE ALSO"
 \fIlive\-snapshot\fP(1)
 .PP
-\fIlive.persist\fP(1)
+\fIlive.persist\fP(5)
 .PP
 \fIlive\-build\fP(7)
 .PP
@@ -297,17 +297,16 @@ directory with a tmpfs on the original path.
 \fIlive\-tools\fP(7)
 
 .SH HOMEPAGE
-Weitere Informationen ueber live\-boot und das Debian Live Projekt koennen
-auf der Homepage unter <\fIhttp://live.debian.net/\fP> und im Handbuch
-unter <\fIhttp://live.debian.net/manual/\fP> gefunden werden.
+More information about live\-boot and the Debian Live project can be found on
+the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
 
-.SH FEHLER
-Fehler koennen durch Einreichen eines Fehlerberichtes fuer das live\-boot
-Paket im Debian Bug Tracking System unter
-<\fIhttp://bugs.debian.org/\fP> oder durch Senden einer E\-Mail an die
-Debian Live Mailing Liste unter <\fIdebian\-live at lists.debian.org\fP>
-(englischsprachig) mitgeteilt werden.
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-boot package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live at lists.debian.org\fP>.
 
-.SH AUTOR
-live\-boot wurde von Daniel Baumann <\fIdaniel at debian.org\fP> fuer das
-Debian Projekt geschrieben.
+.SH AUTHOR
+live\-boot was written by Daniel Baumann <\fIdaniel at debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/live-snapshot.de.1 b/manpages/de/live-snapshot.de.1
index 2f16ab5..9b26898 100644
--- a/manpages/de/live-snapshot.de.1
+++ b/manpages/de/live-snapshot.de.1
@@ -3,12 +3,12 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BOOT 1 05.04.2012 3.0~a25\-1 "Debian Live Projekt"
+.TH LIVE\-BOOT 1 2012\-04\-05 3.0~a26\-1 "Debian Live Project"
 
 .SH NAME
 \fBlive\-snapshot\fP \- simple script to ease persistence usage
 
-.SH SYNTAX
+.SH SYNOPSIS
 \fBlive\-snapshot\fP [\-c|\-\-cow \fIDIRECTORY] [\-d|\-\-device DEVICE\fP]
 [\-e|\-\-exclude\-list \fIFILE\fP] [\-o|\-\-output \fIFILE\fP] [\-t|\-\-type \fITYPE\fP]
 .br
@@ -20,12 +20,12 @@
 .br
 \fBlive\-snapshot\fP [\-v|\-\-version]
 
-.SH BESCHREIBUNG
+.SH DESCRIPTION
 live\-snapshot is a script which can be used to build the right types of
 persistent image files supported by \fIlive\-boot\fP(7). It is also used on exit
 by the live\-boot init script to resync the boot\-found snapshots devices.
 
-.SH OPTIONEN
+.SH OPTIONS
 .IP "\-c, \-\-cow \fIDIRECTORY\fP" 4
 specifies the input directory to be cloned in the image file. Its default
 value "/live/cow" should be right for most uses. However it could be handy
@@ -60,7 +60,7 @@ show usage and exit.
 .IP "\-v, \-\-version" 4
 output version information and exit.
 
-.SH DATEIEN
+.SH FILES
 .IP \fB/etc/live.conf\fP 4
 Some variables can be configured via this config file (inside the live
 system).
@@ -89,7 +89,7 @@ files and directories listed there are included (integrally) in the
 snapshot. Beware, it is an experimental feature that only works for cpio
 targets now.
 
-.SH "SIEHE AUCH"
+.SH "SEE ALSO"
 \fIlive\-boot\fP(1)
 .PP
 \fIlive\-build\fP(7)
@@ -99,17 +99,16 @@ targets now.
 \fIlive\-tools\fP(7)
 
 .SH HOMEPAGE
-Weitere Informationen ueber live\-boot und das Debian Live Projekt koennen
-auf der Homepage unter <\fIhttp://live.debian.net/\fP> und im Handbuch
-unter <\fIhttp://live.debian.net/manual/\fP> gefunden werden.
+More information about live\-boot and the Debian Live project can be found on
+the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
 
-.SH FEHLER
-Fehler koennen durch Einreichen eines Fehlerberichtes fuer das live\-boot
-Paket im Debian Bug Tracking System unter
-<\fIhttp://bugs.debian.org/\fP> oder durch Senden einer E\-Mail an die
-Debian Live Mailing Liste unter <\fIdebian\-live at lists.debian.org\fP>
-(englischsprachig) mitgeteilt werden.
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-boot package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live at lists.debian.org\fP>.
 
-.SH AUTOR
-live\-boot wurde von Daniel Baumann <\fIdaniel at debian.org\fP> fuer das
-Debian Projekt geschrieben.
+.SH AUTHOR
+live\-boot was written by Daniel Baumann <\fIdaniel at debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/live.persist.5.de.persist b/manpages/de/live.persist.5.de.persist
index 6cd8978..672bb7d 100644
--- a/manpages/de/live.persist.5.de.persist
+++ b/manpages/de/live.persist.5.de.persist
@@ -3,12 +3,12 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BOOT persist 05.04.2012 3.0~a25\-1 "Debian Live Projekt"
+.TH LIVE\-BOOT persist 2012\-04\-05 3.0~a26\-1 "Debian Live Project"
 
 .SH NAME
 \fBlive.persist\fP \- Configuration file for persistent media in live\-boot
 
-.SH BESCHREIBUNG
+.SH DESCRIPTION
 If live\-boot probes a persistent volume with the label (or GPT name, or file
 name, but from now on we will just say "label") "custom\-ov", that volume's
 persistence is fully customizable through the \fBlive.persist\fP file stored on
@@ -55,7 +55,7 @@ bootstrapped by copying the contents of the \fIDIR\fP into its source directory
 on the persistent media. The bootstrapping will not happen when the
 \fBlinkfiles\fP or \fBunion\fP options are used (see below).
 
-.SH OPTIONEN
+.SH OPTIONS
 Custom mounts defined in \fBlive.persist\fP accept the following options in a
 coma\-separated list:
 .IP \fBsource\fP=\fIPATH\fP 4
@@ -184,7 +184,7 @@ system. Hence packages could be installed into /usr with great space\-wise
 efficiency compared to bind\-mounts, since in the latter case all of /usr
 would have to be copied into \fIVOL\fP/usr during the initial bootstrap.
 
-.SH "SIEHE AUCH"
+.SH "SEE ALSO"
 \fIlive\-boot\fP(7)
 .PP
 \fIlive\-build\fP(7)
@@ -194,17 +194,16 @@ would have to be copied into \fIVOL\fP/usr during the initial bootstrap.
 \fIlive\-tools\fP(7)
 
 .SH HOMEPAGE
-Weitere Informationen ueber live\-boot und das Debian Live Projekt koennen
-auf der Homepage unter <\fIhttp://live.debian.net/\fP> und im Handbuch
-unter <\fIhttp://live.debian.net/manual/\fP> gefunden werden.
+More information about live\-boot and the Debian Live project can be found on
+the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
 
-.SH FEHLER
-Fehler koennen durch Einreichen eines Fehlerberichtes fuer das live\-boot
-Paket im Debian Bug Tracking System unter
-<\fIhttp://bugs.debian.org/\fP> oder durch Senden einer E\-Mail an die
-Debian Live Mailing Liste unter <\fIdebian\-live at lists.debian.org\fP>
-(englischsprachig) mitgeteilt werden.
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-boot package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live at lists.debian.org\fP>.
 
-.SH AUTOR
+.SH AUTHOR
 live.persist was written by anonym <\fIanonym at lavabit.com\fP> for the
 Debian project.
diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7
index 98efaa1..946eeb7 100644
--- a/manpages/en/live-boot.7
+++ b/manpages/en/live-boot.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BOOT 7 2012\-04\-05 3.0~a25-1 "Debian Live Project"
+.TH LIVE\-BOOT 7 2012\-04\-05 3.0~a26-1 "Debian Live Project"
 
 .SH NAME
 \fBlive\-boot\fR \- System Boot Scripts
diff --git a/manpages/en/live-snapshot.1 b/manpages/en/live-snapshot.1
index f8a7584..0e88a32 100644
--- a/manpages/en/live-snapshot.1
+++ b/manpages/en/live-snapshot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BOOT 1 2012\-04\-05 3.0~a25-1 "Debian Live Project"
+.TH LIVE\-BOOT 1 2012\-04\-05 3.0~a26-1 "Debian Live Project"
 
 .SH NAME
 \fBlive\-snapshot\fR \- simple script to ease persistence usage
diff --git a/manpages/en/live.persist.5 b/manpages/en/live.persist.5
index 815bd43..615eb7a 100644
--- a/manpages/en/live.persist.5
+++ b/manpages/en/live.persist.5
@@ -1,4 +1,4 @@
-.TH LIVE\-BOOT persist 2012\-04\-05 3.0~a25-1 "Debian Live Project"
+.TH LIVE\-BOOT persist 2012\-04\-05 3.0~a26-1 "Debian Live Project"
 
 .SH NAME
 \fBlive.persist\fR \- Configuration file for persistent media in
diff --git a/manpages/po/de/live-boot.7.po b/manpages/po/de/live-boot.7.po
index 09d6de5..1583e8d 100644
--- a/manpages/po/de/live-boot.7.po
+++ b/manpages/po/de/live-boot.7.po
@@ -1,13 +1,13 @@
 # German translations for live-boot package
-# Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+# 2010-2012 Daniel Baumann <daniel at debian.org>
 # This file is distributed under the same license as the live-boot package.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-boot 3.0~a22-1\n"
-"POT-Creation-Date: 2012-04-05 07:55+0300\n"
-"PO-Revision-Date: 2010-05-24 12:34+0300\n"
-"Last-Translator: Daniel Baumann <daniel at debian.org>\n"
+"Project-Id-Version: live-boot 3.0~a26\n"
+"POT-Creation-Date: 2012-04-05 08:11+0300\n"
+"PO-Revision-Date: 2012-04-05 08:11+0300\n"
+"Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
@@ -19,42 +19,42 @@ msgstr ""
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
 msgid "LIVE-BOOT"
-msgstr "LIVE-BOOT"
+msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
 msgid "2012-04-05"
-msgstr "05.04.2012"
+msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
-msgid "3.0~a25-1"
-msgstr "3.0~a25-1"
+msgid "3.0~a26-1"
+msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
 msgid "Debian Live Project"
-msgstr "Debian Live Projekt"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:3 en/live-snapshot.1:3 en/live.persist.5:3
 #, no-wrap
 msgid "NAME"
-msgstr "NAME"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:5
 msgid "B<live-boot> - System Boot Scripts"
-msgstr "B<live-boot> - System Boot Skripte"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:6 en/live-snapshot.1:17 en/live.persist.5:7
 #, no-wrap
 msgid "DESCRIPTION"
-msgstr "BESCHREIBUNG"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:8
@@ -62,8 +62,6 @@ msgid ""
 "B<live-boot> contains the scripts that configure a Debian Live system during "
 "the boot process (early userspace)."
 msgstr ""
-"B<live-config> enthaelt die Skripte welche ein Debian Live System waehrend "
-"des Startvorganes (early userspace) konfigurieren."
 
 #.  FIXME
 #. type: Plain text
@@ -88,7 +86,7 @@ msgstr ""
 #: en/live-boot.7:15
 #, no-wrap
 msgid "CONFIGURATION"
-msgstr "KONFIGURATION"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:17
@@ -96,8 +94,6 @@ msgid ""
 "B<live-boot> can be configured through a boot parameter or a configuration "
 "file."
 msgstr ""
-"B<live-boot> kann durch Boot Parameter oder durch Konfigurationsdateien "
-"konfiguriert werden."
 
 #. type: Plain text
 #: en/live-boot.7:19
@@ -110,15 +106,13 @@ msgstr ""
 #: en/live-boot.7:20
 #, no-wrap
 msgid "Kernel Parameters"
-msgstr "Kernel Parameter"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:22
 msgid ""
 "B<live-boot> is only activated if 'boot=live' was used as a kernel parameter."
 msgstr ""
-"B<live-boot> ist nur dann aktiv, wenn 'boot=live' als Kernel Parameter "
-"benutzt wird."
 
 #. type: Plain text
 #: en/live-boot.7:24
@@ -131,7 +125,7 @@ msgstr ""
 #: en/live-boot.7:25
 #, no-wrap
 msgid "Configuration Files"
-msgstr "Konfigurationsdateien"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:27
@@ -146,7 +140,7 @@ msgstr ""
 #: en/live-boot.7:28 en/live-snapshot.1:20 en/live.persist.5:57
 #, no-wrap
 msgid "OPTIONS"
-msgstr "OPTIONEN"
+msgstr ""
 
 #.  FIXME
 #. type: Plain text
@@ -158,7 +152,7 @@ msgstr ""
 #: en/live-boot.7:31
 #, no-wrap
 msgid "B<access>=I<ACCESS>"
-msgstr "B<access>=I<ACCESS>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:33
@@ -173,7 +167,7 @@ msgstr ""
 #: en/live-boot.7:33
 #, no-wrap
 msgid "B<console>=I<TTY,SPEED>"
-msgstr "B<console>=I<TTY,SPEED>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:35
@@ -186,7 +180,7 @@ msgstr ""
 #: en/live-boot.7:35
 #, no-wrap
 msgid "B<debug>"
-msgstr "B<debug>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:37
@@ -207,13 +201,13 @@ msgstr ""
 #: en/live-boot.7:41
 #, no-wrap
 msgid "B<fetch>=I<URL>"
-msgstr "B<fetch>=I<URL>"
+msgstr ""
 
 #. type: IP
 #: en/live-boot.7:42
 #, no-wrap
 msgid "B<httpfs>=I<URL>"
-msgstr "B<httpfs>=I<URL>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:50
@@ -304,7 +298,7 @@ msgstr ""
 #: en/live-boot.7:71
 #, no-wrap
 msgid "B<ignore_uuid>"
-msgstr "B<ignore_uuid>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:73
@@ -318,7 +312,7 @@ msgstr ""
 #: en/live-boot.7:73
 #, no-wrap
 msgid "B<integrity-check>"
-msgstr "B<integrity-check>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:75
@@ -348,7 +342,7 @@ msgstr ""
 #: en/live-boot.7:77
 #, no-wrap
 msgid "B<ip>=[I<frommedia>]"
-msgstr "B<ip>=[I<frommedia>]"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:79
@@ -362,7 +356,7 @@ msgstr ""
 #: en/live-boot.7:79
 #, no-wrap
 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
-msgstr "{B<live-media>|B<bootfrom>}=I<DEVICE>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:81
@@ -386,7 +380,7 @@ msgstr ""
 #: en/live-boot.7:83
 #, no-wrap
 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
-msgstr "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:85
@@ -400,7 +394,7 @@ msgstr ""
 #: en/live-boot.7:85
 #, no-wrap
 msgid "B<live-media-offset>=I<BYTES>"
-msgstr "B<live-media-offset>=I<BYTES>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:87
@@ -415,7 +409,7 @@ msgstr ""
 #: en/live-boot.7:87
 #, no-wrap
 msgid "B<live-media-path>=I<PATH>"
-msgstr "B<live-media-path>=I<PATH>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:89
@@ -429,7 +423,7 @@ msgstr ""
 #: en/live-boot.7:89
 #, no-wrap
 msgid "B<live-media-timeout>=I<SECONDS>"
-msgstr "B<live-media-timeout>=I<SECONDS>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:91
@@ -442,7 +436,7 @@ msgstr ""
 #: en/live-boot.7:91
 #, no-wrap
 msgid "B<module>=I<NAME>"
-msgstr "B<module>=I<NAME>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:93
@@ -456,7 +450,7 @@ msgstr ""
 #: en/live-boot.7:93
 #, no-wrap
 msgid "B<netboot>[=nfs|cifs]"
-msgstr "B<netboot>[=nfs|cifs]"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:95
@@ -470,7 +464,7 @@ msgstr ""
 #: en/live-boot.7:95
 #, no-wrap
 msgid "B<nfsopts>="
-msgstr "B<nfsopts>="
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:97
@@ -481,7 +475,7 @@ msgstr ""
 #: en/live-boot.7:97
 #, no-wrap
 msgid "B<nofastboot>"
-msgstr "B<nofastboot>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:99
@@ -495,7 +489,7 @@ msgstr ""
 #: en/live-boot.7:99
 #, no-wrap
 msgid "B<nopersistent>"
-msgstr "B<nopersistent>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:101
@@ -508,7 +502,7 @@ msgstr ""
 #: en/live-boot.7:101
 #, no-wrap
 msgid "B<noprompt>"
-msgstr "B<noprompt>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:103
@@ -519,7 +513,7 @@ msgstr ""
 #: en/live-boot.7:103
 #, no-wrap
 msgid "B<noprompt>=I<TYPE>"
-msgstr "B<noprompt>=I<TYPE>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:105
@@ -547,7 +541,7 @@ msgstr ""
 #: en/live-boot.7:107
 #, no-wrap
 msgid "B<swapon>"
-msgstr "B<swapon>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:109
@@ -558,7 +552,7 @@ msgstr ""
 #: en/live-boot.7:109
 #, no-wrap
 msgid "B<persistent>"
-msgstr "B<persistent>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:111
@@ -626,7 +620,7 @@ msgstr ""
 #: en/live-boot.7:117
 #, no-wrap
 msgid "B<persistent-path>=I<PATH>"
-msgstr "B<persistent-path>=I<PATH>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:119
@@ -640,7 +634,7 @@ msgstr ""
 #: en/live-boot.7:119
 #, no-wrap
 msgid "B<persistent-read-only>"
-msgstr "B<persistent-read-only>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:121
@@ -670,7 +664,7 @@ msgstr ""
 #: en/live-boot.7:123
 #, no-wrap
 msgid "B<persistent-subtext>=I<SUFFIX>"
-msgstr "B<persistent-subtext>=I<SUFFIX>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:125
@@ -686,7 +680,7 @@ msgstr ""
 #: en/live-boot.7:125
 #, no-wrap
 msgid "{B<preseed/file>|B<file>}=I<FILE>"
-msgstr "{B<preseed/file>|B<file>}=I<FILE>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:127
@@ -699,7 +693,7 @@ msgstr ""
 #: en/live-boot.7:127
 #, no-wrap
 msgid "B<package/question>=I<VALUE>"
-msgstr "B<package/question>=I<VALUE>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:129
@@ -713,7 +707,7 @@ msgstr ""
 #: en/live-boot.7:129
 #, no-wrap
 msgid "B<quickreboot>"
-msgstr "B<quickreboot>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:131
@@ -726,7 +720,7 @@ msgstr ""
 #: en/live-boot.7:131
 #, no-wrap
 msgid "B<showmounts>"
-msgstr "B<showmounts>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:133
@@ -741,7 +735,7 @@ msgstr ""
 #: en/live-boot.7:133
 #, no-wrap
 msgid "B<silent>"
-msgstr "B<silent>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:135
@@ -754,7 +748,7 @@ msgstr ""
 #: en/live-boot.7:135
 #, no-wrap
 msgid "B<todisk>=I<DEVICE>"
-msgstr "B<todisk>=I<DEVICE>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:137
@@ -770,7 +764,7 @@ msgstr ""
 #: en/live-boot.7:137
 #, no-wrap
 msgid "B<toram>"
-msgstr "B<toram>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:139
@@ -784,7 +778,7 @@ msgstr ""
 #: en/live-boot.7:139
 #, no-wrap
 msgid "B<union>=aufs|unionfs"
-msgstr "B<union>=aufs|unionfs"
+msgstr ""
 
 #.  FIXME
 #. type: Plain text
@@ -805,7 +799,7 @@ msgstr ""
 #: en/live-boot.7:145 en/live-snapshot.1:43
 #, no-wrap
 msgid "B</etc/live.conf>"
-msgstr "B</etc/live.conf>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:147 en/live-snapshot.1:45
@@ -818,7 +812,7 @@ msgstr ""
 #: en/live-boot.7:147 en/live-snapshot.1:45
 #, no-wrap
 msgid "B<live/filesystem.module>"
-msgstr "B<live/filesystem.module>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:149 en/live-snapshot.1:47
@@ -837,7 +831,7 @@ msgstr ""
 #: en/live-boot.7:149 en/live-snapshot.1:47
 #, no-wrap
 msgid "B</etc/live-persistence.binds>"
-msgstr "B</etc/live-persistence.binds>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:151 en/live-snapshot.1:49
@@ -861,74 +855,74 @@ msgstr ""
 #: en/live-boot.7:155 en/live-snapshot.1:42
 #, no-wrap
 msgid "FILES"
-msgstr "DATEIEN"
+msgstr ""
 
 #. type: IP
 #: en/live-boot.7:156
 #, no-wrap
 msgid "B</etc/live/boot.conf>"
-msgstr "B</etc/live/boot.conf>"
+msgstr ""
 
 #. type: IP
 #: en/live-boot.7:157
 #, no-wrap
 msgid "B</etc/live/boot.d/>"
-msgstr "B</etc/live/boot.d/>"
+msgstr ""
 
 #. type: IP
 #: en/live-boot.7:158
 #, no-wrap
 msgid "B<live/boot.conf>"
-msgstr "B<live/boot.conf>"
+msgstr ""
 
 #. type: IP
 #: en/live-boot.7:159
 #, no-wrap
 msgid "B<live/boot.d/>"
-msgstr "B<live/boot.d/>"
+msgstr ""
 
 #. type: IP
 #: en/live-boot.7:160
 #, no-wrap
 msgid "B<live.persist>"
-msgstr "B<live.persistent>"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:162 en/live-snapshot.1:54 en/live.persist.5:191
 #, no-wrap
 msgid "SEE ALSO"
-msgstr "SIEHE AUCH"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:164
 msgid "I<live-snapshot>(1)"
-msgstr "I<live-snapshot>(1)"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:166
 msgid "I<live.persist>(5)"
-msgstr "I<live.persist>(1)"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:168 en/live-snapshot.1:58 en/live.persist.5:195
 msgid "I<live-build>(7)"
-msgstr "I<live-build>(7)"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:170 en/live-snapshot.1:60 en/live.persist.5:197
 msgid "I<live-config>(7)"
-msgstr "I<live-config>(7)"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:172 en/live-snapshot.1:62 en/live.persist.5:199
 msgid "I<live-tools>(7)"
-msgstr "I<live-tools>(7)"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:173 en/live-snapshot.1:63 en/live.persist.5:200
 #, no-wrap
 msgid "HOMEPAGE"
-msgstr "HOMEPAGE"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:175 en/live-snapshot.1:65 en/live.persist.5:204
@@ -937,15 +931,12 @@ msgid ""
 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
 "E<lt>I<http://live.debian.net/manual/>E<gt>."
 msgstr ""
-"Weitere Informationen ueber live-boot und das Debian Live Projekt koennen "
-"auf der Homepage unter E<lt>I<http://live.debian.net/>E<gt> und im Handbuch "
-"unter E<lt>I<http://live.debian.net/manual/>E<gt> gefunden werden."
 
 #. type: SH
 #: en/live-boot.7:176 en/live-snapshot.1:66 en/live.persist.5:205
 #, no-wrap
 msgid "BUGS"
-msgstr "FEHLER"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:178 en/live-snapshot.1:68 en/live.persist.5:210
@@ -955,17 +946,12 @@ msgid ""
 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
 "debian.org>E<gt>."
 msgstr ""
-"Fehler koennen durch Einreichen eines Fehlerberichtes fuer das live-boot "
-"Paket im Debian Bug Tracking System unter E<lt>I<http://bugs.debian.org/"
-">E<gt> oder durch Senden einer E-Mail an die Debian Live Mailing Liste unter "
-"E<lt>I<debian-live at lists.debian.org>E<gt> (englischsprachig) mitgeteilt "
-"werden."
 
 #. type: SH
 #: en/live-boot.7:179 en/live-snapshot.1:69 en/live.persist.5:211
 #, no-wrap
 msgid "AUTHOR"
-msgstr "AUTOR"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:180 en/live-snapshot.1:70
@@ -973,5 +959,3 @@ msgid ""
 "live-boot was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
 msgstr ""
-"live-boot wurde von Daniel Baumann E<lt>I<daniel at debian.org>E<gt> fuer das "
-"Debian Projekt geschrieben."
diff --git a/manpages/po/de/live-snapshot.1.po b/manpages/po/de/live-snapshot.1.po
index 35f08e9..3907d36 100644
--- a/manpages/po/de/live-snapshot.1.po
+++ b/manpages/po/de/live-snapshot.1.po
@@ -1,13 +1,13 @@
 # German translations for live-boot package
-# Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
+# 2010-2012 Daniel Baumann <daniel at debian.org>
 # This file is distributed under the same license as the live-boot package.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-boot 3.0~a22-1\n"
-"POT-Creation-Date: 2012-04-05 07:55+0300\n"
-"PO-Revision-Date: 2010-05-24 12:34+0300\n"
-"Last-Translator: Daniel Baumann <daniel at debian.org>\n"
+"Project-Id-Version: live-boot 3.0~a26-1\n"
+"POT-Creation-Date: 2012-04-05 08:11+0300\n"
+"PO-Revision-Date: 2012-04-05 08:11+0300\n"
+"Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
@@ -19,49 +19,49 @@ msgstr ""
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
 msgid "LIVE-BOOT"
-msgstr "LIVE-BOOT"
+msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
 msgid "2012-04-05"
-msgstr "05.04.2012"
+msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
-msgid "3.0~a25-1"
-msgstr "3.0~a25-1"
+msgid "3.0~a26-1"
+msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
 msgid "Debian Live Project"
-msgstr "Debian Live Projekt"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:3 en/live-snapshot.1:3 en/live.persist.5:3
 #, no-wrap
 msgid "NAME"
-msgstr "NAME"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:6 en/live-snapshot.1:17 en/live.persist.5:7
 #, no-wrap
 msgid "DESCRIPTION"
-msgstr "BESCHREIBUNG"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:28 en/live-snapshot.1:20 en/live.persist.5:57
 #, no-wrap
 msgid "OPTIONS"
-msgstr "OPTIONEN"
+msgstr ""
 
 #. type: IP
 #: en/live-boot.7:145 en/live-snapshot.1:43
 #, no-wrap
 msgid "B</etc/live.conf>"
-msgstr "B</etc/live.conf>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:147 en/live-snapshot.1:45
@@ -74,7 +74,7 @@ msgstr ""
 #: en/live-boot.7:147 en/live-snapshot.1:45
 #, no-wrap
 msgid "B<live/filesystem.module>"
-msgstr "B<live/filesystem.module>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:149 en/live-snapshot.1:47
@@ -93,7 +93,7 @@ msgstr ""
 #: en/live-boot.7:149 en/live-snapshot.1:47
 #, no-wrap
 msgid "B</etc/live-persistence.binds>"
-msgstr "B</etc/live-persistence.binds>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:151 en/live-snapshot.1:49
@@ -117,34 +117,34 @@ msgstr ""
 #: en/live-boot.7:155 en/live-snapshot.1:42
 #, no-wrap
 msgid "FILES"
-msgstr "DATEIEN"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:162 en/live-snapshot.1:54 en/live.persist.5:191
 #, no-wrap
 msgid "SEE ALSO"
-msgstr "SIEHE AUCH"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:168 en/live-snapshot.1:58 en/live.persist.5:195
 msgid "I<live-build>(7)"
-msgstr "I<live-build>(7)"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:170 en/live-snapshot.1:60 en/live.persist.5:197
 msgid "I<live-config>(7)"
-msgstr "I<live-config>(7)"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:172 en/live-snapshot.1:62 en/live.persist.5:199
 msgid "I<live-tools>(7)"
-msgstr "I<live-tools>(7)"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:173 en/live-snapshot.1:63 en/live.persist.5:200
 #, no-wrap
 msgid "HOMEPAGE"
-msgstr "HOMEPAGE"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:175 en/live-snapshot.1:65 en/live.persist.5:204
@@ -153,15 +153,12 @@ msgid ""
 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
 "E<lt>I<http://live.debian.net/manual/>E<gt>."
 msgstr ""
-"Weitere Informationen ueber live-boot und das Debian Live Projekt koennen "
-"auf der Homepage unter E<lt>I<http://live.debian.net/>E<gt> und im Handbuch "
-"unter E<lt>I<http://live.debian.net/manual/>E<gt> gefunden werden."
 
 #. type: SH
 #: en/live-boot.7:176 en/live-snapshot.1:66 en/live.persist.5:205
 #, no-wrap
 msgid "BUGS"
-msgstr "FEHLER"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:178 en/live-snapshot.1:68 en/live.persist.5:210
@@ -171,17 +168,12 @@ msgid ""
 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
 "debian.org>E<gt>."
 msgstr ""
-"Fehler koennen durch Einreichen eines Fehlerberichtes fuer das live-boot "
-"Paket im Debian Bug Tracking System unter E<lt>I<http://bugs.debian.org/"
-">E<gt> oder durch Senden einer E-Mail an die Debian Live Mailing Liste unter "
-"E<lt>I<debian-live at lists.debian.org>E<gt> (englischsprachig) mitgeteilt "
-"werden."
 
 #. type: SH
 #: en/live-boot.7:179 en/live-snapshot.1:69 en/live.persist.5:211
 #, no-wrap
 msgid "AUTHOR"
-msgstr "AUTOR"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:180 en/live-snapshot.1:70
@@ -189,8 +181,6 @@ msgid ""
 "live-boot was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
 msgstr ""
-"live-boot wurde von Daniel Baumann E<lt>I<daniel at debian.org>E<gt> fuer das "
-"Debian Projekt geschrieben."
 
 #. type: Plain text
 #: en/live-snapshot.1:5
@@ -201,7 +191,7 @@ msgstr ""
 #: en/live-snapshot.1:6
 #, no-wrap
 msgid "SYNOPSIS"
-msgstr "SYNTAX"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:8
@@ -209,28 +199,26 @@ msgid ""
 "B<live-snapshot> [-c|--cow I<DIRECTORY] [-d|--device DEVICE>] [-e|--exclude-"
 "list I<FILE>] [-o|--output I<FILE>] [-t|--type I<TYPE>]"
 msgstr ""
-"B<live-snapshot> [-c|--cow I<DIRECTORY] [-d|--device DEVICE>] [-e|--exclude-"
-"list I<FILE>] [-o|--output I<FILE>] [-t|--type I<TYPE>]"
 
 #. type: Plain text
 #: en/live-snapshot.1:10
 msgid "B<live-snapshot> [-r|--resync-string STRING]"
-msgstr "B<live-snapshot> [-r|--resync-string STRING]"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:12
 msgid "B<live-snapshot> [-h|--help]"
-msgstr "B<live-snapshot> [-h|--help]"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:14
 msgid "B<live-snapshot> [-u|--usage]"
-msgstr "B<live-snapshot> [-u|--usage]"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:16
 msgid "B<live-snapshot> [-v|--version]"
-msgstr "B<live-snapshot> [-v|--version]"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:19
@@ -244,7 +232,7 @@ msgstr ""
 #: en/live-snapshot.1:21
 #, no-wrap
 msgid "-c, --cow I<DIRECTORY>"
-msgstr "-c, --cow I<DIRECTORY>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:23
@@ -259,7 +247,7 @@ msgstr ""
 #: en/live-snapshot.1:23
 #, no-wrap
 msgid "-d, --device I<DEVICE>"
-msgstr "-d, --device I<DEVICE>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:25
@@ -276,7 +264,7 @@ msgstr ""
 #: en/live-snapshot.1:25
 #, no-wrap
 msgid "-e, --exclude-list I<FILE>"
-msgstr "-e, --exclude-list I<FILE>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:27
@@ -289,7 +277,7 @@ msgstr ""
 #: en/live-snapshot.1:27
 #, no-wrap
 msgid "-o, --output I<FILE>"
-msgstr "-o, --output I<FILE>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:29
@@ -303,7 +291,7 @@ msgstr ""
 #: en/live-snapshot.1:29
 #, no-wrap
 msgid "-r, --resync-string I<STRING>"
-msgstr "-r, --resync-string I<STRING>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:31
@@ -314,7 +302,7 @@ msgstr ""
 #: en/live-snapshot.1:31
 #, no-wrap
 msgid "-f, --refresh"
-msgstr "-f, --refresh"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:33
@@ -328,7 +316,7 @@ msgstr ""
 #: en/live-snapshot.1:33
 #, no-wrap
 msgid "-t, --type I<TYPE>"
-msgstr "-t, --type I<TYPE>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:35
@@ -341,7 +329,7 @@ msgstr ""
 #: en/live-snapshot.1:35
 #, no-wrap
 msgid "-h, --help"
-msgstr "-h, --help"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:37
@@ -352,7 +340,7 @@ msgstr ""
 #: en/live-snapshot.1:37
 #, no-wrap
 msgid "-u, --usage"
-msgstr "-u, --usage"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:39
@@ -363,7 +351,7 @@ msgstr ""
 #: en/live-snapshot.1:39
 #, no-wrap
 msgid "-v, --version"
-msgstr "-v, --version"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:41
@@ -374,7 +362,7 @@ msgstr ""
 #: en/live-snapshot.1:51
 #, no-wrap
 msgid "B</etc/live-snapshot.list>"
-msgstr "B</etc/live-snapshot.list>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-snapshot.1:53
@@ -388,4 +376,4 @@ msgstr ""
 #. type: Plain text
 #: en/live-snapshot.1:56
 msgid "I<live-boot>(1)"
-msgstr "I<live-boot>(1)"
+msgstr ""
diff --git a/manpages/po/de/live.persist.5.po b/manpages/po/de/live.persist.5.po
index baa91bd..d9981d5 100644
--- a/manpages/po/de/live.persist.5.po
+++ b/manpages/po/de/live.persist.5.po
@@ -1,13 +1,12 @@
 # German translations for live-boot package
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# 2010-2012 Daniel Baumann <daniel at debian.org>
 # This file is distributed under the same license as the live-boot package.
-# Automatically generated, 2012.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-boot VERSION\n"
-"POT-Creation-Date: 2012-04-05 07:58+0300\n"
-"PO-Revision-Date: 2012-04-05 07:55+0300\n"
+"Project-Id-Version: live-boot 3.0~a26-1\n"
+"POT-Creation-Date: 2012-04-05 08:11+0300\n"
+"PO-Revision-Date: 2012-04-05 08:11+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -20,70 +19,70 @@ msgstr ""
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
 msgid "LIVE-BOOT"
-msgstr "LIVE-BOOT"
+msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
 msgid "2012-04-05"
-msgstr "05.04.2012"
+msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
-msgid "3.0~a25-1"
-msgstr "3.0~a25-1"
+msgid "3.0~a26-1"
+msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
 msgid "Debian Live Project"
-msgstr "Debian Live Projekt"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:3 en/live-snapshot.1:3 en/live.persist.5:3
 #, no-wrap
 msgid "NAME"
-msgstr "NAME"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:6 en/live-snapshot.1:17 en/live.persist.5:7
 #, no-wrap
 msgid "DESCRIPTION"
-msgstr "BESCHREIBUNG"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:28 en/live-snapshot.1:20 en/live.persist.5:57
 #, no-wrap
 msgid "OPTIONS"
-msgstr "OPTIONEN"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:162 en/live-snapshot.1:54 en/live.persist.5:191
 #, no-wrap
 msgid "SEE ALSO"
-msgstr "SIEHE AUCH"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:168 en/live-snapshot.1:58 en/live.persist.5:195
 msgid "I<live-build>(7)"
-msgstr "I<live-build>(7)"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:170 en/live-snapshot.1:60 en/live.persist.5:197
 msgid "I<live-config>(7)"
-msgstr "I<live-config>(7)"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:172 en/live-snapshot.1:62 en/live.persist.5:199
 msgid "I<live-tools>(7)"
-msgstr "I<live-tools>(7)"
+msgstr ""
 
 #. type: SH
 #: en/live-boot.7:173 en/live-snapshot.1:63 en/live.persist.5:200
 #, no-wrap
 msgid "HOMEPAGE"
-msgstr "HOMEPAGE"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:175 en/live-snapshot.1:65 en/live.persist.5:204
@@ -92,15 +91,12 @@ msgid ""
 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
 "E<lt>I<http://live.debian.net/manual/>E<gt>."
 msgstr ""
-"Weitere Informationen ueber live-boot und das Debian Live Projekt koennen "
-"auf der Homepage unter E<lt>I<http://live.debian.net/>E<gt> und im Handbuch "
-"unter E<lt>I<http://live.debian.net/manual/>E<gt> gefunden werden."
 
 #. type: SH
 #: en/live-boot.7:176 en/live-snapshot.1:66 en/live.persist.5:205
 #, no-wrap
 msgid "BUGS"
-msgstr "FEHLER"
+msgstr ""
 
 #. type: Plain text
 #: en/live-boot.7:178 en/live-snapshot.1:68 en/live.persist.5:210
@@ -110,17 +106,12 @@ msgid ""
 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
 "debian.org>E<gt>."
 msgstr ""
-"Fehler koennen durch Einreichen eines Fehlerberichtes fuer das live-boot "
-"Paket im Debian Bug Tracking System unter E<lt>I<http://bugs.debian.org/"
-">E<gt> oder durch Senden einer E-Mail an die Debian Live Mailing Liste unter "
-"E<lt>I<debian-live at lists.debian.org>E<gt> (englischsprachig) mitgeteilt "
-"werden."
 
 #. type: SH
 #: en/live-boot.7:179 en/live-snapshot.1:69 en/live.persist.5:211
 #, no-wrap
 msgid "AUTHOR"
-msgstr "AUTOR"
+msgstr ""
 
 #. type: Plain text
 #: en/live.persist.5:6
@@ -510,7 +501,7 @@ msgstr ""
 #. type: Plain text
 #: en/live.persist.5:193
 msgid "I<live-boot>(7)"
-msgstr "I<live-boot>(7)"
+msgstr ""
 
 #. type: Plain text
 #: en/live.persist.5:213
diff --git a/manpages/pot/live-boot.7.pot b/manpages/pot/live-boot.7.pot
index 4a2df71..a0d0478 100644
--- a/manpages/pot/live-boot.7.pot
+++ b/manpages/pot/live-boot.7.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-boot VERSION\n"
-"POT-Creation-Date: 2012-04-05 07:55+0300\n"
+"POT-Creation-Date: 2012-04-05 08:11+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -31,7 +31,7 @@ msgstr ""
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
-msgid "3.0~a25-1"
+msgid "3.0~a26-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/live-snapshot.1.pot b/manpages/pot/live-snapshot.1.pot
index ac8d92f..a20119c 100644
--- a/manpages/pot/live-snapshot.1.pot
+++ b/manpages/pot/live-snapshot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-boot VERSION\n"
-"POT-Creation-Date: 2012-04-05 07:55+0300\n"
+"POT-Creation-Date: 2012-04-05 08:11+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -31,7 +31,7 @@ msgstr ""
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
-msgid "3.0~a25-1"
+msgid "3.0~a26-1"
 msgstr ""
 
 #. type: TH
diff --git a/manpages/pot/live.persist.5.pot b/manpages/pot/live.persist.5.pot
index c40ec9c..b0e4919 100644
--- a/manpages/pot/live.persist.5.pot
+++ b/manpages/pot/live.persist.5.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-boot VERSION\n"
-"POT-Creation-Date: 2012-04-05 07:58+0300\n"
+"POT-Creation-Date: 2012-04-05 08:11+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -31,7 +31,7 @@ msgstr ""
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1 en/live.persist.5:1
 #, no-wrap
-msgid "3.0~a25-1"
+msgid "3.0~a26-1"
 msgstr ""
 
 #. type: TH

-- 
live-boot



More information about the debian-live-changes mailing list