[Bug 446517] [NEW] /lib/cryptsetup/checks/vol_id depends on vol_id
Reinhard Tartler
siretart at tauware.de
Thu Oct 8 17:31:18 UTC 2009
Public bug reported:
Binary package hint: cryptsetup
proxying bug sent to me in private via email.
/lib/cryptsetup/checks/vol_id and /lib/cryptsetup/checks/un_vol_id both
rely on /lib/udev/vol_id, which has now been removed from the udev
package. The following patch has been proposed to convert them to blkid:
-vol_id="$(/lib/udev/vol_id -t $dev 2>&1)"
+vol_id="$(/sbin/blkid -o value -s TYPE $dev 2>&1)"
** Affects: cryptsetup (Ubuntu)
Importance: Undecided
Status: New
--
/lib/cryptsetup/checks/vol_id depends on vol_id
https://bugs.launchpad.net/bugs/446517
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list