diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-29 13:26:19 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-29 13:26:19 +0000 |
commit | 18fa90938b1505e9a0142883599fd560057a56ff (patch) | |
tree | b8f9b73ec1afd9e83b131ab85ef958556ae2be24 | |
parent | fcd8dc38ed418ec34f9a797a11bfc69da32f050e (diff) |
Merge the 2 role="installation" sections in util-linux, using the same layout
as for glibc to explain the FHS compliance. Note also that /var/lib/hwclock
only contains adjtime, so it is not a "storage location" IMHO.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/util-linux.xml | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 036f5db82..260282ad5 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -40,27 +40,16 @@ </sect2> <sect2 role="installation"> - <title>FHS compliance notes</title> + <title>Installation of Util-linux</title> <para>The FHS recommends using the <filename class="directory">/var/lib/hwclock</filename> directory instead of the usual <filename class="directory">/etc</filename> directory as the - location for the <filename>adjtime</filename> file. First create a directory - to enable storage for the <command>hwclock</command> program:</para> + location for the <filename>adjtime</filename> file. Create this directory + with:</para> <screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen> - </sect2> - - <sect2 role="installation"> - <title>Installation of Util-linux</title> -<!-- - <para>First, fix one of the regression tests:</para> - -<screen><userinput remap="pre">sed -e 's/2^64/(2^64/' -e 's/E </E) <=/' -e 's/ne /eq /' \ - -i tests/ts/ipcs/limits2</userinput></screen> ---> - <para>Remove the earlier created symlinks and files:</para> <screen><userinput remap="pre">rm -vf /usr/include/{blkid,libfdisk,libmount,uuid} |