summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-03-09 14:11:17 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-03-09 14:11:17 +0000
commitf6bfcaa17c6ca07c46fcc7d1674635b37e828ba4 (patch)
tree03c6c989dfef302778dff2ad8829649f2938a909
parent0f3cdebc1b6f38615dde2e2289b401b7d5f1f71e (diff)
downloaddrakx-backup-do-not-use-f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4.tar
drakx-backup-do-not-use-f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4.tar.gz
drakx-backup-do-not-use-f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4.tar.bz2
drakx-backup-do-not-use-f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4.tar.xz
drakx-backup-do-not-use-f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4.zip
its not in MB
-rw-r--r--perl-install/install/steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 134ae9b82..79e1f7b05 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -135,9 +135,9 @@ sub selectPartitionTable {
if ($size > 2 * 1024 * 1024 * 1024) {
# if ($size > 248) {
push @bigdrives, $hd;
- log::l("selectPartitionTable: $hd->{device} is a big drive ($size MB)");
+ log::l("selectPartitionTable: $hd->{device} is a big drive ($size)");
} else {
- log::l("selectPartitionTable: $hd->{device} not a big drive ($size MB)");
+ log::l("selectPartitionTable: $hd->{device} not a big drive ($size)");
}
}
my $howmany = @bigdrives;