diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-25 01:04:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-25 01:04:51 +0000 |
commit | 96e9f0bd0ae9d5e539abbcec8109ec5e1f103e30 (patch) | |
tree | 18d7da318b835f5eca20fd1353c9736dace6dd14 /chapter06/coreutils.xml | |
parent | 8a961f65245346170b1f4f5ca50775691b423bd5 (diff) |
Add an instruction to the eudev install to create the initial
/etc/udev/hwdb.bin file.
Update to tzdata-2014i.
Update to util-linux-2.25.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index b54061eba..81853cab7 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -72,6 +72,15 @@ touch Makefile.in</userinput></screen> <title>The meaning of the configure options:</title> <varlistentry> + <term><envar>FORCE_UNSAFE_CONFIGURE=1</envar></term> + <listitem> + <para>This environment variable allows the package to be + built as the root user. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><parameter>--enable-no-install-program=kill,uptime</parameter></term> <listitem> <para>The purpose of this switch is to prevent Coreutils from @@ -112,6 +121,9 @@ touch Makefile.in</userinput></screen> <screen><userinput remap="test">su nobody -s /bin/bash \ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> + <para>The stty-pairs test is known to fail on a virtual console, but + passes if run in a X terminal.</para> + <para>Remove the temporary group:</para> <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen> |