summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/fs/dmraid.pm2
-rw-r--r--perl-install/install/NEWS2
3 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 48a6f6bbe..665062beb 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- diskdrake:
+ o really fix partition device name for some dmraid (missing "p", cf #38363)
+
Version 10.10 - 6 March 2008
- finish-install:
diff --git a/perl-install/fs/dmraid.pm b/perl-install/fs/dmraid.pm
index 9520837b1..7f9e0fbce 100644
--- a/perl-install/fs/dmraid.pm
+++ b/perl-install/fs/dmraid.pm
@@ -96,7 +96,7 @@ sub vgs() {
map {
my $dev = "mapper/$_->{name}";
my $vg = fs::wild_device::to_subpart("/dev/$dev");
- add2hash($vg, { media_type => 'hd', prefix => $dev, bus => "dmraid_$_->{format}", disks => $_->{disks} });
+ add2hash($vg, { media_type => 'hd', bus => "dmraid_$_->{format}", disks => $_->{disks} });
#- device should exist, created by dmraid(8) using libdevmapper
#- if it doesn't, we suppose it's not in use
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index e76e7bc7f..768bc6b67 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- really fix partition device name for some dmraid (missing "p", cf #38363)
+
Version 10.10 - 6 March 2008
- fix resizing/formatting ntfs, and create "Windows" entry in bootloader