[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-787-ga235193

git git at cross-lfs.org
Tue Apr 22 01:54:42 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  a2351936b5fb38543f6028b93ec8dfd0d96adaf3 (commit)
       via  194ef0348fa98645a243b86d47936c9469861414 (commit)
      from  a22d9a574539b5104231133976da2c34690e1271 (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 a2351936b5fb38543f6028b93ec8dfd0d96adaf3
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Apr 22 04:54:37 2014 -0400

    Removed unneeded filesystems from boot section fstab

diff --git a/BOOK/boot/common/fstab.xml b/BOOK/boot/common/fstab.xml
index d39b530..6081603 100644
--- a/BOOK/boot/common/fstab.xml
+++ b/BOOK/boot/common/fstab.xml
@@ -27,12 +27,8 @@
 
 /dev/<replaceable>[xxx]</replaceable>     /            <replaceable>[fff]</replaceable>  defaults         1     1
 /dev/<replaceable>[yyy]</replaceable>     swap         swap   pri=1            0     0
-proc           /proc        proc   defaults         0     0
-sysfs          /sys         sysfs  defaults         0     0
 devpts         /dev/pts     devpts gid=&gid-tty;,mode=620   0     0
 shm            /dev/shm     tmpfs  defaults         0     0
-tmpfs          /run         tmpfs  defaults         0     0
-devtmpfs       /dev         devtmpfs mode=0755,nosuid 0     0
 
 # End /etc/fstab</literal>
 EOF</userinput></screen>
diff --git a/BOOK/boot/sparc/fstab.xml b/BOOK/boot/sparc/fstab.xml
index 62012b6..c340372 100644
--- a/BOOK/boot/sparc/fstab.xml
+++ b/BOOK/boot/sparc/fstab.xml
@@ -26,12 +26,8 @@
 
 /dev/<replaceable>[xxx]</replaceable>        /            <replaceable>[fff]</replaceable>       defaults         1     1
 /dev/<replaceable>[yyy]</replaceable>        swap         swap        pri=1            0     0
-proc           /proc           proc        defaults         0     0
-sysfs          /sys            sysfs       defaults         0     0
 devpts         /dev/pts        devpts      gid=&gid-tty;,mode=620   0     0
 shm            /dev/shm        tmpfs       defaults         0     0
-tmpfs          /run            tmpfs       defaults         0     0
-devtmpfs       /dev            devtmpfs    mode=0755,nosuid 0     0
 none           /proc/openprom  openpromfs  defaults         0     0
 # End /etc/fstab</literal>
 EOF</userinput></screen>
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 576dbeb..67798b3 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>22 April 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Removed several virtual filesystems from ${CLFS}/fstab
+          for the boot method, as they're already mounted by the bootscript.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>21 April 2014</para>
       <itemizedlist>
         <listitem>

commit 194ef0348fa98645a243b86d47936c9469861414
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Apr 22 04:51:03 2014 -0400

    Update date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 6bd7f74..0b0b959 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "04"> <!-- Use two digits -->
 <!ENTITY month_name "April">
-<!ENTITY day "21"> <!-- Use two digits -->
+<!ENTITY day "22"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/boot/common/fstab.xml             |    4 ----
 BOOK/boot/sparc/fstab.xml              |    4 ----
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   10 ++++++++++
 4 files changed, 11 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list