summaryrefslogtreecommitdiffstats
path: root/remote/modules/kernel/module.build
Commit message (Collapse)AuthorAgeFilesLines
* Keep split usr if original system has it, add extra logic if no split usrroot2014-07-241-4/+5
|
* [kernel] Remove set -x callSimon Rettberg2014-07-241-1/+0Star
|
* [Kernel] Fix wrong git variablesManuel Schneider2014-07-101-0/+1
|
* Try to clean up the mess with all the different kernel version variables ↵Simon Rettberg2014-07-041-31/+26Star
| | | | everywhere
* "Fedora Support", step 1 ->Simon Rettberg2014-07-041-2/+2
| | | | | | | | | | | | | | | | 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] remove ugly kernel copy commandJonathan Bauer2014-05-081-2/+1Star
|
* [modules] new module naming conventionJonathan Bauer2014-03-251-0/+151
rename $MODULE.{conf,build} to module.{conf,build}