Skip Menu |

This queue is for tickets about the Linux-Bootloader CPAN distribution.

Report information
The Basics
Id: 102329
Status: new
Priority: 0/
Queue: Linux-Bootloader

People
Owner: Nobody in particular
Requestors: chris.lindee [...] cpanel.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.