mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Add additional explanations for time zone
installation, udev, and network configuration. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9966 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8d2a1f4c95
commit
d7f2eb08da
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2012-08-29</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Add additional explanations for time zone
|
||||||
|
installation, udev, and network configuration.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-08-27</para>
|
<para>2012-08-27</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -377,7 +377,9 @@ zic -d /usr/share/zoneinfo -p America/New_York</userinput></screen>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>zic ... -p ...</parameter></term>
|
<term><parameter>zic ... -p ...</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This creates the <filename>posixrules</filename> file.</para>
|
<para>This creates the <filename>posixrules</filename> file. We use
|
||||||
|
New York because POSIX requites the daylight savings time rules
|
||||||
|
to be unaccordance with US rules,</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
@ -42,8 +42,14 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Udev</title>
|
<title>Installation of Udev</title>
|
||||||
|
|
||||||
|
<note><para>This package is a little different from other packages. The
|
||||||
|
initial package that is extracted is
|
||||||
|
<filename>systemd-&systemd-version;.tar.xz</filename> even though the
|
||||||
|
application we are installing is udev. After changing to the
|
||||||
|
systemd directory, follow the instructions below.</para></note>
|
||||||
|
|
||||||
<para>The udev-lfs tarball contains LFS-specific files used to build
|
<para>The udev-lfs tarball contains LFS-specific files used to build
|
||||||
Udev. Unpack it into the Udev source directory:</para>
|
Udev. Unpack it into the systemd source directory:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">tar -xvf ../&udev-lfs;.tar.bz2</userinput></screen>
|
<screen><userinput remap="pre">tar -xvf ../&udev-lfs;.tar.bz2</userinput></screen>
|
||||||
|
|
||||||
|
@ -17,11 +17,12 @@
|
|||||||
<para>This section only applies if a network card is to be
|
<para>This section only applies if a network card is to be
|
||||||
configured.</para>
|
configured.</para>
|
||||||
|
|
||||||
<para>If a network card will not be used, there is likely no need to
|
<para>If a network card will not be used, there is likely no need to create
|
||||||
create any configuration files relating to network cards. If that is
|
any configuration files relating to network cards. If that is the case, you
|
||||||
the case, remove the <filename class="symlink">network</filename>
|
will need to remove the <filename class="symlink">network</filename> symlinks
|
||||||
symlinks from all run-level directories (<filename
|
from all run-level directories (<filename
|
||||||
class="directory">/etc/rc.d/rc*.d</filename>).</para>
|
class="directory">/etc/rc.d/rc*.d</filename>) after the bootscripts are
|
||||||
|
installed in <xref linkend="ch-scripts-bootscripts"/>.</para>
|
||||||
|
|
||||||
<sect2 id='stable-net-names'>
|
<sect2 id='stable-net-names'>
|
||||||
<title>Creating stable names for network interfaces</title>
|
<title>Creating stable names for network interfaces</title>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20120827">
|
<!ENTITY version "SVN-20120829">
|
||||||
<!ENTITY releasedate "August 27, 2012">
|
<!ENTITY releasedate "August 29, 2012">
|
||||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.2">
|
<!ENTITY milestone "7.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user