diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-22 05:58:26 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-22 05:58:26 +0000 |
commit | 0c8b99b53a8626ebc5f23441876dd3053aed0eca (patch) | |
tree | fb6fc3941c1508f5d9a09364e93ca3be79404445 | |
parent | bd7538b84054408fe146f79b8077f574a106d41a (diff) |
missed a couple things with the last commit - this fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter03/patches.xml | 6 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml index fccd76718..d05cc7a17 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -156,6 +156,12 @@ following:</para> </varlistentry> <varlistentry> +<term>Udev Etcdir Patch - 1 KB:</term> <listitem> +<para><ulink url="&patches-root;udev-&udev-version;-etcdir-2.patch"/></para> +</listitem> +</varlistentry> + +<varlistentry> <term>Util-Linux Sfdisk Patch - 1 KB:</term> <listitem> <para><ulink url="&patches-root;util-linux-&util-linux-version;-sfdisk-1.patch"/></para> </listitem> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 7e1da38a5..b16becd71 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -44,7 +44,7 @@ mkdir -p /var/lib/hwclock</userinput></screen> <title>Installation of Util-linux</title> <para>GCC-&gcc-version; miscompiles <command>sfdisk</command> if the -default optimisation level is used. The following command prevents the +default optimisation level is used. The following patch prevents the problematic optimisation pass from being used.</para> <screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-sfdisk-1.patch</userinput></screen> |