diff options
-rw-r--r-- | perl-install/devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/devices.pm b/perl-install/devices.pm index 783e0800c..bdac41a8a 100644 --- a/perl-install/devices.pm +++ b/perl-install/devices.pm @@ -216,7 +216,7 @@ sub prefix_for_dev { sub should_prefer_UUID { my ($dev) = @_; - $dev =~ /^(hd|sd|vd)/; + $dev =~ /^([hsv]d)/; } sub symlink_now_and_register { |