mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
ch{07,08}/util-linux: remove redundant command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a55af7c6f1
commit
1f460e53b4
@ -41,8 +41,11 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Util-linux</title>
|
<title>Installation of Util-linux</title>
|
||||||
|
|
||||||
<para>First create a directory
|
<para>The FHS recommends using the <filename
|
||||||
to enable storage for the <command>hwclock</command> program:</para>
|
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. Create this directory
|
||||||
|
with:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>
|
<screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>
|
||||||
|
|
||||||
|
@ -42,14 +42,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Util-linux</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. Create this directory
|
|
||||||
with:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>
|
|
||||||
|
|
||||||
<para>Prepare Util-linux for compilation:</para>
|
<para>Prepare Util-linux for compilation:</para>
|
||||||
|
|
||||||
<screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
<screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
||||||
|
Loading…
Reference in New Issue
Block a user