[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1074-g579ba7c

git git at cross-lfs.org
Wed May 21 02:08:23 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, sysvinit has been updated
       via  579ba7ce1e460f56a50899f833757cf7028b6b5b (commit)
      from  775d9a7c49bab4e22bc88e7f546dde103996c520 (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 579ba7ce1e460f56a50899f833757cf7028b6b5b
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 21 05:08:12 2014 -0400

    Added /dev/shm and /dev/pts back to fstab

diff --git a/BOOK/bootable/common/fstab.xml b/BOOK/bootable/common/fstab.xml
index 7d6b068..689f6b2 100644
--- a/BOOK/bootable/common/fstab.xml
+++ b/BOOK/bootable/common/fstab.xml
@@ -28,6 +28,8 @@
 
 /dev/<replaceable>[xxx]</replaceable>     /            <replaceable>[fff]</replaceable>  defaults         1     1
 /dev/<replaceable>[yyy]</replaceable>     swap         swap   pri=1            0     0
+devpts         /dev/pts     devpts gid=&gid-tty;,mode=620   0     0
+shm            /dev/shm     tmpfs  defaults         0     0
 
 # End /etc/fstab</literal>
 EOF</userinput></screen>

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

Summary of changes:
 BOOK/bootable/common/fstab.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list