[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-961-g76b8cb5

git git at cross-lfs.org
Sun Mar 9 15:19:55 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, systemd has been updated
       via  76b8cb59f6ab9a15e7fafc3d58766052885c14fd (commit)
       via  0b061af27ddf36992295ada626582241f33c2b07 (commit)
       via  c66f200271100fd88bdb09c3b1d7b4e18e1f16f0 (commit)
       via  10d030c65ecb4c4b7b5f99c5e6fb7d3a7450c090 (commit)
       via  0b3451fd689a8ed2fd637cd2b6da42de2e9ed8f4 (commit)
       via  8d741b2fcfbb68859b9c84cf992b34e1087c60dd (commit)
       via  014d534a85a354a2a922b7a67fd6761c62431256 (commit)
       via  32c9666a5ed253020c26e4cbeba844f5cb5e14ae (commit)
      from  a6778ed5e194f3f0367dba0cc26857bbc885ab05 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 76b8cb59f6ab9a15e7fafc3d58766052885c14fd
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 9 17:19:49 2014 -0500

    Update master changelog for changes with dbus, systemd, e2fsprogs, and clock configuration.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index dddf56d..d219ad7 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,24 @@
 -->
 
     <listitem>
+      <para>09 March 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add configure command descriptions and testsuite commands to Systemd.</para>
+        </listitem>
+        <listitem>
+          <para>[William Harrington] - Update testsuite description for D-BUS.</para>
+        </listitem>
+        <listitem>
+          <para>[William Harrington] - Add note to final-system Util-Linux regarding extra functionality with libudev.</para>
+        </listitem>
+        <listitem>
+          <para>[William Harrington] - Add commands and descriptions for <filename>/etc/adjtime</filename>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>02 March 2014</para>
       <itemizedlist>
         <listitem>

commit 0b061af27ddf36992295ada626582241f33c2b07
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 9 17:19:32 2014 -0500

    Fix some spacing.

diff --git a/BOOK/final-system/multilib/e2fsprogs-64bit.xml b/BOOK/final-system/multilib/e2fsprogs-64bit.xml
index 09b3a21..f7850bc 100644
--- a/BOOK/final-system/multilib/e2fsprogs-64bit.xml
+++ b/BOOK/final-system/multilib/e2fsprogs-64bit.xml
@@ -38,8 +38,9 @@
     href="e2fsprogs.xml"
     xpointer="xpointer(//*[@os='c'])"/>
 
-<screen os="d"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
-  ../configure --prefix=/usr --with-root-prefix="" \
+<screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
+CC="gcc ${BUILD64}"  \
+../configure --prefix=/usr --with-root-prefix="" \
     --enable-elf-shlibs --disable-libblkid \
     --disable-libuuid --disable-fsck \
     --disable-uuidd</userinput></screen>
diff --git a/BOOK/final-system/multilib/e2fsprogs-n32.xml b/BOOK/final-system/multilib/e2fsprogs-n32.xml
index b9ca5fe..a2a7ab6 100644
--- a/BOOK/final-system/multilib/e2fsprogs-n32.xml
+++ b/BOOK/final-system/multilib/e2fsprogs-n32.xml
@@ -39,8 +39,9 @@
     href="e2fsprogs.xml"
     xpointer="xpointer(//*[@os='c'])"/>
 
-<screen os="d"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
-  ../configure --prefix=/usr --with-root-prefix="" \
+<screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
+CC="gcc ${BUILDN32}" \
+../configure --prefix=/usr --with-root-prefix="" \
     --enable-elf-shlibs --disable-libblkid \
     --disable-libuuid --disable-fsck \
     --disable-uuidd</userinput></screen>
diff --git a/BOOK/final-system/multilib/e2fsprogs.xml b/BOOK/final-system/multilib/e2fsprogs.xml
index 6c64c16..2f4eeeb 100644
--- a/BOOK/final-system/multilib/e2fsprogs.xml
+++ b/BOOK/final-system/multilib/e2fsprogs.xml
@@ -34,8 +34,9 @@
     href="../common/e2fsprogs.xml"
     xpointer="xpointer(//*[@os='c'])"/>
 
-<screen os="d"><userinput>CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
-  ../configure --prefix=/usr --with-root-prefix="" \
+<screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
+CC="gcc ${BUILD32}" \
+../configure --prefix=/usr --with-root-prefix="" \
     --enable-elf-shlibs --disable-libblkid \
     --disable-libuuid --disable-fsck \
     --disable-uuidd</userinput></screen>

commit c66f200271100fd88bdb09c3b1d7b4e18e1f16f0
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 9 17:19:03 2014 -0500

    Add configure option description for disabling of libraries.

diff --git a/BOOK/final-system/common/e2fsprogs.xml b/BOOK/final-system/common/e2fsprogs.xml
index 00b8ff0..80b561b 100644
--- a/BOOK/final-system/common/e2fsprogs.xml
+++ b/BOOK/final-system/common/e2fsprogs.xml
@@ -66,6 +66,18 @@ cd build</userinput></screen>
         </listitem>
       </varlistentry>
 
+      <varlistentry os="e3">
+        <term><parameter>--disable-*</parameter></term>
+        <listitem>
+          <para>This prevents E2fsprogs from building and installing the
+          <systemitem class="library">libuuid</systemitem> and
+          <systemitem class="library">libblkid</systemitem> libraries, the
+          <systemitem class="daemon">uuidd</systemitem> daemon, and the
+          <command>fsck</command> wrapper, as Util-Linux installed all of
+          them earlier.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para os="f">Compile the package:</para>

commit 10d030c65ecb4c4b7b5f99c5e6fb7d3a7450c090
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 9 17:17:58 2014 -0500

    Add a note regarding util-linux findmnt and lsblk utilities and utilizing libudev. Build util-linux after systemd to utilize libudev for WWN and serial number information.

diff --git a/BOOK/final-system/common/util-linux.xml b/BOOK/final-system/common/util-linux.xml
index 79f641b..27f9ad4 100644
--- a/BOOK/final-system/common/util-linux.xml
+++ b/BOOK/final-system/common/util-linux.xml
@@ -41,6 +41,13 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
   <sect2 role="installation">
     <title>Installation of Util-linux</title>
 
+    <note os="n">
+      <para><command>findmnt</command>, and <command>lsblk</command> can
+      utilize <filename class="libraryfile">libudev</filename> for WWN and serial
+      number information. If this is desired, rebuild Util-linux after
+      <xref linkend="ch-system-systemd"/></para>
+    </note>
+
     <para os="a">Prepare Util-linux for compilation:</para>
 
 <screen os="b"><userinput>./configure --enable-write</userinput></screen>
diff --git a/BOOK/final-system/multilib/util-linux-64bit.xml b/BOOK/final-system/multilib/util-linux-64bit.xml
index 1d9f076..8843aa1 100644
--- a/BOOK/final-system/multilib/util-linux-64bit.xml
+++ b/BOOK/final-system/multilib/util-linux-64bit.xml
@@ -27,6 +27,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='n'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --libdir=/lib64 \

commit 0b3451fd689a8ed2fd637cd2b6da42de2e9ed8f4
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 9 17:16:59 2014 -0500

    Add commands for moving libnss library to /lib, /lib32, /lib64 and add configure command option descriptions, and add testsuite commands.

diff --git a/BOOK/final-system/common/systemd.xml b/BOOK/final-system/common/systemd.xml
index 6d8b451..25d176f 100644
--- a/BOOK/final-system/common/systemd.xml
+++ b/BOOK/final-system/common/systemd.xml
@@ -33,34 +33,82 @@
     --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
     --with-kbd-setfont=/bin/setfont</userinput></screen>
 
-    <para os="c">Compile the package:</para>
+    <variablelist os="c">
+      <title>The meaning of the configure options:</title>
 
-<screen os="d"><userinput>make</userinput></screen>
+      <varlistentry>
+        <term><parameter>--with-root*</parameter></term>
+        <listitem>
+          <para>These switches ensure that core programs and
+          shared libraries are installed in the subdirectories
+          of the root partition.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>--enable-split-usr</parameter></term>
+        <listitem>
+          <para>This switch ensures that Systemd will work on
+          systems where /bin, /lib and /sbin directories are not
+          symlinks to their /usr counterparts.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>--disable-gudev --without-python</parameter></term>
+        <listitem>
+          <para>These switches disable optional features because
+          LFS does not provide their dependencies.</para>
+        </listitem>
+      </varlistentry>
 
-    <para os="e">Install the package:</para>
+    </variablelist>
 
-<screen os="f"><userinput>make install</userinput></screen>
+    <para os="d">Compile the package:</para>
 
-    <para os="g">Install man pages and documentation files that are not
+<screen os="e"><userinput>make</userinput></screen>
+
+    <para os="f">Prevent a broken test case from running:</para>
+
+<screen os="g"><userinput remap="test">sed -i s:test/udev-test.pl::g Makefile</userinput></screen>
+
+    <para os="h">Test test the results, issue:</para>
+
+<screen os="i"><userinput remap="test">make check</userinput></screen>
+
+    <para os="j">Install the package:</para>
+
+<screen os="k"><userinput>make install</userinput></screen>
+
+    <para os="l">Install man pages and documentation files that are not
     installed by default:</para>
 
-<screen os="h"><userinput>for section in 1 3 5 7 8
+<screen os="m"><userinput>for section in 1 3 5 7 8
 do
   install -v -m644 man/*.${section} /usr/share/man/man${section}
 done
 install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen>
 
-    <para os="i">Create symlinks for backwards-compatibility with Sysvinit:</para>
+    <para os="n">Move NSS myhostname library to <filename class="directory">/lib
+</filename>:</para>
+
+<screen os="o"><userinput>mv -v /usr/lib/libnss_myhostname.so.2 /lib</userinput></screen>
+
+    <para os="p">Remove an unnecessary directory:</para>
+
+<screen os="q"><userinput>rm -rfv /usr/lib/rpm</userinput></screen>
+
+    <para os="r">Create symlinks for backwards-compatibility with Sysvinit:</para>
 
-<screen os="j"><userinput>for tool in runlevel reboot shutdown poweroff halt telinit; do
+<screen os="s"><userinput>for tool in runlevel reboot shutdown poweroff halt telinit; do
   ln -sfv ../bin/systemctl /sbin/$tool
 done
 ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
 
-    <para os="k">Modify a configuration file which references a group that
+    <para os="t">Modify a configuration file which references a group that
     doesn't exist:</para>
 
-<screen os="l"><userinput>sed -i "s at root lock at root root at g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
+<screen os="u"><userinput>sed -i "s at root lock at root root at g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
 
   </sect2>
 
diff --git a/BOOK/final-system/multilib/systemd-64bit.xml b/BOOK/final-system/multilib/systemd-64bit.xml
index cb90240..ff7cb8b 100644
--- a/BOOK/final-system/multilib/systemd-64bit.xml
+++ b/BOOK/final-system/multilib/systemd-64bit.xml
@@ -46,31 +46,49 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='f'])"/>
+    xpointer="xpointer(//*[@os='j'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='g'])"/>
+    xpointer="xpointer(//*[@os='k'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='h'])"/>
+    xpointer="xpointer(//*[@os='l'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
+    xpointer="xpointer(//*[@os='m'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
+    xpointer="xpointer(//*[@os='n'])"/>
+
+<screen><userinput>mv -v /usr/lib64/libnss_myhostname.so.2 /lib64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='k'])"/>
+    xpointer="xpointer(//*[@os='p'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='l'])"/>
+    xpointer="xpointer(//*[@os='q'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/systemd.xml"
+    xpointer="xpointer(//*[@os='r'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/systemd.xml"
+    xpointer="xpointer(//*[@os='s'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/systemd.xml"
+    xpointer="xpointer(//*[@os='t'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/systemd.xml"
+    xpointer="xpointer(//*[@os='u'])"/>
 
   </sect2>
 
diff --git a/BOOK/final-system/multilib/systemd-n32.xml b/BOOK/final-system/multilib/systemd-n32.xml
index 3f3df97..f43f1bc 100644
--- a/BOOK/final-system/multilib/systemd-n32.xml
+++ b/BOOK/final-system/multilib/systemd-n32.xml
@@ -29,7 +29,7 @@
     href="systemd.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
+<screen><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
   ./configure --prefix=/usr \
     --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib32 \
     --libexecdir=/usr/lib32 --docdir=/usr/share/doc/systemd-&systemd-version; \
@@ -39,19 +39,25 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='c'])"/>
+    xpointer="xpointer(//*[@os='d'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='d'])"/>
+    xpointer="xpointer(//*[@os='e'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='e'])"/>
+    xpointer="xpointer(//*[@os='j'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='f'])"/>
+    xpointer="xpointer(//*[@os='k'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/systemd.xml"
+    xpointer="xpointer(//*[@os='n'])"/>
+
+<screen><userinput>mv -v /usr/lib32/libnss_myhostname.so.2 /lib32</userinput></screen>
 
   </sect2>
 
diff --git a/BOOK/final-system/multilib/systemd.xml b/BOOK/final-system/multilib/systemd.xml
index bf45696..ebe88a8 100644
--- a/BOOK/final-system/multilib/systemd.xml
+++ b/BOOK/final-system/multilib/systemd.xml
@@ -34,7 +34,7 @@
     href="../common/systemd.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
+<screen><userinput>CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
   ./configure --prefix=/usr \
     --sysconfdir=/etc --localstatedir=/var \
     --libexecdir=/usr/lib --docdir=/usr/share/doc/systemd-&systemd-version; \
@@ -44,19 +44,27 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='c'])"/>
+    xpointer="xpointer(//*[@os='d'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='d'])"/>
+    xpointer="xpointer(//*[@os='e'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='e'])"/>
+    xpointer="xpointer(//*[@os='j'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/systemd.xml"
+    xpointer="xpointer(//*[@os='k'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/systemd.xml"
+    xpointer="xpointer(//*[@os='n'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
-    xpointer="xpointer(//*[@os='f'])"/>
+    xpointer="xpointer(//*[@os='o'])"/>
 
   </sect2>
 

commit 8d741b2fcfbb68859b9c84cf992b34e1087c60dd
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 9 17:15:38 2014 -0500

    Update test description information to reference CBLFS D-Bus core page for dependencies and note for running the testsuite.

diff --git a/BOOK/final-system/common/dbus.xml b/BOOK/final-system/common/dbus.xml
index 703681a..398341f 100644
--- a/BOOK/final-system/common/dbus.xml
+++ b/BOOK/final-system/common/dbus.xml
@@ -35,7 +35,10 @@
 
 <screen os="d"><userinput>make</userinput></screen>
 
-    <para os="e">This package does not come with a test suite.</para>
+    <para os="e">This package does come with a testsuite, but it requires
+    several packages that are not included in CLFS. Instructions for running
+    the testsuite can be found in the CBLFS book at
+    <ulink url="&cblfs-root;/index.php/D-BUS_Core"/>.</para>
 
     <para os="f">Install the package:</para>
 

commit 014d534a85a354a2a922b7a67fd6761c62431256
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 9 17:14:45 2014 -0500

    Add description and commands for /etc/adjtime.

diff --git a/BOOK/bootscripts/common/clock.xml b/BOOK/bootscripts/common/clock.xml
index 0510bf7..82153e3 100644
--- a/BOOK/bootscripts/common/clock.xml
+++ b/BOOK/bootscripts/common/clock.xml
@@ -35,8 +35,26 @@
   timezone, which is also known as GMT -0700, add seven hours to the local
   time.</para>
 
-  <para>If your clock is set to local time, tell <command>systemd-timedated</command>
-  about it by running the following command:</para>
+  <para><command>systemd-timedated</command> reads
+  <filename>/etc/adjtime</filename>, and depending on the contents of the file,
+  it sets the clock to either UTC or local time.</para>
+
+ <para>Create the <filename>/etc/adjtime</filename> file with the following
+ contents if your hardware clock is set to local time:</para>
+
+<screen role="nodump"><userinput>cat > /etc/adjtime << "EOF"
+<literal>0.0 0 0.0
+0
+LOCAL</literal>
+EOF</userinput></screen>
+
+ <para>If <filename>/etc/adjtime</filename> isn't present at first boot,
+ <command>systemd-timedated</command> will assume that hardware clock is
+ set to UTC and adjust the file according to that.</para>
+
+  <para>If your clock is set to local time, tell
+  <command>systemd-timedated</command> about it by running the following
+  command:</para>
 
 <screen role="nodump"><userinput>timedatectl set-local-rtc 1</userinput></screen>
 

commit 32c9666a5ed253020c26e4cbeba844f5cb5e14ae
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 9 14:20:05 2014 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index ce37c0d..101bd03 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "03"> <!-- Use two digits -->
 <!ENTITY month_name "March">
-<!ENTITY day "08"> <!-- Use two digits -->
+<!ENTITY day "09"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/bootscripts/common/clock.xml               |   22 +++++++-
 BOOK/final-system/common/dbus.xml               |    5 +-
 BOOK/final-system/common/e2fsprogs.xml          |   12 ++++
 BOOK/final-system/common/systemd.xml            |   68 +++++++++++++++++++---
 BOOK/final-system/common/util-linux.xml         |    7 ++
 BOOK/final-system/multilib/e2fsprogs-64bit.xml  |    5 +-
 BOOK/final-system/multilib/e2fsprogs-n32.xml    |    5 +-
 BOOK/final-system/multilib/e2fsprogs.xml        |    5 +-
 BOOK/final-system/multilib/systemd-64bit.xml    |   32 ++++++++--
 BOOK/final-system/multilib/systemd-n32.xml      |   16 ++++--
 BOOK/final-system/multilib/systemd.xml          |   18 ++++--
 BOOK/final-system/multilib/util-linux-64bit.xml |    4 +
 BOOK/general.ent                                |    2 +-
 BOOK/introduction/common/changelog.xml          |   18 ++++++
 14 files changed, 182 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list