[Git-commits] [grml/live-boot-grml] 79dcee: Update 9990-misc-helpers.sh to support latest udev...

Michael Prokop mika at grml.org
Sat Sep 28 11:47:05 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/grml/live-boot-grml
  Commit: 79dceecf978c589cb7d2bdab92fdb1a2664b93c8
      https://github.com/grml/live-boot-grml/commit/79dceecf978c589cb7d2bdab92fdb1a2664b93c8
  Author: Michael Prokop <mika at grml.org>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    A debian/patches/43_fix_udev_usage_in_is_nice_device.patch
    M debian/patches/series

  Log Message:
  -----------
  Update 9990-misc-helpers.sh to support latest udev version [Closes: issue1278]

When booting the ISO in hard-disk mode udev's
'udevadm test-builtin' emits this error message:

| calling: test-builtin
| error reading /lib/udev/hwdb.bin: No such file or directory
| load module index
| unload module index

and fails to boot because using udevadm test-builtin in the
is_nice_device function no longer recognizes proper DEVICES.

Including the /lib/udev/hwdb.bin file in the initramfs doesn't
help either as udevadm test-builtin was a debug interface and
never supposed to be used public.

This patch addresses the issue by using udevadm info and checking
if the DEVTYPE of the device is 'disk'. This should work with the
majority of DEVICES.

Closes: https://github.com/grml/live-boot-grml/pull/3

Thanks: Ulrich Dangel <mru at spamt.net> for the initial patch
Thanks: Michael Biebl <biebl at debian.org> for helping in resolve this issue


  Commit: a1b50f3915b4c37f981a0583a8055282edd9c7e4
      https://github.com/grml/live-boot-grml/commit/a1b50f3915b4c37f981a0583a8055282edd9c7e4
  Author: Michael Prokop <mika at grml.org>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Release new version 4.0~a13-1+grml.3


Compare: https://github.com/grml/live-boot-grml/compare/7d773fad4a9f...a1b50f3915b4


More information about the Git-commits mailing list