diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-01 13:07:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-01 13:07:51 +0000 |
commit | 69e0a94455480ee159cee04847e531d5d771f82b (patch) | |
tree | ee6ef4c557767de5ec79ce13832872e457a6442b /perl-install/fsedit.pm | |
parent | b8d90de064669c1d80e39dc8bff4dcd446bd1465 (diff) | |
download | drakx-69e0a94455480ee159cee04847e531d5d771f82b.tar drakx-69e0a94455480ee159cee04847e531d5d771f82b.tar.gz drakx-69e0a94455480ee159cee04847e531d5d771f82b.tar.bz2 drakx-69e0a94455480ee159cee04847e531d5d771f82b.tar.xz drakx-69e0a94455480ee159cee04847e531d5d771f82b.zip |
- bootloader-config (and other tools): handle /dev/mapper/xxx1 instead of
/dev/mapper/xxxp1 (#44182)
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r-- | perl-install/fsedit.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index bd4831b6b..17ed0647b 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -139,6 +139,9 @@ sub handle_dmraid { return; }; } + if (!$::isInstall) { + fs::dmraid::migrate_device_names($_) foreach @vgs; + } log::l("using dmraid on " . join(' ', map { $_->{device} } @vgs)); my @used_hds = map { |