Package: initramfs-tools
Version: 0.92e
Tags: patch

preinst contains the following lines:

25       elif [ -x /lib/udev/vol_id ]; then
26         UUID=$(/sbin/vol_id -u "$RESUME" || true)
27       fi

Line 26 clearly is a copy&paste error in that it should read /lib/udev/vol_id
instead of /sbin/vol_id. Changing this should fix the bug immediately (thus
tagging patch).

Best,
Michael

Attachment: pgpFY4nScBObc.pgp
Description: PGP signature

Reply via email to