#230 closed defect (fixed)
patch to make loadkeys -d work properly
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
MSB provided a patch recently to fix the behaviour of loadkeys -d from kbd-1.06. I'll attach the patch in a minute.
Attachments (1)
Change History (11)
by , 23 years ago
Attachment: | kbd-1.06-patch added |
---|
comment:1 by , 23 years ago
Priority: | normal → highest |
---|
comment:2 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
ok. patch added (+ entities etc).
comment:4 by , 23 years ago
I did the QA. Patch works as expected (at least the patching goes well), but the patch is not really part of the installation instructions, although it fixes a bug. I'd like the patch line as the first line of the installation instructions, not as a seperate box. We do the same for gcc, findutils etc. so why make an exception here?
comment:5 by , 23 years ago
dependson: | → 289 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Okay, this is working fine if you make a symlink /usr/share/kbd/keymaps/defkeymap.map.gz to the real keymap (don't cp, it won't work then as it doesn't know where the file's original dir is).
Let's update the book accordingly so we don't need a /etc/sysconfig/keyboard file anymore with a LAYOUT variable, instead in chapter 6 - configuring software have the user create a /usr/share/kbd/keymaps/defkeymap.map.gz symlink and the loadkeys bootscript can simply run "loadkeys -d"
comment:6 by , 23 years ago
Adding dependency to bug 289 because this bug requires a change to be made to the bootscripts, upcoming 1.7 version.
comment:7 by , 23 years ago
dependson: | → 289 |
---|
comment:8 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | reopened → assigned |
comment:9 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
added chapter06/config-keyboard.xml that creates the /usr/share/kbd/keymaps/defkeymap.map.gz symlink, and modified loadkeys bootscript
comment:10 by , 23 years ago
confirmed patch is now in book and bootscripts confirmed as updated (version 1.9 of bootscripts checked)
this is the patch