summaryrefslogtreecommitdiffstats
path: root/remote/includes/kernel.inc
Commit message (Collapse)AuthorAgeFilesLines
* [kernel.inc] copy firmware from both the system and the build directory, ↵Jonathan Bauer2015-10-161-39/+40
| | | | prioritizing the later
* [kernel.inc] put that 'fwlist' file in its module build dirJonathan Bauer2014-07-111-1/+1
|
* Try to clean up the mess with all the different kernel version variables ↵Simon Rettberg2014-07-041-49/+27Star
| | | | everywhere
* "Fedora Support", step 1 ->Simon Rettberg2014-07-041-4/+7
| | | | | | | | | | | | | | | | 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.inc] fix bad cd's.Jonathan Bauer2014-06-161-4/+7
|
* [kernel.inc] copy_kernel: now copies the correct kernelJonathan Bauer2014-05-081-10/+26
| | | | either compiled one or from the system
* [kernel] remove forgotten pinfo used while dev'ingJonathan Bauer2014-03-241-1/+1
|
* [kernel.inc] less spam in non-debug modeJonathan Bauer2014-03-241-1/+1
|
* [kernel.inc] major rework to support system kernelJonathan Bauer2014-03-241-33/+64
| | | | | changed how we determine the path of headers and kernel modules to support the "kernel-system" module
* Support loading selected drm gfx drivers only, based on pci idsSimon Rettberg2014-02-191-2/+2
|
* Overhauled vmware kernel module patching, also added global kernel version ↵Simon Rettberg2014-02-141-4/+14
| | | | | | | | | variables Variables are now: KERNEL_CURRENT_VERSION - currently running kernel (uname -r) SYS_UTS_RELEASE - What uname -r will yield on the generated system SYS_KERNEL - Just version number of SYS_UTS_RELEASE (eg. 3.5.6-12-openslx -> 3.5.6)
* !! Split up 'mltk' into 'mltk' and 'openslx' !!Simon Rettberg2014-01-021-0/+175
'mltk remote' is now 'mltk' 'mltk server' is now 'openslx' Also changed the export type (-e) stage31 to 'cpio' and stage32 and addons to 'sqfs' It should describe what it's packed as, not what the meaning of the content is; you can already tell from the file name.