Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-18 | udev: make firmware loading optional and disable by default | Tom Gundersen | |
Distros that whish to support old kernels should set --with-firmware-dirs="/usr/lib/firmware/updates:/usr/lib/firmware" to retain the old behaviour. | |||
2013-03-03 | bash-completion: split completions and move to new location | Michael Biebl | |
Split the large bash completion script into separate, smaller files each named after the binary it is used for and move the files to /usr/share/bash-completion/completions. This way the completions can be loaded on demand and we only install the completions for the tools we actually build. The old path /etc/bash_completion.d/ is deprecated and will disappear in the future. |