[Git-commits] [grml/grml-debootstrap] 95f4b7: Switch default filesystem from ext3 to ext4

Michael Prokop mika at grml.org
Tue Apr 15 12:51:20 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-debootstrap
  Commit: 95f4b7c479cce25127be9d0ccc160d8bf179b37c
      https://github.com/grml/grml-debootstrap/commit/95f4b7c479cce25127be9d0ccc160d8bf179b37c
  Author: Michael Prokop <mika at grml.org>
  Date:   2014-04-15 (Tue, 15 Apr 2014)

  Changed paths:
    M config
    M grml-debootstrap
    M grml-debootstrap.8.txt

  Log Message:
  -----------
  Switch default filesystem from ext3 to ext4

It should be safe to default to ext4 nowadays with Debian/wheezy
being the stable Debian release.


  Commit: 8b1c652b800232a1ec82272e9802f1a252cf0f36
      https://github.com/grml/grml-debootstrap/commit/8b1c652b800232a1ec82272e9802f1a252cf0f36
  Author: Michael Prokop <mika at grml.org>
  Date:   2014-04-15 (Tue, 15 Apr 2014)

  Changed paths:
    M cmdlineopts.clp
    M grml-debootstrap
    M grml-debootstrap.8.txt

  Log Message:
  -----------
  Provide --debug option for very verbose execution

This effectively executes grml-debootstrap under 'set -x'
(including the chroot script), so it's easy to generate an
execution log via e.g.:

  grml-debootstrap ... --debug --force 2>&1 | tee -a grml-deboootstrap.log

and providing it to grml-debootstrap developers for further
investigation.


  Commit: d919319a42917bd94b547dc1ce0db988dd189839
      https://github.com/grml/grml-debootstrap/commit/d919319a42917bd94b547dc1ce0db988dd189839
  Author: Michael Prokop <mika at grml.org>
  Date:   2014-04-15 (Tue, 15 Apr 2014)

  Changed paths:
    M grml-debootstrap
    M grml-debootstrap.8.txt

  Log Message:
  -----------
  Support execution of --grub when installing to target directory

Thanks: Michael Renner <michael.renner at amd.co.at> for initial bug report and sponsoring my development time


Compare: https://github.com/grml/grml-debootstrap/compare/1fa99e59ffee...d919319a4291


More information about the Git-commits mailing list