diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-01-29 19:54:40 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-01-29 19:54:40 +0000 |
commit | fadce7a097c0be4c2c84f3c027cb3d50ec7a0698 (patch) | |
tree | 7672601bf6613bda06a0b5e59307120b3ba05dc8 /chapter06 | |
parent | 9e69c3221a4405cbe8a54be45d8f7dbd344cec0e (diff) |
Upgrade to Linux-2.6.24. Fixes #2.6.24.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/linux-headers.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index 9d0d2143a..a2824d541 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -46,13 +46,6 @@ by way of sanitizing various C header files that are shipped in the Linux kernel source tarball.</para> - <para>Apply a <command>sed</command> subsitution to suppress the - installation of header files in <filename - class='directory'>/usr/include/scsi</filename>. The versions provided by - Glibc will be used instead:</para> - -<screen><userinput remap="pre">sed -i '/scsi/d' include/Kbuild</userinput></screen> - <para>Install the header files:</para> <screen><userinput remap="install">make mrproper @@ -69,7 +62,7 @@ cp -rv dest/include/* /usr/include</userinput></screen> <segtitle>Installed headers</segtitle> <seglistitem> - <seg>/usr/include/{asm{,-generic},linux,mtd,rdma,sound}/*.h</seg> + <seg>/usr/include/{asm{,-generic},linux,mtd,rdma,sound,video}/*.h</seg> </seglistitem> </segmentedlist> |