aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/linux-headers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/linux-headers.xml')
-rw-r--r--chapter06/linux-headers.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index 20858d268..b83df0897 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -40,6 +40,13 @@
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>sed -i '/scsi/d' include/Kbuild</userinput></screen>
+
<para>Install the header files:</para>
<screen><userinput>make mrproper