[Git-commits] [grml/live-boot-grml] d7668d: Fix cut-and-paste typo verify-checksums -> panic.

Evgeni Golov evgeni at golov.de
Thu Apr 10 08:33:22 CEST 2014


  Branch: refs/heads/debian
  Home:   https://github.com/grml/live-boot-grml
  Commit: d7668db8044bfb40034b0ecdd6c8f0c4710f8317
      https://github.com/grml/live-boot-grml/commit/d7668db8044bfb40034b0ecdd6c8f0c4710f8317
  Author: Trent W. Buck <twb at cyber.com.au>
  Date:   2014-02-10 (Mon, 10 Feb 2014)

  Changed paths:
    M components/9990-initramfs-tools.sh

  Log Message:
  -----------
  Fix cut-and-paste typo verify-checksums -> panic.


  Commit: 5c45c7b9faa2b6cc118d5efee4e96bb98dfed4ab
      https://github.com/grml/live-boot-grml/commit/5c45c7b9faa2b6cc118d5efee4e96bb98dfed4ab
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M components/9990-netbase.sh

  Log Message:
  -----------
  Properly check if $rc_server1 is not "0.0.0.0".


  Commit: e31d7cec9e48617a7509bab38cac32958f431d4e
      https://github.com/grml/live-boot-grml/commit/e31d7cec9e48617a7509bab38cac32958f431d4e
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M components/9990-main.sh
    M components/9990-netbase.sh

  Log Message:
  -----------
  Supporting resolvconf in the squashfs.

When resolvconf is used in the squashfs, /etc/resolv.conf is a symlink
to the generated version. Depending on the size of the squashfs and
other factors, sometimes we try to write to /etc/resolv.conf while it
still points to nirvana, as resolvconf did not generate it yet.

Instead of being racy and writing to a file which will be regenerated
anyways, let's detect resolvconf and write to its base file instead.

Initial detection idea by Mika Prokop <mika at grml.org>


  Commit: 28ca8298a10702e391e420975205a98450d4cf7d
      https://github.com/grml/live-boot-grml/commit/28ca8298a10702e391e420975205a98450d4cf7d
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

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

  Log Message:
  -----------
  Do not throw warnings when /tmp/custom_mounts.list does not exist.

When no device for an overlay can be found, /tmp/custom_mounts.list
won't be created and will produce warnings while booting:

  sort: /tmp/custom_mounts.list: No such file or directory
  rm: can't remove '/tmp/custom_mounts.list': No such file or directory

Properly handle this case by calling rm with the -f option and calling
sort only when the file exists.


  Commit: 9d1bd4c7298afb24469c87d53b1666333d07d4b2
      https://github.com/grml/live-boot-grml/commit/9d1bd4c7298afb24469c87d53b1666333d07d4b2
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  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/ja/live-boot.ja.7
    M manpages/ja/persistence.conf.ja.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/po/ja/live-boot.7.po
    M manpages/po/ja/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~alpha20-1.


  Commit: 5b63ac96dca2cfd2e1ad43a5719f1c2e03510263
      https://github.com/grml/live-boot-grml/commit/5b63ac96dca2cfd2e1ad43a5719f1c2e03510263
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M debian/rules

  Log Message:
  -----------
  Building with dh --parallel.


  Commit: 121de9686c7b644d224241c6fe323ac29cf7010a
      https://github.com/grml/live-boot-grml/commit/121de9686c7b644d224241c6fe323ac29cf7010a
  Author: Daniel Baumann <mail at daniel-baumann.ch>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  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/ja/live-boot.ja.7
    M manpages/ja/persistence.conf.ja.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/po/ja/live-boot.7.po
    M manpages/po/ja/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~alpha21-1.


  Commit: 3d474f82e4b76d73d86407c8945861fe3e3be8b5
      https://github.com/grml/live-boot-grml/commit/3d474f82e4b76d73d86407c8945861fe3e3be8b5
  Author: Evgeni Golov <evgeni at golov.de>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M VERSION
    M components/9990-initramfs-tools.sh
    M components/9990-main.sh
    M components/9990-misc-helpers.sh
    M components/9990-netbase.sh
    M components/9990-overlay.sh
    M debian/changelog
    M debian/rules
    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/ja/live-boot.ja.7
    M manpages/ja/persistence.conf.ja.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/po/ja/live-boot.7.po
    M manpages/po/ja/persistence.conf.5.po
    M manpages/pot/live-boot.7.pot
    M manpages/pot/persistence.conf.5.pot

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


Compare: https://github.com/grml/live-boot-grml/compare/983d4783b0ef...3d474f82e4b7


More information about the Git-commits mailing list