[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 489286f37f9cf84b59e6254b33c5d054580f9af5

git git at cross-lfs.org
Tue Jun 14 10:25:25 PDT 2011


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  489286f37f9cf84b59e6254b33c5d054580f9af5 (commit)
      from  271d0f03be274d6036aaf287683f0f18e62ed4e2 (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 489286f37f9cf84b59e6254b33c5d054580f9af5
Author: Jonathan Norman <jonathan at bluesquarelinux.co.uk>
Date:   Tue Jun 14 18:25:10 2011 +0100

    Added blkid link in boot section

diff --git a/BOOK/boot/common/createfiles.xml b/BOOK/boot/common/createfiles.xml
index 177a8c2..fdcbb8f 100644
--- a/BOOK/boot/common/createfiles.xml
+++ b/BOOK/boot/common/createfiles.xml
@@ -16,7 +16,7 @@
   the next chapter after the software has been installed.</para>
 
 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
-ln -sv /tools/sbin/agetty ${CLFS}/sbin
+ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
 ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 5276649..f49eade 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,9 @@
       <para>June 14, 2011</para>
       <itemizedlist>
         <listitem>
+          <para>[Jonathan] - Added missing link for blkid to boot section.</para>
+        </listitem>
+        <listitem>
           <para>[Jonathan] - Fixed typo in passwd file in the boot section
             which prevented the user from logging in.</para>
         </listitem>

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

Summary of changes:
 BOOK/boot/common/createfiles.xml       |    2 +-
 BOOK/introduction/common/changelog.xml |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list