[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-260-g81e0fa6

git git at clfs.org
Wed Dec 28 18:36:01 PST 2016


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, sysvinit has been updated
       via  81e0fa62bd7687c2f7ceafbf528a154ac0781f94 (commit)
       via  650188f30f12c1184f0a3dc7a888e52b17d8783d (commit)
       via  02ac4b74bc807ffc5f1e5f2e44d0a914b369356c (commit)
      from  2be7de2b11d4b0e7f5b2b4853d88af09ce7a590a (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 81e0fa62bd7687c2f7ceafbf528a154ac0781f94
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Dec 28 21:40:35 2016 -0500

    Updated standard filesystem features

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 15c48b5..086bdb0 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,17 @@
 -->
 
     <listitem>
+      <para>28 December 2016</para>
+      <itemizedlist>
+        <listitem>
+	  <para>[Chris] - Added "ext_attr" to the list of filesystem attributes
+          to check for when creating a filesystem. Thanks to Roger Koehler for
+          pointing this out.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>13 March 2016</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/partitioning/common/creatingfilesystem.xml b/BOOK/partitioning/common/creatingfilesystem.xml
index e61b45e..3abf3fc 100644
--- a/BOOK/partitioning/common/creatingfilesystem.xml
+++ b/BOOK/partitioning/common/creatingfilesystem.xml
@@ -39,7 +39,7 @@
 
 <screen os="f"><userinput>debugfs -R feature /dev/<replaceable>[xxx]</replaceable></userinput></screen>
 
-    <para>If the output contains features other than: dir_index; filetype;
+    <para>If the output contains features other than: ext_attr; dir_index; filetype;
     large_file; resize_inode or sparse_super then your host system may have custom
     enhancements. In that case, to avoid later problems, you should compile the
     stock E2fsprogs package and use the resulting binaries to re-create the

commit 650188f30f12c1184f0a3dc7a888e52b17d8783d
Merge: 02ac4b7 2be7de2
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Dec 28 21:44:09 2016 -0500

    Merge branch 'sysvinit' of clfs.org:cross-lfs into sysvinit


commit 02ac4b74bc807ffc5f1e5f2e44d0a914b369356c
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Jul 29 17:53:36 2016 -0500

    Replace lib with lib64 during Ncurses 64bit readlink command.

diff --git a/BOOK/final-system/multilib/ncurses-64bit.xml b/BOOK/final-system/multilib/ncurses-64bit.xml
index 1a0d7d0..ad4bf20 100644
--- a/BOOK/final-system/multilib/ncurses-64bit.xml
+++ b/BOOK/final-system/multilib/ncurses-64bit.xml
@@ -75,7 +75,7 @@ ln -svf multiarch_wrapper /usr/bin/ncursesw6-config</userinput></screen>
     and create a new symlink in <filename class="directory">/usr/lib64</filename>:</para>
 
 <screen os="i"><userinput>mv -v /usr/lib64/libncursesw.so.* /lib64
-ln -svf ../../lib64/$(readlink /usr/lib/libncursesw.so) /usr/lib64/libncursesw.so</userinput></screen>
+ln -svf ../../lib64/$(readlink /usr/lib64/libncursesw.so) /usr/lib64/libncursesw.so</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="ncurses.xml"

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

Summary of changes:
 BOOK/introduction/common/changelog.xml          |   11 +++++++++++
 BOOK/partitioning/common/creatingfilesystem.xml |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list