Author: bdubbs
Date: 2012-08-29 11:06:34 -0600 (Wed, 29 Aug 2012)
New Revision: 9966
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/glibc.xml
trunk/BOOK/chapter06/systemd.xml
trunk/BOOK/chapter07/network.xml
trunk/BOOK/general.ent
Log:
Add additional explanations for time zone
installation, udev, and network configuration.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-08-27 22:31:00 UTC (rev 9965)
+++ trunk/BOOK/chapter01/changelog.xml 2012-08-29 17:06:34 UTC (rev 9966)
@@ -37,6 +37,16 @@
-->
<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>
<para>2012-08-27</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2012-08-27 22:31:00 UTC (rev 9965)
+++ trunk/BOOK/chapter06/glibc.xml 2012-08-29 17:06:34 UTC (rev 9966)
@@ -377,7 +377,9 @@
<varlistentry>
<term><parameter>zic ... -p ...</parameter></term>
<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>
</varlistentry>
</variablelist>
Modified: trunk/BOOK/chapter06/systemd.xml
===================================================================
--- trunk/BOOK/chapter06/systemd.xml 2012-08-27 22:31:00 UTC (rev 9965)
+++ trunk/BOOK/chapter06/systemd.xml 2012-08-29 17:06:34 UTC (rev 9966)
@@ -42,8 +42,14 @@
<sect2 role="installation">
<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
- 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>
Modified: trunk/BOOK/chapter07/network.xml
===================================================================
--- trunk/BOOK/chapter07/network.xml 2012-08-27 22:31:00 UTC (rev 9965)
+++ trunk/BOOK/chapter07/network.xml 2012-08-29 17:06:34 UTC (rev 9966)
@@ -17,11 +17,12 @@
<para>This section only applies if a network card is to be
configured.</para>
- <para>If a network card will not be used, there is likely no need to
- create any configuration files relating to network cards. If that is
- the case, remove the <filename class="symlink">network</filename>
- symlinks from all run-level directories (<filename
- class="directory">/etc/rc.d/rc*.d</filename>).</para>
+ <para>If a network card will not be used, there is likely no need to create
+ any configuration files relating to network cards. If that is the case, you
+ will need to remove the <filename class="symlink">network</filename> symlinks
+ from all run-level directories (<filename
+ 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'>
<title>Creating stable names for network interfaces</title>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-08-27 22:31:00 UTC (rev 9965)
+++ trunk/BOOK/general.ent 2012-08-29 17:06:34 UTC (rev 9966)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120827">
-<!ENTITY releasedate "August 27, 2012">
+<!ENTITY version "SVN-20120829">
+<!ENTITY releasedate "August 29, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page