Bug 6097

Summary: loading keymap doesn4t work if /usr is a partition by its own
Product: [Retired] Red Hat Linux Reporter: andreas.ames
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-10-27 20:10:31 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 andreas.ames 1999-10-19 20:52:42 UTC
in script /etc/rc.d/rc.sysinit:
in the keymap-load code there is a check if directory
/usr/lib/kbd/keymaps exists before calling loadkeys with the
user-provided keymap-setting ( in /etc/sysconfig/keyboard ).
this is done before filesystems are mounted. so if /usr is
an own partition this code doesn4t work.
furthermore after upgrading from Red Hat 5.2 the file
/etc/sysconfig/console/default.kmap exists, so that the user
provided keymap-setting isn4t recognized by the code

Comment 1 Bill Nottingham 1999-10-19 20:59:59 UTC
???
The test for /usr/lib/kbd/keymaps is there precisely
so it doesn't try to load it when /usr isn't mounted.

/etc/sysconfig/console/default.kmap is there so that a keyboard
map can be loaded early (for fsck recovery, etc.)
The regular keymap will be loaded by the keytable init script
later...