summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-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)");