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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
http://www.phys.ethz.ch/~franklin/Projects/dphys-kernel-packages/README
author Neil Franklin, last modification 2005.10.26
This text (and all other files) are copyright ETH Zuerich Physics Departement,
use under either modified/non-advertising BSD or GPL license
Introduction to dphys-kernel-packages kernel package generator for Debian
systems
Aim
This program is aimed at automatically generating an range of custom kernel
config files for various processors, SMP and memory size variants, and the
fitting needed external modules, and packages all of these as .deb packages
for easy installation.
Preconditions
This program only works on Debian machines, as it uses various Debian tools, in
particular multiple of dh_* (in debhelper) and make-kpkg (in kernel-package).
It also uses some standard tools such as make and fakeroot and lshw. It
requires only an simple base (Pentium 1, no SMP, <1G memory) kernel config
file, an short per-module compilation recipe (an Makefile fragment), and the
various source archives.
Tools
This project has produced an script for generating variant kernel config files
and then compiling fitting kernels and their modules.
Code
This project is fully open source. Documentation gets written together with the
code. Everything I write is immediately available for download. Current version
is what I am working on, if I write a bug you crash the next day. Older stable
versions are archived as Milestones.
State
Working package, in productive use on over 100 machines.
Installation
There is a installation guide at:
http://www.phys.ethz.ch/~franklin/Projects/dphys-kernel-packages/INSTALL
Questions
There is a FAQ file at:
http://www.phys.ethz.ch/~franklin/Projects/dphys-kernel-packages/FAQ
|