Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial removal of support for non-systemd systems. | Bill Nottingham | 2012-08-06 | 1 | -168/+0 |
| | |||||
* | Sync FSF address with current GPLv2. | Ville Skyttä | 2012-06-27 | 1 | -2/+2 |
| | |||||
* | License cleanup. | Bill Nottingham | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | loadkeys has a -q option for silent running. Use it. | Bill Nottingham | 2009-02-26 | 1 | -6/+6 |
| | |||||
* | Fix setting of console font/map (#458362, <ak@sensi.org>) | Bill Nottingham | 2008-10-06 | 1 | -6/+11 |
| | | | | Don't explicitly pass -u none or -m none; just pass them if one is set. | ||||
* | No need to wait here. <arjan@infradead.org> | Bill Nottingham | 2008-07-10 | 1 | -2/+0 |
| | | | | Untracked files: | ||||
* | Support SYSFONTACM correctly, and support UNIMAP (#448704, ↵ | Bill Nottingham | 2008-06-19 | 1 | -4/+10 |
| | | | | <vvv+fedora@colocall.net>) | ||||
* | Add console_init udev helper. | Bill Nottingham | 2008-02-26 | 1 | -0/+159 |
This helper: - sets the keyboard mode - sets the console mode - sets the console font - sets the keyboard map based on configuration in /etc/sysconfig/keyboard and /etc/sysconfig/i18n. This allows us to remove various cruft from rc.sysinit and /etc/profile.d/lang.sh. |