diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-23 17:48:20 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-23 17:48:20 +0000 |
commit | 84ba73a7b604f4762e42023416162c4e40afa97b (patch) | |
tree | e3c74ac2d93403a18dc9b79a6451634a2200218e /chapter06/util-linux.xml | |
parent | d76fe248206a18061bc36c8ff1a357ad8838fad9 (diff) |
Added a sed to fix hotplug's syntax error in isapnp.rc, also completed Jim's integration of the new util-linux patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index b16becd71..4c1ecf2db 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -47,7 +47,7 @@ mkdir -p /var/lib/hwclock</userinput></screen> 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> +<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-sfdisk-2.patch</userinput></screen> <para>Prepare Util-linux for compilation:</para> |