add some initial docs on building kernel images from raw materials (that is,

a tarball from kernel.org, and this svn repo).

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3435
This commit is contained in:
Andres Salomon 2005-07-10 00:33:09 +00:00
parent a14d3f4a76
commit 2113b963f4
1 changed files with 10 additions and 0 deletions

10
debian/README.build vendored Normal file
View File

@ -0,0 +1,10 @@
Building kernels from SVN (for official images):
1) Start by downloading a kernel tarball from kernel.org (ie,
linux-2.6.12.tar.bz2).
2) Run trunk/scripts/prune-non-free <tarball>. This will produce two
additional tarballs; linux-kernel-<version>.orig.tar.gz and
linux-kernel-nonfree-<version>.orig.tar.gz. Ignore the nonfree tarball
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.