summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-03-09 10:35:50 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-03-09 10:35:50 +0000
commit0f3cdebc1b6f38615dde2e2289b401b7d5f1f71e (patch)
tree2220de83dc31a45497a2282f09ab202699e0c66a
parent0b2e5d22188febeb98b3464bd9a9c2d487bb6357 (diff)
downloaddrakx-backup-do-not-use-0f3cdebc1b6f38615dde2e2289b401b7d5f1f71e.tar
drakx-backup-do-not-use-0f3cdebc1b6f38615dde2e2289b401b7d5f1f71e.tar.gz
drakx-backup-do-not-use-0f3cdebc1b6f38615dde2e2289b401b7d5f1f71e.tar.bz2
drakx-backup-do-not-use-0f3cdebc1b6f38615dde2e2289b401b7d5f1f71e.tar.xz
drakx-backup-do-not-use-0f3cdebc1b6f38615dde2e2289b401b7d5f1f71e.zip
it's only tera bytes :p
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 920dad93f..134ae9b82 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -132,7 +132,7 @@ sub selectPartitionTable {
my ($stdout, @l) = run_program::get_stdout('fdisk', '-s', $full_dev);
my ($size) = $stdout =~ m|(.*)|;
# testing paramater
- if ($size > 2 * 1024 * 1024 * 1024 * 1024) {
+ if ($size > 2 * 1024 * 1024 * 1024) {
# if ($size > 248) {
push @bigdrives, $hd;
log::l("selectPartitionTable: $hd->{device} is a big drive ($size MB)");