some documentation updates

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3541
This commit is contained in:
Andres Salomon 2005-07-16 07:26:40 +00:00
parent 6ee94c1c47
commit 1b8396fa95
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
kernel-source for DEBIAN
linux-2.6 for DEBIAN
------------------------
Patches

7
debian/README.build vendored
View File

@ -9,3 +9,10 @@ for now.
3) Unpack linux-kernel-<version>.orig.tar.gz, cd into the new directory,
and do a 'svn export' to get the debian/ subdirectory.
4) Build debian/control by running 'debian/rules debian/control'.
5) .configs will be generated during build; to modify them, run
trunk/scripts/split-config <arch dir> <flavour>. After modifying config
options, you will be prompted for whether you want to change the config
options globally (across *all* architectures), for the particular arch
that you're working on, for the particular sub-arch you're working on,
or just for that particular flavour.