|
|
|
@ -4,16 +4,20 @@ Hints for building and integrating a new kernel into the cryptobox:
|
|
|
|
|
download it from http://kernel.org
|
|
|
|
|
|
|
|
|
|
2) configure
|
|
|
|
|
- copy the current kernel config from the cryptobox/trunk/kernel directory to the kernel source directory as ".config"
|
|
|
|
|
- copy the current kernel config from the cryptobox/trunk/kernel
|
|
|
|
|
directory to the kernel source directory as ".config" (the .config
|
|
|
|
|
can also be found in the kernel-image-cryptoboxX.Y.deb packagefile and through
|
|
|
|
|
"zcat /proc/config.gz > .config")
|
|
|
|
|
- make menuconfig
|
|
|
|
|
- make-kpkg --rootcmd fakeroot --revision=cryptoboxY.X kernel_image
|
|
|
|
|
(replace "Y.X" by the current cryptobox release)
|
|
|
|
|
|
|
|
|
|
3) integrating
|
|
|
|
|
- copy the debian kernel package (see above) to cryptobox/trunk/kernel
|
|
|
|
|
- copy the new kernel config too
|
|
|
|
|
- install this package in a chroot environment
|
|
|
|
|
- change the "unpackdebs" setting in etc-default.d/dfs-cbox.conf
|
|
|
|
|
- add the new kernel package and the config file to the repository (svn add)
|
|
|
|
|
|
|
|
|
|
4) test it
|
|
|
|
|
:)
|
|
|
|
|
4) afterwork
|
|
|
|
|
- test the box with your new kernel
|
|
|
|
|
- enjoy it! :)
|
|
|
|
|