diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-07-19 00:57:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-07-19 00:57:03 +0000 |
commit | de6905db226f608d204c1d6a1eb49eac30af98e1 (patch) | |
tree | a3a814dbab45ba0704d6903973b74383db085661 /chapter06/eudev.xml | |
parent | 1c8cc7166e81da25ccc88bd2ce3526800cfd0f00 (diff) |
Update to util-linux 2.32.1.
Update to binutils-2.31.1.
Update to meson-0.47.1.
Update to linux-4.17.8.
Update to e2fsprogs-1.44.3.
Document some new regression test failures.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/eudev.xml')
-rw-r--r-- | chapter06/eudev.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 9734eb1dc..8f6681417 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -39,10 +39,11 @@ <sect2 role="installation"> <title>Installation of Eudev</title> - +<!-- <para>First, fix a test script:</para> <screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen> +--> <!-- <para>Next, remove an unneeded line that causes a build failure:</para> |