Changeset 1f460e5
- Timestamp:
- 02/03/2021 09:03:51 AM (2 years ago)
- 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, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- cd152f22
- Parents:
- a55af7c6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/util-linux.xml
ra55af7c6 r1f460e5 42 42 <title>Installation of Util-linux</title> 43 43 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> 46 49 47 50 <screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen> -
chapter08/util-linux.xml
ra55af7c6 r1f460e5 42 42 <sect2 role="installation"> 43 43 <title>Installation of Util-linux</title> 44 45 <para>The FHS recommends using the <filename46 class="directory">/var/lib/hwclock</filename> directory instead of the47 usual <filename class="directory">/etc</filename> directory as the48 location for the <filename>adjtime</filename> file. Create this directory49 with:</para>50 51 <screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>52 44 53 45 <para>Prepare Util-linux for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.