[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-87-g548821d
git
git at cross-lfs.org
Fri Sep 26 17:33:52 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, master has been updated
via 548821d162b2b24098f8904a18348caaf38921ea (commit)
via 52194426b634c14d2faeaa06b48c97ba3c2adb1c (commit)
from e3976873932bac597956cf96b7d1d488573306c2 (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 548821d162b2b24098f8904a18348caaf38921ea
Author: William Harrington <kb0iic at cross-lfs.org>
Date: Wed Sep 24 03:19:17 2014 -0500
Update date for September 26, 2014 updates.
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 2084186..5b26490 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
<!ENTITY month "09"> <!-- Use two digits -->
<!ENTITY month_name "September">
-<!ENTITY day "20"> <!-- Use two digits -->
+<!ENTITY day "26"> <!-- Use two digits -->
<!ENTITY year "2014"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
commit 52194426b634c14d2faeaa06b48c97ba3c2adb1c
Author: William Harrington <kb0iic at cross-lfs.org>
Date: Wed Sep 24 03:18:21 2014 -0500
Add umount commands for sys and run mounts.
diff --git a/BOOK/the-end/reboot.xml b/BOOK/the-end/reboot.xml
index 37718cf..93fa03e 100644
--- a/BOOK/the-end/reboot.xml
+++ b/BOOK/the-end/reboot.xml
@@ -48,7 +48,8 @@ fi
umount ${CLFS}/dev
umount ${CLFS}/proc
-umount ${CLFS}/sys</userinput></screen>
+umount ${CLFS}/sys
+umount ${CLFS}/run</userinput></screen>
<para>Unmount the CLFS file system itself:</para>
-----------------------------------------------------------------------
Summary of changes:
BOOK/general.ent | 2 +-
BOOK/the-end/reboot.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
Cross-LFS Book
More information about the Clfs-commits
mailing list