[Git-commits] [grml/grml-debootstrap] 9c1ec1: remove local (file://) mirrors from sources.list

Evgeni Golov evgeni at grml.org
Tue Aug 14 19:08:22 CEST 2012


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-debootstrap
  Commit: 9c1ec11b57c83bfc7b31e2a7148fc39514f46c44
      https://github.com/grml/grml-debootstrap/commit/9c1ec11b57c83bfc7b31e2a7148fc39514f46c44
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2012-08-14 (Tue, 14 Aug 2012)

  Changed paths:
    M chroot-script

  Log Message:
  -----------
  remove local (file://) mirrors from sources.list

When bootrapping from an ISO or a local mirror, these are bind-mounted
into the chroot. After the bootstraping process, there is nothing
that would bind-mount them again, leaving useless entries in the
chroot's sources.list.


  Commit: 010a354042db32706c74ee821cbcf8233b1471e5
      https://github.com/grml/grml-debootstrap/commit/010a354042db32706c74ee821cbcf8233b1471e5
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2012-08-14 (Tue, 14 Aug 2012)

  Changed paths:
    M chroot-script
    M grml-debootstrap

  Log Message:
  -----------
  add a fallback mirror to be added in case when a local mirror is removed


  Commit: 91e39fcde40898c7b5f4d5a96e042ab02ea40af3
      https://github.com/grml/grml-debootstrap/commit/91e39fcde40898c7b5f4d5a96e042ab02ea40af3
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2012-08-14 (Tue, 14 Aug 2012)

  Changed paths:
    M chroot-script

  Log Message:
  -----------
  Dynamically determine the correct kernel package name

Dynamically determine the correct kernel package name by
checking if the package exists. This allows bootstrapping from a
Debian ISO which, depending on the release, only contains the
linux-image-2.6-$ARCH or the linux-image-$ARCH meta-package.

Thanks to Ulrich Dangel for the initial patch and the great discussion!

Closes: issue1206


  Commit: 76ca7586f359f1d2faa671d85936186140f7e413
      https://github.com/grml/grml-debootstrap/commit/76ca7586f359f1d2faa671d85936186140f7e413
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2012-08-14 (Tue, 14 Aug 2012)

  Changed paths:
    M chroot-script

  Log Message:
  -----------
  Add firmware-linux-free to the packages to be installed

Debian ISOs do not include the (non-free) firmware-linux meta-package.
As this meta-package just pulls in firmware-linux-free and
firmware-linux-nonfree, let's install firmware-linux-free by hand, so
it will be installed even when firmware-linux is not available.


  Commit: a9697fb1f06fdf687045eef8381e7b01620ce45a
      https://github.com/grml/grml-debootstrap/commit/a9697fb1f06fdf687045eef8381e7b01620ce45a
  Author: Evgeni Golov <evgeni at grml.org>
  Date:   2012-08-14 (Tue, 14 Aug 2012)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  add BOOT_APPEND to GRUB_CMDLINE_LINUX_DEFAULT

it was broken since commit cbf40a49324ae7feb468e528a7845465304faaff


Compare: https://github.com/grml/grml-debootstrap/compare/10690a93c8cf...a9697fb1f06f


More information about the Git-commits mailing list