Merge remote-tracking branch 'live-systems/debian' into debian-next
authorEvgeni Golov <sargentd@die-welt.net>
Mon, 12 Aug 2013 17:16:19 +0000 (19:16 +0200)
committerEvgeni Golov <sargentd@die-welt.net>
Mon, 12 Aug 2013 17:16:19 +0000 (19:16 +0200)
42 files changed:
Makefile
VERSION
backends/dracut/live.script [moved from scripts/boot/0010-dracut with 78% similarity]
backends/initramfs-tools/live.hook
backends/initramfs-tools/live.script
bin/live-swapfile
debian/changelog
debian/control
debian/copyright
debian/live-boot.bug-presubj
manpages/Makefile
manpages/bin/update-version.sh
manpages/de/live-boot.de.7 [new file with mode: 0644]
manpages/de/persistence.conf.de.5 [new file with mode: 0644]
manpages/en/live-boot.7
manpages/en/persistence.conf.5
manpages/es/live-boot.es.7
manpages/es/persistence.conf.es.5
manpages/po/de/live-boot.7.po [new file with mode: 0644]
manpages/po/de/persistence.conf.5.po [new file with mode: 0644]
manpages/po/es/live-boot.7.po
manpages/po/es/persistence.conf.5.po
manpages/po4a.cfg
manpages/pot/live-boot.7.pot
manpages/pot/persistence.conf.5.pot
scripts/boot/0010-debug [moved from scripts/boot/0110-debug with 100% similarity]
scripts/boot/0020-initramfs-tools [deleted file]
scripts/boot/0020-read-only [moved from scripts/boot/0120-read-only with 100% similarity]
scripts/boot/0030-verify-checksums [moved from scripts/boot/3010-verify-checksums with 100% similarity]
scripts/boot/3020-swapon
scripts/boot/9990-aaa-fixme.sh
scripts/boot/9990-cmdline-old
scripts/boot/9990-fstab.sh
scripts/boot/9990-initramfs-tools.sh
scripts/boot/9990-main.sh
scripts/boot/9990-misc-helpers.sh
scripts/boot/9990-mount-cifs.sh
scripts/boot/9990-mount-http.sh
scripts/boot/9990-networking.sh
scripts/boot/9990-overlay.sh
scripts/boot/9990-select-eth-device.sh
scripts/boot/FIXME

index 9d03254..d083027 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ test:
                echo " done."; \
        else \
                echo "W: checkbashisms - command not found"; \
-               echo "I: checkbashisms can be optained from: "; \
+               echo "I: checkbashisms can be obtained from: "; \
                echo "I:   http://git.debian.org/?p=devscripts/devscripts.git"; \
                echo "I: On Debian based systems, checkbashisms can be installed with:"; \
                echo "I:   apt-get install devscripts"; \
diff --git a/VERSION b/VERSION
index 818ac95..18c92c9 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.1-1
+4.0~a13-1
similarity index 78%
rename from scripts/boot/0010-dracut
rename to backends/dracut/live.script
index 19db182..223f355 100755 (executable)
@@ -2,8 +2,10 @@
 
 #set -e
 
+. /lib/live/boot.sh
+
 DRACUT_FIXME ()
 {
        # dracut entry point for live-boot is FIXME(); function
-       Main
+       Live
 }
index d66c669..1814211 100755 (executable)
@@ -45,7 +45,6 @@ do
        copy_exec "${FILE}"
 done
 
-# wheezy/sid
 if [ -e /lib/udev/rules.d/60-cdrom_id.rules ]
 then
        mkdir -p ${DESTDIR}/lib/udev/rules.d
@@ -172,11 +171,6 @@ then
        [ "${QUIET}" ] || echo -n " udev"
        copy_exec /sbin/udevadm
 fi
-if [ -x /usr/bin/udevinfo ]
-then
-       [ "${QUIET}" ] || echo -n " udev"
-       copy_exec /usr/bin/udevinfo /bin
-fi
 
 # Program: wget
 if [ -x /usr/bin/wget ]
index 46576fb..9646274 100755 (executable)
@@ -2,7 +2,12 @@
 
 #set -e
 
-if [ -e /lib/live/boot.sh ]
-then
-       . /lib/live/boot.sh
-fi
+. /lib/live/boot.sh
+
+. /scripts/functions
+
+mountroot ()
+{
+       # initramfs-tools entry point for live-boot is mountroot(); function
+       Live
+}
index 2c61036..745fa87 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # File: live-swapfile - create and use a swap file
-# Copyright: (C) 2009 Daniel Baumann <daniel@debian.org>
+# Copyright: (C) 2009 Daniel Baumann <mail@daniel-baumann.ch>
 # License: GPL-3+
 
 set -e
