Public bug reported:

I'm running udev build 205 and /usr/share/initramfs-tools/hooks/udev
seems to have a typo. In the snippet below the check is on the file in
the /sbin dir and the copy is on the file in /bin. The latter doesn't
exist.

if [ -x /sbin/udevadm.upgrade ]; then
    copy_exec /bin/udevadm.upgrade /bin/udevadm

This is what is should be from build 175

if [ -x /sbin/udevadm.upgrade ]; then
    copy_exec /sbin/udevadm.upgrade /bin/udevadm


This bug is quite important as when update-initramfs -u fails the system can be 
left in an unbootable state.

** Affects: udev (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1535255

Title:
  Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes
  configuration fali

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1535255/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to