aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml4
-rw-r--r--chapter06/systemd.xml8
2 files changed, 10 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 4408d59db..11dd9ab88 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -377,7 +377,9 @@ zic -d /usr/share/zoneinfo -p America/New_York</userinput></screen>
<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>
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 843f702df..8213c3070 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -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>