[Git-commits] [grml/live-boot-grml] 2648cb: Adding debian version 4.0~a1-1.

Evgeni Golov evgeni at grml.org
Sun Aug 18 12:59:50 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/grml/live-boot-grml
  Commit: 2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1
      https://github.com/grml/live-boot-grml/commit/2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M backends/initramfs-tools/live.hook
    M debian/changelog
    M debian/control
    M debian/copyright
    M debian/live-boot.bug-presubj
    M debian/rules
    M debian/source/options
    M manpages/bin/update-version.sh
    A manpages/de/live-boot.de.7
    A manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    A manpages/po/de/live-boot.7.po
    A manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/po4a.cfg
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot
    M scripts/boot/3010-verify-checksums
    M scripts/boot/3020-swapon
    M scripts/boot/9990-aaa-fixme.sh
    M scripts/boot/9990-fstab.sh
    M scripts/boot/9990-main.sh
    M scripts/boot/9990-misc-helpers.sh
    M scripts/boot/9990-mount-http.sh
    M scripts/boot/9990-mount-iscsi.sh
    M scripts/boot/9990-netbase.sh
    M scripts/boot/9990-networking.sh
    M scripts/boot/9990-overlay.sh

  Log Message:
  -----------
  Adding debian version 4.0~a1-1.


  Commit: 63a94b2bfcc454b05ead6e06f08363e4f6ac3b71
      https://github.com/grml/live-boot-grml/commit/63a94b2bfcc454b05ead6e06f08363e4f6ac3b71
  Author: Tails developers <amnesia at boum.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh
    M scripts/boot/9990-overlay.sh

  Log Message:
  -----------
  Making the /live to /lib/live move for the persistence code.

Exposing /lib/live/mount/persistence in user-space is highly relevant
for the (soon-to-come) tool for activating persistence post-initramfs.
We want to use the same persistence code for both scenarios, and avoid
using different cases for them, so we make it only use /lib/live.

Similarly we also make sure that persistence modes using unions use
the same copy-on-write dir or "overlay" (i.e. /lib/live/mount/overlay)
in order to make them work as intended.


  Commit: 0c19af3ab06b80595764a28331ca459e25075adf
      https://github.com/grml/live-boot-grml/commit/0c19af3ab06b80595764a28331ca459e25075adf
  Author: Tails developers <amnesia at boum.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Handling already mounted persistence backing media correctly.

I.e. treat the case where a backing media already had been mounted in
the expected place like a success (by printing the mount dir). This
doesn't fix any bug in live-boot, but it will come in handy for the
(soon-to-come) script for activating custom persistence in user-space.

While we're at it, document this function.


  Commit: 82b09bfb04c51925877df3c5b8efaac9db6d4e5b
      https://github.com/grml/live-boot-grml/commit/82b09bfb04c51925877df3c5b8efaac9db6d4e5b
  Author: Tails developers <amnesia at boum.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-overlay.sh

  Log Message:
  -----------
  Fixing persistence-media option when no devices are attached.

Earlier, if it was set to e.g. 'removable-usb' and no USB storage was
connected, $whitelistdev would be empty, which is interpreted like all
devices are ok by the rest of the code.


  Commit: d7c33ee024a4c044345e9d5b79ad039c8dafd8cd
      https://github.com/grml/live-boot-grml/commit/d7c33ee024a4c044345e9d5b79ad039c8dafd8cd
  Author: Tails developers <amnesia at boum.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh
    M scripts/boot/9990-mount-http.sh
    M scripts/boot/9990-mount-iscsi.sh
    M scripts/boot/9990-overlay.sh

  Log Message:
  -----------
  Using 'local' in a safe way.

