[Git-commits] [grml/live-boot-grml] d73c5d: Check /etc/live/boot.conf exist before trying copy

Michael Prokop mika at grml.org
Sun Mar 26 10:26:54 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/grml/live-boot-grml
  Commit: d73c5d56245abaf723a322d450f56432f9f4574d
      https://github.com/grml/live-boot-grml/commit/d73c5d56245abaf723a322d450f56432f9f4574d
  Author: Kristian Klausen <klausenbusk at hotmail.com>
  Date:   2016-07-05 (Tue, 05 Jul 2016)

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

  Log Message:
  -----------
  Check /etc/live/boot.conf exist before trying copy

Last commit (b98d289f42) wasn't tested properly.
If /etc/live/boot.conf didn't existed initramfs generating would fail,
now we test if it exist. We don't need to test if /etc/live/boot exist,
as it is created by live-boot.postinst.


  Commit: c409a25547af9661360a233a3cb34a65f8d1f122
      https://github.com/grml/live-boot-grml/commit/c409a25547af9661360a233a3cb34a65f8d1f122
  Author: Kristian Klausen <klausenbusk at hotmail.com>
  Date:   2016-09-26 (Mon, 26 Sep 2016)

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

  Log Message:
  -----------
  Add FAT ascii iocharset support

FAT use ascii as default iocharset starting from 4.7.2-1, so we need
the nls_ascii kernel module else the kernel can't mount the partition
and mount the squashfs.
https://packages.qa.debian.org/l/linux/news/20160829T000024Z.html


  Commit: 7d04ce60d068e350c41ba5f0bb03d5f3d7ccbc5d
      https://github.com/grml/live-boot-grml/commit/7d04ce60d068e350c41ba5f0bb03d5f3d7ccbc5d
  Author: Raphaël Hertzog <hertzog at debian.org>
  Date:   2017-01-12 (Thu, 12 Jan 2017)

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

  Log Message:
  -----------
  Fix typo in nls_ascii module (nls_asci -> nls_ascii)

Mistake introduced in c409a25547af9661360a233a3cb34a65f8d1f122.


  Commit: 061976c3efb6c2ee8c543f36e9965292dc0aa06a
      https://github.com/grml/live-boot-grml/commit/061976c3efb6c2ee8c543f36e9965292dc0aa06a
  Author: Raphaël Hertzog <hertzog at debian.org>
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Add missing changelog entries


  Commit: b88a8daf9afb800e4ebee799b82e921a216b6e53
      https://github.com/grml/live-boot-grml/commit/b88a8daf9afb800e4ebee799b82e921a216b6e53
  Author: Evgeni Golov <evgeni at debian.org>
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
    M components/9990-cmdline-old
    M components/9990-netbase.sh
    M debian/changelog

  Log Message:
  -----------
  fix nodhcp option to actually force DHCP off

patch based on the one in Grml and the input of Frank Lillo

Thanks: Frank Lillo <frank.lillo at gecoinc.com>
Closes: #785345


  Commit: 269069291cc11027e3fba8e295d272ec84577604
      https://github.com/grml/live-boot-grml/commit/269069291cc11027e3fba8e295d272ec84577604
  Author: Raphaël Hertzog <hertzog at debian.org>
  Date:   2017-01-12 (Thu, 12 Jan 2017)

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

  Log Message:
  -----------
  Improve removable_dev() in 9990-misc-helpers.sh when /sys/block/ is empty

Closes: #847802


  Commit: d78be8acfdef2c88febb20f3650cad52a309b9e1
      https://github.com/grml/live-boot-grml/commit/d78be8acfdef2c88febb20f3650cad52a309b9e1
  Author: Raphaël Hertzog <hertzog at debian.org>
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
    M backend/initramfs-tools/kms.hook
    M debian/changelog
    M debian/control
    M debian/live-boot-initramfs-tools.postinst
    M debian/live-boot-initramfs-tools.postrm

  Log Message:
  -----------
  Multiple cleanups to appease lintian.


  Commit: 4ccc83306d6c387f016d65439128e5441b082071
      https://github.com/grml/live-boot-grml/commit/4ccc83306d6c387f016d65439128e5441b082071
  Author: Raphaël Hertzog <hertzog at debian.org>
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Prepare release to unstable


  Commit: aac901419ae2e09a167135cd80bc58fdb66cc2c1
      https://github.com/grml/live-boot-grml/commit/aac901419ae2e09a167135cd80bc58fdb66cc2c1
  Author: Raphaël Hertzog <hertzog at debian.org>
  Date:   2017-01-12 (Thu, 12 Jan 2017)

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

  Log Message:
  -----------
  Only copy /etc/live/boot if it exists

Even though /etc/live/boot is created in the postinst, that directory
is not guaranteed to exist when the initramfs is generated. It might be
generated when the kernel is configured before live-boot has been
configured.


  Commit: e6f399c69f13300dd83949266d4ab6161768faa5
      https://github.com/grml/live-boot-grml/commit/e6f399c69f13300dd83949266d4ab6161768faa5
  Author: Michael Büchler <mbuechler.3 at gmail.com>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M backend/initramfs-tools/live.hook
    M components/9990-misc-helpers.sh
    M components/9990-netbase.sh
    M debian/changelog
    M debian/live-boot-grml-initramfs-tools.postinst
    M debian/live-boot-initramfs-tools.postrm

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'

git://anonscm.debian.org/debian-live/live-boot.git

 Conflicts:
	backend/initramfs-tools/live.hook
	components/9990-cmdline-old
	debian/changelog
	debian/control


  Commit: 2a8ce242c18e10dffe2b8e1887df0b4fb8982d3b
      https://github.com/grml/live-boot-grml/commit/2a8ce242c18e10dffe2b8e1887df0b4fb8982d3b
  Author: Michael Prokop <mika at grml.org>
  Date:   2017-03-26 (Sun, 26 Mar 2017)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Release new version 1:20170112+grml.1

Re-release Debian's 1:20170112 for Grml for clarity.


Compare: https://github.com/grml/live-boot-grml/compare/fba9b94a9229...2a8ce242c18e


More information about the Git-commits mailing list