Skip to content

Commit

Permalink
add other disk emulation types
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed Apr 26, 2012
1 parent 6f7adb4 commit 131b4f2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ sub doInventory {

my @options = split (/-/, $process->{CMD});
foreach my $option (@options) {
if ($option =~ m/^([fh]d[a-d]|cdrom) (\S+)/) {
if ($option =~ m/^([fhsv]d[a-d]|cdrom) (\S+)/) {
$name = $2 if !$name;
} elsif ($option =~ m/^name (\S+)/) {
$name = $1;
Expand Down

0 comments on commit 131b4f2

Please sign in to comment.