[Git-commits] [grml/grml-debootstrap] 2df0d2: Improve checks to make sure loop and dm-mod module...

Michael Prokop mika at grml.org
Wed Nov 14 22:20:18 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-debootstrap
  Commit: 2df0d24da7f57e90fc823d628d1e1a699e35a973
      https://github.com/grml/grml-debootstrap/commit/2df0d24da7f57e90fc823d628d1e1a699e35a973
  Author: Darshaka Pathirana <dpat at syn-net.org>
  Date:   2018-07-24 (Tue, 24 Jul 2018)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  Improve checks to make sure loop and dm-mod module are present

This fix was triggered because running --vmfile to create a virtual
machine image file caused the following error:

| device-mapper: reload ioctl on loop1p1p1 failed: Device or resource busy
| create/reload failed on loop1p1p1

This was caused because kpartx was run twice. The first run was used to test if
the Device-mapper was ready and the second run was actually add the partition
mappings. This used to fail under some circumstances.


  Commit: fc0a6d8c09bd56cdd17ef2586c45a919356fbd88
      https://github.com/grml/grml-debootstrap/commit/fc0a6d8c09bd56cdd17ef2586c45a919356fbd88
  Author: Chris Hofstaedtler <christian at hofstaedtler.name>
  Date:   2018-07-25 (Wed, 25 Jul 2018)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  Simplify module loading

This works fine on stretch.


  Commit: be5760d9fb97ac3663c1e6e3bd1787e9e8584676
      https://github.com/grml/grml-debootstrap/commit/be5760d9fb97ac3663c1e6e3bd1787e9e8584676
  Author: Michael Prokop <mika at grml.org>
  Date:   2018-11-14 (Wed, 14 Nov 2018)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/pr/111'


  Commit: c570da404b5e378c1ccd85c44f0a2117c8ce76d5
      https://github.com/grml/grml-debootstrap/commit/c570da404b5e378c1ccd85c44f0a2117c8ce76d5
  Author: Michael Prokop <mika at grml.org>
  Date:   2018-11-14 (Wed, 14 Nov 2018)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  Report "Device-mapper support missing in kernel." as error message

Fix typo in comment, while at it


Compare: https://github.com/grml/grml-debootstrap/compare/a621fa94adb8...c570da404b5e
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Git-commits mailing list