diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-30 04:31:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-30 04:31:38 +0000 |
commit | c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e (patch) | |
tree | 1f46a94d3d712ec08790bfa1b7af819333fef4a0 /perl-install/fs | |
parent | 694a362b3ac9fffe331f4b47856ead3a146953dc (diff) | |
download | drakx-c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e.tar drakx-c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e.tar.gz drakx-c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e.tar.bz2 drakx-c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e.tar.xz drakx-c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e.zip |
call it dmraid, it's more explicit
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/dmraid.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/dmraid.pm b/perl-install/fs/dmraid.pm index 30427c0a7..3fb4d9cd8 100644 --- a/perl-install/fs/dmraid.pm +++ b/perl-install/fs/dmraid.pm @@ -86,7 +86,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 => "dm_$_->{format}", disks => $_->{disks} }); + add2hash($vg, { media_type => 'hd', prefix => $dev, 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 |