From 0f3cdebc1b6f38615dde2e2289b401b7d5f1f71e Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 9 Mar 2011 10:35:50 +0000 Subject: it's only tera bytes :p --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"); -- cgit v1.2.1