summaryrefslogtreecommitdiffstats
path: root/remote/modules/kernel-system
Commit message (Collapse)AuthorAgeFilesLines
* "Fedora Support", step 1 ->Simon Rettberg2014-07-042-6/+20
| | | | | | | | | | | | | | | | 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!
* woopsie, the return ;)Jonathan Bauer2014-03-254-129/+0Star
|
* [modules] new module naming conventionJonathan Bauer2014-03-254-0/+129
| | | | rename $MODULE.{conf,build} to module.{conf,build}
* [kernel-system] added TODO. DO NOT USE YET, WIP!Jonathan Bauer2014-03-241-0/+3
| | | | You have been warned.
* [kernel-system] new moduleJonathan Bauer2014-03-245-0/+135
kernel-system provides the kernel from the running system without the need of compiling our own. also installs kernel headers through the package manager to be able to build kernel modules as required by other modules like vmware, dndb3...