Author: krejzi
Date: Wed Feb 26 06:50:40 2014
New Revision: 10492

Log:
Merge some minor stuff from LFS, remove unnecesary command from dbus command 
explanations and misc fixes.

Modified:
   branches/systemd/BOOK/chapter05/gettext.xml
   branches/systemd/BOOK/chapter06/dbus.xml
   branches/systemd/BOOK/chapter06/gawk.xml
   branches/systemd/BOOK/chapter06/gcc.xml
   branches/systemd/BOOK/chapter06/kmod.xml
   branches/systemd/BOOK/chapter08/kernel.xml
   branches/systemd/BOOK/general.ent
   branches/systemd/BOOK/prologue/architecture.xml
   branches/systemd/BOOK/prologue/standards.xml

Modified: branches/systemd/BOOK/chapter05/gettext.xml
==============================================================================
--- branches/systemd/BOOK/chapter05/gettext.xml Fri Feb 21 14:02:35 2014        
(r10491)
+++ branches/systemd/BOOK/chapter05/gettext.xml Wed Feb 26 06:50:40 2014        
(r10492)
@@ -80,13 +80,13 @@
 make -C src msgmerge
 make -C src xgettext</userinput></screen>
 
-    <para>As only three programs have been compiled, it is not possible to run 
the
+    <para>As only three prograsm have been compiled, it is not possible to run 
the
     test suite without compiling additional support libraries from the Gettext
     package. It is therefore not recommended to attempt to run the test suite 
at
     this stage.</para>
 
     <para>Install the <command>msgfmt</command>, <command>msgmerge</command> 
and
-     <command>xgettext</command> programs:</para>
+    <command>xgettext</command> programs:</para>
 
 <screen><userinput remap="install">cp -v src/{msgfmt,msgmerge,xgettext} 
/tools/bin</userinput></screen>
 

Modified: branches/systemd/BOOK/chapter06/dbus.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/dbus.xml    Fri Feb 21 14:02:35 2014        
(r10491)
+++ branches/systemd/BOOK/chapter06/dbus.xml    Wed Feb 26 06:50:40 2014        
(r10492)
@@ -58,14 +58,6 @@
       <title>The meaning of the configure options:</title>
 
       <varlistentry>
-        <term><parameter>--enable-systemd</parameter></term>
-        <listitem>
-          <para>This enables support for authentication check using
-          Systemd Logind.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         
<term><parameter>--with-console-auth-dir=/run/console</parameter></term>
         <listitem>
           <para>This specifies the location of the ConsoleKit auth

Modified: branches/systemd/BOOK/chapter06/gawk.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/gawk.xml    Fri Feb 21 14:02:35 2014        
(r10491)
+++ branches/systemd/BOOK/chapter06/gawk.xml    Wed Feb 26 06:50:40 2014        
(r10492)
@@ -76,7 +76,8 @@
         <seg>filefuncs.so, fnmatch.so, fork.so, inplace.so, ordchr.so,
         readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so,
         testext.so, and time.so</seg>
-        <seg>/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, 
/usr/share/doc/gawk-&gawk-version;</seg>
+        <seg>/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, 
+        /usr/share/doc/gawk-&gawk-version;</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: branches/systemd/BOOK/chapter06/gcc.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/gcc.xml     Fri Feb 21 14:02:35 2014        
(r10491)
+++ branches/systemd/BOOK/chapter06/gcc.xml     Wed Feb 26 06:50:40 2014        
(r10492)
@@ -320,7 +320,8 @@
         libquadmath.{a,so}, libssp.{a,so},
         libssp_nonshared.a, libstdc++.{a,so}, libsupc++.a and 
libtsan.{a,so}</seg>
 
-        <seg>/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc, 
/usr/share/gcc-&gcc-version;</seg>
+        <seg>/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc, 
+        /usr/share/gcc-&gcc-version;</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: branches/systemd/BOOK/chapter06/kmod.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/kmod.xml    Fri Feb 21 14:02:35 2014        
(r10491)
+++ branches/systemd/BOOK/chapter06/kmod.xml    Wed Feb 26 06:50:40 2014        
(r10492)
@@ -88,21 +88,19 @@
 
 <screen><userinput remap="test">make check</userinput></screen>
 
-    <para>Install the package, create symlinks for compatibility with
-    Module-Init-Tools (the package that previously handled Linux kernel
-    modules), and manually install the man pages.  Also make sure that all
-    libraries are in the correct directory: </para>
+    <para>Install the package, man pages, and create symlinks for
+    compatibility with Module-Init-Tools (the package that previously handled
+    Linux kernel modules).  Also make sure that all libraries are in the
+    correct directory: </para>
 
 <screen><userinput remap="install">make install
+make -C man install
 
 for target in depmod insmod modinfo modprobe rmmod; do
   ln -sv ../bin/kmod /sbin/$target
 done
 
-ln -sv kmod /bin/lsmod
-
-cp -v man/*.5 /usr/share/man/man5
-cp -v man/*.8 /usr/share/man/man8</userinput></screen>
+ln -sv kmod /bin/lsmod</userinput></screen>
 
   </sect2>
 

Modified: branches/systemd/BOOK/chapter08/kernel.xml
==============================================================================
--- branches/systemd/BOOK/chapter08/kernel.xml  Fri Feb 21 14:02:35 2014        
(r10491)
+++ branches/systemd/BOOK/chapter08/kernel.xml  Wed Feb 26 06:50:40 2014        
(r10492)
@@ -74,6 +74,7 @@
     work correctly or boot at all:</para>
 
     <screen role="nodump">General setup  ---&gt;
+  [*] open by fhandle syscalls
   [*] Control Group support
 Processor type and features  ---&gt;
   [*] Enable seccomp to safely compute untrusted bytecode
@@ -204,12 +205,14 @@
     </warning>
 
     <warning>
-      <para>The headers in the system's
-      <filename class="directory">include</filename> directory should
+      <para>The headers in the system's <filename
+      class="directory">include</filename> directory (<filename
+      class="directory">/usr/include</filename>) should
       <emphasis>always</emphasis> be the ones against which Glibc was compiled,
-      that is, the sanitised headers from this Linux kernel tarball.
-      Therefore, they should <emphasis>never</emphasis> be replaced by either
-      the raw kernel headers or any other kernel sanitized headers.</para>
+      that is, the sanitised headers installed in <xref
+      linkend="ch-system-linux-headers"/>.  Therefore, they should
+      <emphasis>never</emphasis> be replaced by either the raw kernel headers
+      or any other kernel sanitized headers.</para>
     </warning>
 
   </sect2>

Modified: branches/systemd/BOOK/general.ent
==============================================================================
--- branches/systemd/BOOK/general.ent   Fri Feb 21 14:02:35 2014        (r10491)
+++ branches/systemd/BOOK/general.ent   Wed Feb 26 06:50:40 2014        (r10492)
@@ -1,5 +1,5 @@
-<!ENTITY version         "20140218-SYSTEMD">
-<!ENTITY releasedate     "February 18, 2014">
+<!ENTITY version         "20140226-systemd">
+<!ENTITY releasedate     "February 26, 2014">
 <!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone       "7.5">
 <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

Modified: branches/systemd/BOOK/prologue/architecture.xml
==============================================================================
--- branches/systemd/BOOK/prologue/architecture.xml     Fri Feb 21 14:02:35 
2014        (r10491)
+++ branches/systemd/BOOK/prologue/architecture.xml     Wed Feb 26 06:50:40 
2014        (r10492)
@@ -12,12 +12,13 @@
 
 <para>The primary target architectures of LFS are the AMD/Intel x86 (32-bit)
 and x86_64 (64-bit) CPUs.  On the other hand, the instructions in this book are
-also known to work, with some modifications, with the Power PC CPU. To build a
-system that utilizes one of these CPUs, the main prerequisite, in addition to
-those on the next few pages, is an existing Linux system such as an earlier LFS
-installation, Ubuntu, Red Hat/Fedora, SuSE, or other distribution that targets
-the architecture that you have. Also note that a 32-bit distribution can be
-installed and used as a host system on a 64-bit AMD/Intel computer.</para>
+also known to work, with some modifications, with the Power PC and ARM CPUs. To
+build a system that utilizes one of these CPUs, the main prerequisite, in
+addition to those on the next few pages, is an existing Linux system such as an
+earlier LFS installation, Ubuntu, Red Hat/Fedora, SuSE, or other distribution
+that targets the architecture that you have. Also note that a 32-bit
+distribution can be installed and used as a host system on a 64-bit AMD/Intel
+computer.</para>
 
 <para>Some other facts about 64-bit systems need to be added here. When
 compared to a 32-bit system, the sizes of executable programs are slightly

Modified: branches/systemd/BOOK/prologue/standards.xml
==============================================================================
--- branches/systemd/BOOK/prologue/standards.xml        Fri Feb 21 14:02:35 
2014        (r10491)
+++ branches/systemd/BOOK/prologue/standards.xml        Wed Feb 26 06:50:40 
2014        (r10492)
@@ -112,7 +112,7 @@
       <varlistentry>
         <term><emphasis>LSB Core:</emphasis></term>
         <listitem>
-          <para>At, Batch (a part of At), Cpio, Ed, Fcrontab, Initd-tools,
+          <para>At, Batch (a part of At), Cpio, Fcrontab, Initd-tools,
           Lsb_release, PAM, Sendmail (or Postfix or Exim) </para>
         </listitem>
       </varlistentry>
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to