summaryrefslogtreecommitdiffstats
path: root/remote/modules/kernel-system/module.build
Commit message (Collapse)AuthorAgeFilesLines
* Try to clean up the mess with all the different kernel version variables ↵Simon Rettberg2014-07-041-62/+30Star
| | | | everywhere
* "Fedora Support", step 1 ->Simon Rettberg2014-07-041-6/+14
| | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules.
* [kernel-system] remove debug msgJonathan Bauer2014-05-081-1/+0Star
|
* [kernel-system] function to detect kernel headers pathJonathan Bauer2014-05-081-21/+20Star
| | | | NOTE: currently not in use!
* [modules] new module naming conventionJonathan Bauer2014-03-251-0/+114
rename $MODULE.{conf,build} to module.{conf,build}