linux: updated to 2.6.23.9
[namenlos-ports.git] / linux / README
blobd4161b7582df84f0f90b2bb93c22936c92de549c
1 to build this package 'ketchup' from contrib is required.
3 the kernel image and System.map file will be saved under
4 /boot/{vmlinuz,System.map}.
5 a copy of the kernel configuration will be saved under /boot/linux.config.
7 CUSTOMIZE THE KERNEL:
9 /usr/src/linux.config will be used as .config file for the kernel.
10         if this file is missing 'make defconfig' will be run
11 /usr/src/linux.release is used to specify the version and name of the kernel.
12         two variables can be specified in this file:
13                 version=<kernel version> e.g. version=2.6.22.9 will download and
14                         compile version 2.6.22.9 of the kernel and pack it under
15                         the given version number
16                 release=<release name> e.g. release=test_acpi will use a custom
17                         release value for the package
18         if one of this variables is not present of not specified the packages
19         default values will be used.
20 /usr/src/linux_patches/<version>/* all the patches for this kernel version will
21         be applied with 'patch -p1 < <patch>'
23 POST-INSTALL:
25 if you are using lilo you might want to run (this is also included in the
26 post-install script):
27 if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi