Franck Bui changed bug 1047385
What Removed Added
Flags needinfo?(fbui@suse.com)  

Comment # 18 on bug 1047385 from
(In reply to Michael Chang from comment #12)
> Do you have any better idea ? The offending script in os-prober invoking
> "udevadm info" to retrieve the properties can be found here :  
> 

Hi Michael,

Sorry for the delay, I was OFF until yesterday.

udev relies on blkid library to retrieve the ID_PART_ENTRY_* values. Therefore
if they are missing from the udevadm output then they are probably also missing
from the data returned by the blkid library.

To verify that the following commands can be run:

 $ blkid --probe /dev/sda2 -o udev

and also:

 $ udevadm test-builtin blkid /block/sda/sda2


You are receiving this mail because: