diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index dfdadd3e0..0e0392f70 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -267,8 +267,6 @@ sub setupBootloader__general { ), { text => N("Clean /tmp at each boot"), val => \$clean_tmp, type => 'bool', advanced => 1 }, { label => N("Precise RAM size if needed (found %d MB)", availableRamMB()), val => \$memsize, advanced => 1 }, - if_(detect_devices::isLaptop(), - ), ]) or return 0; } else { $b->{boot} = $partition_table::mac::bootstrap_part; |