Mageia Bugzilla – Attachment 8101 Details for
Bug 11237
Enable uuid for RAID
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
enable UUIDs for /dev/mdX devices
enable-uuid-for-raid.diff (text/plain), 347 bytes, created by
Thierry Vignaud
on 2016-07-01 16:15:41 CEST
(
hide
)
Description:
enable UUIDs for /dev/mdX devices
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2016-07-01 16:15:41 CEST
Size:
347 bytes
patch
obsolete
>diff --git a/perl-install/devices.pm b/perl-install/devices.pm >index 01e6662..f98fa37 100644 >--- a/perl-install/devices.pm >+++ b/perl-install/devices.pm >@@ -230,7 +230,7 @@ sub prefix_for_dev { > > sub should_prefer_UUID { > my ($dev) = @_; >- $dev =~ /^((?:[hsv]|xv)d)/; >+ $dev =~ /^((?:[hmsv]|xv)d)/; > } > > sub symlink_now_and_register {
diff --git a/perl-install/devices.pm b/perl-install/devices.pm index 01e6662..f98fa37 100644 --- a/perl-install/devices.pm +++ b/perl-install/devices.pm @@ -230,7 +230,7 @@ sub prefix_for_dev { sub should_prefer_UUID { my ($dev) = @_; - $dev =~ /^((?:[hsv]|xv)d)/; + $dev =~ /^((?:[hmsv]|xv)d)/; } sub symlink_now_and_register {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 11237
: 8101