Genkernel fork to have some custom behavior.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Brad House d2dc99dfd8
fixes
21 years ago
generic fixes 21 years ago
pkg stuff 21 years ago
x86 more generic 21 years ago
x86_64 fixes 21 years ago
README fixes 21 years ago
gen_arch.sh add new genkernel dev 21 years ago
gen_cmdline.sh different makes for kernel and utils 21 years ago
gen_compile.sh typos 21 years ago
gen_configkernel.sh need seperate toolkit for compilation of kernel and utils on sparc64 21 years ago
gen_determineargs.sh different makes for kernel and utils 21 years ago
gen_funcs.sh add new genkernel dev 21 years ago
gen_initrd.sh fixes 21 years ago
gen_moddeps.sh fixes 21 years ago
genkernel.conf busybox stuff 21 years ago
genkernel.sh integrate new initrd, and module scanning 21 years ago
notes add new genkernel dev 21 years ago

README

VERY EXPERIMENTAL

seems to work so far on amd64 and x86

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