|
|
|
| script: | bkernel (download) |
| purpose: | build linux kernels 2.2.xx and 2.4.xx |
| requires: | standard GNU commands |
| version: | 1.2 |
| usage: | bkernel [-hml] -a|-b <kernel_version> |
| options: |
-a <kernel_version>, build kernel with modules
-b <kernel_version>, build kernel with no modules
-h, usage and options (this help)
-m, manual
-l, see this script"
|
| manual: |
DESCRIPTION
This script compiles the i386 architecture 2.2.xx and 2.4.xx linux kernels
assuming that the sources are located in /usr/src/linux. Although the kernel
does not need to be compiled as root, the script must be run as root to be
able to install modules and the kernel.
|