Package: fai-client
Version: 3.3.2, 3.3.3

As the subject says, device2grub fails to match devices of the form
/dev/vda which appear from the use of virtio disks in qemu/kvm guests.

Basically a 'v' needs to be added in line 20.  eg:

$device=~ m#^(/dev/(?:[sh]d\D

becomes

$device=~ m#^(/dev/(?:[shv]d\D

Without this device2grub complains "No match in devicemap for /dev/vda".

Thanks,
Brian

Attachment: pgpBRNkSg5r3m.pgp
Description: PGP signature

Reply via email to