From dd0db5e6cdff3e561b88d1e55e26628a7655ec38 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 4 Feb 2002 16:37:41 +0000 Subject: have numlock activated when isLaptop rather than $o->{pcmcia} --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 25f8a0942..bc7752b2a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -932,7 +932,7 @@ sub miscellaneousBefore { add2hash_ $o, { useSupermount => 1 && $o->{security} < 4 && arch() !~ /sparc/ && !$::corporate }; - add2hash_($o->{miscellaneous} ||= {}, { numlock => !$o->{pcmcia} }); + add2hash_($o->{miscellaneous} ||= {}, { numlock => !detect_devices::isLaptop() }); } sub miscellaneous { my ($o) = @_; -- cgit v1.2.1