Changeset 18fa909
- Timestamp:
- 05/29/2020 01:26:19 PM (3 years ago)
- Branches:
- 10.0, 10.0-rc1, 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, old-trunk, 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:
- 1f5a586
- Parents:
- fcd8dc3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/util-linux.xml
rfcd8dc3 r18fa909 41 41 42 42 <sect2 role="installation"> 43 <title> FHS compliance notes</title>43 <title>Installation of Util-linux</title> 44 44 45 45 <para>The FHS recommends using the <filename 46 46 class="directory">/var/lib/hwclock</filename> directory instead of the 47 47 usual <filename class="directory">/etc</filename> directory as the 48 location for the <filename>adjtime</filename> file. First create adirectory49 to enable storage for the <command>hwclock</command> program:</para>48 location for the <filename>adjtime</filename> file. Create this directory 49 with:</para> 50 50 51 51 <screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen> 52 53 </sect2>54 55 <sect2 role="installation">56 <title>Installation of Util-linux</title>57 <!--58 <para>First, fix one of the regression tests:</para>59 60 <screen><userinput remap="pre">sed -e 's/2^64/(2^64/' -e 's/E </E) <=/' -e 's/ne /eq /' \61 -i tests/ts/ipcs/limits2</userinput></screen>62 -->63 52 64 53 <para>Remove the earlier created symlinks and files:</para>
Note:
See TracChangeset
for help on using the changeset viewer.