aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chapter06.xml2
-rw-r--r--chapter06/util-linux.xml7
2 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 6238aec11..8d759a775 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -17,7 +17,7 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chroot.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingdirs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="createfiles.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="linux-libc-headers.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="linux-headers.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="man-pages.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml"/>
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 900c89e40..d951564d5 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -52,10 +52,11 @@ mkdir -p /var/lib/hwclock</userinput></screen>
<sect2 role="installation">
<title>Installation of Util-linux</title>
- <para>Util-linux fails to compile against newer versions of Linux-Libc-Headers.
- The following patch properly fixes this issue:</para>
+ <para>Util-linux fails to compile against newer versions of Linux kernel
+ headers. The following patches properly fix the problems:</para>
-<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;
+patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen>
<para>Prepare Util-linux for compilation:</para>