Bug 2500

Summary: Non-US keymaps don't load if /usr is on separate partition
Product: [Retired] Red Hat Linux Reporter: b.candler
Component: initscriptsAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-05-03 15:02:35 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 b.candler 1999-05-03 09:35:45 UTC
Non-US keymaps don't load at boot time if /usr is on a separate partition, because rc.sysinit tries to do it before mounting filesystems. Note the line: if [ -n $KEYTABLE -a -d /usr/lib/kbd/keymaps ]; then So, need to defer the keymap selection until _after_ the filesystems have been mounted. Moving this section of code to where the clock is configured works. [This was on a system upgraded from RH5.2 to RH6.0, so the console/default.kmap file was not present]

Comment 1 Bill Nottingham 1999-05-03 15:02:59 UTC
they're loaded again by the keytable initscript later
on in the boot process. (the same place they were before....)