summaryrefslogtreecommitdiff
path: root/packages/initscripts/initscripts-1.0/keymap
AgeCommit message (Collapse)AuthorFiles
2006-04-07keymaps handling moved from initscripts to keymaps packageMarcin Juszkiewicz1
- loading keymap require loadkeys from console-tools (which takes 300K) - all Zaurus machines (except collie) will get this package installed - collie 2.4 keymap is the same as kernel one so it is not needed on device anyway users can install it if want to make some changes in mapping Zaurus machines conf: dropped console-tools from RDEPENDS, added keymaps instead - keymaps RDEPEND on console-tools
2006-01-19initscripts: Add support for keymap extensions to /etc/init.d/keymapMatthias Hentges1
2005-07-22initscripts: do the keymap stuff a bit less generic to make it playMichael Lauer1
more nice with machies and distributions that don't need it
2005-07-22nitscripts: solve the keymap situation in a more generic way to reduce ↵Michael Lauer1
maintenance load the keymap script is now always installed and checks if there is a matching keymap in /etc General note: this package is a bit monolithic, we may eventually come to a more fine granular build solution, e.g. a (build-time) table where distributions can specify which initscripts they want to appear in the final image.