diff options
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 6233ada8e..463207ced 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> + <!ENTITY % patches-entities SYSTEM "../patches.ent"> %general-entities; + %patches-entities; ]> <sect1 id="ch-system-util-linux" role="wrap"> <title>Util-linux-&util-linux-version;</title> @@ -49,7 +51,7 @@ mkdir -p /var/lib/hwclock</userinput></screen> <para>Util-linux has a compilation error against newer versions of Linux-Libc-Headers. The following patch properly fixes that issue</para> -<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-cramfs-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen> <para>Prepare Util-linux for compilation:</para> |