Bug 14060

Summary: Num lock at boot
Product: [Retired] Red Hat Raw Hide Reporter: Nicolas CROISET <ncroiset>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 1.0CC: rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-07-16 06:22:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nicolas CROISET 2000-07-16 06:22:26 UTC
Is it possible to add at the end of the /etc/rc.d/rc.sysinit these lines :

for tty in /dev/tty[1-9]*;
do
   setleds -D +num < $tty > /dev/null
done

These lines permit to switch on numeric keyboard automatically for non graphic tty.

Thanks.

Comment 1 Bill Nottingham 2000-08-07 05:23:47 UTC
Sorry, but I don't think this is that worthwhile; in most
BIOSes this is an option there, anyways.

Comment 2 Nicolas CROISET 2000-08-07 06:43:03 UTC
I have more than 50 PC under LInux, Some PC have this option in their BIOS, but the numeric keyboard is not ON.

The only way I find is this modification in the rc.sysinit.

Thanks for this add.