From bdc06e59473edf59c86b7cb83b4687645c4cd24c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 13 Jun 2001 16:52:23 +0000 Subject: fix to use isLaptop instead of previously always false hasPCMCIA. --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index a4710b375..d21b5eeed 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -163,7 +163,7 @@ sub setupBootloader { ), { label => _("Clean /tmp at each boot"), val => \$b->{CLEAN_TMP}, type => 'bool', advanced => 1 }, { label => _("Precise RAM size if needed (found %d MB)", availableRamMB()), val => \$memsize, advanced => 1 }, - if_(detect_devices::hasPCMCIA, + if_(detect_devices::isLaptop, { label => _("Enable multi profiles"), val => \$profiles, type => 'bool', advanced => 1 }, ), ], -- cgit v1.2.1