Tue Feb 24 14:03:14 2015chris.lindee [...] cpanel.net - Ticket created
Subject:
Support virtual disks for bootloader detection
Date:
Tue, 24 Feb 2015 13:02:59 -0600
To:
bug-Linux-Bootloader [...] rt.cpan.org
From:
Chris Lindee <chris.lindee [...] cpanel.net>
Currently, the Linux::Bootloader::Detect module only searches sdx and hdx drives for a bootloader. Some virtual machines will provide vdx drives instead, which breaks the algorithm.
Fix: Change /^[sh]d.$/ to /^[shv]d.$/ at lib/Linux/Bootloader/Detect.pm:169.