diff options
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r-- | chapter08/util-linux.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 7a21e2a1a..6c37af728 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -42,6 +42,10 @@ <sect2 role="installation"> <title>Installation of Util-linux</title> + <para>First, disable a problem test:</para> + + <screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen> + <para>Prepare Util-linux for compilation:</para> <screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ |