diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-29 17:06:34 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-29 17:06:34 +0000 |
commit | d7f2eb08dab7e6dd88df0102ec48dce0a301dc5f (patch) | |
tree | bd39ebea25da933b6ad664b83adb5a2fad0aa1d0 /chapter06 | |
parent | 8d2a1f4c95a7eb46479f90048ab17859e568c6f7 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 4 | ||||
-rw-r--r-- | chapter06/systemd.xml | 8 |
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> |