diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-10-17 08:04:34 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-10-17 08:04:34 +0000 |
commit | b457a1d5d0f0ba61e8b4e1197fe127f219d59a29 (patch) | |
tree | 5a76bfb6ad50909c1be0aa8267808ef54ee75330 /chapter06/util-linux.xml | |
parent | cd0f51912650a68813b013e75471b27f1ff43ffd (diff) |
Added the util-linux patch back, because upstream goofed up on the fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4294 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 37ca200d9..47f056f65 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -43,6 +43,11 @@ mkdir -p /var/lib/hwclock</userinput></screen> <sect2 role="installation"> <title>Installation of Util-linux</title> +<para>Util-Linux has a coding problem that causes mis-compilation of the sfdisk +program. This patch fixes the problem:</para> + +<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-sfdisk-1.patch</userinput></screen> + <para>Prepare Util-linux for compilation:</para> <screen><userinput>./configure</userinput></screen> |