Changeset 1f460e5


Ignore:
Timestamp:
02/03/2021 09:03:51 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
cd152f22
Parents:
a55af7c6
Message:

ch{07,08}/util-linux: remove redundant command

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/util-linux.xml

    ra55af7c6 r1f460e5  
    4242    <title>Installation of Util-linux</title>
    4343
    44     <para>First create a directory
    45     to enable storage for the <command>hwclock</command> program:</para>
     44    <para>The FHS recommends using the <filename
     45    class="directory">/var/lib/hwclock</filename> directory instead of the
     46    usual <filename class="directory">/etc</filename> directory as the
     47    location for the <filename>adjtime</filename> file. Create this directory
     48    with:</para>
    4649
    4750<screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>
  • chapter08/util-linux.xml

    ra55af7c6 r1f460e5  
    4242  <sect2 role="installation">
    4343    <title>Installation of Util-linux</title>
    44 
    45     <para>The FHS recommends using the <filename
    46     class="directory">/var/lib/hwclock</filename> directory instead of the
    47     usual <filename class="directory">/etc</filename> directory as the
    48     location for the <filename>adjtime</filename> file. Create this directory
    49     with:</para>
    50 
    51 <screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>
    5244
    5345    <para>Prepare Util-linux for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.