| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
prioritizing the later
|
| | |
|
| |
|
|
| |
everywhere
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
either compiled one or from the system
|
| | |
|
| | |
|
| |
|
|
|
| |
changed how we determine the path of headers and kernel modules to support
the "kernel-system" module
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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)
|
|
|
'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.
|