Changeset 1722

Show
Ignore:
Timestamp:
09/08/06 10:00:20 (2 years ago)
Author:
alexander
Message:

The previous commit forgot the documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/doc/README

    r1718 r1722  
    6868Makefiles that can download, check and build each LFS package for you.) 
    6969 
     70IMPORTANT NOTE ABOUT THE KERNEL 
     71=========================== 
     72The LFS book recommends using "the latest available 2.6.16.x kernel version". 
     73At the time of the release of this CD, such version is 2.6.16.28. However, 
     74because of the way jhalfs works, the source for the 2.6.16.27 kernel 
     75must be present on the CD in order for jhalfs to be able to build a kernel. 
     76However, using jhalfs for building the kernel is acceptable only if 
     77you don't care about security. 
     78 
     79In order to get the 2.6.16.28 kernel from this CD, unpack the 
     80linux-2.6.16.27.tar.bz2 source tarball, and apply the upstream update patch: 
     81 
     82bzcat ../patch-2.6.16.27-28.bz2 | patch -Np1 
     83 
     84The patch-2.6.16.27-28.bz2 file is in the /lfs-sources directory. 
     85 
     86Further kernel updates may be available from 
     87http://www.kernel.org/pub/linux/kernel/v2.6/incr/ 
     88 
    7089CONFIGURING NET CONNECTION 
    7190===========================