First of all, 'local' is non-POSIX, but it is a really good safeguard
against hard-to-find bugs. However, doing a local + initializing combo
like `local X=$Y` in dash is error prone. If `Y=1 2` will get an error
since dash will expand $Y so we get `local X=1 2`, but it will treat
the "2" as another variable to be made local, which isn't what we
want. Hence, let's declare variables local and initialize them in
separate commands, which is safe.


  Commit: 78fe3eb13986978964b0822952ebfde69d1fc5f7
      https://github.com/grml/live-boot-grml/commit/78fe3eb13986978964b0822952ebfde69d1fc5f7
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Adding 3.0~b9-1 changelog entries.


  Commit: 52743c6f2492864af34deafb5614747afed7b28f
      https://github.com/grml/live-boot-grml/commit/52743c6f2492864af34deafb5614747afed7b28f
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a2-1.


  Commit: 5937aa7e8492c259f8aa636aaceb06bee3463bed
      https://github.com/grml/live-boot-grml/commit/5937aa7e8492c259f8aa636aaceb06bee3463bed
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M debian/control

  Log Message:
  -----------
  Adding live-tools to recommends.


  Commit: 19c72d400121fec31ca4dfa5f44998510460225b
      https://github.com/grml/live-boot-grml/commit/19c72d400121fec31ca4dfa5f44998510460225b
  Author: Michal Suchanek <hramrach at gmail.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M backends/initramfs-tools/live.hook
    M scripts/boot/9990-cmdline-old
    M scripts/boot/9990-main.sh
    M scripts/boot/9990-overlay.sh

  Log Message:
  -----------
  Including util-linux mount in initramfs.


  Commit: 69f09ebf1e8cd94608496ae11121a31e0cc24a6f
      https://github.com/grml/live-boot-grml/commit/69f09ebf1e8cd94608496ae11121a31e0cc24a6f
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-cmdline-old
    M scripts/boot/9990-main.sh

  Log Message:
  -----------
  Making overwriting of /bin/mount within initramfs with mount.util-linux dependent on fuse usage, not on some additional boot parameter.


  Commit: 2eb1a16b961a927e9739ef5a940c4993c8b3e396
      https://github.com/grml/live-boot-grml/commit/2eb1a16b961a927e9739ef5a940c4993c8b3e396
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M debian/live-boot.bug-presubj

  Log Message:
  -----------
  Correcting spelling typo in bug script.


  Commit: 29a0f009f92536dda908310d2b0fabfbc6e6fac4
      https://github.com/grml/live-boot-grml/commit/29a0f009f92536dda908310d2b0fabfbc6e6fac4
  Author: Richard Nelson <unixabg at gmail.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Update manpage information of ip= param to correctly reflect what 9990-netbase.sh expects.


  Commit: 6278342c98243784d0da01e9db7a7146480ce25b
      https://github.com/grml/live-boot-grml/commit/6278342c98243784d0da01e9db7a7146480ce25b
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Cleaning up manpage po files.


  Commit: b48b1a853f10c81757237d28215fed8ec985cb0f
      https://github.com/grml/live-boot-grml/commit/b48b1a853f10c81757237d28215fed8ec985cb0f
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Adding 3.0~b10-1 changelog entries.


  Commit: 793fcecadd13abdf5a3b028e9a0357a5599e4fed
      https://github.com/grml/live-boot-grml/commit/793fcecadd13abdf5a3b028e9a0357a5599e4fed
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a3-1.


  Commit: a0bd205e3bfbd97dec4a3c296176c8afa8ffccc4
      https://github.com/grml/live-boot-grml/commit/a0bd205e3bfbd97dec4a3c296176c8afa8ffccc4
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M debian/copyright

  Log Message:
  -----------
  Updating year in copyright file.


  Commit: 5e1409e5f6e035127374d7468f20403c2c9a4b55
      https://github.com/grml/live-boot-grml/commit/5e1409e5f6e035127374d7468f20403c2c9a4b55
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/3010-verify-checksums

  Log Message:
  -----------
  Supporting legacy filenames for checksums in debian within verify-checksums.


  Commit: 732fb38022091e4cee4768dacdd8dce10980b241
      https://github.com/grml/live-boot-grml/commit/732fb38022091e4cee4768dacdd8dce10980b241
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/3010-verify-checksums

  Log Message:
  -----------
  Correcting legacy filename for checksum files.


  Commit: d3a7964c4e601efc0fdbe700e52d317d1d77d6a0
      https://github.com/grml/live-boot-grml/commit/d3a7964c4e601efc0fdbe700e52d317d1d77d6a0
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M backends/initramfs-tools/live.hook

  Log Message:
  -----------
  By default including sha256sum only in progress-linux, keep md5sum legacy for debian.


  Commit: 0b682345ae4214de87be1391a1f377520c78845b
      https://github.com/grml/live-boot-grml/commit/0b682345ae4214de87be1391a1f377520c78845b
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Adding 3.0~b11-1 changelog entries.


  Commit: 807aa6389f094accf58d6b4b654679d1dcbc84aa
      https://github.com/grml/live-boot-grml/commit/807aa6389f094accf58d6b4b654679d1dcbc84aa
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a4-1.


  Commit: 1b5ce4e2497ae5fd104469ca1f2d5a4cca5c0a0d
      https://github.com/grml/live-boot-grml/commit/1b5ce4e2497ae5fd104469ca1f2d5a4cca5c0a0d
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/bin/update-version.sh
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po

  Log Message:
  -----------
  Updating manpage year handling for 2013.


  Commit: ad7f1c680c596957ee4233309a61e0c07590b5a6
      https://github.com/grml/live-boot-grml/commit/ad7f1c680c596957ee4233309a61e0c07590b5a6
  Author: Richard Nelson <unixabg at gmail.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Replace noprompt with noeject on manpage.


  Commit: 21e3499bcbfeb06818b1a3c8943ebfaff55cb873
      https://github.com/grml/live-boot-grml/commit/21e3499bcbfeb06818b1a3c8943ebfaff55cb873
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Updating noeject description in manpage.


  Commit: 6780ea582489066294e1347b20a1e1e8293a3840
      https://github.com/grml/live-boot-grml/commit/6780ea582489066294e1347b20a1e1e8293a3840
  Author: chals <chals at altorricon.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/es/live-boot.es.7
    M manpages/po/es/live-boot.7.po

  Log Message:
  -----------
  Updating Spanish translation in respect to noeject.


  Commit: f4aadb9d7cd810a18157c78594adf6fa82e3b6f6
      https://github.com/grml/live-boot-grml/commit/f4aadb9d7cd810a18157c78594adf6fa82e3b6f6
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M debian/rules
    M debian/source/options

  Log Message:
  -----------
  Dropping dpkg compression level.


  Commit: 866ab983856d14da240d80dc9091ee422c59937b
      https://github.com/grml/live-boot-grml/commit/866ab983856d14da240d80dc9091ee422c59937b
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Calling df with -P to avoid line wraps with overly long mountpoints.


  Commit: 78e2ed8b01e5b73e4cdec6177d06648ef87c66a8
      https://github.com/grml/live-boot-grml/commit/78e2ed8b01e5b73e4cdec6177d06648ef87c66a8
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-netbase.sh

  Log Message:
  -----------
  Removing some dead code in netbase parts.


  Commit: cc092da4c7a07d9370c5d0c7129fb02aa910b736
      https://github.com/grml/live-boot-grml/commit/cc092da4c7a07d9370c5d0c7129fb02aa910b736
  Author: Gaudenz Steinlin <gaudenz at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Fixing support for multiple squashfs images (Closes: #696494).


  Commit: 9555545410914f4f6cf1b1c00bb4a5b5dfe2b5cc
      https://github.com/grml/live-boot-grml/commit/9555545410914f4f6cf1b1c00bb4a5b5dfe2b5cc
  Author: Gaudenz Steinlin <gaudenz at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-main.sh
    M scripts/boot/9990-misc-helpers.sh
    M scripts/boot/9990-overlay.sh

  Log Message:
  -----------
  Fixing mounting of rootfs, cow and medium filesystems (Closes: #696495).


  Commit: ce12b482343b4fc90268bba70aa37869a525c99b
      https://github.com/grml/live-boot-grml/commit/ce12b482343b4fc90268bba70aa37869a525c99b
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Adding 3.0.0-1 changelog entries.


  Commit: bd0059f36bacbf75006a9d700e32b3bd1b69d192
      https://github.com/grml/live-boot-grml/commit/bd0059f36bacbf75006a9d700e32b3bd1b69d192
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Updating manpage for persistence-label, thanks to Mike Gach <gach.mqt at gmail.com> (Closes: #697873).


  Commit: b15911cae52e22215e442a484756380e8ce65c2d
      https://github.com/grml/live-boot-grml/commit/b15911cae52e22215e442a484756380e8ce65c2d
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a5-1.


  Commit: 9d208783c3ce15f9240efd78602e5ae6fe30e590
      https://github.com/grml/live-boot-grml/commit/9d208783c3ce15f9240efd78602e5ae6fe30e590
  Author: chals <chals at altorricon.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Updating Spanish translation of live-boot man page, persistence-label.


  Commit: 2c5e9f3179dcbe075a2b5cbb2b831d21daa5ccce
      https://github.com/grml/live-boot-grml/commit/2c5e9f3179dcbe075a2b5cbb2b831d21daa5ccce
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Adding 3.0.1-1 changelog entries.


  Commit: bc62502e4cbe0944a9ee10cc3c7fc93ae11238bb
      https://github.com/grml/live-boot-grml/commit/bc62502e4cbe0944a9ee10cc3c7fc93ae11238bb
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a6-1.


  Commit: 54902399948caafc424dee2f6453c6598a1d926c
      https://github.com/grml/live-boot-grml/commit/54902399948caafc424dee2f6453c6598a1d926c
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-overlay.sh

  Log Message:
  -----------
  Silencing unmounting of potentially stray tmpfs on /live/overlay.


  Commit: 2908ddf3d6157b996b516f9e28b2fba49846bd99
      https://github.com/grml/live-boot-grml/commit/2908ddf3d6157b996b516f9e28b2fba49846bd99
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Making loadkeys call quiet in order to not mess-up persistence, thanks to stack <stack at inventati.org> (Closes: #700902).


  Commit: 8bea91806e321b8fdcba43dd2808720054794734
      https://github.com/grml/live-boot-grml/commit/8bea91806e321b8fdcba43dd2808720054794734
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a7-1.


  Commit: 02006eaef8a220c3740a4e4f9a7d53f352f9c193
      https://github.com/grml/live-boot-grml/commit/02006eaef8a220c3740a4e4f9a7d53f352f9c193
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M backends/initramfs-tools/live.script
    R scripts/boot/0020-initramfs-tools
    M scripts/boot/FIXME

  Log Message:
  -----------
  Moving initramfs-tools entry-point to backends.


  Commit: c99ac9f26c0c70f412844095c9d87d9c1357cb6b
      https://github.com/grml/live-boot-grml/commit/c99ac9f26c0c70f412844095c9d87d9c1357cb6b
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    A backends/dracut/live.script
    R scripts/boot/0010-dracut

  Log Message:
  -----------
  Moving dracut entry-point stub to backends.


  Commit: e66968e72746e4f3e5375e873debe0b42a979707
      https://github.com/grml/live-boot-grml/commit/e66968e72746e4f3e5375e873debe0b42a979707
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M backends/initramfs-tools/live.hook

  Log Message:
  -----------
  Dropping pre-squeeze udev conditionals in initramfs-tools hook.


  Commit: 3a59cebc482d5590085562b7651ce29a57661985
      https://github.com/grml/live-boot-grml/commit/3a59cebc482d5590085562b7651ce29a57661985
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M backends/dracut/live.script
    M backends/initramfs-tools/live.script

  Log Message:
  -----------
  Dropping conditionals in backend, stuff is either there or not but not nothing in between.


  Commit: 9527df9780af4629c34ffc2dea5a26e2886bb268
      https://github.com/grml/live-boot-grml/commit/9527df9780af4629c34ffc2dea5a26e2886bb268
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M Makefile
    M manpages/Makefile
    M scripts/boot/FIXME

  Log Message:
  -----------
  Correcting spelling typos, thanks to Adam D. Barratt <adam at adam-barratt.org.uk>.


  Commit: deabeeebb6d02b144cc9002c14bb6fca33c95ceb
      https://github.com/grml/live-boot-grml/commit/deabeeebb6d02b144cc9002c14bb6fca33c95ceb
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Fixing invalid syntax in test for opt_link.


  Commit: ac1719f138a34e2348051859080afd2f1fbd2429
      https://github.com/grml/live-boot-grml/commit/ac1719f138a34e2348051859080afd2f1fbd2429
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-overlay.sh

  Log Message:
  -----------
  Checking for ${overlay}, not ${device} when trying to close ${overlay}.


  Commit: 097e8a5c6014397e9624b9e55b76026da59dabfb
      https://github.com/grml/live-boot-grml/commit/097e8a5c6014397e9624b9e55b76026da59dabfb
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Transforming link targets so they work after the mount was moved (Closes: #702421).


  Commit: 4c681f2fb4c4043932c9f1acf31f649c13ab5486
      https://github.com/grml/live-boot-grml/commit/4c681f2fb4c4043932c9f1acf31f649c13ab5486
  Author: Daniel Baumann <daniel at debian.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a8-1.


  Commit: 876d3efe810dc51b1a3e964afe06b5a2457be13c
      https://github.com/grml/live-boot-grml/commit/876d3efe810dc51b1a3e964afe06b5a2457be13c
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M bin/live-swapfile
    M debian/changelog
    M debian/control
    M debian/copyright
    M manpages/bin/update-version.sh
    M manpages/de/live-boot.de.7
    M manpages/en/live-boot.7
    M manpages/es/live-boot.es.7
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/pot/live-boot.7.pot

  Log Message:
  -----------
  Removing all references to my old email address.


  Commit: e77f47ca9964b83a76e183ea653dd91402a6757b
      https://github.com/grml/live-boot-grml/commit/e77f47ca9964b83a76e183ea653dd91402a6757b
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a9-1.


  Commit: bcb91e3cacfe5375539e0becba9421a9c8c53c5d
      https://github.com/grml/live-boot-grml/commit/bcb91e3cacfe5375539e0becba9421a9c8c53c5d
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M debian/control
    M debian/copyright
    M debian/live-boot.bug-presubj
    M manpages/bin/update-version.sh
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot
    M scripts/boot/9990-initramfs-tools.sh

  Log Message:
  -----------
  Debranding package for derivatives.


  Commit: 947290a2a0c11f6c37283b40d9b7a9ae89fc8a47
      https://github.com/grml/live-boot-grml/commit/947290a2a0c11f6c37283b40d9b7a9ae89fc8a47
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Fixing condition for setting rootfs_dest_backing.

The fix for the opt_link check in d5ed942 broke the code as it inverted the
meaning. Previously it ran the code iff opt_link was empty, as [ -n ] is
true. In the case opt_link was not empty, the code evaluated to [ -n foo],
which is invalid syntax and thus false. This, however, was almost the expected
behaviour, as rootfs_dest_backing is needed for opt_union and (in read-only
mode) for opt_link.


  Commit: 0f10a899281806360e427b5cfdd0474c8bad2d85
      https://github.com/grml/live-boot-grml/commit/0f10a899281806360e427b5cfdd0474c8bad2d85
  Author: Michael Stummvoll <michael at stummi.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Simplifying if statement in is_live_system function.


  Commit: d93e867ac670b8345d154ccbd04b28d1c0291da1
      https://github.com/grml/live-boot-grml/commit/d93e867ac670b8345d154ccbd04b28d1c0291da1
  Author: Michael Stummvoll <michael at stummi.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Fixing a bug with multiple files in is_live_path after the last commit.

The version in the last commit has a bug handling multiple files in
is_live_path, the fix introduces file_pattern_matches() which checks for $1
only. So even if there are multiple files matching the pattern only the first
one will go into the [ -e ... ] expression.


  Commit: e688496fdc1baf6cc7d2b01f3752e519e038d975
      https://github.com/grml/live-boot-grml/commit/e688496fdc1baf6cc7d2b01f3752e519e038d975
  Author: Michael Stummvoll <michael at stummi.org>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Using is_live_path() in mount_images_in_directory() to avoid redundant logic.

mount_images_in_directory() had is own logic for checking if this is a live
path which was redundant, so I used is_live_path().


  Commit: d526ac1477a4ae82ad86745c95999070ff3ff6d0
      https://github.com/grml/live-boot-grml/commit/d526ac1477a4ae82ad86745c95999070ff3ff6d0
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a10-1.


  Commit: d09cad76d855cb04bb7deaea3b9e2eb925d0a962
      https://github.com/grml/live-boot-grml/commit/d09cad76d855cb04bb7deaea3b9e2eb925d0a962
  Author: chals <chals at altorricon.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Updating dates in man pages.


  Commit: 27c458b8e911174e4ba4f4bc3c4c9f8ac21902e4
      https://github.com/grml/live-boot-grml/commit/27c458b8e911174e4ba4f4bc3c4c9f8ac21902e4
  Author: chals <chals at altorricon.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/es/live-boot.es.7
    M manpages/po/es/live-boot.7.po

  Log Message:
  -----------
  Updating the Spanish translation of live-boot man page.


  Commit: 3d95006f11c048f830cbc41f205fe07eba8a6641
      https://github.com/grml/live-boot-grml/commit/3d95006f11c048f830cbc41f205fe07eba8a6641
  Author: chals <chals at altorricon.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/es/persistence.conf.es.5
    M manpages/po/es/persistence.conf.5.po

  Log Message:
  -----------
  Updating the Spanish translation of persistence.conf man page.


  Commit: 53bb5b1c1f1747f2a4fb0e31321a85302692c920
      https://github.com/grml/live-boot-grml/commit/53bb5b1c1f1747f2a4fb0e31321a85302692c920
  Author: chals <chals at altorricon.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po

  Log Message:
  -----------
  Fixing the use of one preposition in the Spanish translation of the man pages.


  Commit: cdeea6bf8b114e499c650e14549fd0affd5d5b4a
      https://github.com/grml/live-boot-grml/commit/cdeea6bf8b114e499c650e14549fd0affd5d5b4a
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    A scripts/boot/0010-debug
    A scripts/boot/0020-read-only
    A scripts/boot/0030-verify-checksums
    R scripts/boot/0110-debug
    R scripts/boot/0120-read-only
    R scripts/boot/3010-verify-checksums

  Log Message:
  -----------
  Renumbering the first three early scripts.


  Commit: 38c96516f54ed40e8d3355a639afb0d956fd0a3b
      https://github.com/grml/live-boot-grml/commit/38c96516f54ed40e8d3355a639afb0d956fd0a3b
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M backends/dracut/live.script
    M backends/initramfs-tools/live.script
    M scripts/boot/9990-main.sh

  Log Message:
  -----------
  Renaming main function to live for consistent namespace.


  Commit: e8782adb7f44b66854abbf95ddb9b64e9f6f3ec7
      https://github.com/grml/live-boot-grml/commit/e8782adb7f44b66854abbf95ddb9b64e9f6f3ec7
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-cmdline-old

  Log Message:
  -----------
  Correcting leftovers from old variable handling for BOOTIF, thanks to Andrew Jeffery <andrewj at avalon.com.au> (Closes: #703743).


  Commit: 10f4622807f9f90514c15445f7ecc1a083c10289
      https://github.com/grml/live-boot-grml/commit/10f4622807f9f90514c15445f7ecc1a083c10289
  Author: Andrew Jeffery <andrewj at avalon.com.au>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-networking.sh
    M scripts/boot/9990-select-eth-device.sh

  Log Message:
  -----------
  Select BOOTIF device if defined for netboot (Closes: #703744).

Avoid probing all the devices again if we know which device we've booted
from.


  Commit: 414e4627258b77b83e822312284d3f385a04f768
      https://github.com/grml/live-boot-grml/commit/414e4627258b77b83e822312284d3f385a04f768
  Author: Andrew Jeffery <andrewj at avalon.com.au>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-mount-cifs.sh

  Log Message:
  -----------
  Don't quote $CIFSOPTS for mount.cifs (Closes: #703746).

Quoting $CIFSOPTS passed the literal string "-o user=root,password=" to
mount.cifs, killing mount.cifs with a SIGSEGV. Rather, -o should be
properly space delimited by passing $CIFSOPTS unquoted for options to be
parsed correctly.


  Commit: f075db09a9627c36c0068471dd5a6ac38163ed09
      https://github.com/grml/live-boot-grml/commit/f075db09a9627c36c0068471dd5a6ac38163ed09
  Author: Peter Schaefer <peter.schaefer at physik.hu-berlin.de>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Adding support for luks persistence with persistence files (Closes: #701614).


  Commit: 509faa55596db4de7cb5aad53181398fa589fa4f
      https://github.com/grml/live-boot-grml/commit/509faa55596db4de7cb5aad53181398fa589fa4f
  Author: David Hare <davidahare at gmail.com>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M scripts/boot/9990-misc-helpers.sh

  Log Message:
  -----------
  Also blacklisting findiso and fromiso devices for luks file persistence.


  Commit: ec0e4a0854514fa9d8b0b082ff0cb16900a1786e
      https://github.com/grml/live-boot-grml/commit/ec0e4a0854514fa9d8b0b082ff0cb16900a1786e
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a11-1.


  Commit: 5fdb3a69e6d2c158548130a48599a88e4d803f6d
      https://github.com/grml/live-boot-grml/commit/5fdb3a69e6d2c158548130a48599a88e4d803f6d
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M manpages/de/live-boot.de.7
    M manpages/en/live-boot.7
    M manpages/es/live-boot.es.7
    M manpages/po/de/live-boot.7.po
    M manpages/po/es/live-boot.7.po
    M manpages/pot/live-boot.7.pot

  Log Message:
  -----------
  Updating manpage wrt/ quickreboot (Closes: #706686).


  Commit: 69a2504ef668f71120f801e2f3ba445c64644559
      https://github.com/grml/live-boot-grml/commit/69a2504ef668f71120f801e2f3ba445c64644559
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-07 (Tue, 07 May 2013)

  Changed paths:
    M scripts/boot/9990-main.sh
    M scripts/boot/9990-mount-http.sh

  Log Message:
  -----------
  Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs to make it active (Closes: #707116).


  Commit: 957eb9528a0ebd10e26897de3b3d6f95cd980819
      https://github.com/grml/live-boot-grml/commit/957eb9528a0ebd10e26897de3b3d6f95cd980819
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-07 (Tue, 07 May 2013)

  Changed paths:
    M scripts/boot/9990-mount-http.sh

  Log Message:
  -----------
  Further guarding overwriting of /bin/mount by making it dependent on the existence of /bin/mount.util-linux.


  Commit: a8d937b9b0044b27091b545bb4d75e10f2dcbb2a
      https://github.com/grml/live-boot-grml/commit/a8d937b9b0044b27091b545bb4d75e10f2dcbb2a
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-07 (Tue, 07 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a12-1.


  Commit: 057d800269a81e5218d5bf38b42cb18d8399b290
      https://github.com/grml/live-boot-grml/commit/057d800269a81e5218d5bf38b42cb18d8399b290
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M scripts/boot/9990-mount-http.sh

  Log Message:
  -----------
  Increasing tftp blocksize to maximum value per RFC 2348, thanks to Vincent Smeets <Vincent.VSmeets at gmail.com> (Closes: #709887).


  Commit: 775e21cd4334697ee8d4fb0e5677e3601d61cfdc
      https://github.com/grml/live-boot-grml/commit/775e21cd4334697ee8d4fb0e5677e3601d61cfdc
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M VERSION
    M debian/changelog
    M manpages/de/live-boot.de.7
    M manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    M manpages/po/de/live-boot.7.po
    M manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

  Log Message:
  -----------
  Releasing debian version 4.0~a13-1.


  Commit: ac4897c1fa93c47ae0bf8811bd6c9c46bebacd43
      https://github.com/grml/live-boot-grml/commit/ac4897c1fa93c47ae0bf8811bd6c9c46bebacd43
  Author: Evgeni Golov <sargentd at die-welt.net>
  Date:   2013-08-12 (Mon, 12 Aug 2013)

  Changed paths:
    M Makefile
    M VERSION
    A backends/dracut/live.script
    M backends/initramfs-tools/live.hook
    M backends/initramfs-tools/live.script
    M bin/live-swapfile
    M debian/changelog
    M debian/control
    M debian/copyright
    M debian/live-boot.bug-presubj
    M manpages/Makefile
    M manpages/bin/update-version.sh
    A manpages/de/live-boot.de.7
    A manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    A manpages/po/de/live-boot.7.po
    A manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/po4a.cfg
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot
    A scripts/boot/0010-debug
    R scripts/boot/0010-dracut
    R scripts/boot/0020-initramfs-tools
    A scripts/boot/0020-read-only
    A scripts/boot/0030-verify-checksums
    R scripts/boot/0110-debug
    R scripts/boot/0120-read-only
    R scripts/boot/3010-verify-checksums
    M scripts/boot/3020-swapon
    M scripts/boot/9990-aaa-fixme.sh
    M scripts/boot/9990-cmdline-old
    M scripts/boot/9990-fstab.sh
    M scripts/boot/9990-initramfs-tools.sh
    M scripts/boot/9990-main.sh
    M scripts/boot/9990-misc-helpers.sh
    M scripts/boot/9990-mount-cifs.sh
    M scripts/boot/9990-mount-http.sh
    M scripts/boot/9990-networking.sh
    M scripts/boot/9990-overlay.sh
    M scripts/boot/9990-select-eth-device.sh
    M scripts/boot/FIXME

  Log Message:
  -----------
  Merge remote-tracking branch 'live-systems/debian' into debian-next


  Commit: 895b356b249e9b1196d180a43c2e6601fab1b158
      https://github.com/grml/live-boot-grml/commit/895b356b249e9b1196d180a43c2e6601fab1b158
  Author: Evgeni Golov <sargentd at die-welt.net>
  Date:   2013-08-12 (Mon, 12 Aug 2013)

  Changed paths:
    M Makefile
    M VERSION
    A backends/dracut/live.script
    M backends/initramfs-tools/live.hook
    M backends/initramfs-tools/live.script
    M bin/live-swapfile
    M debian/changelog
    M debian/control
    M debian/copyright
    M debian/live-boot-grml.bug-presubj
    M manpages/Makefile
    M manpages/bin/update-version.sh
    A manpages/de/live-boot.de.7
    A manpages/de/persistence.conf.de.5
    M manpages/en/live-boot.7
    M manpages/en/persistence.conf.5
    M manpages/es/live-boot.es.7
    M manpages/es/persistence.conf.es.5
    A manpages/po/de/live-boot.7.po
    A manpages/po/de/persistence.conf.5.po
    M manpages/po/es/live-boot.7.po
    M manpages/po/es/persistence.conf.5.po
    M manpages/po4a.cfg
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot
    A scripts/boot/0010-debug
    R scripts/boot/0010-dracut
    R scripts/boot/0020-initramfs-tools
    A scripts/boot/0020-read-only
    A scripts/boot/0030-verify-checksums
    R scripts/boot/0110-debug
    R scripts/boot/0120-read-only
    R scripts/boot/3010-verify-checksums
    M scripts/boot/3020-swapon
    M scripts/boot/9990-aaa-fixme.sh
    M scripts/boot/9990-cmdline-old
    M scripts/boot/9990-fstab.sh
    M scripts/boot/9990-initramfs-tools.sh
    M scripts/boot/9990-main.sh
    M scripts/boot/9990-misc-helpers.sh
    M scripts/boot/9990-mount-cifs.sh
    M scripts/boot/9990-mount-http.sh
    M scripts/boot/9990-networking.sh
    M scripts/boot/9990-overlay.sh
    M scripts/boot/9990-select-eth-device.sh
    M scripts/boot/FIXME

  Log Message:
  -----------
  Merge branch 'debian-next' into master-next


  Commit: ba11a22b5e786b2a54f7b463e98124818be3994b
      https://github.com/grml/live-boot-grml/commit/ba11a22b5e786b2a54f7b463e98124818be3994b
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-08-12 (Mon, 12 Aug 2013)

  Changed paths:
    R debian/patches/101_fix-test-for-opt_link.patch
    R debian/patches/102_check-for-overlay-not-device.patch
    R debian/patches/103_transform-link-targets.patch
    R debian/patches/104_set-rootfs_dest_backing.patch

  Log Message:
  -----------
  drop patches that were previously backported from the 4.x upstream branch


  Commit: 0f4bae968330404f4d870cf694707ad0c60289b4
      https://github.com/grml/live-boot-grml/commit/0f4bae968330404f4d870cf694707ad0c60289b4
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-08-12 (Mon, 12 Aug 2013)

  Changed paths:
    M debian/patches/series

  Log Message:
  -----------
  also remove patches from series file


  Commit: 5eca029801201abc08b55da5f5d61ee308e8e4bb
      https://github.com/grml/live-boot-grml/commit/5eca029801201abc08b55da5f5d61ee308e8e4bb
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-08-13 (Tue, 13 Aug 2013)

  Changed paths:
    M debian/patches/05_boot_failure_message_grml.patch
    M debian/patches/39_persistence_with_forensic.patch

  Log Message:
  -----------
  refresh patches against new upstream


  Commit: 2130827a370a3721ca59331bfe2341696e909e8f
      https://github.com/grml/live-boot-grml/commit/2130827a370a3721ca59331bfe2341696e909e8f
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-08-13 (Tue, 13 Aug 2013)

  Changed paths:
    R debian/patches/42_restore_support_for_custom-ov_persistence.patch
    A debian/patches/42_restore_support_for_old_persistence.patch
    M debian/patches/series

  Log Message:
  -----------
  more forwardporting \o/


  Commit: 3a80a92d963e648134bb2dbac5d410a100959498
      https://github.com/grml/live-boot-grml/commit/3a80a92d963e648134bb2dbac5d410a100959498
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-08-14 (Wed, 14 Aug 2013)

  Changed paths:
    M debian/patches/12_uuid_support.patch

  Log Message:
  -----------
  refresh debian/patches/12_uuid_support.patch


  Commit: eae42969c6f684a71e2aa812eaa449f3e64a33fc
      https://github.com/grml/live-boot-grml/commit/eae42969c6f684a71e2aa812eaa449f3e64a33fc
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-08-14 (Wed, 14 Aug 2013)

  Changed paths:
    M debian/patches/26_support_dns_bootoption.patch

  Log Message:
  -----------
  refresh 26_support_dns_bootoption.patch


  Commit: e6023f88643ce262dfb45b46c50b850c7f3399d7
      https://github.com/grml/live-boot-grml/commit/e6023f88643ce262dfb45b46c50b850c7f3399d7
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-08-14 (Wed, 14 Aug 2013)

  Changed paths:
    M debian/patches/27_support_static_ip.patch

  Log Message:
  -----------
  refresh 27_support_static_ip.patch


  Commit: 86c961a6bce6c5f260153b5b38efb975cb5e3035
      https://github.com/grml/live-boot-grml/commit/86c961a6bce6c5f260153b5b38efb975cb5e3035
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2013-08-18 (Sun, 18 Aug 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  update changelog


Compare: https://github.com/grml/live-boot-grml/compare/d6df506b8895...86c961a6bce6


More information about the Git-commits mailing list