summaryrefslogtreecommitdiffstats
path: root/perl-install/lvm.pm
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2005-09-25 12:01:54 +0000
committerMystery Man <unknown@mandriva.org>2005-09-25 12:01:54 +0000
commite24d09373c1f81a46f75f297e0753399b13cf810 (patch)
treef08d3f7c7ae1470fdd33f4049350cf45457b5924 /perl-install/lvm.pm
parentfb954c3dc41336a56a3ede45f2a41ed9c807f6b7 (diff)
downloaddrakx-backup-do-not-use-e24d09373c1f81a46f75f297e0753399b13cf810.tar
drakx-backup-do-not-use-e24d09373c1f81a46f75f297e0753399b13cf810.tar.gz
drakx-backup-do-not-use-e24d09373c1f81a46f75f297e0753399b13cf810.tar.bz2
drakx-backup-do-not-use-e24d09373c1f81a46f75f297e0753399b13cf810.tar.xz
drakx-backup-do-not-use-e24d09373c1f81a46f75f297e0753399b13cf810.zip
This commit was manufactured by cvs2svn to create branch
'MDK-2006_0-update'.
Diffstat (limited to 'perl-install/lvm.pm')
-rw-r--r--perl-install/lvm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm
index 018811ea1..05beddc19 100644
--- a/perl-install/lvm.pm
+++ b/perl-install/lvm.pm
@@ -175,7 +175,7 @@ sub lv_create {
if ($lv->{mntpoint} eq '/boot' && lv_nb_pvs($lv) > 1) {
lvm_cmd_or_die('lvremove', '-f', "/dev/$lv->{device}");
- die N("The bootloader can't handle /boot on multiple physical volumes");
+ die N("The bootloader can't handle /boot on multiple physicals volumes");
}
$lv->{size} = get_lv_size($lv->{device}); #- the created size is smaller than asked size