index 34343bd..aacf845 100644 (file)
@@ -1,3 +1,195 @@
+live-boot (4.0~a13-1) experimental; urgency=low
+
+  * Increasing tftp blocksize to maximum value per RFC 2348, thanks to
+    Vincent Smeets <Vincent.VSmeets@gmail.com> (Closes: #709887).
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 May 2013 16:45:49 +0200
+
+live-boot (4.0~a12-1) experimental; urgency=low
+
+  * Updating manpage wrt/ quickreboot (Closes: #706686).
+  * Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs
+    to make it active (Closes: #707116).
+  * Further guarding overwriting of /bin/mount by making it dependent on
+    the existence of /bin/mount.util-linux.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 08 May 2013 08:42:54 +0200
+
+live-boot (4.0~a11-1) experimental; urgency=low
+
+  [ chals ]
+  * Updating dates in man pages.
+  * Updating the Spanish translation of live-boot man page.
+  * Updating the Spanish translation of persistence.conf man page.
+  * Fixing the use of one preposition in the Spanish translation of the
+    man pages.
+
+  [ Daniel Baumann ]
+  * Renumbering the first three early scripts.
+  * Renaming main function to live for consistent namespace.
+  * Correcting leftovers from old variable handling for BOOTIF, thanks to
+    Andrew Jeffery <andrewj@avalon.com.au> (Closes: #703743).
+
+  [ Andrew Jeffery ]
+  * Select BOOTIF device if defined for netboot (Closes: #703744).
+  * Don't quote $CIFSOPTS for mount.cifs (Closes: #703746).
+
+  [ Peter Schaefer ]
+  * Adding support for luks persistence with persistence files (Closes:
+    #701614).
+
+  [ David Hare ]
+  * Also blacklisting findiso and fromiso devices for luks file
+    persistence.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 May 2013 14:28:00 +0200
+
+live-boot (4.0~a10-1) experimental; urgency=low
+
+  [ Daniel Baumann ]
+  * Debranding package for derivatives.
+
+  [ Evgeni Golov ]
+  * Fixing condition for setting rootfs_dest_backing.
+
+  [ Michael Stummvoll ]
+  * Simplifying if statement in is_live_system function.
+  * Fixing a bug with multiple files in is_live_path after the last
+    commit.
+  * Using is_live_path() in mount_images_in_directory() to avoid redundant
+    logic.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 01 Apr 2013 08:20:50 +0200
+
+live-boot (4.0~a9-1) experimental; urgency=low
+
+  * Removing all references to my old email address.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 22:13:18 +0100
+
+live-boot (4.0~a8-1) experimental; urgency=low
+
+  [ Daniel Baumann ]
+  * Moving initramfs-tools entry-point to backends.
+  * Moving dracut entry-point stub to backends.
+  * Dropping pre-squeeze udev conditionals in initramfs-tools hook.
+  * Dropping conditionals in backend, stuff is either there or not but not
+    nothing in between.
+  * Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-
+    barratt.org.uk>.
+
+  [ Evgeni Golov ]
+  * Fixing invalid syntax in test for opt_link.
+  * Checking for ${overlay}, not ${device} when trying to close
+    ${overlay}.
+  * Transforming link targets so they work after the mount was moved
+    (Closes: #702421).
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 19:02:23 +0100
+
+live-boot (4.0~a7-1) experimental; urgency=low
+
+  * Silencing unmounting of potentially stray tmpfs on /live/overlay.
+  * Making loadkeys call quiet in order to not mess-up persistence, thanks
+    to stack <stack@inventati.org> (Closes: #700902).
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 19 Feb 2013 05:49:37 +0100
+
+live-boot (4.0~a6-1) experimental; urgency=low
+
+  [ chals ]
+  * Updating Spanish translation of live-boot man page, persistence-label.
+
+  [ Daniel Baumann ]
+  * Adding 3.0.1-1 changelog entries.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 15 Feb 2013 08:57:13 +0100
+
+live-boot (4.0~a5-1) experimental; urgency=low
+
+  [ Daniel Baumann ]
+  * Updating manpage year handling for 2013.
+
+  [ Richard Nelson ]
+  * Replace noprompt with noeject on manpage.
+
+  [ Daniel Baumann ]
+  * Updating noeject description in manpage.
+
+  [ chals ]
+  * Updating Spanish translation in respect to noeject.
+
+  [ Daniel Baumann ]
+  * Dropping dpkg compression level.
+  * Calling df with -P to avoid line wraps with overly long mountpoints.
+  * Removing some dead code in netbase parts.
+
+  [ Gaudenz Steinlin ]
+  * Fixing support for multiple squashfs images (Closes: #696494).
+  * Fixing mounting of rootfs, cow and medium filesystems (Closes:
+    #696495).
+
+  [ Daniel Baumann ]
+  * Adding 3.0.0-1 changelog entries.
+  * Updating manpage for persistence-label, thanks to Mike Gach
+    <gach.mqt@gmail.com> (Closes: #697873).
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Feb 2013 08:29:27 +0100
+
+live-boot (4.0~a4-1) experimental; urgency=low
+
+  * Updating year in copyright file.
+  * Supporting legacy filenames for checksums in debian within verify-
+    checksums.
+  * Correcting legacy filename for checksum files.
+  * By default including sha256sum only in progress-linux, keep md5sum
+    legacy for debian.
+  * Adding 3.0~b11-1 changelog entries.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:37:12 +0100
+
+live-boot (4.0~a3-1) experimental; urgency=low
+
+  [ Daniel Baumann ]
+  * Adding live-tools to recommends.
+
+  [ Michal Suchanek ]
+  * Including util-linux mount in initramfs.
+
+  [ Daniel Baumann ]
+  * Making overwriting of /bin/mount within initramfs with mount.util-
+    linux dependent on fuse usage, not on some additional boot parameter.
+  * Correcting spelling typo in bug script.
+
+  [ Richard Nelson ]
+  * Update manpage information of ip= param to correctly reflect what
+    9990-netbase.sh expects.
+
+  [ Daniel Baumann ]
+  * Cleaning up manpage po files.
+  * Adding 3.0~b10-1 changelog entries.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:27:46 +0100
+
+live-boot (4.0~a2-1) experimental; urgency=low
+
+  [ Tails developers ]
+  * Making the /live to /lib/live move for the persistence code.
+  * Handling already mounted persistence backing media correctly.
+  * Fixing persistence-media option when no devices are attached.
+  * Using 'local' in a safe way.
+
+  [ Daniel Baumann ]
+  * Adding 3.0~b9-1 changelog entries.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:06:28 +0100
+
+live-boot (4.0~a1-1) experimental; urgency=low
+
+  * Dropping specifics for squeeze based distributions.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 14:58:46 +0100
+
 live-boot (3.0.1-1) unstable; urgency=low
 
   [ chals ]
@@ -6,7 +198,7 @@ live-boot (3.0.1-1) unstable; urgency=low
   [ Daniel Baumann ]
   * Dropping German manpage translations stubs for the release.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 14 Feb 2013 19:33:17 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 14 Feb 2013 19:33:17 +0100
 
 live-boot (3.0.0-1) unstable; urgency=low
 
@@ -42,7 +234,7 @@ live-boot (3.0.0-1) unstable; urgency=low
   * Correcting persistence-label handling fwrt/ legacy live-boot 2.x
     support, thanks to Mike Gach <gach.mqt@gmail.com> (Closes: #697873).
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 12 Feb 2013 08:23:17 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Feb 2013 08:23:17 +0100
 
 live-boot (3.0~b11-1) unstable; urgency=low
 
@@ -53,7 +245,7 @@ live-boot (3.0~b11-1) unstable; urgency=low
   * By default including sha256sum only in progress-linux, keep md5sum
     legacy for debian.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jan 2013 11:32:21 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:32:21 +0100
 
 live-boot (3.0~b10-1) unstable; urgency=low
 
@@ -78,7 +270,7 @@ live-boot (3.0~b10-1) unstable; urgency=low
   [ Evgeni Golov ]
   * Do not fix mountpoints with live-persistence.conf as home-rw/live-rw.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 17 Dec 2012 20:22:50 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:22:50 +0100
 
 live-boot (3.0~b9-1) unstable; urgency=low
 
@@ -88,7 +280,7 @@ live-boot (3.0~b9-1) unstable; urgency=low
   * Fixing persistence-media option when no devices are attached.
   * Using 'local' in a safe way.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 10 Dec 2012 20:01:21 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:01:21 +0100
 
 live-boot (3.0~b8-1) unstable; urgency=low
 
@@ -98,7 +290,7 @@ live-boot (3.0~b8-1) unstable; urgency=low
   * Updating package lists in bug script to match current implementations.
   * Adding dpkg-source local options.
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 30 Nov 2012 14:48:16 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 14:48:16 +0100
 
 live-boot (3.0~b7-1) unstable; urgency=low
 
@@ -117,7 +309,7 @@ live-boot (3.0~b7-1) unstable; urgency=low
     for compatibility with systems that have been deployed with live-
     persistence.conf already.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 07 Nov 2012 15:04:32 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Nov 2012 15:04:32 +0100
 
 live-boot (3.0~b6-1) unstable; urgency=low
 
@@ -133,7 +325,7 @@ live-boot (3.0~b6-1) unstable; urgency=low
   * Renaming the boot scripts readme file to fixme to make it even more
     obvious.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 02 Oct 2012 10:32:44 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 02 Oct 2012 10:32:44 +0200
 
 live-boot (3.0~b5-1) unstable; urgency=low
 
@@ -144,7 +336,7 @@ live-boot (3.0~b5-1) unstable; urgency=low
     /live/overlay gets removed to fix netboot failures (Closes:
     #685375).
 
- -- Daniel Baumann <daniel@debian.org>  Sun, 30 Sep 2012 10:07:09 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 Sep 2012 10:07:09 +0200
 
 live-boot (3.0~b4-1) unstable; urgency=low
 
@@ -153,7 +345,7 @@ live-boot (3.0~b4-1) unstable; urgency=low
   * Moving remaining stuff from /live to /lib/live to avoid further
     namespace pollution.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 27 Sep 2012 13:23:33 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 27 Sep 2012 13:23:33 +0200
 
 live-boot (3.0~b3-1) unstable; urgency=low
 
@@ -169,7 +361,7 @@ live-boot (3.0~b3-1) unstable; urgency=low
     systems, not just initramfs only (Closes: #687099).
   * Updating code for exposing of overlay mounts under /live too.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 26 Sep 2012 14:40:32 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 26 Sep 2012 14:40:32 +0200
 
 live-boot (3.0~b2-1) unstable; urgency=low
 
@@ -177,7 +369,7 @@ live-boot (3.0~b2-1) unstable; urgency=low
   * Removing /etc/live/boot if empty on purge in postrm.
   * Regenerating initramfs on remove.
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 24 Aug 2012 12:37:23 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 24 Aug 2012 12:37:23 +0200
 
 live-boot (3.0~b1-1) unstable; urgency=low
 
@@ -223,7 +415,7 @@ live-boot (3.0~b1-1) unstable; urgency=low
   * Updating scripts readme about transition to plugin based
     architecture.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 16 Aug 2012 12:21:04 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 16 Aug 2012 12:21:04 +0200
 
 live-boot (3.0~a38-1) unstable; urgency=low
 
@@ -236,7 +428,7 @@ live-boot (3.0~a38-1) unstable; urgency=low
   * Correct left over references to old initramfs-tools.sh (Closes:
     #682504).
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 27 Jul 2012 00:20:39 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 27 Jul 2012 00:20:39 +0200
 
 live-boot (3.0~a37-1) unstable; urgency=low
 
@@ -256,7 +448,7 @@ live-boot (3.0~a37-1) unstable; urgency=low
   * Avoid re-access /proc/cmdline in select-eth-device function and use
     internal variable instead.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 25 Jul 2012 17:18:06 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 25 Jul 2012 17:18:06 +0200
 
 live-boot (3.0~a36-1) unstable; urgency=low
 
@@ -273,14 +465,14 @@ live-boot (3.0~a36-1) unstable; urgency=low
   * Adding support for defining one or more explicit swap partitions to
     be used.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 18 Jul 2012 23:56:06 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 Jul 2012 23:56:06 +0200
 
 live-boot (3.0~a35-1) unstable; urgency=low
 
   * Correcting typo in fstab function call in mountroot, thanks to
     Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 28 Jun 2012 14:30:46 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Jun 2012 14:30:46 +0200
 
 live-boot (3.0~a34-1) unstable; urgency=low
 
@@ -301,7 +493,7 @@ live-boot (3.0~a34-1) unstable; urgency=low
   [ Daniel Baumann ]
   * Switching to xz compression in source and binary packages.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 27 Jun 2012 14:14:19 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Jun 2012 14:14:19 +0200
 
 live-boot (3.0~a33-1) unstable; urgency=low
 
@@ -312,7 +504,7 @@ live-boot (3.0~a33-1) unstable; urgency=low
   * Removing some more dead parameters from cmdline function.
   * Removing double author entries in Spanish po files.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 13 Jun 2012 13:26:49 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 13 Jun 2012 13:26:49 +0200
 
 live-boot (3.0~a32-1) experimental; urgency=low
 
@@ -323,7 +515,7 @@ live-boot (3.0~a32-1) experimental; urgency=low
     custom-ov anymore on the filesystem and partition label (it's
     determined by the contents of live-persistence.conf).
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 06 Jun 2012 19:04:01 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 06 Jun 2012 19:04:01 +0200
 
 live-boot (3.0~a31-1) experimental; urgency=low
 
@@ -342,7 +534,7 @@ live-boot (3.0~a31-1) experimental; urgency=low
   * Moving off remaining functions from main boot script to subscript
     for later cleanup.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 05 Jun 2012 21:44:44 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 21:44:44 +0200
 
 live-boot (3.0~a30-1) experimental; urgency=low
 
@@ -372,7 +564,7 @@ live-boot (3.0~a30-1) experimental; urgency=low
   * Transforming networking bottom script into normal live-boot script.
   * Simplyfing initramfs-tools specific files within the source tree.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 05 Jun 2012 19:37:54 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 19:37:54 +0200
 
 live-boot (3.0~a29-1) experimental; urgency=low
 
@@ -392,7 +584,7 @@ live-boot (3.0~a29-1) experimental; urgency=low
   * Converting read-only initramfs-tools pre-mount script into regular
     live-boot script.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 05 Jun 2012 16:00:59 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 16:00:59 +0200
 
 live-boot (3.0~a28-1) experimental; urgency=low
 
@@ -422,7 +614,7 @@ live-boot (3.0~a28-1) experimental; urgency=low
   [ Evgeni Golov ]
   * Fixing two typos and a wrong word in comments.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 04 Jun 2012 17:31:32 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Jun 2012 17:31:32 +0200
 
 live-boot (3.0~a27-1) experimental; urgency=low
 
@@ -470,7 +662,7 @@ live-boot (3.0~a27-1) experimental; urgency=low
   * Fix typo to make home-sn snapshots work again.
   * Only try copying snapshots if we actually found any.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 09 Apr 2012 18:58:06 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 09 Apr 2012 18:58:06 +0200
 
 live-boot (3.0~a26-1) experimental; urgency=low
 
@@ -585,7 +777,7 @@ live-boot (3.0~a26-1) experimental; urgency=low
   * Correcting left-over in author section of live.persist manpage.
   * Moving initscript to live-config.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 05 Apr 2012 08:14:51 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 05 Apr 2012 08:14:51 +0200
 
 live-boot (3.0~a25-1) unstable; urgency=low
 
@@ -595,14 +787,14 @@ live-boot (3.0~a25-1) unstable; urgency=low
   [ Michal Suchanek ]
   * Add overlayfs support (Closes: #658265).
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 06 Feb 2012 23:27:38 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Feb 2012 23:27:38 +0100
 
 live-boot (3.0~a24-1) unstable; urgency=low
 
   * Removing quotes from udev path_id command to actually execute the
     command.
 
- -- Daniel Baumann <daniel@debian.org>  Sun, 04 Dec 2011 09:58:23 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 04 Dec 2011 09:58:23 +0100
 
 live-boot (3.0~a23-1) unstable; urgency=low
 
@@ -641,7 +833,7 @@ live-boot (3.0~a23-1) unstable; urgency=low
   * Updating live-boot man page for persistent-read-only.
   * Adding workaround for a busybox bug with grep -w.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 28 Nov 2011 18:26:11 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Nov 2011 18:26:11 +0100
 
 live-boot (3.0~a22-1) unstable; urgency=low
 
@@ -657,7 +849,7 @@ live-boot (3.0~a22-1) unstable; urgency=low
   [ Daniel Baumann ]
   * Sorting overrides in rules alphabetically.
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 04 Nov 2011 11:37:28 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 04 Nov 2011 11:37:28 +0100
 
 live-boot (3.0~a21-1) unstable; urgency=low
 
@@ -684,7 +876,7 @@ live-boot (3.0~a21-1) unstable; urgency=low
     /usr/share/doc/live-boot in validateroot bootscript, stripped live
     systems may or may not carry /usr/share/doc.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 08 Sep 2011 21:06:28 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 08 Sep 2011 21:06:28 +0200
 
 live-boot (3.0~a20-1) unstable; urgency=low
 
@@ -701,7 +893,7 @@ live-boot (3.0~a20-1) unstable; urgency=low
   * Applying reformated patch from Ulrich Dangel <mru@grml.org> to add
     support for lvm and md devices.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 04 Aug 2011 21:20:47 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 04 Aug 2011 21:20:47 +0200
 
 live-boot (3.0~a19-1) unstable; urgency=low
 
@@ -714,7 +906,7 @@ live-boot (3.0~a19-1) unstable; urgency=low
   * Adding conflicts/replaces for live-boot to live-boot-doc to not
     break upgrades.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 13 Jul 2011 10:28:33 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 13 Jul 2011 10:28:33 +0200
 
 live-boot (3.0~a18-1) unstable; urgency=low
 
@@ -723,7 +915,7 @@ live-boot (3.0~a18-1) unstable; urgency=low
   * Removing accidentally twice included English files when installing
     manpages.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 11 Jun 2011 11:24:15 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 11 Jun 2011 11:24:15 +0200
 
 live-boot (3.0~a17-1) unstable; urgency=low
 
@@ -740,13 +932,13 @@ live-boot (3.0~a17-1) unstable; urgency=low
   * Copy resolv.conf to live system root (Closes: #627178).
   * Tidy up resolv.conf a bit.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 18 May 2011 19:31:27 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 May 2011 19:31:27 +0200
 
 live-boot (3.0~a16-1) unstable; urgency=low
 
   * Adding old 2.x changelog entries in debian changelog.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 14 Mar 2011 06:27:17 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Mar 2011 06:27:17 +0100
 
 live-boot (3.0~a15-1) experimental; urgency=low
 
@@ -766,7 +958,7 @@ live-boot (3.0~a15-1) experimental; urgency=low
   * Fixing remaining fromiso= bug.
   * Fixing syntax error.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 09 Mar 2011 18:01:07 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 09 Mar 2011 18:01:07 +0100
 
 live-boot (3.0~a14-1) experimental; urgency=low
 
@@ -789,7 +981,7 @@ live-boot (3.0~a14-1) experimental; urgency=low
   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
     thanks to Michael Prokop <mika@grml.org>.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 11 Jan 2011 13:38:56 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Jan 2011 13:38:56 +0100
 
 live-boot (3.0~a13-1) experimental; urgency=low
 
@@ -807,7 +999,7 @@ live-boot (3.0~a13-1) experimental; urgency=low
   [ Richard Nelson ]
   * Clean some leading whitespaces.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 06 Dec 2010 11:27:07 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 11:27:07 +0100
 
 live-boot (3.0~a12-1) experimental; urgency=low
 
@@ -817,7 +1009,7 @@ live-boot (3.0~a12-1) experimental; urgency=low
   [ Daniel Baumann ]
   * Adding dpkg source options file.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:29:48 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:29:48 +0100
 
 live-boot (3.0~a11-1) experimental; urgency=low
 
@@ -829,13 +1021,13 @@ live-boot (3.0~a11-1) experimental; urgency=low
   * Removing deep link to bug page in the manual, since we don't have
     stable references yet.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:28:43 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:28:43 +0200
 
 live-boot (3.0~a10-1) experimental; urgency=low
 
   * Don't do anything in initscript when using toram (Closes: #601575).
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:58:03 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Oct 2010 14:58:03 +0200
 
 live-boot (3.0~a9-1) experimental; urgency=low
 
@@ -849,7 +1041,7 @@ live-boot (3.0~a9-1) experimental; urgency=low
   * Fixing overzealous blacklist usage.
   * Adding documentation for persistent=cryptsetup in the manpage.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:24:51 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Oct 2010 09:24:51 +0200
 
 live-boot (3.0~a8-1) experimental; urgency=low
 
@@ -863,14 +1055,14 @@ live-boot (3.0~a8-1) experimental; urgency=low
   * Running manpage rebuild after manpage updates.
   * Updating to debhelper version 8.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:15:03 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:15:03 +0200
 
 live-boot (3.0~a7-1) experimental; urgency=low
 
   [ intrigeri ]
   * Fixing find_snap to take its second argument into account.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:46:54 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Sep 2010 22:46:54 +0200
 
 live-boot (3.0~a6-1) experimental; urgency=low
 
@@ -884,7 +1076,7 @@ live-boot (3.0~a6-1) experimental; urgency=low
     symlinks when checking for dynamically linked files at reboot in
     initscript.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:51:59 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Sep 2010 08:51:59 +0200
 
 live-boot (3.0~a5-1) experimental; urgency=low
 
@@ -907,7 +1099,7 @@ live-boot (3.0~a5-1) experimental; urgency=low
   * Removing usplash support in initramfs, usplash is dead.
   * Adding plymouth in bug script.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:17:15 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 15:17:15 +0200
 
 live-boot (3.0~a4-1) experimental; urgency=low
 
@@ -915,7 +1107,7 @@ live-boot (3.0~a4-1) experimental; urgency=low
   * Using boot.d instead of boot.conf.d as directory name for custom
     configuration files.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:46:45 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 22:46:45 +0200
 
 live-boot (3.0~a3-1) experimental; urgency=low
 
@@ -925,7 +1117,7 @@ live-boot (3.0~a3-1) experimental; urgency=low
   * Adding reference to live-tools in manpages.
   * Checking for file existence in initramfs hook (Closes: #595264).
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:28:40 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 18:28:40 +0200
 
 live-boot (3.0~a2-1) experimental; urgency=low
 
@@ -946,7 +1138,7 @@ live-boot (3.0~a2-1) experimental; urgency=low
   * Using allow-hotplug instead of auto in automatically created
     /etc/network/interfaces file.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:27:33 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 01 Sep 2010 18:27:33 +0200
 
 live-boot (3.0~a1-1) experimental; urgency=low
 
@@ -954,7 +1146,7 @@ live-boot (3.0~a1-1) experimental; urgency=low
   * Removing live-initramfs transitional package.
   * Removing lenny support.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 02:02:39 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Aug 2010 02:02:39 +0200
 
 live-boot (2.0.15-1) unstable; urgency=low
 
@@ -965,7 +1157,7 @@ live-boot (2.0.15-1) unstable; urgency=low
   [ Marco Amadori ]
   * Adjust copyright entry in live-snapshot.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 01 Feb 2011 22:49:03 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 01 Feb 2011 22:49:03 +0100
 
 live-boot (2.0.14-1) unstable; urgency=low
 
@@ -978,7 +1170,7 @@ live-boot (2.0.14-1) unstable; urgency=low
   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
     thanks to Michael Prokop <mika@grml.org>.
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 24 Dec 2010 18:51:57 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 24 Dec 2010 18:51:57 +0100
 
 live-boot (2.0.13-1) unstable; urgency=medium
 
@@ -986,27 +1178,27 @@ live-boot (2.0.13-1) unstable; urgency=medium
   * Remounting cow read-only before prompting user to remove usb flash
     drive.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 06 Dec 2010 11:18:32 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 11:18:32 +0100
 
 live-boot (2.0.12-1) unstable; urgency=medium
 
   [ T(A)ILS developers ]
   * Fixing fromiso= on Squeeze.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:27:01 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:27:01 +0100
 
 live-boot (2.0.11-1) unstable; urgency=medium
 
   * Removing deep link to bug page in the manual, since we don't have
     stable references yet.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:22:02 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:22:02 +0200
 
 live-boot (2.0.10-1) unstable; urgency=medium
 
   * Don't do anything in initscript when using toram (Closes: #601575).
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:54:58 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Oct 2010 14:54:58 +0200
 
 live-boot (2.0.9-1) unstable; urgency=low
 
@@ -1014,14 +1206,14 @@ live-boot (2.0.9-1) unstable; urgency=low
   * Fixing overzealous blacklist usage.
   * Adding documentation for persistent=cryptsetup in the manpage.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:15:54 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Oct 2010 09:15:54 +0200
 
 live-boot (2.0.8-1) unstable; urgency=medium
 
   [ amnesia ]
   * Adding live-snapshot.list documentation to manpage.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 12 Oct 2010 11:20:12 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Oct 2010 11:20:12 +0200
 
 live-boot (2.0.7-1) unstable; urgency=medium
 
@@ -1034,14 +1226,14 @@ live-boot (2.0.7-1) unstable; urgency=medium
   [ Daniel Baumann ]
   * Running manpage rebuild after manpage updates.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:06:41 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:06:41 +0200
 
 live-boot (2.0.6-1) unstable; urgency=medium
 
   [ intrigeri ]
   * Fixing find_snap to take its second argument into account.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:48:35 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Sep 2010 22:48:35 +0200
 
 live-boot (2.0.5-1) unstable; urgency=low
 
@@ -1055,7 +1247,7 @@ live-boot (2.0.5-1) unstable; urgency=low
     symlinks when checking for dynamically linked files at reboot in
     initscript.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:55:02 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Sep 2010 08:55:02 +0200
 
 live-boot (2.0.4-1) unstable; urgency=low
 
@@ -1077,7 +1269,7 @@ live-boot (2.0.4-1) unstable; urgency=low
   * Removing usplash support in initramfs, usplash is dead.
   * Adding plymouth in bug script.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:21:24 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 15:21:24 +0200
 
 live-boot (2.0.3-1) unstable; urgency=low
 
@@ -1085,7 +1277,7 @@ live-boot (2.0.3-1) unstable; urgency=low
   * Using boot.d instead of boot.conf.d as directory name for custom
     configuration files.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:43:03 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 22:43:03 +0200
 
 live-boot (2.0.2-1) unstable; urgency=low
 
@@ -1096,7 +1288,7 @@ live-boot (2.0.2-1) unstable; urgency=low
   * Adding live-toram script to copy the running live system to ram and
     eject the live media.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:25:12 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 18:25:12 +0200
 
 live-boot (2.0.1-1) unstable; urgency=low
 
@@ -1107,7 +1299,7 @@ live-boot (2.0.1-1) unstable; urgency=low
   * Using allow-hotplug instead of auto in automatically created
     /etc/network/interfaces file.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:25:08 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 01 Sep 2010 18:25:08 +0200
 
 live-boot (2.0.0-1) unstable; urgency=low
 
@@ -1115,7 +1307,7 @@ live-boot (2.0.0-1) unstable; urgency=low
   * Moving configs to etc directory within the source tree.
   * Removing old docs.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 01:48:01 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Aug 2010 01:48:01 +0200
 
 live-boot (2.0~a16-1) unstable; urgency=high
 
@@ -1129,7 +1321,7 @@ live-boot (2.0~a16-1) unstable; urgency=high
   [ Michal Suchanek ]
   * Fix omitpids to work with readonly images.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 28 Jul 2010 20:17:11 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 28 Jul 2010 20:17:11 +0200
 
 live-boot (2.0~a15-1) unstable; urgency=low
 
@@ -1137,13 +1329,13 @@ live-boot (2.0~a15-1) unstable; urgency=low
   * Updating depends of live-initramfs transitional package to reflect
     relaxed backend depends.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 17:19:16 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 17 Jul 2010 17:19:16 +0200
 
 live-boot (2.0~a14-1) unstable; urgency=low
 
   * Improving backend dependencies (Closes: #589326).
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 00:37:33 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 17 Jul 2010 00:37:33 +0200
 
 live-boot (2.0~a13-1) unstable; urgency=low
 
@@ -1152,7 +1344,7 @@ live-boot (2.0~a13-1) unstable; urgency=low
   * Improving clean target in manpages Makefile a bit.
   * Adding Chris in copyright file (for live-snapshot that is).
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 15 Jul 2010 19:31:03 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 15 Jul 2010 19:31:03 +0200
 
 live-boot (2.0~a12-1) unstable; urgency=low
 
@@ -1171,7 +1363,7 @@ live-boot (2.0~a12-1) unstable; urgency=low
   * Adding btrfs support.
   * Updating package to standards version 3.9.0.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 07 Jul 2010 20:13:54 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Jul 2010 20:13:54 +0200
 
 live-boot (2.0~a11-1) unstable; urgency=low
 
@@ -1180,7 +1372,7 @@ live-boot (2.0~a11-1) unstable; urgency=low
   * Removing noautologin parameter from live script, this functionallity
     was moved to live-config.
 
- -- Daniel Baumann <daniel@debian.org>  Sun, 20 Jun 2010 19:14:05 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 20 Jun 2010 19:14:05 +0200
 
 live-boot (2.0~a10-1) unstable; urgency=low
 
@@ -1189,14 +1381,14 @@ live-boot (2.0~a10-1) unstable; urgency=low
   * Alternatively depend on busybox or busybox-initramfs on live-boot-
     initramfs-tools.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 17 Jun 2010 21:52:57 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 17 Jun 2010 21:52:57 +0200
 
 live-boot (2.0~a9-1) unstable; urgency=low
 
   [ Michal Suchanek ]
   * Fix missing log_end_msg in live-boot.init.
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 11 Jun 2010 18:42:23 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 11 Jun 2010 18:42:23 +0200
 
 live-boot (2.0~a8-1) unstable; urgency=low
 
@@ -1204,7 +1396,7 @@ live-boot (2.0~a8-1) unstable; urgency=low
   * Removing compcache configuration file.
   * Removing options that are now in live-config from parameters.txt.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 10 Jun 2010 12:38:52 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 10 Jun 2010 12:38:52 +0200
 
 live-boot (2.0~a7-1) unstable; urgency=low
 
@@ -1217,7 +1409,7 @@ live-boot (2.0~a7-1) unstable; urgency=low
   * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
     care about that now.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 20:22:33 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 08 Jun 2010 20:22:33 +0200
 
 live-boot (2.0~a6-1) unstable; urgency=low
 
@@ -1236,7 +1428,7 @@ live-boot (2.0~a6-1) unstable; urgency=low
     before ejecting media.
   * Using sendsigs.omit to avoid killing / (Closes: #584690).
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 06:03:21 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 08 Jun 2010 06:03:21 +0200
 
 live-boot (2.0~a5-1) unstable; urgency=low
 
@@ -1265,40 +1457,40 @@ live-boot (2.0~a5-1) unstable; urgency=low
   * Removing apt_cdrom bottom script, not used anyway.
   * Removing some boot parameters obsoleted by live-config.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 05 Jun 2010 14:13:10 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 05 Jun 2010 14:13:10 +0200
 
 live-boot (2.0~a4-1) unstable; urgency=low
 
   * Removing obsolete boot parameter from manpages.
   * Running checkbashisms with -f and -x in Makefile.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jun 2010 22:47:20 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jun 2010 22:47:20 +0200
 
 live-boot (2.0~a3-1) unstable; urgency=low
 
   * Removing umountfs bottom script, not needed anymore (see #518463).
 
- -- Daniel Baumann <daniel@debian.org>  Sun, 30 May 2010 09:28:32 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 May 2010 09:28:32 +0200
 
 live-boot (2.0~a2-1) unstable; urgency=low
 
   * Removing locales  bottom script, now handled by live-config.
   * Simplyfing makefile a bit.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 27 May 2010 22:42:36 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 27 May 2010 22:42:36 +0200
 
 live-boot (2.0~a1-1) experimental; urgency=low
 
   * Initial release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 24 May 2010 10:46:39 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 May 2010 10:46:39 +0200
 
 live-initramfs (1.236.2-1) unstable; urgency=medium
 
   * Removing spurious '+' when making debconf db read-only (Closes:
     #581808).
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 18 May 2010 06:51:31 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 18 May 2010 06:51:31 +0200
 
 live-initramfs (1.236.1-1) unstable; urgency=low
 
@@ -1324,7 +1516,7 @@ live-initramfs (1.236.1-1) unstable; urgency=low
   * Merging casper 1.235.
   * Merging casper 1.236.
 
- -- Daniel Baumann <daniel@debian.org>  Sun, 16 May 2010 06:03:01 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 16 May 2010 06:03:01 +0200
 
 live-initramfs (1.215.1-1) unstable; urgency=low
 
@@ -1349,7 +1541,7 @@ live-initramfs (1.215.1-1) unstable; urgency=low
   [ Steven Shiau ]
   * No timeout as running ipconfig for network booting.
 
- -- Daniel Baumann <daniel@debian.org>  Sun, 02 May 2010 15:52:01 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 02 May 2010 15:52:01 +0200
 
 live-initramfs (1.199.1-1) unstable; urgency=low
 
@@ -1378,7 +1570,7 @@ live-initramfs (1.199.1-1) unstable; urgency=low
   * Merging casper 1.198.
   * Merging casper 1.199.
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 30 Apr 2010 19:19:23 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Apr 2010 19:19:23 +0200
 
 live-initramfs (1.177.2-1) unstable; urgency=low
 
@@ -1398,7 +1590,7 @@ live-initramfs (1.177.2-1) unstable; urgency=low
   * Do not leak modprobe options to avoid booting errors with kernel
     options like libata.dma=0.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 05 Apr 2010 10:07:12 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 05 Apr 2010 10:07:12 +0200
 
 live-initramfs (1.177.1-1) unstable; urgency=low
 
@@ -1421,7 +1613,7 @@ live-initramfs (1.177.1-1) unstable; urgency=low
     to unionfs-fuse.
   * Manually loading fuse when required.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 17 Mar 2010 20:29:01 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 17 Mar 2010 20:29:01 +0100
 
 live-initramfs (1.173.5-1) unstable; urgency=low
 
@@ -1440,7 +1632,7 @@ live-initramfs (1.173.5-1) unstable; urgency=low
   * Also respecting persistent-path parameter for snapshots (Closes:
     #570162).
 
- -- Daniel Baumann <daniel@debian.org>  Sun, 14 Mar 2010 23:27:57 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 14 Mar 2010 23:27:57 +0100
 
 live-initramfs (1.173.4-1) unstable; urgency=low
 
@@ -1449,14 +1641,14 @@ live-initramfs (1.173.4-1) unstable; urgency=low
   * Correcting path in previous commit.
   * Disabling kaboom (Closes: #556368).
 
- -- Daniel Baumann <daniel@debian.127011.localhost>  Fri, 12 Mar 2010 18:21:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>11.localhost>  Fri, 12 Mar 2010 18:21:00 +0100
 
 live-initramfs (1.173.3-1) unstable; urgency=low
 
   * Using noxino instead of xino, as the latter is not supported by
     aufs2 as we need to use it.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 20 Feb 2010 16:16:46 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Feb 2010 16:16:46 +0100
 
 live-initramfs (1.173.2-1) unstable; urgency=low
 
@@ -1478,7 +1670,7 @@ live-initramfs (1.173.2-1) unstable; urgency=low
   * Skip loading usb modules when quickusbmodules parameter is
     specified.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 20 Feb 2010 11:55:41 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Feb 2010 11:55:41 +0100
 
 live-initramfs (1.173.1-1) unstable; urgency=medium
 
@@ -1550,7 +1742,7 @@ live-initramfs (1.173.1-1) unstable; urgency=medium
   [ Daniel Baumann ]
   * Updating to standards version 3.8.4.
 
- -- Daniel Baumann <daniel@debian.org>  Sun, 31 Jan 2010 16:44:08 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 31 Jan 2010 16:44:08 +0100
 
 live-initramfs (1.157.4-2) unstable; urgency=high
 
@@ -1563,7 +1755,7 @@ live-initramfs (1.157.4-2) unstable; urgency=high
   [ Tzafrir Cohen ]
   * Adjusting grep call in is_nice_device to match new output of vol_id.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 21 Nov 2009 19:07:41 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 21 Nov 2009 19:07:41 +0100
 
 live-initramfs (1.157.4-1) unstable; urgency=medium
 
@@ -1595,7 +1787,7 @@ live-initramfs (1.157.4-1) unstable; urgency=medium
     media-path when toram is used (Closes: #534878).
   * Simplyfing and correcting udev inclusion in initramfs hook.
 
- -- Daniel Baumann <daniel@debian.org>  Sun, 18 Oct 2009 20:29:31 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 18 Oct 2009 20:29:31 +0200
 
 live-initramfs (1.157.3-1) unstable; urgency=low
 
@@ -1663,7 +1855,7 @@ live-initramfs (1.157.3-1) unstable; urgency=low
   [ Richard Nelson ]
   * Allow for multiple but unique persistent media.
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 04 Sep 2009 13:37:57 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 04 Sep 2009 13:37:57 +0200
 
 live-initramfs (1.157.2-1) unstable; urgency=medium
 
@@ -1686,7 +1878,7 @@ live-initramfs (1.157.2-1) unstable; urgency=medium
   * Updating eject prevention for USB devices in initscripts for linux 2.6.29
     and newer.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 14 May 2009 10:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 14 May 2009 10:00:00 +0200
 
 live-initramfs (1.157.1-1) unstable; urgency=medium
 
@@ -1714,7 +1906,7 @@ live-initramfs (1.157.1-1) unstable; urgency=medium
   * Correcting check for usb when using removable-usb keyword.
   * Correcting typo in locale bottom script.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 21 Mar 2009 14:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 21 Mar 2009 14:00:00 +0100
 
 live-initramfs (1.156.1-1) unstable; urgency=high
 
@@ -1738,7 +1930,7 @@ live-initramfs (1.156.1-1) unstable; urgency=high
   [ Ronny Standtke ]
   * Do not eject USB flash drives (Closes: #457070).
 
- -- Daniel Baumann <daniel@debian.org>  Sun,  8 Feb 2009 15:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun,  8 Feb 2009 15:00:00 +0100
 
 live-initramfs (1.154.8-1) unstable; urgency=high
 
@@ -1746,7 +1938,7 @@ live-initramfs (1.154.8-1) unstable; urgency=high
   * Adding basic xrandr support for lenny to enforce a particular
     resolution through bootparameter.
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 30 Jan 2009 00:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Jan 2009 00:00:00 +0100
 
 live-initramfs (1.154.7-1) unstable; urgency=medium
 
@@ -1755,7 +1947,7 @@ live-initramfs (1.154.7-1) unstable; urgency=medium
   * Removing wc from hook again, that's an ubuntu only problem they have
     to care about.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 27 Jan 2009 18:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 27 Jan 2009 18:00:00 +0100
 
 live-initramfs (1.154.6-1) unstable; urgency=medium
 
@@ -1769,7 +1961,7 @@ live-initramfs (1.154.6-1) unstable; urgency=medium
   * Adding persistent-path to parameter list and manpage.
   * Actually building/cleaning manpages through targets in Makefile.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 26 Jan 2009 02:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 26 Jan 2009 02:00:00 +0100
 
 live-initramfs (1.154.5-1) unstable; urgency=low
 
@@ -1781,7 +1973,7 @@ live-initramfs (1.154.5-1) unstable; urgency=low
   * Silencing xorg reconfiguration, thanks to Ronny Standtke
     <Ronny.Standtke@gmx.net>.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 12 Jan 2009 13:00:00 -0500
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Jan 2009 13:00:00 -0500
 
 live-initramfs (1.154.4-1) unstable; urgency=low
 
@@ -1789,14 +1981,14 @@ live-initramfs (1.154.4-1) unstable; urgency=low
   * Support further checks on loopback image and support skipping union
     mounts (Closes: #509446).
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 26 Dec 2008 09:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 26 Dec 2008 09:00:00 +0100
 
 live-initramfs (1.154.3-1) unstable; urgency=medium
 
   * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
     to set variables in previous bottom scripts.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 20 Dec 2008 15:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Dec 2008 15:00:00 +0100
 
 live-initramfs (1.154.2-1) unstable; urgency=medium
 
@@ -1807,7 +1999,7 @@ live-initramfs (1.154.2-1) unstable; urgency=medium
   * Reworked integrity-check (Closes: #507477).
   * Cleaned the boot log a bit.
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 11 Dec 2008 06:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 11 Dec 2008 06:00:00 +0100
 
 live-initramfs (1.154.1-1) unstable; urgency=low
 
@@ -1820,7 +2012,7 @@ live-initramfs (1.154.1-1) unstable; urgency=low
   * Also adding ralink to network device check.
   * Removing spurious 'livefs_root' in copy_live_to();.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 25 Nov 2008 12:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 25 Nov 2008 12:00:00 +0100
 
 live-initramfs (1.139.1-4) unstable; urgency=medium
 
@@ -1849,7 +2041,7 @@ live-initramfs (1.139.1-4) unstable; urgency=medium
   * Do not pollute the logs when looking for swap partitions.
   * Removed all "cat | grep", with grep, awk and sed.
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 11 Nov 2008 13:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Nov 2008 13:00:00 +0100
 
 live-initramfs (1.139.1-3) unstable; urgency=medium
 
@@ -1882,7 +2074,7 @@ live-initramfs (1.139.1-3) unstable; urgency=medium
   [ Michael Prokop ]
   * Ignore errors from fstype.
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 19 Sep 2008 14:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 19 Sep 2008 14:00:00 +0200
 
 live-initramfs (1.139.1-2) unstable; urgency=medium
 
@@ -1898,7 +2090,7 @@ live-initramfs (1.139.1-2) unstable; urgency=medium
   [ Michal Suchanek ]
   * Enabling the "remove CD" prompt in splashy.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  1 Sep 2008 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Sep 2008 00:00:00 +0200
 
 live-initramfs (1.139.1-1) unstable; urgency=medium
 
@@ -1970,14 +2162,14 @@ live-initramfs (1.139.1-1) unstable; urgency=medium
   * Adding support for using tftp in fetch= parameter.
   * Another fix about using udevsettle or "udevadm settle".
 
- -- Daniel Baumann <daniel@debian.org>  Sun, 24 Aug 2008 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 24 Aug 2008 00:00:00 +0200
 
 live-initramfs (1.136.3-1) unstable; urgency=medium
 
   [ Michael Prokop ]
   * Make sure mounting /cow-tmpfs provides mount options.
 
- -- Daniel Baumann <daniel@debian.org>  Fri, 18 Jul 2008 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 18 Jul 2008 00:00:00 +0200
 
 live-initramfs (1.136.2-1) unstable; urgency=medium
 
@@ -1986,7 +2178,7 @@ live-initramfs (1.136.2-1) unstable; urgency=medium
     udevtrigger with udevadm if available.
   * Correcting httpfs2 inclusion in hook.
 
- -- Daniel Baumann <daniel@debian.org>  Wed, 16 Jul 2008 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 16 Jul 2008 00:00:00 +0200
 
 live-initramfs (1.136.1-1) unstable; urgency=medium
 
@@ -2032,7 +2224,7 @@ live-initramfs (1.136.1-1) unstable; urgency=medium
   [ Michal Suchanek ]
   * Add support for httpfs= and ftpfs= parameters.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 14 Jul 2008 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Jul 2008 00:00:00 +0200
 
 live-initramfs (1.132.1-1) unstable; urgency=medium
 
@@ -2065,21 +2257,21 @@ live-initramfs (1.132.1-1) unstable; urgency=medium
   * Workaround loop-aes-utils losetup incompatibility
   * Fix toram (change mount --move to mount -o move)
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 02 Jun 2008 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 02 Jun 2008 00:00:00 +0200
 
 live-initramfs (1.130.1-3) unstable; urgency=high
 
   * Handle non-existing klibc includes in live hook (Closes: #475783).
   * Adding loop-aes-utils to recommends.
 
- -- Daniel Baumann <daniel@debian.org>  Sat, 26 Apr 2008 16:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 26 Apr 2008 16:00:00 +0200
 
 live-initramfs (1.130.1-2) unstable; urgency=medium
 
   [ Chris Lamb ]
   * Remove bogus dependency on Ubuntu "localechooser-data" package
 
- -- Daniel Baumann <daniel@debian.org>  Thu, 17 Apr 2008 06:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 17 Apr 2008 06:00:00 +0200
 
 live-initramfs (1.130.1-1) unstable; urgency=medium
 
@@ -2094,7 +2286,7 @@ live-initramfs (1.130.1-1) unstable; urgency=medium
   * Restricting counting of installed kernels based on /boot/vmlinuz-*
     instead of /boot/vmlinuz*.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 14 Apr 2008 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Apr 2008 00:00:00 +0200
 
 live-initramfs (1.128.1-1) unstable; urgency=medium
 
@@ -2107,7 +2299,7 @@ live-initramfs (1.128.1-1) unstable; urgency=medium
   [ Daniel Baumann ]
   * Merging casper 1.128.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  7 Apr 2008 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 Apr 2008 00:00:00 +0200
 
 live-initramfs (1.127.1-1) unstable; urgency=medium
 
@@ -2128,7 +2320,7 @@ live-initramfs (1.127.1-1) unstable; urgency=medium
   * scripts/live: Make 'nopersistent' parameter actually disable
     persistence
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 31 Mar 2008 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2008 00:00:00 +0200
 
 live-initramfs (1.125.1-1) unstable; urgency=medium
 
@@ -2139,7 +2331,7 @@ live-initramfs (1.125.1-1) unstable; urgency=medium
   * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
   * Rename 18hostname -> 06hostname
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 24 Mar 2008 00:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Mar 2008 00:00:00 +0100
 
 live-initramfs (1.124.1-1) unstable; urgency=medium
 
@@ -2155,7 +2347,7 @@ live-initramfs (1.124.1-1) unstable; urgency=medium
   [ Chris Lamb ]
   * 99hook: Download hook script from inside target filesystem
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 17 Mar 2008 00:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Mar 2008 00:00:00 +0100
 
 live-initramfs (1.119.1-1) unstable; urgency=medium
 
@@ -2165,7 +2357,7 @@ live-initramfs (1.119.1-1) unstable; urgency=medium
   * Removing disabling of kwallet.
   * Merging casper 1.119.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 10 Mar 2008 00:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Mar 2008 00:00:00 +0100
 
 live-initramfs (1.118.2-1) unstable; urgency=medium
 
@@ -2184,7 +2376,7 @@ live-initramfs (1.118.2-1) unstable; urgency=medium
   [ Marco Amadori ]
   * Now it includes lzma kernel module dependencies.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  3 Mar 2008 00:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Mar 2008 00:00:00 +0100
 
 live-initramfs (1.118.1-1) unstable; urgency=medium
 
@@ -2214,7 +2406,7 @@ live-initramfs (1.118.1-1) unstable; urgency=medium
   * live-helpers: add jffs2 as a valid image
   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
 
- -- Daniel Baumann <daniel@debian.org>  Tue, 26 Feb 2008 13:35:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Feb 2008 13:35:00 +0100
 
 live-initramfs (1.110.7-1) unstable; urgency=medium
 
@@ -2223,7 +2415,7 @@ live-initramfs (1.110.7-1) unstable; urgency=medium
   * Fixing regression from mounting the ow device on a nfs volume,
     thanks to An-Cheng Huang <ancheng@vyatta.com>.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 19 Nov 2007 00:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 19 Nov 2007 00:00:00 +0100
 
 live-initramfs (1.110.6-1) unstable; urgency=medium
 
@@ -2234,7 +2426,7 @@ live-initramfs (1.110.6-1) unstable; urgency=medium
   * Adding checkbashsms call to test target of the Makefile as suggested
     by Trent W. Buck <trentbuck@gmail.com>.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 12 Nov 2007 00:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Nov 2007 00:00:00 +0100
 
 live-initramfs (1.110.5-1) unstable; urgency=medium
 
@@ -2248,7 +2440,7 @@ live-initramfs (1.110.5-1) unstable; urgency=medium
     thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
   * Fixing some coding style issues.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  5 Nov 2007 00:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  5 Nov 2007 00:00:00 +0100
 
 live-initramfs (1.110.4-1) unstable; urgency=medium
 
@@ -2261,7 +2453,7 @@ live-initramfs (1.110.4-1) unstable; urgency=medium
   [ Jesse Hathaway ]
   * add support for mounting the cow device on an nfs volume
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 29 Oct 2007 00:00:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 29 Oct 2007 00:00:00 +0100
 
 live-initramfs (1.110.3-1) unstable; urgency=medium
 
@@ -2276,7 +2468,7 @@ live-initramfs (1.110.3-1) unstable; urgency=medium
   [ Jesse Hathaway ]
   * add support for exposedroot option for live-helper
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 22 Oct 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Oct 2007 00:00:00 +0200
 
 live-initramfs (1.110.2-1) unstable; urgency=medium
 
@@ -2286,7 +2478,7 @@ live-initramfs (1.110.2-1) unstable; urgency=medium
   * Removing nodiratime as it is already included in noatime, thanks to Kel
     Modderman <kel@otaku42.de>.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 15 Oct 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 15 Oct 2007 00:00:00 +0200
 
 live-initramfs (1.110.1-1) unstable; urgency=medium
 
@@ -2301,7 +2493,7 @@ live-initramfs (1.110.1-1) unstable; urgency=medium
   * Adjusting to live-initramfs.
   * Bumping version to 1.110.1-1.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  8 Oct 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  8 Oct 2007 00:00:00 +0200
 
 live-initramfs (1.107.1-1) unstable; urgency=medium
 
@@ -2324,19 +2516,19 @@ live-initramfs (1.107.1-1) unstable; urgency=medium
   * Merging casper 1.107.
   * Bumping version to 1.107.1-1.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  1 Oct 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Oct 2007 00:00:00 +0200
 
 live-initramfs (1.104.1-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 24 Sep 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Sep 2007 00:00:00 +0200
 
 live-initramfs (1.102.1-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 17 Sep 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Sep 2007 00:00:00 +0200
 
 live-initramfs (1.99.2-1) unstable; urgency=medium
 
@@ -2344,119 +2536,119 @@ live-initramfs (1.99.2-1) unstable; urgency=medium
     - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
       (Closes: #440235).
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 10 Sep 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Sep 2007 00:00:00 +0200
 
 live-initramfs (1.99.1-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  3 Sep 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Sep 2007 00:00:00 +0200
 
 live-initramfs (1.96.2-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 27 Aug 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 Aug 2007 00:00:00 +0200
 
 live-initramfs (1.96.1-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 20 Aug 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 20 Aug 2007 00:00:00 +0200
 
 live-initramfs (1.95.3-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 13 Aug 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 13 Aug 2007 00:00:00 +0200
 
 live-initramfs (1.95.2-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  6 Aug 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  6 Aug 2007 00:00:00 +0200
 
 live-initramfs (1.95.1-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 30 Jul 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Jul 2007 00:00:00 +0200
 
 live-initramfs (1.91.6-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 23 Jul 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 23 Jul 2007 00:00:00 +0200
 
 live-initramfs (1.91.5-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 16 Jul 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 16 Jul 2007 00:00:00 +0200
 
 live-initramfs (1.91.4-1) unstable; urgency=medium
 
   * New upstream release:
     - Dropping transitional package, not needed anymore.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  9 Jul 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Jul 2007 00:00:00 +0200
 
 live-initramfs (1.91.3-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  2 Jul 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  2 Jul 2007 00:00:00 +0200
 
 live-initramfs (1.91.2-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 25 Jun 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 25 Jun 2007 00:00:00 +0200
 
 live-initramfs (1.91.1-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 18 Jun 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 18 Jun 2007 00:00:00 +0200
 
 live-initramfs (1.90.1-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 11 Jun 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 11 Jun 2007 00:00:00 +0200
 
 live-initramfs (1.87.6-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  4 Jun 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  4 Jun 2007 00:00:00 +0200
 
 live-initramfs (1.87.5-1) unstable; urgency=medium
 
   * New upstream release, replacing casper.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 28 May 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 May 2007 00:00:00 +0200
 
 live-initramfs (1.87.4-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 21 May 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 21 May 2007 00:00:00 +0200
 
 live-initramfs (1.87.3-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 14 May 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 May 2007 00:00:00 +0200
 
 live-initramfs (1.87.2-1) unstable; urgency=low
 
   * New upstream release.
 
- -- Daniel Baumann <daniel@debian.org>  Mon,  7 May 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 May 2007 00:00:00 +0200
 
 live-initramfs (1.87.1-1) unstable; urgency=low
 
   * Initial release, forking casper.
 
- -- Daniel Baumann <daniel@debian.org>  Mon, 30 Apr 2007 00:00:00 +0200
+ -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Apr 2007 00:00:00 +0200
index ae41843..b640d64 100644 (file)
@@ -1,13 +1,13 @@
 Source: live-boot
 Section: misc
 Priority: optional
-Maintainer: Debian Live Project <debian-live@lists.debian.org>
-Uploaders: Daniel Baumann <daniel@debian.org>
+Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
+Uploaders: Daniel Baumann <mail@daniel-baumann.ch>
 Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.4
-Homepage: http://live.debian.net/devel/live-boot/
-Vcs-Browser: http://live.debian.net/gitweb/?p=live-boot.git
-Vcs-Git: git://live.debian.net/git/live-boot.git
+Homepage: http://live-systems.org/devel/live-boot/
+Vcs-Browser: http://live-systems.org/gitweb/?p=live-boot.git
+Vcs-Git: git://live-systems.org/git/live-boot.git
 
 Package: live-boot
 Architecture: all
@@ -25,8 +25,6 @@ Package: live-boot-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Conflicts: live-boot (<< 3.0~a18~)
-Replaces: live-boot
 Description: Live System Boot Scripts (documentation)
  live-boot contains the scripts that configure a live system during the boot
  process (early userspace).
index d1c1b8a..19f846a 100644 (file)
@@ -1,10 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: live-boot
-Upstream-Contact: Debian Live Project <debian-live@lists.debian.org>
-Source: http://live.debian.net/archive/packages/live-boot/
+Upstream-Contact: Live Systems Project <debian-live@lists.debian.org>
+Source: http://live-systems.org/archive/packages/live-boot/
 
 Files: *
-Copyright: 2006-2013 Daniel Baumann <daniel@debian.org>
+Copyright: 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
            2005-2008 Canonical Ltd. <http://www.cannonical.com/>
            2008 Chris Lamb <chris@debian.org>
            2006-2007 Marco Amadori <marco.amadori@gmail.com>
index 90a72ec..d0690ee 100644 (file)
@@ -1,7 +1,7 @@
 Before submitting a bug report against live-boot, please make sure
-that you have read our guidelines for Debian Live bug reports:
+that you have read our guidelines for live systems bug reports:
 
-  http://live.debian.net/manual/
+  http://live-systems.org/manual/
 
 By providing the required information as outlined in the guidelines makes
 sure that we can optimally reproduce and fix bugs, not doing so wastes a
index fd6298f..e488b68 100644 (file)
@@ -23,7 +23,7 @@ build: po4a.cfg
        @if [ ! -x "$$(which po4a 2>/dev/null)" ]; \
        then \
                echo "E: po4a - command not found"; \
-               echo "I: po4a can be optained from:"; \
+               echo "I: po4a can be obtained from:"; \
                echo "I:   http://po4a.alioth.debian.org/"; \
                echo "I: On Debian based systems, po4a can be installed with:"; \
                echo "I:   apt-get install po4a"; \
index 1f7b7d3..3670d7e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 ## live-boot(7) - System Boot Scripts
-## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
+## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
 ##
 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
@@ -25,7 +25,7 @@ for MANPAGE in en/*
 do
        SECTION="$(basename ${MANPAGE} | awk -F. '{ print $2 }')"
 
-       sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Debian Live Project\"|" ${MANPAGE}
+       sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Live Systems Project\"|" ${MANPAGE}
 done
 
 # European date format
diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7
new file mode 100644 (file)
index 0000000..cee342f
--- /dev/null
@@ -0,0 +1,284 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BOOT 7 2013\-05\-27 4.0~a13\-1 "Live Systems Project"
+
+.SH NAME
+\fBlive\-boot\fP \- System Boot Scripts
+
+.SH DESCRIPTION
+\fBlive\-boot\fP contains the scripts that configure a live system during the
+boot process (early userspace).
+.PP
+.\" FIXME
+live\-boot is a hook for the initramfs\-tools, used to generate a initramfs
+capable to boot live systems, such as those created by
+\fIlive\-helper\fP(7). This includes the Live systems ISOs, netboot tarballs,
+and usb stick images.
+.PP
+.\" FIXME
+At boot time it will look for a (read\-only) media containing a "/live"
+directory where a root filesystems (often a compressed filesystem image like
+squashfs) is stored. If found, it will create a writable environment, using
+aufs, to boot the system from.
+
+.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 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 "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/*), or on the live media
+(live/boot.conf, live/boot/*).
+
+.SH OPTIONS
+.\" FIXME
+\fBlive\-boot\fP currently features the following parameters.
+.IP \fBaccess\fP=\fIACCESS\fP 4
+Set the accessibility level for physically or visually impaired
+users. ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual
+impairment, v2=moderate visual impairment, v3=blindness, m1=minor motor
+difficulties, m2=moderate motor difficulties.
+.IP \fBconsole\fP=\fITTY,SPEED\fP 4
+Set the default console to be used with the "live\-getty" option. Example:
+"console=ttyS0,115200"
+.IP \fBdebug\fP 4
+Makes initramfs boot process more verbose.
+.br
+Use: debug=1
+.br
+Without setting debug to a value the messages may not be shown.
+.IP \fBfetch\fP=\fIURL\fP 4
+.IP \fBhttpfs\fP=\fIURL\fP 4
+Another form of netboot by downloading a squashfs image from a given url.
+The fetch method copies the image to ram and the httpfs method uses fuse and
+httpfs2 to mount the image in place. Copying to ram requires more memory and
+might take a long time for large images. However, it is more likely to work
+correctly because it does not require networking afterwards and the system
+operates faster once booted because it does not require to contact the
+server anymore.
+.br
+Due to current limitations in busybox's wget and DNS resolution, an URL can
+not contain a hostname but an IP only.
+.br
+Not working: http://example.com/path/to/your_filesystem.squashfs
+.br
+Working: http://1.2.3.4/path/to/your_filesystem.squashfs
+.br
+Also note that therefore it's currently not possible to fetch an image from
+a namebased virtualhost of an httpd if it is sharing the ip with the main
+httpd instance.
+.br
+You may also use the live iso image in place of the squashfs image.
+.IP \fBiscsi\fP=\fIserver\-ip[,server\-port];target\-name\fP 4
+Boot from an iSCSI target that has an iso or disk live image as one of its
+LUNs. The specified target is searched for a LUN which looks like a live
+media. If you use the \fBiscsitarget\fP software iSCSI target solution your
+ietd.conf might look like this:
+.br
+# The target\-name you specify in the iscsi= parameter
+.br
+Target <target\-name>
+  Lun 0 Path=<path\-to\-your\-live\-image.iso>,Type=fileio,IOMode=ro
+  # If you want to boot multiple machines you might want to look at tuning some parameters like
+  # Wthreads or MaxConnections
+.IP \fBfindiso\fP=\fI/PATH/TO/IMAGE\fP 4
+Look for the specified ISO file on all disks where it usually looks for the
+\&.squashfs file (so you don't have to know the device name as in
+fromiso=....).
+.IP \fBfromiso\fP=\fI/PATH/TO/IMAGE\fP 4
+Allows to use a filesystem from within an iso image that's available on
+live\-media.
+.IP \fBignore_uuid\fP 4
+Do not check that any UUID embedded in the initramfs matches the discovered
+medium. live\-boot may be told to generate a UUID by setting
+LIVE_GENERATE_UUID=1 when building the initramfs.
+.IP \fBverify\-checksums\fP 4
+If specified, an MD5 sum is calculated on the live media during boot and
+compared to the value found in md5sum.txt found in the root directory of the
+live media.
+.IP "\fBip\fP=[\fIDEVICE\fP]:[\fICLIENT_IP\fP]:[\fINETMASK\fP]:[\fIGATEWAY_IP\fP]:[\fINAMESERVER\fP] [,[\fIDEVICE\fP]:[\fICLIENT_IP\fP]:[\fINETMASK\fP]:[\fIGATEWAY_IP\fP]:[\fINAMESERVER\fP]]" 4
+Let you specify the name(s) and the options of the interface(s) that should
+be configured at boot time. Do not specify this if you want to use dhcp
+(default). It will be changed in a future release to mimick official kernel
+boot param specification
+(e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::eth0,:::::eth1:dhcp).
+.IP \fBip\fP=[\fIfrommedia\fP] 4
+If this variable is set, dhcp and static configuration are just skipped and
+the system will use the (must be) media\-preconfigured
+/etc/network/interfaces instead.
+.IP {\fBlive\-media\fP|\fBbootfrom\fP}=\fIDEVICE\fP 4
+If you specify one of this two equivalent forms, live\-boot will first try to
+find this device for the "/live" directory where the read\-only root
+filesystem should reside. If it did not find something usable, the normal
+scan for block devices is performed.
+.br
+Instead of specifing an actual device name, the keyword 'removable' can be
+used to limit the search of acceptable live media to removable type
+only. Note that if you want to further restrict the media to usb mass
+storage only, you can use the 'removable\-usb' keyword.
+.IP {\fBlive\-media\-encryption\fP|\fBencryption\fP}=\fITYPE\fP 4
+live\-boot will mount the encrypted rootfs TYPE, asking the passphrase,
+useful to build paranoid live systems :\-). TYPE supported so far are "aes"
+for loop\-aes encryption type.
+.IP \fBlive\-media\-offset\fP=\fIBYTES\fP 4
+This way you could tell live\-boot that your image starts at offset BYTES in
+the above specified or autodiscovered device, this could be useful to hide
+the live system ISO or image inside another iso or image, to create "clean"
+images.
+.IP \fBlive\-media\-path\fP=\fIPATH\fP 4
+Sets the path to the live filesystem on the medium. By default, it is set to
+\&'/live' and you should not change that unless you have customized your media
+accordingly.
+.IP \fBlive\-media\-timeout\fP=\fISECONDS\fP 4
+Set the timeout in seconds for the device specified by "live\-media=" to
+become ready before giving up.
+.IP \fBmodule\fP=\fINAME\fP 4
+Instead of using the default optional file "filesystem.module" (see below)
+another file could be specified without the extension ".module"; it should
+be placed on "/live" directory of the live medium.
+.IP \fBnetboot\fP[=nfs|cifs] 4
+This tells live\-boot to perform a network mount. The parameter "nfsroot="
+(with optional "nfsopts="), should specify where is the location of the root
+filesystem.  With no args, will try cifs first, and if it fails nfs.
+.IP \fBnfsopts\fP= 4
+This lets you specify custom nfs options.
+.IP \fBnofastboot\fP 4
+This parameter disables the default disabling of filesystem checks in
+/etc/fstab. If you have static filesystems on your harddisk and you want
+them to be checked at boot time, use this parameter, otherwise they are
+skipped.
+.IP \fBnopersistence\fP 4
+disables the "persistence" feature, useful if the bootloader (like syslinux)
+has been installed with persistence enabled.
+.IP \fBnoeject\fP 4
+Do not prompt to eject the live medium.
+.IP \fBramdisk\-size\fP 4
+This parameters allows to set a custom ramdisk size (it's the '\-o size'
+option of tmpfs mount). By default, there is no ramdisk size set, so the
+default of mount applies (currently 50% of available RAM). Note that this
+option has no currently no effect when booting with toram.
+.IP \fBswapon\fP 4
+This parameter enables usage of local swap partitions.
+.IP \fBpersistence\fP 4
+live\-boot will probe devices for persistence media. These can be partitions
+(with the correct GPT name), filesystems (with the correct label) or image
+files (with the correct file name). Overlays are labeled/named "persistence"
+(see \fIpersistence.conf\fP(5)). Overlay image files have extensions which
+determines their filesystem, e.g. "persistence.ext4".
+.IP "\fBpersistence\-encryption\fP=\fITYPE1\fP,\fITYPE2\fP ... \fITYPEn\fP" 4
+This option determines which types of encryption that we allow to be used
+when probing devices for persistence media. If "none" is in the list, we
+allow unencrypted media; if "luks" is in the list, we allow LUKS\-encrypted
+media. Whenever a device containing encrypted media is probed the user will
+be prompted for the passphrase. The default value is "none".
+.IP \fBpersistence\-media\fP={\fIremovable\fP|\fIremovable\-usb\fP} 4
+If you specify the keyword 'removable', live\-boot will try to find
+persistence partitions on removable media only. Note that if you want to
+further restrict the media to usb mass storage only, you can use the
+\&'removable\-usb' keyword.
+.IP "\fBpersistence\-method\fP=\fITYPE1\fP,\fITYPE2\fP ... \fITYPEn\fP" 4
+This option determines which types of persistence media we allow. If
+"overlay" is in the list, we consider overlays (i.e. "live\-rw" and
+"home\-rw"). The default is "overlay".
+.IP \fBpersistence\-path\fP=\fIPATH\fP 4
+live\-boot will look for persistency files in the root directory of a
+partition, with this parameter, the path can be configured so that you can
+have multiple directories on the same partition to store persistency files.
+.IP \fBpersistence\-read\-only\fP 4
+Filesystem changes are not saved back to persistence media. In particular,
+overlays and netboot NFS mounts are mounted read\-only.
+.IP "\fBpersistence\-storage\fP=\fITYPE1\fP,\fITYPE2\fP ... \fITYPEn\fP" 4
+This option determines which types of persistence storage to consider when
+probing for persistence media. If "filesystem" is in the list, filesystems
+with matching labels will be used; if "file" is in the list, all filesystems
+will be probed for archives and image files with matching filenames. The
+default is "file,filesystem".
+.IP \fBpersistence\-label\fP=\fILABEL\fP 4
+live\-boot will use the name "LABEL" instead of "persistence" when searching
+for persistent storage. LABEL can be any valid filename, partition label, or
+GPT name.
+.IP \fBnoeject\fP 4
+This option causes live\-boot to reboot without attempting to eject the media
+and without asking the user to remove the boot media.
+.IP \fBshowmounts\fP 4
+This parameter will make live\-boot to show on "/" the ro filesystems (mostly
+compressed) on "/lib/live". This is not enabled by default because could
+lead to problems by applications like "mono" which store binary paths on
+installation.
+.IP \fBsilent\fP 4
+If you boot with the normal quiet parameter, live\-boot hides most messages
+of its own. When adding silent, it hides all.
+.IP \fBtodisk\fP=\fIDEVICE\fP 4
+Adding this parameter, live\-boot will try to copy the entire read\-only media
+to the specified device before mounting the root filesystem. It probably
+needs a lot of free space. Subsequent boots should then skip this step and
+just specify the "live\-media=DEVICE" boot parameter with the same DEVICE
+used this time.
+.IP \fBtoram\fP 4
+Adding this parameter, live\-boot will try to copy the whole read\-only media
+to the computer's RAM before mounting the root filesystem. This could need a
+lot of ram, according to the space used by the read\-only media.
+.IP \fBunion\fP=aufs|unionfs 4
+.\" FIXME
+By default, live\-boot uses aufs. With this parameter, you can switch to
+unionfs.
+
+.\" FIXME
+.SH "FILES (old)"
+.IP \fB/etc/live.conf\fP 4
+Some variables can be configured via this config file (inside the live
+system).
+.IP \fBlive/filesystem.module\fP 4
+.\" FIXME
+This optional file (inside the live media) contains a list of white\-space or
+carriage\-return\-separated file names corresponding to disk images in the
+"/live" directory. If this file exists, only images listed here will be
+merged into the root aufs, and they will be loaded in the order listed
+here. The first entry in this file will be the "lowest" point in the aufs,
+and the last file in this list will be on the "top" of the aufs, directly
+below /overlay.  Without this file, any images in the "/live" directory are
+loaded in alphanumeric order.
+
+.SH FILES
+.IP \fB/etc/live/boot.conf\fP 4
+.IP \fB/etc/live/boot/*\fP 4
+.IP \fBlive/boot.conf\fP 4
+.IP \fBlive/boot/*\fP 4
+.IP \fBpersistence.conf\fP 4
+
+.SH "SEE ALSO"
+\fIpersistence.conf\fP(5)
+.PP
+\fIlive\-build\fP(7)
+.PP
+\fIlive\-config\fP(7)
+.PP
+\fIlive\-tools\fP(7)
+
+.SH HOMEPAGE
+More information about live\-boot and the Live Systems project can be found
+on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
+at <\fIhttp://live\-systems.org/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-boot package in
+the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Live Systems mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-boot was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>.
diff --git a/manpages/de/persistence.conf.de.5 b/manpages/de/persistence.conf.de.5
new file mode 100644 (file)
index 0000000..d6a729d
--- /dev/null
@@ -0,0 +1,206 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BOOT conf 2013\-05\-27 4.0~a13\-1 "Live Systems Project"
+
+.SH NAME
+\fBpersistence.conf\fP \- Configuration file for persistence media in live\-boot
+
+.SH DESCRIPTION
+If live\-boot probes a persistence volume with the label (or GPT name, or
+file name, but from now on we will just say "label") "persistence", that
+volume's persistence is fully customizable through the \fBpersistence.conf\fP
+file stored on the root of its file system. Any such labeled volume must
+have such a file, or it will be ignored.
+.PP
+The format of \fBpersistence.conf\fP allows empty lines and lines starting with
+a "#" (used for comments), both which will be ignored. A so called "custom
+mount" has the format:
+.PP
+.RS
+\fIDIR\fP [\fIOPTION\fP]...
+.RE
+.PP
+which roughly translates to "make \fIDIR\fP persistence in the way described by
+the list of \fIOPTION\fPs".
+.PP
+For each custom mount \fIDIR\fP must be an absolute path that cannot contain
+white spaces or the special . and .. path components, and cannot be /live
+(or any of its sub\-directories).  Once activated all changes (file deletion,
+creation and modification) to \fIDIR\fP on the live file system are stored
+persistently into a path equivalent to \fIDIR\fP on the persistence media,
+called the source directory. The default way to achieve persistence is to
+simply bind\-mount the corresponding source directory to \fIDIR\fP, but this can
+be changed through the use of \fIOPTION\fPs.
+.PP
+All custom mounts will be done in an order so that no two custom mounts can
+"hide" each other. For instance, if we have the two \fIDIR\fP:s /a and /a/b it
+would always be the case that /a is mounted first, then /a/b. This remains
+true no matter how the lines in \fBpersistence.conf\fP are ordered, or if
+several \fBpersistence.conf\fP files on different persistence media are used at
+the same time. However, it is forbidden for custom mounts to have their
+source directory inside the source directory of another custom mount, so the
+source directories that are auto\-created by live\-boot does not support
+"nested" mounts like /a and /a/b on the same media. In this case you must
+use the \fBsource\fP option (see below) to make sure that they are stored in
+different source directories.
+.PP
+When a source directory doesn't exist on the persistence media for a certain
+custom mount, it will be created automatically, and permissions and
+ownership will be optimistically set according to \fIDIR\fP. It will also be
+bootstrapped by copying the contents of the \fIDIR\fP into its source directory
+on the persistence media. The bootstrapping will not happen when the \fBlink\fP
+or \fBunion\fP options are used (see below).
+
+.SH OPTIONS
+Custom mounts defined in \fBpersistence.conf\fP accept the following options in
+a coma\-separated list:
+.IP \fBsource\fP=\fIPATH\fP 4
+When given, store the persistence changes into \fIPATH\fP on the persistence
+media. \fIPATH\fP must be a relative path (with respect to the persistence
+media root) that cannot contain white spaces or the special . or .. path
+components, with the exception that it can be just . which means the
+persistence media root. This option is mostly relevant if you want to nest
+custom mounts, which otherwise would cause errors, or if you want to make
+the whole media root available (similar to the now deprecated \fBhome\-rw\fP
+type of persistence).
+.PP
+The following options are mutually exclusive (only the last given one will
+be in effect):
+.IP \fBbind\fP 4
+Bind\-mount the source directory to \fIDIR\fP. This is the default.
+.IP \fBlink\fP 4
+Create the directory structure of the source directory on the persistence
+media in \fIDIR\fP and create symbolic links from the corresponding place in
+\fIDIR\fP to each file in the source directory.  Existing files or directories
+with the same name as any link will be overwritten. Note that deleting the
+links in \fIDIR\fP will only remove the link, not the corresponding file in the
+source; removed links will reappear after a reboot. To permanently add or
+delete a file one must do so directly in the source directory.
+.IP
+Effectively \fBlink\fP will make only files already in the source directory
+persistent, not any other files in \fIDIR\fP. These files must be manually
+added to the source directory to make use of this option, and they will
+appear in \fIDIR\fP in addition to files already there. This option is useful
+when only certain files need to be persistent, not the whole directory
+they're in, e.g. some configuration files in a user's home directory.
+.IP \fBunion\fP 4
+Save the rw branch of a union on the persistence media, so only the changes
+are stored persistently. This can potentially reduce disk usage compared to
+bind\-mounts, and will not hide files added to the read\-only media. One
+caveat is that the union will use \fIDIR\fP from the image's read\-only file
+system, not the real file system root, so files created after boot (e.g. by
+live\-config) will not appear in the union. This option will use the union
+file system specified by live\-boot's \fBunion\fP boot parameter, but is not
+supported with \fBunion=unionmount\fP.
+
+.SH DIRECTORIES
+.IP \fB/live/persistence\fP 4
+All persistence volumes will be mounted here (in a directory corresponding
+to the device name). The \fBpersistence.conf\fP file can easily be edited
+through this mount, as well as any source directories (which is especially
+practical for custom mounts using the \fBlink\fP option).
+
+.SH EXAMPLES
+
+Let's say we have a persistence volume \fIVOL\fP with the a \fBpersistence.conf\fP
+file containing the following four lines (numbered for ease of reference):
+.TP  7
+1.
+/home/user1 link,source=config\-files/user1
+.TP 
+2.
+/home/user2 link,source=config\-files/user2
+.TP 
+3.
+/home
+.TP 
+4.
+/usr union
+.PP
+The corresponding source directories are:
+.TP  7
+1.
+\fIVOL\fP/config\-files/user1 (but it would be \fIVOL\fP/home/user1 without the
+\fBsource\fP option)
+.TP 
+2.
+\fIVOL\fP/config\-files/user2 (but it would be \fIVOL\fP/home/user2 without the
+\fBsource\fP option)
+.TP 
+3.
+\fIVOL\fP/home
+.TP 
+4.
+\fIVOL\fP/usr
+.PP
+It was necessary to set the \fBsource\fP options for 1 and 2, since they
+otherwise would become nested with 3's source, which is invalid.
+.PP
+Line 3 will be taken care of before line 1 and 2 in order to prevent custom
+mounts 1 and 2 from being hidden by 3. When line 3 is handled, \fIVOL\fP/home
+is simply bind\-mounted on /home. To illustrate what happens for lines 1 and
+2, let's say that the following files exist:
+.TP  7
+a.
+\fIVOL\fP/config\-files/user1/.emacs
+.TP 
+b.
+\fIVOL\fP/config\-files/user2/.bashrc
+.TP 
+c.
+\fIVOL\fP/config\-files/user2/.ssh/config
+.PP
+Then the following links and directories will be created:
+.TP  7
+Link:
+/home/user1/.emacs \-> \fIVOL\fP/config\-files/user1/.emacs (from a)
+.TP 
+Link:
+/home/user2/.bashrc \-> \fIVOL\fP/config\-files/user2/.bashrc (from b)
+.TP 
+Dir:
+/homea/user2/.ssh (from c)
+.TP 
+Link:
+/home/user2/.ssh/config \-> \fIVOL\fP/config\-files/user2/.ssh/config (from
+c)
+.PP
+One could argue, though, that lines 1 and 2 in the example
+\fBpersistence.conf\fP file above are unnecessary since line 3 already would
+make all of /home persistent. The \fBlink\fP option is intended for situations
+where you don't want a complete directory to be persistent, only certain
+files in it or its sub\-directories.
+.PP
+Line 4 can be mounted at any time since its \fIDIR\fP (and source directory) is
+completely disjoint from all the other custom mounts. When mounted,
+\fIVOL\fP/usr will be the rw branch due to the \fBunion\fP option, and will only
+contain the difference compared to the underlying read\-only file
+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 "SEE ALSO"
+\fIlive\-boot\fP(7)
+.PP
+\fIlive\-build\fP(7)
+.PP
+\fIlive\-config\fP(7)
+.PP
+\fIlive\-tools\fP(7)
+
+.SH HOMEPAGE
+More information about live\-boot and the Live Systems project can be found
+on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
+at <\fIhttp://live\-systems.org/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-boot package in
+the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Live Systems mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-boot was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>.
index 4cdd0ac..a813190 100644 (file)
@@ -1,15 +1,15 @@
-.TH LIVE\-BOOT 7 2013\-02\-14 3.0.1-1 "Debian Live Project"
+.TH LIVE\-BOOT 7 2013\-05\-27 4.0~a13-1 "Live Systems Project"
 
 .SH NAME
 \fBlive\-boot\fR \- System Boot Scripts
 
 .SH DESCRIPTION
-\fBlive\-boot\fR contains the scripts that configure a Debian Live system during the boot process (early userspace).
+\fBlive\-boot\fR contains the scripts that configure a live system during the boot process (early userspace).
 .PP
 .\" FIXME
-live\-boot is a hook for the initramfs\-tools, used to generate a initramfs capable to boot live systems, such as those created by \fIlive\-helper\fR(7). This includes the Debian Live isos, netboot tarballs, and usb stick images.
+live\-boot is a hook for the initramfs\-tools, used to generate a initramfs capable to boot live systems, such as those created by \fIlive\-helper\fR(7). This includes the Live systems ISOs, netboot tarballs, and usb stick images.
 .PP
-At boot time it will look for a (read\-only) media containing a "/live" 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.
+At boot time it will look for a (read\-only) media containing a "/live" directory where a root filesystems (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environment, using aufs, to boot the system from.
 .\" FIXME
 
 .SH CONFIGURATION
@@ -58,7 +58,7 @@ Also note that therefore it's currently not possible to fetch an image from a na
 .br
 You may also use the live iso image in place of the squashfs image.
 .IP "\fBiscsi\fR=\fIserver-ip[,server-port];target-name\fR" 4
-Boot from an iSCSI target that has an iso or disk live image as one of its LUNs. The specified target is searched for a LUN which looks like a live media. If you use the \fBiscsitarget\fR software iSCSI target solution which is packaged in Debian your ietd.conf might look like this:
+Boot from an iSCSI target that has an iso or disk live image as one of its LUNs. The specified target is searched for a LUN which looks like a live media. If you use the \fBiscsitarget\fR software iSCSI target solution your ietd.conf might look like this:
 .br
 # The target-name you specify in the iscsi= parameter
 .br
@@ -85,7 +85,7 @@ Instead of specifing an actual device name, the keyword 'removable' can be used
 .IP "{\fBlive\-media\-encryption\fR|\fBencryption\fR}=\fITYPE\fI" 4
 live\-boot will mount the encrypted rootfs TYPE, asking the passphrase, useful to build paranoid live systems :\-). TYPE supported so far are "aes" for loop\-aes encryption type.
 .IP "\fBlive\-media\-offset\fR=\fIBYTES\fR" 4
-This way you could tell live\-boot that your image starts at offset BYTES in the above specified or autodiscovered device, this could be useful to hide the Debian Live iso or image inside another iso or image, to create "clean" images.
+This way you could tell live\-boot that your image starts at offset BYTES in the above specified or autodiscovered device, this could be useful to hide the live system ISO or image inside another iso or image, to create "clean" images.
 .IP "\fBlive\-media\-path\fR=\fIPATH\fR" 4
 Sets the path to the live filesystem on the medium. By default, it is set to '/live' and you should not change that unless you have customized your media accordingly.
 .IP "\fBlive\-media\-timeout\fR=\fISECONDS\fI" 4
@@ -121,8 +121,8 @@ Filesystem changes are not saved back to persistence media. In particular, overl
 .IP "\fBpersistence\-storage\fR=\fITYPE1\fR,\fITYPE2\fR ... \fITYPEn\fR" 4
 This option determines which types of persistence storage to consider when probing for persistence media. If "filesystem" is in the list, filesystems with matching labels will be used; if "file" is in the list, all filesystems will be probed for archives and image files with matching filenames. The default is "file,filesystem".
 .IP "\fBpersistence\-label\fR=\fILABEL\fR" 4
-live-boot will use the name "LABEL" instead of "persistence" when searching for persistent storage. LABEL can be any valid filename, partition label, or GPT name. This option replaces the less flexible persistent\-subtext option from version 2 of live-boot. If you wish to continue using legacy names for persistent storage, use the full name with this option, e.g. persistence\-label=live-rw-foo
-.IP "\fBquickreboot\fR" 4
+live-boot will use the name "LABEL" instead of "persistence" when searching for persistent storage. LABEL can be any valid filename, partition label, or GPT name.
+.IP "\fBnoeject\fR" 4
 This option causes live\-boot to reboot without attempting to eject the media and without asking the user to remove the boot media.
 .IP "\fBshowmounts\fR" 4
 This parameter will make live\-boot to show on "/" the ro filesystems (mostly compressed) on "/lib/live". This is not enabled by default because could lead to problems by applications like "mono" which store binary paths on installation.
@@ -161,10 +161,10 @@ This optional file (inside the live media) contains a list of white\-space or ca
 \fIlive\-tools\fR(7)
 
 .SH HOMEPAGE
-More information about live\-boot and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
+More information about live\-boot and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
 
 .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/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
+Bugs can be reported by submitting a bugreport for the live\-boot package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>.
 
 .SH AUTHOR
-live\-boot was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the Debian project.
+live\-boot was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.
index f31a57a..fefb604 100644 (file)
@@ -1,4 +1,4 @@
-.TH LIVE\-BOOT conf 2013\-02\-14 3.0.1-1 "Debian Live Project"
+.TH LIVE\-BOOT conf 2013\-05\-27 4.0~a13-1 "Live Systems Project"
 
 .SH NAME
 \fBpersistence.conf\fR \- Configuration file for persistence media in
@@ -198,16 +198,10 @@ copied into \fIVOL\fR/usr during the initial bootstrap.
 \fIlive\-tools\fR(7)
 
 .SH HOMEPAGE
-More information about live\-boot and the Debian Live project can be
-found on the homepage at <\fIhttp://live.debian.net/\fR> and in the
-manual at <\fIhttp://live.debian.net/manual/\fR>.
+More information about live\-boot and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
 
 .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/\fR> or by writing a mail to the Debian
-Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
+Bugs can be reported by submitting a bugreport for the live\-boot package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>.
 
 .SH AUTHOR
-persistence.conf was written by anonym <\fIanonym@lavabit.com\fR> for the
-Debian project.
+live\-boot was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.
index a175d05..6b773db 100644 (file)
@@ -3,27 +3,27 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BOOT 7 14.02.2013 3.0.1\-1 "Proyecto Debian Live"
+.TH LIVE\-BOOT 7 2013\-05\-27 4.0~a13\-1 "Proyecto Live Systems"
 
 .SH NOMBRE
 \fBlive\-boot\fP \- Scripts de Arranque del Sistema
 
 .SH DESCRIPCIÓN
-\fBlive\-boot\fP contiene los scripts que configuran un sistema Debian Live
-durante el proceso de arranque (early userspace).
+\fBlive\-boot\fP contiene los scripts que configuran un sistema en vivo durante
+el proceso de arranque (early userspace).
 .PP
 .\" FIXME
 live\-boot es un hook para initramfs\-tools, usado para generar un initramfs
 capaz de arrancar sistemas en vivo, tales como los creados por
-\fIlive\-helper\fP(7). Esto incluye las isos de Debian Live, netboot tarballs e
-imágenes para llaves usb.
+\fIlive\-helper\fP(7). Esto incluye las ISOs de Live Systems, netboot tarballs y
+las imágenes para llaves usb.
 .PP
 .\" FIXME
 En el momento del arranque se buscará un dispositivo de sólo lectura que
 contenga un directorio "/live" dónde se almacena un sistema de ficheros raíz
 (a menudo se trata de una imagen comprimida de un sistema de ficheros como
 squashfs). Si live\-boot lo encuentra, creará un entorno de escritura, usando
-aufs, a partir del cual pueda arrancar un sistema Debian u otro similar.
+aufs, a partir del cual pueda arrancar un sistema.
 
 .SH CONFIGURACIÓN
 \fBlive\-boot\fP se puede configurar mediante un parámetro de arranque o un
@@ -89,11 +89,10 @@ compartiendo la ip con la instancia principal httpd.
 También se puede utilizar la imagen iso en vivo en lugar de la imagen
 squashfs.
 .IP \fBiscsi\fP=\fIserver\-ip[,server\-port];target\-name\fP 4
-Arranca desde un objetivo iSCSI que tiene una iso o una imagen disco en vivo
-como uno de sus LUNs. Se busca en el objetivo especificado un LUN que sea
-similar a un medio en vivo. Si se utiliza el software \fBiscsitarget\fP del
-objetivo iSCSI que se encuentra disponible en un paquete Debian la ietd.conf
-podría ser similar al siguiente:
+Arranca desde un iSCSI que tiene una iso o una imagen de disco en vivo como
+uno de sus LUNs. Se busca en el objetivo especificado un LUN que sea similar
+a un medio en vivo. Si se utiliza el software de iSCSI \fBiscsitarget\fP el
+ietd.conf podría ser similar al siguiente:
 .br
 # El nombre de destino se especifica en el parámetro iscsi=
 .br
@@ -145,8 +144,8 @@ soportado es "aes" para cifrado loop\-aes.
 .IP \fBlive\-media\-offset\fP=\fIBYTES\fP 4
 De esta manera se puede especificar a live\-boot que la imagen comienza en
 BYTES en el dispositivo anteriormente especificado, o auto\-descubierto, esto
-podría ser útil para esconder la iso o la imagen Debian Live dentro de otra
-iso o imagen, para crear imágenes "limpias".
+podría ser útil para esconder la iso o la imagen dentro de otra iso o
+imagen, para crear imágenes "limpias".
 .IP \fBlive\-media\-path\fP=\fIPATH\fP 4
 Establece la ruta de acceso al sistema de ficheros en vivo en el medio. De
 forma predeterminada está en '/live' y no se debe cambiar a menos que se
@@ -226,7 +225,7 @@ correspondientes. Por defecto es "file,filesystem".
 live\-boot utilizará el nombre "LABEL" en lugar de "persistence" cuando
 busque medios de almacenamiento persistente. LABEL puede ser cualquier
 nombre de fichero, etiqueta de una partición or nombre GPT.
-.IP \fBquickreboot\fP 4
+.IP \fBnoeject\fP 4
 Esta opción hace que live\-boot reinicie sin tratar de expulsar los medios y
 sin pedirle al usuario que extraiga el dispositivo usado para arrancar.
 .IP \fBshowmounts\fP 4
@@ -288,17 +287,17 @@ alfanumérico.
 \fIlive\-tools\fP(7)
 
 .SH "PÁGINA WEB"
-Se puede encontrar más información acerca de live\-boot y el proyecto Debian
-Live en la página web <\fIhttp://live.debian.net/\fP> y en el manual en
-<\fIhttp://live.debian.net/manual/\fP>.
+Se puede encontrar más información acerca de live\-boot y el proyecto Live
+Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el
+manual en <\fIhttp://live\-systems.org/manual/\fP>.
 
 .SH ERRORES
 Se puede notificar los fallos enviando un informe de errores sobre el
-paquete live\-boot en el Debian Bug Tracking System en
+paquete live\-boot al Sistema de Seguimiento de Errores en
 <\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de
-correo de Debian Live a la dirección
+correo de Live Systems a la dirección
 <\fIdebian\-live@lists.debian.org\fP>.
 
 .SH AUTOR
-live\-boot fue escrito por Daniel Baumann <\fIdaniel@debian.org\fP> para
-el proyecto Debian.
+live\-boot fue escrito por Daniel Baumann
+<\fImail@daniel\-baumann.ch\fP>.
index 3737585..78ba406 100644 (file)
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BOOT conf 14.02.2013 3.0.1\-1 "Proyecto Debian Live"
+.TH LIVE\-BOOT conf 2013\-05\-27 4.0~a13\-1 "Proyecto Live Systems"
 
 .SH NOMBRE
 \fBpersistence.conf\fP \- Fichero para configurar medios de almacenamiento con
@@ -209,17 +209,17 @@ tendría que ser copiado en \fIVOL\fP/usr durante la preinstalación inicial.
 \fIlive\-tools\fP(7)
 
 .SH "PÁGINA WEB"
-Se puede encontrar más información acerca de live\-boot y el proyecto Debian
-Live en la página web <\fIhttp://live.debian.net/\fP> y en el manual en
-<\fIhttp://live.debian.net/manual/\fP>.
+Se puede encontrar más información acerca de live\-boot y el proyecto Live
+Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el
+manual en <\fIhttp://live\-systems.org/manual/\fP>.
 
 .SH ERRORES
 Se puede notificar los fallos enviando un informe de errores sobre el
-paquete live\-boot en el Debian Bug Tracking System en
+paquete live\-boot al Sistema de Seguimiento de Errores en
 <\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de
-correo de Debian Live a la dirección
+correo de Live Systems a la dirección
 <\fIdebian\-live@lists.debian.org\fP>.
 
 .SH AUTOR
-persistence.conf fue escrito por anonym <\fIanonym@lavabit.com\fP> para
-el proyecto Debian.
+live\-boot fue escrito por Daniel Baumann
+<\fImail@daniel\-baumann.ch\fP>.
diff --git a/manpages/po/de/live-boot.7.po b/manpages/po/de/live-boot.7.po
new file mode 100644 (file)
index 0000000..66c7725
--- /dev/null
@@ -0,0 +1,887 @@
+# German translations for live-boot package
+# Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
+# This file is distributed under the same license as the live-boot package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-boot 4.0~a13-1\n"
+"POT-Creation-Date: 2013-05-27 16:45+0300\n"
+"PO-Revision-Date: 2013-04-13 16:48+0100\n"
+"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/live-boot.7:1 en/persistence.conf.5:1
+#, no-wrap
+msgid "LIVE-BOOT"
+msgstr ""
+
+#. type: TH
+#: en/live-boot.7:1 en/persistence.conf.5:1
+msgid "2013-05-27"
+msgstr "27.05.2013"
+
+#. type: TH
+#: en/live-boot.7:1 en/persistence.conf.5:1
+msgid "4.0~a13-1"
+msgstr "4.0~a13-1"
+
+#. type: TH
+#: en/live-boot.7:1 en/persistence.conf.5:1
+#, no-wrap
+msgid "Live Systems Project"
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:3 en/persistence.conf.5:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:5
+msgid "B<live-boot> - System Boot Scripts"
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:6 en/persistence.conf.5:7
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:8
+msgid ""
+"B<live-boot> contains the scripts that configure a live system during the "
+"boot process (early userspace)."
+msgstr ""
+
+#.  FIXME
+#. type: Plain text
+#: en/live-boot.7:11
+msgid ""
+"live-boot is a hook for the initramfs-tools, used to generate a initramfs "
+"capable to boot live systems, such as those created by I<live-helper>(7). "
+"This includes the Live systems ISOs, netboot tarballs, and usb stick images."
+msgstr ""
+
+#.  FIXME
+#. type: Plain text
+#: en/live-boot.7:14
+msgid ""
+"At boot time it will look for a (read-only) media containing a \"/live\" "
+"directory where a root filesystems (often a compressed filesystem image like "
+"squashfs) is stored. If found, it will create a writable environment, using "
+"aufs, to boot the system from."
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:15
+#, no-wrap
+msgid "CONFIGURATION"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:17
+msgid ""
+"B<live-boot> can be configured through a boot parameter or a configuration "
+"file."
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:19
+msgid ""
+"To configure the live-boot parameters used by default in a live image, see "
+"the --bootappend-live option in the I<lb_config>(1) manual page."
+msgstr ""
+
+#. type: SS
+#: en/live-boot.7:20
+#, no-wrap
+msgid "Kernel Parameters"
+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 ""
+
+#. type: Plain text
+#: en/live-boot.7:24
+msgid ""
+"In addition, there are some more boot parameters to influence the behaviour, "
+"see below."
+msgstr ""
+
+#. type: SS
+#: en/live-boot.7:25
+#, no-wrap
+msgid "Configuration Files"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:27
+msgid ""
+"B<live-boot> 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/*), or on the live media (live/boot.conf, "
+"live/boot/*)."
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:28 en/persistence.conf.5:57
+#, no-wrap
+msgid "OPTIONS"
+msgstr ""
+
+#.  FIXME
+#. type: Plain text
+#: en/live-boot.7:31
+msgid "B<live-boot> currently features the following parameters."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:31
+#, no-wrap
+msgid "B<access>=I<ACCESS>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:33
+msgid ""
+"Set the accessibility level for physically or visually impaired users. "
+"ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, "
+"v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, "
+"m2=moderate motor difficulties."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:33
+#, no-wrap
+msgid "B<console>=I<TTY,SPEED>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:35
+msgid ""
+"Set the default console to be used with the \"live-getty\" option. Example: "
+"\"console=ttyS0,115200\""
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:35
+#, no-wrap
+msgid "B<debug>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:37
+msgid "Makes initramfs boot process more verbose."
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:39
+msgid "Use: debug=1"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:41
+msgid "Without setting debug to a value the messages may not be shown."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:41
+#, no-wrap
+msgid "B<fetch>=I<URL>"
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:42
+#, no-wrap
+msgid "B<httpfs>=I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:50
+msgid ""
+"Another form of netboot by downloading a squashfs image from a given url.  "
+"The fetch method copies the image to ram and the httpfs method uses fuse and "
+"httpfs2 to mount the image in place. Copying to ram requires more memory and "
+"might take a long time for large images. However, it is more likely to work "
+"correctly because it does not require networking afterwards and the system "
+"operates faster once booted because it does not require to contact the "
+"server anymore."
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:52
+msgid ""
+"Due to current limitations in busybox's wget and DNS resolution, an URL can "
+"not contain a hostname but an IP only."
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:54
+msgid "Not working: http://example.com/path/to/your_filesystem.squashfs"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:56
+msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:58
+msgid ""
+"Also note that therefore it's currently not possible to fetch an image from "
+"a namebased virtualhost of an httpd if it is sharing the ip with the main "
+"httpd instance."
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:60
+msgid "You may also use the live iso image in place of the squashfs image."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:60
+#, no-wrap
+msgid "B<iscsi>=I<server-ip[,server-port];target-name>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:62
+msgid ""
+"Boot from an iSCSI target that has an iso or disk live image as one of its "
+"LUNs. The specified target is searched for a LUN which looks like a live "
+"media. If you use the B<iscsitarget> software iSCSI target solution your "
+"ietd.conf might look like this:"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:64
+msgid "# The target-name you specify in the iscsi= parameter"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:69
+#, no-wrap
+msgid ""
+"Target E<lt>target-nameE<gt>\n"
+"  Lun 0 Path=E<lt>path-to-your-live-image.isoE<gt>,Type=fileio,IOMode=ro\n"
+"  # If you want to boot multiple machines you might want to look at tuning some parameters like\n"
+"  # Wthreads or MaxConnections\n"
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:69
+#, no-wrap
+msgid "B<findiso>=I</PATH/TO/IMAGE>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:71
+msgid ""
+"Look for the specified ISO file on all disks where it usually looks for the ."
+"squashfs file (so you don't have to know the device name as in fromiso=....)."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:71
+#, no-wrap
+msgid "B<fromiso>=I</PATH/TO/IMAGE>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:73
+msgid ""
+"Allows to use a filesystem from within an iso image that's available on live-"
+"media."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:73
+#, no-wrap
+msgid "B<ignore_uuid>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:75
+msgid ""
+"Do not check that any UUID embedded in the initramfs matches the discovered "
+"medium. live-boot may be told to generate a UUID by setting "
+"LIVE_GENERATE_UUID=1 when building the initramfs."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:75
+#, no-wrap
+msgid "B<verify-checksums>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:77
+msgid ""
+"If specified, an MD5 sum is calculated on the live media during boot and "
+"compared to the value found in md5sum.txt found in the root directory of the "
+"live media."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:77
+#, no-wrap
+msgid "B<ip>=[I<DEVICE>]:[I<CLIENT_IP>]:[I<NETMASK>]:[I<GATEWAY_IP>]:[I<NAMESERVER>] [,[I<DEVICE>]:[I<CLIENT_IP>]:[I<NETMASK>]:[I<GATEWAY_IP>]:[I<NAMESERVER>]]"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:79
+msgid ""
+"Let you specify the name(s) and the options of the interface(s) that should "
+"be configured at boot time. Do not specify this if you want to use dhcp "
+"(default). It will be changed in a future release to mimick official kernel "
+"boot param specification (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::"
+"eth0,:::::eth1:dhcp)."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:79
+#, no-wrap
+msgid "B<ip>=[I<frommedia>]"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:81
+msgid ""
+"If this variable is set, dhcp and static configuration are just skipped and "
+"the system will use the (must be) media-preconfigured /etc/network/"
+"interfaces instead."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:81
+#, no-wrap
+msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:83
+msgid ""
+"If you specify one of this two equivalent forms, live-boot will first try to "
+"find this device for the \"/live\" directory where the read-only root "
+"filesystem should reside. If it did not find something usable, the normal "
+"scan for block devices is performed."
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:85
+msgid ""
+"Instead of specifing an actual device name, the keyword 'removable' can be "
+"used to limit the search of acceptable live media to removable type only. "
+"Note that if you want to further restrict the media to usb mass storage "
+"only, you can use the 'removable-usb' keyword."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:85
+#, no-wrap
+msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:87
+msgid ""
+"live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
+"useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
+"for loop-aes encryption type."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:87
+#, no-wrap
+msgid "B<live-media-offset>=I<BYTES>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:89
+msgid ""
+"This way you could tell live-boot that your image starts at offset BYTES in "
+"the above specified or autodiscovered device, this could be useful to hide "
+"the live system ISO or image inside another iso or image, to create \"clean"
+"\" images."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:89
+#, no-wrap
+msgid "B<live-media-path>=I<PATH>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:91
+msgid ""
+"Sets the path to the live filesystem on the medium. By default, it is set to "
+"'/live' and you should not change that unless you have customized your media "
+"accordingly."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:91
+#, no-wrap
+msgid "B<live-media-timeout>=I<SECONDS>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:93
+msgid ""
+"Set the timeout in seconds for the device specified by \"live-media=\" to "
+"become ready before giving up."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:93
+#, no-wrap
+msgid "B<module>=I<NAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:95
+msgid ""
+"Instead of using the default optional file \"filesystem.module\" (see below) "
+"another file could be specified without the extension \".module\"; it should "
+"be placed on \"/live\" directory of the live medium."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:95
+#, no-wrap
+msgid "B<netboot>[=nfs|cifs]"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:97
+msgid ""
+"This tells live-boot to perform a network mount. The parameter \"nfsroot="
+"\" (with optional \"nfsopts=\"), should specify where is the location of the "
+"root filesystem.  With no args, will try cifs first, and if it fails nfs."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:97
+#, no-wrap
+msgid "B<nfsopts>="
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:99
+msgid "This lets you specify custom nfs options."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:99
+#, no-wrap
+msgid "B<nofastboot>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:101
+msgid ""
+"This parameter disables the default disabling of filesystem checks in /etc/"
+"fstab. If you have static filesystems on your harddisk and you want them to "
+"be checked at boot time, use this parameter, otherwise they are skipped."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:101
+#, no-wrap
+msgid "B<nopersistence>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:103
+msgid ""
+"disables the \"persistence\" feature, useful if the bootloader (like "
+"syslinux) has been installed with persistence enabled."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:103 en/live-boot.7:125
+#, no-wrap
+msgid "B<noeject>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:105
+msgid "Do not prompt to eject the live medium."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:105
+#, no-wrap
+msgid "B<ramdisk-size>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:107
+msgid ""
+"This parameters allows to set a custom ramdisk size (it's the '-o size' "
+"option of tmpfs mount). By default, there is no ramdisk size set, so the "
+"default of mount applies (currently 50% of available RAM). Note that this "
+"option has no currently no effect when booting with toram."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:107
+#, no-wrap
+msgid "B<swapon>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:109
+msgid "This parameter enables usage of local swap partitions."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:109
+#, no-wrap
+msgid "B<persistence>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:111
+msgid ""
+"live-boot will probe devices for persistence media. These can be partitions "
+"(with the correct GPT name), filesystems (with the correct label) or image "
+"files (with the correct file name). Overlays are labeled/named \"persistence"
+"\" (see I<persistence.conf>(5)). Overlay image files have extensions which "
+"determines their filesystem, e.g. \"persistence.ext4\"."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:111
+#, no-wrap
+msgid "B<persistence-encryption>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:113
+msgid ""
+"This option determines which types of encryption that we allow to be used "
+"when probing devices for persistence media. If \"none\" is in the list, we "
+"allow unencrypted media; if \"luks\" is in the list, we allow LUKS-encrypted "
+"media. Whenever a device containing encrypted media is probed the user will "
+"be prompted for the passphrase. The default value is \"none\"."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:113
+#, no-wrap
+msgid "B<persistence-media>={I<removable>|I<removable-usb>}"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:115
+msgid ""
+"If you specify the keyword 'removable', live-boot will try to find "
+"persistence partitions on removable media only. Note that if you want to "
+"further restrict the media to usb mass storage only, you can use the "
+"'removable-usb' keyword."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:115
+#, no-wrap
+msgid "B<persistence-method>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:117
+msgid ""
+"This option determines which types of persistence media we allow. If "
+"\"overlay\" is in the list, we consider overlays (i.e. \"live-rw\" and "
+"\"home-rw\"). The default is \"overlay\"."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:117
+#, no-wrap
+msgid "B<persistence-path>=I<PATH>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:119
+msgid ""
+"live-boot will look for persistency files in the root directory of a "
+"partition, with this parameter, the path can be configured so that you can "
+"have multiple directories on the same partition to store persistency files."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:119
+#, no-wrap
+msgid "B<persistence-read-only>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:121
+msgid ""
+"Filesystem changes are not saved back to persistence media. In particular, "
+"overlays and netboot NFS mounts are mounted read-only."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:121
+#, no-wrap
+msgid "B<persistence-storage>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:123
+msgid ""
+"This option determines which types of persistence storage to consider when "
+"probing for persistence media. If \"filesystem\" is in the list, filesystems "
+"with matching labels will be used; if \"file\" is in the list, all "
+"filesystems will be probed for archives and image files with matching "
+"filenames. The default is \"file,filesystem\"."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:123
+#, no-wrap
+msgid "B<persistence-label>=I<LABEL>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:125
+msgid ""
+"live-boot will use the name \"LABEL\" instead of \"persistence\" when "
+"searching for persistent storage. LABEL can be any valid filename, partition "
+"label, or GPT name."
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:127
+msgid ""
+"This option causes live-boot to reboot without attempting to eject the media "
+"and without asking the user to remove the boot media."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:127
+#, no-wrap
+msgid "B<showmounts>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:129
+msgid ""
+"This parameter will make live-boot to show on \"/\" the ro filesystems "
+"(mostly compressed) on \"/lib/live\". This is not enabled by default because "
+"could lead to problems by applications like \"mono\" which store binary "
+"paths on installation."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:129
+#, no-wrap
+msgid "B<silent>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:131
+msgid ""
+"If you boot with the normal quiet parameter, live-boot hides most messages "
+"of its own. When adding silent, it hides all."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:131
+#, no-wrap
+msgid "B<todisk>=I<DEVICE>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:133
+msgid ""
+"Adding this parameter, live-boot will try to copy the entire read-only media "
+"to the specified device before mounting the root filesystem. It probably "
+"needs a lot of free space. Subsequent boots should then skip this step and "
+"just specify the \"live-media=DEVICE\" boot parameter with the same DEVICE "
+"used this time."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:133
+#, no-wrap
+msgid "B<toram>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:135
+msgid ""
+"Adding this parameter, live-boot will try to copy the whole read-only media "
+"to the computer's RAM before mounting the root filesystem. This could need a "
+"lot of ram, according to the space used by the read-only media."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:135
+#, no-wrap
+msgid "B<union>=aufs|unionfs"
+msgstr ""
+
+#.  FIXME
+#. type: Plain text
+#: en/live-boot.7:138
+msgid ""
+"By default, live-boot uses aufs. With this parameter, you can switch to "
+"unionfs."
+msgstr ""
+
+#.  FIXME
+#. type: SH
+#: en/live-boot.7:140
+#, no-wrap
+msgid "FILES (old)"
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:141
+#, no-wrap
+msgid "B</etc/live.conf>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:143
+msgid ""
+"Some variables can be configured via this config file (inside the live "
+"system)."
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:143
+#, no-wrap
+msgid "B<live/filesystem.module>"
+msgstr ""
+
+#.  FIXME
+#. type: Plain text
+#: en/live-boot.7:146
+msgid ""
+"This optional file (inside the live media) contains a list of white-space or "
+"carriage-return-separated file names corresponding to disk images in the \"/"
+"live\" directory. If this file exists, only images listed here will be "
+"merged into the root aufs, and they will be loaded in the order listed here. "
+"The first entry in this file will be the \"lowest\" point in the aufs, and "
+"the last file in this list will be on the \"top\" of the aufs, directly "
+"below /overlay.  Without this file, any images in the \"/live\" directory "
+"are loaded in alphanumeric order."
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:147
+#, no-wrap
+msgid "FILES"
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:148
+#, no-wrap
+msgid "B</etc/live/boot.conf>"
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:149
+#, no-wrap
+msgid "B</etc/live/boot/*>"
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:150
+#, no-wrap
+msgid "B<live/boot.conf>"
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:151
+#, no-wrap
+msgid "B<live/boot/*>"
+msgstr ""
+
+#. type: IP
+#: en/live-boot.7:152
+#, no-wrap
+msgid "B<persistence.conf>"
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:154 en/persistence.conf.5:191
+#, no-wrap
+msgid "SEE ALSO"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:156
+msgid "I<persistence.conf>(5)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:158 en/persistence.conf.5:195
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:160 en/persistence.conf.5:197
+msgid "I<live-config>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:162 en/persistence.conf.5:199
+msgid "I<live-tools>(7)"
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:163 en/persistence.conf.5:200
+#, no-wrap
+msgid "HOMEPAGE"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:165 en/persistence.conf.5:202
+msgid ""
+"More information about live-boot and the Live Systems project can be found "
+"on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
+"at E<lt>I<http://live-systems.org/manual/>E<gt>."
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:166 en/persistence.conf.5:203
+#, no-wrap
+msgid "BUGS"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:168 en/persistence.conf.5:205
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-boot package in "
+"the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:169 en/persistence.conf.5:206
+#, no-wrap
+msgid "AUTHOR"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:170 en/persistence.conf.5:207
+msgid ""
+"live-boot was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
+msgstr ""
diff --git a/manpages/po/de/persistence.conf.5.po b/manpages/po/de/persistence.conf.5.po
new file mode 100644 (file)
index 0000000..48a094e
--- /dev/null
@@ -0,0 +1,508 @@
+# German translations for live-boot package
+# Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
+# This file is distributed under the same license as the live-boot package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-boot 4.0~a13-1\n"
+"POT-Creation-Date: 2013-05-27 16:45+0300\n"
+"PO-Revision-Date: 2013-04-13 16:48+0100\n"
+"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/live-boot.7:1 en/persistence.conf.5:1
+#, no-wrap
+msgid "LIVE-BOOT"
+msgstr ""
+
+#. type: TH
+#: en/live-boot.7:1 en/persistence.conf.5:1
+msgid "2013-05-27"
+msgstr "27.05.2013"
+
+#. type: TH
+#: en/live-boot.7:1 en/persistence.conf.5:1
+msgid "4.0~a13-1"
+msgstr "4.0~a13-1"
+
+#. type: TH
+#: en/live-boot.7:1 en/persistence.conf.5:1
+#, no-wrap
+msgid "Live Systems Project"
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:3 en/persistence.conf.5:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:6 en/persistence.conf.5:7
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:28 en/persistence.conf.5:57
+#, no-wrap
+msgid "OPTIONS"
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:154 en/persistence.conf.5:191
+#, no-wrap
+msgid "SEE ALSO"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:158 en/persistence.conf.5:195
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:160 en/persistence.conf.5:197
+msgid "I<live-config>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:162 en/persistence.conf.5:199
+msgid "I<live-tools>(7)"
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:163 en/persistence.conf.5:200
+#, no-wrap
+msgid "HOMEPAGE"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:165 en/persistence.conf.5:202
+msgid ""
+"More information about live-boot and the Live Systems project can be found "
+"on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
+"at E<lt>I<http://live-systems.org/manual/>E<gt>."
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:166 en/persistence.conf.5:203
+#, no-wrap
+msgid "BUGS"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:168 en/persistence.conf.5:205
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-boot package in "
+"the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+msgstr ""
+
+#. type: SH
+#: en/live-boot.7:169 en/persistence.conf.5:206
+#, no-wrap
+msgid "AUTHOR"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:170 en/persistence.conf.5:207
+msgid ""
+"live-boot was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:6
+msgid ""
+"B<persistence.conf> - Configuration file for persistence media in live-boot"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:13
+msgid ""
+"If live-boot probes a persistence volume with the label (or GPT name, or "
+"file name, but from now on we will just say \"label\") \"persistence\", that "
+"volume's persistence is fully customizable through the B<persistence.conf> "
+"file stored on the root of its file system. Any such labeled volume must "
+"have such a file, or it will be ignored."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:17
+msgid ""
+"The format of B<persistence.conf> allows empty lines and lines starting with "
+"a \"#\" (used for comments), both which will be ignored. A so called "
+"\"custom mount\" has the format:"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:20
+msgid "I<DIR> [I<OPTION>]..."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:24
+msgid ""
+"which roughly translates to \"make I<DIR> persistence in the way described "
+"by the list of I<OPTION>s\"."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:35
+msgid ""
+"For each custom mount I<DIR> must be an absolute path that cannot contain "
+"white spaces or the special . and .. path components, and cannot be /live "
+"(or any of its sub-directories).  Once activated all changes (file deletion, "
+"creation and modification) to I<DIR> on the live file system are stored "
+"persistently into a path equivalent to I<DIR> on the persistence media, "
+"called the source directory. The default way to achieve persistence is to "
+"simply bind-mount the corresponding source directory to I<DIR>, but this can "
+"be changed through the use of I<OPTION>s."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:48
+msgid ""
+"All custom mounts will be done in an order so that no two custom mounts can "
+"\"hide\" each other. For instance, if we have the two I<DIR>:s /a and /a/b "
+"it would always be the case that /a is mounted first, then /a/b. This "
+"remains true no matter how the lines in B<persistence.conf> are ordered, or "
+"if several B<persistence.conf> files on different persistence media are used "
+"at the same time. However, it is forbidden for custom mounts to have their "
+"source directory inside the source directory of another custom mount, so the "
+"source directories that are auto-created by live-boot does not support "
+"\"nested\" mounts like /a and /a/b on the same media. In this case you must "
+"use the B<source> option (see below) to make sure that they are stored in "
+"different source directories."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:56
+msgid ""
+"When a source directory doesn't exist on the persistence media for a certain "
+"custom mount, it will be created automatically, and permissions and "
+"ownership will be optimistically set according to I<DIR>. It will also be "
+"bootstrapped by copying the contents of the I<DIR> into its source directory "
+"on the persistence media. The bootstrapping will not happen when the B<link> "
+"or B<union> options are used (see below)."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:60
+msgid ""
+"Custom mounts defined in B<persistence.conf> accept the following options in "
+"a coma-separated list:"
+msgstr ""
+
+#. type: IP
+#: en/persistence.conf.5:60
+#, no-wrap
+msgid "B<source>=I<PATH>"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:69
+msgid ""
+"When given, store the persistence changes into I<PATH> on the persistence "
+"media. I<PATH> must be a relative path (with respect to the persistence "
+"media root) that cannot contain white spaces or the special . or .. path "
+"components, with the exception that it can be just . which means the "
+"persistence media root. This option is mostly relevant if you want to nest "
+"custom mounts, which otherwise would cause errors, or if you want to make "
+"the whole media root available (similar to the now deprecated B<home-rw> "
+"type of persistence)."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:72
+msgid ""
+"The following options are mutually exclusive (only the last given one will "
+"be in effect):"
+msgstr ""
+
+#. type: IP
+#: en/persistence.conf.5:72
+#, no-wrap
+msgid "B<bind>"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:74
+msgid "Bind-mount the source directory to I<DIR>. This is the default."
+msgstr ""
+
+#. type: IP
+#: en/persistence.conf.5:74
+#, no-wrap
+msgid "B<link>"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:83
+msgid ""
+"Create the directory structure of the source directory on the persistence "
+"media in I<DIR> and create symbolic links from the corresponding place in "
+"I<DIR> to each file in the source directory.  Existing files or directories "
+"with the same name as any link will be overwritten. Note that deleting the "
+"links in I<DIR> will only remove the link, not the corresponding file in the "
+"source; removed links will reappear after a reboot. To permanently add or "
+"delete a file one must do so directly in the source directory."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:91
+msgid ""
+"Effectively B<link> will make only files already in the source directory "
+"persistent, not any other files in I<DIR>. These files must be manually "
+"added to the source directory to make use of this option, and they will "
+"appear in I<DIR> in addition to files already there. This option is useful "
+"when only certain files need to be persistent, not the whole directory "
+"they're in, e.g. some configuration files in a user's home directory."
+msgstr ""
+
+#. type: IP
+#: en/persistence.conf.5:91
+#, no-wrap
+msgid "B<union>"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:101
+msgid ""
+"Save the rw branch of a union on the persistence media, so only the changes "
+"are stored persistently. This can potentially reduce disk usage compared to "
+"bind-mounts, and will not hide files added to the read-only media. One "
+"caveat is that the union will use I<DIR> from the image's read-only file "
+"system, not the real file system root, so files created after boot (e.g. by "
+"live-config) will not appear in the union. This option will use the union "
+"file system specified by live-boot's B<union> boot parameter, but is not "
+"supported with B<union=unionmount>."
+msgstr ""
+
+#. type: SH
+#: en/persistence.conf.5:102
+#, no-wrap
+msgid "DIRECTORIES"
+msgstr ""
+
+#. type: IP
+#: en/persistence.conf.5:103
+#, no-wrap
+msgid "B</live/persistence>"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:109
+msgid ""
+"All persistence volumes will be mounted here (in a directory corresponding "
+"to the device name). The B<persistence.conf> file can easily be edited "
+"through this mount, as well as any source directories (which is especially "
+"practical for custom mounts using the B<link> option)."
+msgstr ""
+
+#. type: SH
+#: en/persistence.conf.5:110
+#, no-wrap
+msgid "EXAMPLES"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:115
+msgid ""
+"Let's say we have a persistence volume I<VOL> with the a B<persistence.conf> "
+"file containing the following four lines (numbered for ease of reference):"
+msgstr ""
+
+#. type: TP
+#: en/persistence.conf.5:115 en/persistence.conf.5:129
+#, no-wrap
+msgid "1."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:118
+msgid "/home/user1 link,source=config-files/user1"
+msgstr ""
+
+#. type: TP
+#: en/persistence.conf.5:118 en/persistence.conf.5:133
+#, no-wrap
+msgid "2."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:121
+msgid "/home/user2 link,source=config-files/user2"
+msgstr ""
+
+#. type: TP
+#: en/persistence.conf.5:121 en/persistence.conf.5:137
+#, no-wrap
+msgid "3."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:124
+msgid "/home"
+msgstr ""
+
+#. type: TP
+#: en/persistence.conf.5:124 en/persistence.conf.5:140
+#, no-wrap
+msgid "4."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:127
+msgid "/usr union"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:129
+msgid "The corresponding source directories are:"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:133
+msgid ""
+"I<VOL>/config-files/user1 (but it would be I<VOL>/home/user1 without the "
+"B<source> option)"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:137
+msgid ""
+"I<VOL>/config-files/user2 (but it would be I<VOL>/home/user2 without the "
+"B<source> option)"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:140
+msgid "I<VOL>/home"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:143
+msgid "I<VOL>/usr"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:146
+msgid ""
+"It was necessary to set the B<source> options for 1 and 2, since they "
+"otherwise would become nested with 3's source, which is invalid."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:151
+msgid ""
+"Line 3 will be taken care of before line 1 and 2 in order to prevent custom "
+"mounts 1 and 2 from being hidden by 3. When line 3 is handled, I<VOL>/home "
+"is simply bind-mounted on /home. To illustrate what happens for lines 1 and "
+"2, let's say that the following files exist:"
+msgstr ""
+
+#. type: TP
+#: en/persistence.conf.5:151
+#, no-wrap
+msgid "a."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:154
+msgid "I<VOL>/config-files/user1/.emacs"
+msgstr ""
+
+#. type: TP
+#: en/persistence.conf.5:154
+#, no-wrap
+msgid "b."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:157
+msgid "I<VOL>/config-files/user2/.bashrc"
+msgstr ""
+
+#. type: TP
+#: en/persistence.conf.5:157
+#, no-wrap
+msgid "c."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:160
+msgid "I<VOL>/config-files/user2/.ssh/config"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:162
+msgid "Then the following links and directories will be created:"
+msgstr ""
+
+#. type: TP
+#: en/persistence.conf.5:162 en/persistence.conf.5:165
+#: en/persistence.conf.5:171
+#, no-wrap
+msgid "Link:"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:165
+msgid "/home/user1/.emacs -E<gt> I<VOL>/config-files/user1/.emacs (from a)"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:168
+msgid "/home/user2/.bashrc -E<gt> I<VOL>/config-files/user2/.bashrc (from b)"
+msgstr ""
+
+#. type: TP
+#: en/persistence.conf.5:168
+#, no-wrap
+msgid "Dir:"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:171
+msgid "/homea/user2/.ssh (from c)"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:175
+msgid ""
+"/home/user2/.ssh/config -E<gt> I<VOL>/config-files/user2/.ssh/config (from c)"
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:181
+msgid ""
+"One could argue, though, that lines 1 and 2 in the example B<persistence."
+"conf> file above are unnecessary since line 3 already would make all of /"
+"home persistent. The B<link> option is intended for situations where you "
+"don't want a complete directory to be persistent, only certain files in it "
+"or its sub-directories."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:190
+msgid ""
+"Line 4 can be mounted at any time since its I<DIR> (and source directory) is "
+"completely disjoint from all the other custom mounts. When mounted, I<VOL>/"
+"usr will be the rw branch due to the B<union> option, and will only contain "
+"the difference compared to the underlying read-only file 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 I<VOL>/usr during the initial bootstrap."
+msgstr ""
+
+#. type: Plain text
+#: en/persistence.conf.5:193
+msgid "I<live-boot>(7)"
+msgstr ""
index 280bd4a..0429ab4 100644 (file)
@@ -4,11 +4,11 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-boot 3.0.1-1\n"
-"POT-Creation-Date: 2013-02-14 19:32+0100\n"
-"PO-Revision-Date: 2012-06-07 20:29+0200\n"
-"Last-Translator: Carlos Zuferri «chals» <chals@altorricon.com>\n"
-"Language-Team:  none\n"
+"Project-Id-Version: live-boot 4.0~a13-1\n"
+"POT-Creation-Date: 2013-05-27 16:45+0300\n"
+"PO-Revision-Date: 2013-04-13 22:38+0100\n"
+"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
+"Language-Team: none\n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -23,21 +23,19 @@ msgstr "LIVE-BOOT"
 
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
-#, no-wrap
-msgid "2013-02-14"
-msgstr "14.02.2013"
+msgid "2013-05-27"
+msgstr "27.05.2013"
 
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
-#, no-wrap
-msgid "3.0.1-1"
-msgstr "3.0.1-1"
+msgid "4.0~a13-1"
+msgstr "4.0~a13-1"
 
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
 #, no-wrap
-msgid "Debian Live Project"
-msgstr "Proyecto Debian Live"
+msgid "Live Systems Project"
+msgstr "Proyecto Live Systems"
 
 #. type: SH
 #: en/live-boot.7:3 en/persistence.conf.5:3
@@ -59,11 +57,11 @@ msgstr "DESCRIPCIÓN"
 #. type: Plain text
 #: en/live-boot.7:8
 msgid ""
-"B<live-boot> contains the scripts that configure a Debian Live system during "
-"the boot process (early userspace)."
+"B<live-boot> contains the scripts that configure a live system during the "
+"boot process (early userspace)."
 msgstr ""
-"B<live-boot> contiene los scripts que configuran un sistema Debian Live "
-"durante el proceso de arranque (early userspace)."
+"B<live-boot> contiene los scripts que configuran un sistema en vivo durante "
+"el proceso de arranque (early userspace)."
 
 #.  FIXME
 #. type: Plain text
@@ -71,12 +69,12 @@ msgstr ""
 msgid ""
 "live-boot is a hook for the initramfs-tools, used to generate a initramfs "
 "capable to boot live systems, such as those created by I<live-helper>(7). "
-"This includes the Debian Live isos, netboot tarballs, and usb stick images."
+"This includes the Live systems ISOs, netboot tarballs, and usb stick images."
 msgstr ""
 "live-boot es un hook para initramfs-tools, usado para generar un initramfs "
 "capaz de arrancar sistemas en vivo, tales como los creados por I<live-helper>"
-"(7). Esto incluye las isos de Debian Live, netboot tarballs e imágenes para "
-"llaves usb. "
+"(7). Esto incluye las ISOs de Live Systems, netboot tarballs y las imágenes "
+"para llaves usb. "
 
 #.  FIXME
 #. type: Plain text
@@ -85,14 +83,13 @@ msgid ""
 "At boot time it will look for a (read-only) media containing a \"/live\" "
 "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."
+"aufs, to boot the system from."
 msgstr ""
 "En el momento del arranque se buscará un dispositivo de sólo lectura que "
 "contenga un directorio \"/live\" dónde se almacena un sistema de ficheros "
 "raíz (a menudo se trata de una imagen comprimida de un sistema de ficheros "
 "como squashfs). Si live-boot lo encuentra, creará un entorno de escritura, "
-"usando aufs, a partir del cual pueda arrancar un sistema Debian u otro "
-"similar."
+"usando aufs, a partir del cual pueda arrancar un sistema."
 
 #. type: SH
 #: en/live-boot.7:15
@@ -310,14 +307,13 @@ msgstr "B<iscsi>=I<server-ip[,server-port];target-name>"
 msgid ""
 "Boot from an iSCSI target that has an iso or disk live image as one of its "
 "LUNs. The specified target is searched for a LUN which looks like a live "
-"media. If you use the B<iscsitarget> software iSCSI target solution which is "
-"packaged in Debian your ietd.conf might look like this:"
+"media. If you use the B<iscsitarget> software iSCSI target solution your "
+"ietd.conf might look like this:"
 msgstr ""
-"Arranca desde un objetivo iSCSI que tiene una iso o una imagen disco en vivo "
-"como uno de sus LUNs. Se busca en el objetivo especificado un LUN que sea "
-"similar a un medio en vivo. Si se utiliza el software B<iscsitarget> del "
-"objetivo iSCSI que se encuentra disponible en un paquete Debian la ietd.conf "
-"podría ser similar al siguiente: "
+"Arranca desde un iSCSI que tiene una iso o una imagen de disco en vivo como "
+"uno de sus LUNs. Se busca en el objetivo especificado un LUN que sea similar "
+"a un medio en vivo. Si se utiliza el software de iSCSI B<iscsitarget> el "
+"ietd.conf podría ser similar al siguiente: "
 
 #. type: Plain text
 #: en/live-boot.7:64
@@ -503,13 +499,13 @@ msgstr "B<live-media-offset>=I<BYTES>"
 msgid ""
 "This way you could tell live-boot that your image starts at offset BYTES in "
 "the above specified or autodiscovered device, this could be useful to hide "
-"the Debian Live iso or image inside another iso or image, to create \"clean"
+"the live system ISO or image inside another iso or image, to create \"clean"
 "\" images."
 msgstr ""
 "De esta manera se puede especificar a live-boot que la imagen comienza en "
 "BYTES en el dispositivo anteriormente especificado, o auto-descubierto, esto "
-"podría ser útil para esconder la iso o la imagen Debian Live dentro de otra "
-"iso o imagen, para crear imágenes \"limpias\"."
+"podría ser útil para esconder la iso o la imagen dentro de otra iso o "
+"imagen, para crear imágenes \"limpias\"."
 
 #. type: IP
 #: en/live-boot.7:89
@@ -623,7 +619,7 @@ msgstr ""
 "syslinux) se ha instalado con persistencia habilitada."
 
 #. type: IP
-#: en/live-boot.7:103
+#: en/live-boot.7:103 en/live-boot.7:125
 #, no-wrap
 msgid "B<noeject>"
 msgstr "B<noeject>"
@@ -811,21 +807,12 @@ msgstr "B<persistence-label>=I<LABEL>"
 msgid ""
 "live-boot will use the name \"LABEL\" instead of \"persistence\" when "
 "searching for persistent storage. LABEL can be any valid filename, partition "
-"label, or GPT name. This option replaces the less flexible persistent-"
-"subtext option from version 2 of live-boot. If you wish to continue using "
-"legacy names for persistent storage, use the full name with this option, e."
-"g. persistence-label=live-rw-foo"
+"label, or GPT name."
 msgstr ""
 "live-boot utilizará el nombre \"LABEL\" en lugar de \"persistence\" cuando "
 "busque medios de almacenamiento persistente. LABEL puede ser cualquier "
 "nombre de fichero, etiqueta de una partición or nombre GPT."
 
-#. type: IP
-#: en/live-boot.7:125
-#, no-wrap
-msgid "B<quickreboot>"
-msgstr "B<quickreboot>"
-
 #. type: Plain text
 #: en/live-boot.7:127
 msgid ""
@@ -1045,46 +1032,44 @@ msgid "HOMEPAGE"
 msgstr "PÁGINA WEB"
 
 #. type: Plain text
-#: en/live-boot.7:165 en/persistence.conf.5:204
+#: en/live-boot.7:165 en/persistence.conf.5:202
 msgid ""
-"More information about live-boot and the Debian Live project can be found on "
-"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>."
+"More information about live-boot and the Live Systems project can be found "
+"on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
+"at E<lt>I<http://live-systems.org/manual/>E<gt>."
 msgstr ""
-"Se puede encontrar más información acerca de live-boot y el proyecto Debian "
-"Live en la página web E<lt>I<http://live.debian.net/>E<gt> y en el manual en "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
+"Se puede encontrar más información acerca de live-boot y el proyecto Live "
+"Systems en la página web E<lt>I<http://live-systems.org/>E<gt> y en el "
+"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
 
 #. type: SH
-#: en/live-boot.7:166 en/persistence.conf.5:205
+#: en/live-boot.7:166 en/persistence.conf.5:203
 #, no-wrap
 msgid "BUGS"
 msgstr "ERRORES"
 
 #. type: Plain text
-#: en/live-boot.7:168 en/persistence.conf.5:210
+#: en/live-boot.7:168 en/persistence.conf.5:205
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
 "debian.org>E<gt>."
 msgstr ""
 "Se puede notificar los fallos enviando un informe de errores sobre el "
-"paquete live-boot en el Debian Bug Tracking System en E<lt>I<http://bugs."
-"debian.org/>E<gt> o escribiendo un mensaje a la lista de correo de Debian "
-"Live a la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
+"paquete live-boot al Sistema de Seguimiento de Errores en E<lt>I<http://bugs."
+"debian.org/>E<gt> o escribiendo un mensaje a la lista de correo de Live "
+"Systems a la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
 
 #. type: SH
-#: en/live-boot.7:169 en/persistence.conf.5:211
+#: en/live-boot.7:169 en/persistence.conf.5:206
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: Plain text
-#: en/live-boot.7:170
+#: en/live-boot.7:170 en/persistence.conf.5:207
 msgid ""
-"live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
-"the Debian project."
+"live-boot was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
 msgstr ""
-"live-boot fue escrito por Daniel Baumann E<lt>I<daniel@debian.org>E<gt> para "
-"el proyecto Debian."
+"live-boot fue escrito por Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
index 9e7db9b..3fb6527 100644 (file)
@@ -4,11 +4,11 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-boot 3.0.1-1\n"
-"POT-Creation-Date: 2013-02-14 19:32+0100\n"
-"PO-Revision-Date: 2012-06-07 19:11+0200\n"
-"Last-Translator: Carlos Zuferri «chals» <chals@altorricon.com>\n"
-"Language-Team:  none\n"
+"Project-Id-Version: live-boot 4.0~a13-1\n"
+"POT-Creation-Date: 2013-05-27 16:45+0300\n"
+"PO-Revision-Date: 2013-04-13 16:38+0100\n"
+"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
+"Language-Team: none\n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,21 +22,19 @@ msgstr "LIVE-BOOT"
 
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
-#, no-wrap
-msgid "2013-02-14"
-msgstr "14.02.2013"
+msgid "2013-05-27"
+msgstr "27.05.2013"
 
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
-#, no-wrap
-msgid "3.0.1-1"
-msgstr "3.0.1-1"
+msgid "4.0~a13-1"
+msgstr "4.0~a13-1"
 
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
 #, no-wrap
-msgid "Debian Live Project"
-msgstr "Proyecto Debian Live"
+msgid "Live Systems Project"
+msgstr "Proyecto Live Systems"
 
 #. type: SH
 #: en/live-boot.7:3 en/persistence.conf.5:3
@@ -84,42 +82,49 @@ msgid "HOMEPAGE"
 msgstr "PÁGINA WEB"
 
 #. type: Plain text
-#: en/live-boot.7:165 en/persistence.conf.5:204
+#: en/live-boot.7:165 en/persistence.conf.5:202
 msgid ""
-"More information about live-boot and the Debian Live project can be found on "
-"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>."
+"More information about live-boot and the Live Systems project can be found "
+"on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
+"at E<lt>I<http://live-systems.org/manual/>E<gt>."
 msgstr ""
-"Se puede encontrar más información acerca de live-boot y el proyecto Debian "
-"Live en la página web E<lt>I<http://live.debian.net/>E<gt> y en el manual en "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
+"Se puede encontrar más información acerca de live-boot y el proyecto Live "
+"Systems en la página web E<lt>I<http://live-systems.org/>E<gt> y en el "
+"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
 
 #. type: SH
-#: en/live-boot.7:166 en/persistence.conf.5:205
+#: en/live-boot.7:166 en/persistence.conf.5:203
 #, no-wrap
 msgid "BUGS"
 msgstr "ERRORES"
 
 #. type: Plain text
-#: en/live-boot.7:168 en/persistence.conf.5:210
+#: en/live-boot.7:168 en/persistence.conf.5:205
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
 "debian.org>E<gt>."
 msgstr ""
 "Se puede notificar los fallos enviando un informe de errores sobre el "
-"paquete live-boot en el Debian Bug Tracking System en E<lt>I<http://bugs."
-"debian.org/>E<gt> o escribiendo un mensaje a la lista de correo de Debian "
-"Live a la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
+"paquete live-boot al Sistema de Seguimiento de Errores en E<lt>I<http://bugs."
+"debian.org/>E<gt> o escribiendo un mensaje a la lista de correo de Live "
+"Systems a la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
 
 #. type: SH
-#: en/live-boot.7:169 en/persistence.conf.5:211
+#: en/live-boot.7:169 en/persistence.conf.5:206
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: Plain text
+#: en/live-boot.7:170 en/persistence.conf.5:207
+msgid ""
+"live-boot was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
+msgstr ""
+"live-boot fue escrito por Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
+
+#. type: Plain text
 #: en/persistence.conf.5:6
 msgid ""
 "B<persistence.conf> - Configuration file for persistence media in live-boot"
@@ -627,12 +632,3 @@ msgstr ""
 #: en/persistence.conf.5:193
 msgid "I<live-boot>(7)"
 msgstr "I<live-boot>(7)"
-
-#. type: Plain text
-#: en/persistence.conf.5:213
-msgid ""
-"persistence.conf was written by anonym E<lt>I<anonym@lavabit.com>E<gt> for "
-"the Debian project."
-msgstr ""
-"persistence.conf fue escrito por anonym E<lt>I<anonym@lavabit.com>E<gt> para "
-"el proyecto Debian."
index 3e6270f..baa1fa9 100644 (file)
@@ -1,4 +1,4 @@
-[po4a_langs] es
+[po4a_langs] de es
 [po4a_paths] pot/$master.pot $lang:po/$lang/$master.po
 [type: man] en/live-boot.7 $lang:$lang/live-boot.$lang.7
 [type: man] en/persistence.conf.5 $lang:$lang/persistence.conf.$lang.5
index 1dd433c..fc596d9 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-boot VERSION\n"
-"POT-Creation-Date: 2013-02-14 19:32+0100\n"
+"POT-Creation-Date: 2013-05-27 16:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25,19 +25,19 @@ msgstr ""
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
 #, no-wrap
-msgid "2013-02-14"
+msgid "2013-05-27"
 msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
 #, no-wrap
-msgid "3.0.1-1"
+msgid "4.0~a13-1"
 msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
 #, no-wrap
-msgid "Debian Live Project"
+msgid "Live Systems Project"
 msgstr ""
 
 #. type: SH
@@ -60,8 +60,8 @@ msgstr ""
 #. type: Plain text
 #: en/live-boot.7:8
 msgid ""
-"B<live-boot> contains the scripts that configure a Debian Live system during "
-"the boot process (early userspace)."
+"B<live-boot> contains the scripts that configure a live system during the "
+"boot process (early userspace)."
 msgstr ""
 
 #.  FIXME
@@ -70,7 +70,7 @@ msgstr ""
 msgid ""
 "live-boot is a hook for the initramfs-tools, used to generate a initramfs "
 "capable to boot live systems, such as those created by I<live-helper>(7). "
-"This includes the Debian Live isos, netboot tarballs, and usb stick images."
+"This includes the Live systems ISOs, netboot tarballs, and usb stick images."
 msgstr ""
 
 #.  FIXME
@@ -80,7 +80,7 @@ msgid ""
 "At boot time it will look for a (read-only) media containing a \"/live\" "
 "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."
+"aufs, to boot the system from."
 msgstr ""
 
 #. type: SH
@@ -263,8 +263,8 @@ msgstr ""
 msgid ""
 "Boot from an iSCSI target that has an iso or disk live image as one of its "
 "LUNs. The specified target is searched for a LUN which looks like a live "
-"media. If you use the B<iscsitarget> software iSCSI target solution which is "
-"packaged in Debian your ietd.conf might look like this:"
+"media. If you use the B<iscsitarget> software iSCSI target solution your "
+"ietd.conf might look like this:"
 msgstr ""
 
 #. type: Plain text
@@ -415,7 +415,7 @@ msgstr ""
 msgid ""
 "This way you could tell live-boot that your image starts at offset BYTES in "
 "the above specified or autodiscovered device, this could be useful to hide "
-"the Debian Live iso or image inside another iso or image, to create \"clean"
+"the live system ISO or image inside another iso or image, to create \"clean"
 "\" images."
 msgstr ""
 
@@ -513,7 +513,7 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:103
+#: en/live-boot.7:103 en/live-boot.7:125
 #, no-wrap
 msgid "B<noeject>"
 msgstr ""
@@ -664,16 +664,7 @@ msgstr ""
 msgid ""
 "live-boot will use the name \"LABEL\" instead of \"persistence\" when "
 "searching for persistent storage. LABEL can be any valid filename, partition "
-"label, or GPT name. This option replaces the less flexible persistent-"
-"subtext option from version 2 of live-boot. If you wish to continue using "
-"legacy names for persistent storage, use the full name with this option, e."
-"g. persistence-label=live-rw-foo"
-msgstr ""
-
-#. type: IP
-#: en/live-boot.7:125
-#, no-wrap
-msgid "B<quickreboot>"
+"label, or GPT name."
 msgstr ""
 
 #. type: Plain text
@@ -864,37 +855,36 @@ msgid "HOMEPAGE"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:165 en/persistence.conf.5:204
+#: en/live-boot.7:165 en/persistence.conf.5:202
 msgid ""
-"More information about live-boot and the Debian Live project can be found on "
-"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>."
+"More information about live-boot and the Live Systems project can be found "
+"on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
+"at E<lt>I<http://live-systems.org/manual/>E<gt>."
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:166 en/persistence.conf.5:205
+#: en/live-boot.7:166 en/persistence.conf.5:203
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:168 en/persistence.conf.5:210
+#: en/live-boot.7:168 en/persistence.conf.5:205
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
 "debian.org>E<gt>."
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:169 en/persistence.conf.5:211
+#: en/live-boot.7:169 en/persistence.conf.5:206
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:170
+#: en/live-boot.7:170 en/persistence.conf.5:207
 msgid ""
-"live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
-"the Debian project."
+"live-boot was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
 msgstr ""
index 177f9d5..2318742 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-boot VERSION\n"
-"POT-Creation-Date: 2013-02-14 19:32+0100\n"
+"POT-Creation-Date: 2013-05-27 16:45+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25,19 +25,19 @@ msgstr ""
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
 #, no-wrap
-msgid "2013-02-14"
+msgid "2013-05-27"
 msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
 #, no-wrap
-msgid "3.0.1-1"
+msgid "4.0~a13-1"
 msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/persistence.conf.5:1
 #, no-wrap
-msgid "Debian Live Project"
+msgid "Live Systems Project"
 msgstr ""
 
 #. type: SH
@@ -86,35 +86,41 @@ msgid "HOMEPAGE"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:165 en/persistence.conf.5:204
+#: en/live-boot.7:165 en/persistence.conf.5:202
 msgid ""
-"More information about live-boot and the Debian Live project can be found on "
-"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>."
+"More information about live-boot and the Live Systems project can be found "
+"on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
+"at E<lt>I<http://live-systems.org/manual/>E<gt>."
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:166 en/persistence.conf.5:205
+#: en/live-boot.7:166 en/persistence.conf.5:203
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:168 en/persistence.conf.5:210
+#: en/live-boot.7:168 en/persistence.conf.5:205
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
 "debian.org>E<gt>."
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:169 en/persistence.conf.5:211
+#: en/live-boot.7:169 en/persistence.conf.5:206
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
 
 #. type: Plain text
+#: en/live-boot.7:170 en/persistence.conf.5:207
+msgid ""
+"live-boot was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
+msgstr ""
+
+#. type: Plain text
 #: en/persistence.conf.5:6
 msgid ""
 "B<persistence.conf> - Configuration file for persistence media in live-boot"
@@ -503,10 +509,3 @@ msgstr ""
 #: en/persistence.conf.5:193
 msgid "I<live-boot>(7)"
 msgstr ""
-
-#. type: Plain text
-#: en/persistence.conf.5:213
-msgid ""
-"persistence.conf was written by anonym E<lt>I<anonym@lavabit.com>E<gt> for "
-"the Debian project."
-msgstr ""
diff --git a/scripts/boot/0020-initramfs-tools b/scripts/boot/0020-initramfs-tools
deleted file mode 100755 (executable)
index c251443..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-if [ -e /scripts/functions ]
-then
-       . /scripts/functions
-fi
-
-mountroot ()
-{
-       # initramfs-tools entry point for live-boot is mountroot(); function
-       Main
-}
index e7aed6c..3df90de 100755 (executable)
@@ -29,15 +29,6 @@ Swap ()
 
        LIVE_SWAP_DEVICES="${LIVE_SWAP_DEVICES:-/dev/sd* /dev/vd*}"
 
-       if [ -e /root/etc/fstab.d ]
-       then
-               # wheezy
-               _FSTAB="/root/etc/fstab.d/swap"
-       else
-               # squeeze
-               _FSTAB="/root/etc/fstab"
-       fi
-
        for _DEVICE in $(echo ${LIVE_SWAP_DEVICES} | sed -e 's|,| |g')
        do
                if [ ! -b "${_DEVICE}" ]
@@ -57,15 +48,15 @@ Swap ()
        done
 
        # Remove all auto swap entries
-       if grep -qs "swap swap" "${_FSTAB}"
+       if grep -qs "swap swap" /root/etc/fstab.d/swap
        then
-               grep -v "swap swap" "${_FSTAB}" > "${_FSTAB}".tmp
-               mv "${_FSTAB}".tmp "${_FSTAB}"
+               grep -v "swap swap" /root/etc/fstab.d/swap > /root/etc/fstab.d/swap.tmp
+               mv /root/etc/fstab.d/swap.tmp /root/etc/fstab.d/swap
        fi
 
        # Add new swap entries
        for _DEVICE in ${_SWAP_DEVICES}
        do
-               echo "${_DEVICE} swap swap defaults 0 0" >> "${_FSTAB}"
+               echo "${_DEVICE} swap swap defaults 0 0" >> /root/etc/fstab.d/swap
        done
 }
index a1eb14a..416d6b4 100755 (executable)
@@ -40,8 +40,6 @@ else
        udevinfo='udevinfo'
 fi
 
-old_root_overlay_label="live-rw"
-old_home_overlay_label="home-rw"
 custom_overlay_label="persistence"
 persistence_list="persistence.conf"
 old_persistence_list="live-persistence.conf"
index b8fc4a6..18bb6c3 100755 (executable)
@@ -15,7 +15,7 @@ Cmdline_old ()
                                ;;
 
                        BOOTIF=*)
-                               BOOTIF="${x#BOOTIF=}"
+                               BOOTIF="${_PARAMETER#BOOTIF=}"
                                ;;
 
                        dhcp)
index abc7b23..5ae9546 100755 (executable)
@@ -13,25 +13,16 @@ Fstab ()
                return
        fi
 
-       if [ -e /root/etc/fstab.d ]
-       then
-               # wheezy
-               _FSTAB="/root/etc/fstab.d/live"
-       else
-               # squeeze
-               _FSTAB="/root/etc/fstab"
-       fi
-
        log_begin_msg "Configuring fstab"
 
-       if ! grep -qs  "^${UNIONTYPE}" "${_FSTAB}"
+       if ! grep -qs  "^${UNIONTYPE}" /root/etc/fstab.d/live
        then
-               echo "${UNIONTYPE} / ${UNIONTYPE} rw 0 0" >> "${_FSTAB}"
+               echo "${UNIONTYPE} / ${UNIONTYPE} rw 0 0" >> /root/etc/fstab.d/live
        fi
 
-       if ! grep -qs "^tmpfs /tmp" "${_FSTAB}"
+       if ! grep -qs "^tmpfs /tmp" /root/etc/fstab.d/live
        then
-               echo "tmpfs /tmp tmpfs nosuid,nodev 0 0" >> "${_FSTAB}"
+               echo "tmpfs /tmp tmpfs nosuid,nodev 0 0" >> /root/etc/fstab.d/live
        fi
 
        log_end_msg
index 37aa0c3..5354134 100755 (executable)
@@ -41,13 +41,12 @@ panic() {
        kill ${tailpid}
 
        printf "\n\n"
-       printf "     ${DEB_1}\n"
-       printf "     ${DEB_2}  \033[1;37mBOOT FAILED!\033[0m\n"
-       printf "     ${DEB_3}\n"
-       printf "     ${DEB_4}  This Debian Live image failed to boot.\n\n"
+       printf "  \033[1;37mBOOT FAILED!\033[0m\n"
+       printf "\n"
+       printf "  This Live System image failed to boot.\n\n"
 
-       printf "  Please file a bug against the 'live-boot' package or email the Debian\n"
-       printf "  Live mailing list at <debian-live@lists.debian.org>, making sure to note the\n"
+       printf "  Please file a bug against the 'live-boot' package or email the Live Systems\n"
+       printf "  mailing list at <debian-live@lists.debian.org>, making sure to note the\n"
        printf "  exact version, name and distribution of the image you were attempting to boot.\n\n"
 
        printf "  The file ${LIVELOG} contains some debugging information but booting with the\n"
index fd10e5d..8776a7d 100755 (executable)
@@ -2,7 +2,7 @@
 
 # set -e
 
-Main ()
+Live ()
 {
        if [ -x /scripts/local-top/cryptroot ]
        then
@@ -32,12 +32,6 @@ Main ()
                . /conf/param.conf
        fi
 
-       if [ -n "${FUSE_MOUNT}" ]
-       then
-               # fuse does not work with klibc mount
-               ln -f /bin/mount.util-linux /bin/mount
-       fi
-
        # Needed here too because some things (*cough* udev *cough*)
        # changes the timeout
 
index 2509c90..5c5341c 100755 (executable)
@@ -2,21 +2,21 @@
 
 #set -e
 
-is_live_path ()
+file_pattern_matches()
 {
-       DIRECTORY="${1}"
-
-       if [ -d "${DIRECTORY}"/"${LIVE_MEDIA_PATH}" ]
-       then
-               for FILESYSTEM in squashfs ext2 ext3 ext4 xfs dir jffs2
-               do
-                       if [ "$(echo ${DIRECTORY}/${LIVE_MEDIA_PATH}/*.${FILESYSTEM})" != "${DIRECTORY}/${LIVE_MEDIA_PATH}/*.${FILESYSTEM}" ]
-                       then
-                               return 0
-                       fi
-               done
-       fi
+       [ -e "$1" ]
+}
 
+is_live_path()
+{
+       DIRECTORY="${1}/${LIVE_MEDIA_PATH}"
+       for FILESYSTEM in squashfs ext2 ext3 ext4 xfs dir jffs
+       do
+               if file_pattern_matches "${DIRECTORY}/"*.${FILESYSTEM}
+               then
+                       return 0
+               fi
+       done
        return 1
 }
 
@@ -62,32 +62,13 @@ get_backing_device ()
        esac
 }
 
-match_files_in_dir ()
-{
-       # Does any files match pattern ${1} ?
-       local pattern
-       pattern="${1}"
-
-       if [ "$(echo ${pattern})" != "${pattern}" ]
-       then
-               return 0
-       fi
-
-       return 1
-}
-
 mount_images_in_directory ()
 {
        directory="${1}"
        rootmnt="${2}"
        mac="${3}"
 
-       if match_files_in_dir "${directory}/${LIVE_MEDIA_PATH}/*.squashfs" ||
-               match_files_in_dir "${directory}/${LIVE_MEDIA_PATH}/*.ext2" ||
-               match_files_in_dir "${directory}/${LIVE_MEDIA_PATH}/*.ext3" ||
-               match_files_in_dir "${directory}/${LIVE_MEDIA_PATH}/*.ext4" ||
-               match_files_in_dir "${directory}/${LIVE_MEDIA_PATH}/*.jffs2" ||
-               match_files_in_dir "${directory}/${LIVE_MEDIA_PATH}/*.dir"
+       if is_live_path "${directory}"
        then
                [ -n "${mac}" ] && adddirectory="${directory}/${LIVE_MEDIA_PATH}/${mac}"
                setup_unionfs "${directory}/${LIVE_MEDIA_PATH}" "${rootmnt}" "${adddirectory}"
@@ -100,16 +81,7 @@ is_nice_device ()
 {
        sysfs_path="${1#/sys}"
 
-       if [ -e /lib/udev/path_id ]
-       then
-               # squeeze
-               PATH_ID="/lib/udev/path_id"
-       else
-               # wheezy/sid (udev >= 174)
-               PATH_ID="/sbin/udevadm test-builtin path_id"
-       fi
-
-       if ${PATH_ID} "${sysfs_path}" | egrep -q "ID_PATH=(usb|pci-[^-]*-(ide|sas|scsi|usb|virtio)|platform-sata_mv|platform-orion-ehci|platform-mmc|platform-mxsdhci)"
+       if /sbin/udevadm test-builtin path_id "${sysfs_path}" | egrep -q "ID_PATH=(usb|pci-[^-]*-(ide|sas|scsi|usb|virtio)|platform-sata_mv|platform-orion-ehci|platform-mmc|platform-mxsdhci)"
        then
                return 0
        elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$'
@@ -617,7 +589,7 @@ load_keymap ()
        # Load custom keymap
        if [ -x /bin/loadkeys -a -r /etc/boottime.kmap.gz ]
        then
-               loadkeys /etc/boottime.kmap.gz
+               loadkeys --quiet /etc/boottime.kmap.gz
        fi
 }
 
@@ -966,7 +938,7 @@ find_persistence_media ()
        white_listed_devices="${2}"
        ret=""
 
-       black_listed_devices="$(what_is_mounted_on /live/medium)"
+       black_listed_devices="$(what_is_mounted_on /live/medium) $(what_is_mounted_on /live/findiso) $(what_is_mounted_on /live/fromiso)"
 
        for dev in $(storage_devices "${black_listed_devices}" "${white_listed_devices}")
        do
@@ -1017,6 +989,21 @@ find_persistence_media ()
                        result=$(probe_for_file_name "${overlays}" ${dev})
                        if [ -n "${result}" ]
                        then
+                               local loopdevice
+                               loopdevice=${result##*=}
+                               if is_in_comma_sep_list luks ${PERSISTENCE_ENCRYPTION} && is_luks_partition ${loopdevice}
+                               then
+                                       local luksfile
+                                       luksfile=""
+                                       if luksfile=$(open_luks_device "${loopdevice}")
+                                       then
+                                               result=${result%%=*}
+                                               result="${result}=${luksfile}"
+                                       else
+                                               losetup -d $loopdevice
+                                               result=""
+                                       fi
+                               fi
                                ret="${ret} ${result}"
                                continue
                        fi
@@ -1149,12 +1136,12 @@ link_files ()
        # is non-empty, remove mask from all source paths when
        # creating links (will be necessary if we change root, which
        # live-boot normally does (into $rootmnt)).
-       local src_dir dest_dir src_mask
+       local src_dir dest_dir src_transform
 
        # remove multiple /:s and ensure ending on /
        src_dir="$(trim_path ${1})/"
        dest_dir="$(trim_path ${2})/"
-       src_mask="${3}"
+       src_transform="${3}"
 
        # This check can only trigger on the inital, non-recursive call since
        # we create the destination before recursive calls
@@ -1181,12 +1168,12 @@ link_files ()
                                chown_ref "${src}" "${dest}"
                                chmod_ref "${src}" "${dest}"
                        fi
-                       link_files "${src}" "${dest}" "${src_mask}"
+                       link_files "${src}" "${dest}" "${src_transform}"
                else
                        final_src=${src}
-                       if [ -n "${src_mask}" ]
+                       if [ -n "${src_transform}" ]
                        then
-                               final_src="$(echo ${final_src} | sed "s|^${src_mask}||")"
+                               final_src="$(echo ${final_src} | sed "${src_transform}")"
                        fi
                        rm -rf "${dest}" 2> /dev/null
                        ln -s "${final_src}" "${dest}"
@@ -1491,7 +1478,7 @@ activate_custom_mounts ()
                # ignore the loop below and set rootfs_dest_backing=$dest
                local rootfs_dest_backing
                rootfs_dest_backing=""
-               if [ -n "${opt_link}"]
+               if [ -n "${opt_link}" ] || [ -n "${opt_union}" ]
                then
                        for d in /live/rootfs/*
                        do
@@ -1511,7 +1498,7 @@ activate_custom_mounts ()
                local cow_dir links_source
                if [ -n "${opt_link}" ] && [ -z "${PERSISTENCE_READONLY}" ]
                then
-                       link_files ${source} ${dest} ${rootmnt}
+                       link_files ${source} ${dest} "s|^/live/|/lib/live/mount/|"
                elif [ -n "${opt_link}" ] && [ -n "${PERSISTENCE_READONLY}" ]
                then
                        mkdir -p ${rootmnt}/lib/live/mount/persistence
@@ -1528,7 +1515,7 @@ activate_custom_mounts ()
                        chown_ref "${source}" "${cow_dir}"
                        chmod_ref "${source}" "${cow_dir}"
                        do_union ${links_source} ${cow_dir} ${source} ${rootfs_dest_backing}
-                       link_files ${links_source} ${dest} ${rootmnt}
+                       link_files ${links_source} ${dest} "s|^${rootmnt}||"
                elif [ -n "${opt_union}" ] && [ -z "${PERSISTENCE_READONLY}" ]
                then
                        do_union ${dest} ${source} ${rootfs_dest_backing}
@@ -1566,32 +1553,6 @@ activate_custom_mounts ()
        echo ${used_devices}
 }
 
-fix_backwards_compatibility ()
-{
-       local device dir opt backing include_list
-       device=${1}
-       dir=${2}
-       opt=${3}
-
-       if [ -n "${PERSISTENCE_READONLY}" ]
-       then
-               return
-       fi
-
-       backing="$(mount_persistence_media ${device})"
-       if [ -z "${backing}" ]
-       then
-               return
-       fi
-
-       include_list="${backing}/${persistence_list}"
-       if [ ! -r "${include_list}" ] && [ ! -r "${backing}/${old_persistence_list}" ]
-       then
-               echo "# persistence backwards compatibility:
-${dir} ${opt},source=." > "${include_list}"
-       fi
-}
-
 is_mountpoint ()
 {
        directory="$1"
index a8ef3f4..8dd1818 100755 (executable)
@@ -10,7 +10,7 @@ do_cifsmount ()
        then
                if [ -z "${NFSOPTS}" ]
                then
-                       CIFSOPTS="-ouser=root,password="
+                       CIFSOPTS="-o user=root,password="
                else
                        CIFSOPTS="-o ${NFSOPTS}"
                fi
@@ -18,7 +18,7 @@ do_cifsmount ()
                log_begin_msg "Trying mount.cifs ${NFSROOT} ${mountpoint} ${CIFSOPTS}"
                modprobe -q cifs
 
-               if mount.cifs "${NFSROOT}" "${mountpoint}" "${CIFSOPTS}"
+               if mount.cifs "${NFSROOT}" "${mountpoint}" ${CIFSOPTS}
                then
                        rc=0
                fi
index b557404..16e69b6 100755 (executable)
@@ -32,8 +32,8 @@ do_httpmount ()
                                                                ip="$(dirname $url | sed -e 's|tftp://||g' -e 's|/.*$||g')"
                                                                rfile="$(echo $url | sed -e "s|tftp://$ip||g")"
                                                                lfile="$(basename $url)"
-                                                               log_begin_msg "Trying tftp -g -b 10240 -r $rfile -l ${dest}/$lfile $ip"
-                                                               tftp -g -b 10240 -r $rfile -l ${dest}/$lfile $ip
+                                                               log_begin_msg "Trying tftp -g -b 65464 -r $rfile -l ${dest}/$lfile $ip"
+                                                               tftp -g -b 65464 -r $rfile -l ${dest}/$lfile $ip
                                                        ;;
 
                                                        *)
@@ -50,6 +50,13 @@ do_httpmount ()
                                                else
                                                        FUSE_MOUNT="httpfs"
                                                fi
+
+                                               if [ -n "${FUSE_MOUNT}" ] && [ -x /bin/mount.util-linux ]
+                                               then
+                                                       # fuse does not work with klibc mount
+                                                       ln -f /bin/mount.util-linux /bin/mount
+                                               fi
+
                                                modprobe fuse
                                                $FUSE_MOUNT "${url}" "${dest}"
                                                ROOT_PID="$(minips h -C "$FUSE_MOUNT" | { read x y ; echo "$x" ; } )"
index f32ae6c..cdec92a 100755 (executable)
@@ -2,6 +2,57 @@
 
 #set -e
 
+Device_from_bootif ()
+{
+       # support for Syslinux IPAPPEND parameter
+       # it sets the BOOTIF variable on the kernel parameter
+
+       if [ -n "${BOOTIF}" ]
+       then
+       # pxelinux sets BOOTIF to a value based on the mac address of the
+       # network card used to PXE boot, so use this value for DEVICE rather
+       # than a hard-coded device name from initramfs.conf. this facilitates
+       # network booting when machines may have multiple network cards.
+       # pxelinux sets BOOTIF to 01-$mac_address
+
+       # strip off the leading "01-", which isn't part of the mac
+       # address
+       temp_mac=${BOOTIF#*-}
+
+       # convert to typical mac address format by replacing "-" with ":"
+       bootif_mac=""
+       IFS='-'
+       for x in $temp_mac
+       do
+               if [ -z "$bootif_mac" ]
+               then
+                       bootif_mac="$x"
+               else
+                       bootif_mac="$bootif_mac:$x"
+               fi
+       done
+       unset IFS
+
+       # look for devices with matching mac address, and set DEVICE to
+       # appropriate value if match is found.
+
+       for device in /sys/class/net/*
+       do
+               if [ -f "$device/address" ]
+               then
+               current_mac=$(cat "$device/address")
+
+                       if [ "$bootif_mac" = "$current_mac" ]
+                       then
+                               DEVICE=${device##*/}
+                               break
+                       fi
+               fi
+       done
+       fi
+
+}
+
 do_netsetup ()
 {
        modprobe -q af_packet # For DHCP
@@ -14,52 +65,8 @@ do_netsetup ()
 
        if [ -z "${NETBOOT}" ] && [ -z "${FETCH}" ] && [ -z "${HTTPFS}" ] && [ -z "${FTPFS}" ]
        then
-               # support for Syslinux IPAPPEND parameter
-               # it sets the BOOTIF variable on the kernel parameter
-
-               if [ -n "${BOOTIF}" ]
-               then
-                       # pxelinux sets BOOTIF to a value based on the mac address of the
-                       # network card used to PXE boot, so use this value for DEVICE rather
-                       # than a hard-coded device name from initramfs.conf. this facilitates
-                       # network booting when machines may have multiple network cards.
-                       # pxelinux sets BOOTIF to 01-$mac_address
-
-                       # strip off the leading "01-", which isn't part of the mac
-                       # address
-                       temp_mac=${BOOTIF#*-}
-
-                       # convert to typical mac address format by replacing "-" with ":"
-                       bootif_mac=""
-                       IFS='-'
-                       for x in $temp_mac
-                       do
-                               if [ -z "$bootif_mac" ]
-                               then
-                                       bootif_mac="$x"
-                               else
-                                       bootif_mac="$bootif_mac:$x"
-                               fi
-                       done
-                       unset IFS
-
-                       # look for devices with matching mac address, and set DEVICE to
-                       # appropriate value if match is found.
-
-                       for device in /sys/class/net/*
-                       do
-                               if [ -f "$device/address" ]
-                               then
-                                       current_mac=$(cat "$device/address")
-
-                                       if [ "$bootif_mac" = "$current_mac" ]
-                                       then
-                                               DEVICE=${device##*/}
-                                               break
-                                       fi
-                               fi
-                       done
-               fi
+               # See if we can select the device from BOOTIF
+               Device_from_bootif
 
                # if ethdevice was not specified on the kernel command line
                # make sure we try to get a working network configuration
@@ -111,10 +118,6 @@ do_netsetup ()
                for interface in ${DEVICE}; do
                        ipconfig -t "$ETHDEV_TIMEOUT" ${interface} | tee /netboot-${interface}.config
 
-                       # squeeze
-                       [ -e /tmp/net-${interface}.conf ] && . /tmp/net-${interface}.conf
-
-                       # wheezy
                        [ -e /run/net-${interface}.conf ] && . /run/net-${interface}.conf
 
                        if [ "$IPV4ADDR" != "0.0.0.0" ]
@@ -129,10 +132,6 @@ do_netsetup ()
                # source relevant ipconfig output
                OLDHOSTNAME=${HOSTNAME}
 
-               # squeeze
-               [ -e /tmp/net-${interface}.conf ] && . /tmp/net-${interface}.conf
-
-               # wheezy
                [ -e /run/net-${interface}.conf ] && . /run/net-${interface}.conf
 
                [ -z ${HOSTNAME} ] && HOSTNAME=${OLDHOSTNAME}
index 098111c..c6de171 100755 (executable)
@@ -210,7 +210,7 @@ setup_unionfs ()
 
                if is_in_comma_sep_list overlay ${PERSISTENCE_METHOD}
                then
-                       overlays="${old_root_overlay_label} ${old_home_overlay_label} ${custom_overlay_label}"
+                       overlays="${custom_overlay_label}"
                fi
 
                local overlay_devices
@@ -222,18 +222,6 @@ setup_unionfs ()
                                media="$(echo ${media} | tr ":" " ")"
 
                                case ${media} in
-                                       ${old_root_overlay_label}=*)
-                                               device="${media#*=}"
-                                               fix_backwards_compatibility ${device} / union
-                                               overlay_devices="${overlay_devices} ${device}"
-                                               ;;
-
-                                       ${old_home_overlay_label}=*)
-                                               device="${media#*=}"
-                                               fix_backwards_compatibility ${device} /home bind
-                                               overlay_devices="${overlay_devices} ${device}"
-                                               ;;
-
                                        ${custom_overlay_label}=*)
                                                device="${media#*=}"
                                                overlay_devices="${overlay_devices} ${device}"
@@ -404,7 +392,7 @@ setup_unionfs ()
                # Close unused overlays (e.g. due to missing $persistence_list)
                for overlay in ${overlay_devices}
                do
-                       if echo ${used_overlays} | grep -qve "^\(.* \)\?${device}\( .*\)\?$"
+                       if echo ${used_overlays} | grep -qve "^\(.* \)\?${overlay}\( .*\)\?$"
                        then
                                close_persistence_media ${overlay}
                        fi
@@ -414,5 +402,5 @@ setup_unionfs ()
         # ensure that a potentially stray tmpfs gets removed
         # otherways, initramfs-tools is unable to remove /live
         # and fails to boot
-        umount /live/overlay || true
+        umount /live/overlay > /dev/null 2>&1 || true
 }
index 5a769ce..14fa4ef 100755 (executable)
@@ -26,31 +26,40 @@ Select_eth_device ()
 
        # Available Ethernet interfaces ?
        l_interfaces=""
-       echo "Waiting for ethernet card(s) up... If this fails, maybe the ethernet card is not supported by the kernel `uname -r`?"
-       while [ -z "$l_interfaces" ]
-       do
-               l_interfaces="$(cd /sys/class/net/ && ls -d eth* 2>/dev/null)"
-       done
 
-       if [ $(echo $l_interfaces | wc -w) -lt 2 ]
+       # See if we can derive the boot device
+       Device_from_bootif
+
+       if [ -z "$DEVICE" ]
        then
-               # only one interface : no choice
-               echo "DEVICE=$l_interfaces" >> /conf/param.conf
-               return
-       fi
+               echo "Waiting for ethernet card(s) up... If this fails, maybe the ethernet card is not supported by the kernel `uname -r`?"
+               while [ -z "$l_interfaces" ]
+               do
+                       l_interfaces="$(cd /sys/class/net/ && ls -d eth* 2>/dev/null)"
+               done
 
-       # If user force to use specific device, write it
-       for ARGUMENT in ${_CMDLINE}
-       do
-               case "${ARGUMENT}" in
-                       live-netdev=*)
+               if [ $(echo $l_interfaces | wc -w) -lt 2 ]
+               then
+                       # only one interface : no choice
+                       echo "DEVICE=$l_interfaces" >> /conf/param.conf
+                       return
+               fi
+
+               # If user force to use specific device, write it
+               for ARGUMENT in ${_CMDLINE}
+               do
+                       case "${ARGUMENT}" in
+                               live-netdev=*)
                                NETDEV="${ARGUMENT#live-netdev=}"
                                echo "DEVICE=$NETDEV" >> /conf/param.conf
                                echo "Found live-netdev parameter, forcing to to use network device $NETDEV."
                                return
                                ;;
-               esac
-       done
+                       esac
+               done
+       else
+               l_interfaces="$DEVICE"
+       fi
 
        found_eth_dev=""
        while true
index f3c62c5..be8bb32 100644 (file)
@@ -8,7 +8,7 @@ Additionally, this will allow us to abstract initramfs-tools
 integration to also support other initrd generators, such as
 dracut.
 
-Unfortunately, from a developers point of view, we could no
+Unfortunately, from a developers point of view, we could not
 finish this in time for wheezy, but we will finish this for
 jessie. Please excuse the sorry state of the 9990-* scripts.
 From a users point of view, it doesn't matter at all though.
@@ -17,8 +17,6 @@ From a users point of view, it doesn't matter at all though.
 Scripts overview
 ----------------
 
-00xx   initramfs "bootstrapping"
-
 0xxx   live-boot internals
 
 1xxx   find and mount rootfs