aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 1735896e8750bf9e418834946671a5c11664c6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
VERY EXPERIMENTAL
seems to work so far on amd64 and x86
I've only tested with 2.6 kernels, it's possible that
the module-init-tools we use doesn't work with 2.4 in
which case we need to compile modutils as well and
provide a static binary for that....

DEPENDANCIES:
- bootsplash
- gcc/binutils
- bash

INSTALLATION:

put genkernel.conf in /etc

put genkernel.sh in /usr/bin

put the rest of the files and directories in /usr/share/genkernel



PORTING:

To port to other arches:

cd /usr/share/genkernel
cp -Rp x86 ${myarch}
mkdir /usr/share/genkernel/pkg/${myarch}


modify what is needed in the /usr/share/genkernel/${myarch}
directory, this is all the arch-specific stuff, as well
as a generic kernel-config