initrd /scripts/local-top/zfs udevadm

Bug #2033969 reported by Otto Ersek
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu CD Images
New
Undecided
Unassigned

Bug Description

Hi

Initrd Jammy dailies:

I just noticed in file /scripts/local-top/zfs function:

udev_settle()
{
        # Wait for udev to be ready, see https://launchpad.net/bugs/85640
        if [ -x /sbin/udevadm ]; then
                /sbin/udevadm settle --timeout=30
        elif [ -x /sbin/udevsettle ]; then
                /sbin/udevsettle --timeout=30
        fi
        return 0
}

however udevadm is located in the /bin directory instead of /sbin so
udev_settle() will always return 0

kind regards
Otto

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.