[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 90f106c4319e05e2a3d0273961d3fa427b7008eb

git git at cross-lfs.org
Wed Feb 29 04:33:06 PST 2012


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  90f106c4319e05e2a3d0273961d3fa427b7008eb (commit)
      from  d5bb626a829cae91ea50056dec3be7406972d1e4 (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 90f106c4319e05e2a3d0273961d3fa427b7008eb
Author: Jonathan Norman <jon at cosmo1847.co.uk>
Date:   Wed Feb 29 12:33:01 2012 +0000

    Added login to the created links in the boot method - thanks Code Monkey

diff --git a/BOOK/boot/64/createfiles.xml b/BOOK/boot/64/createfiles.xml
index 534751f..8ef7b74 100644
--- a/BOOK/boot/64/createfiles.xml
+++ b/BOOK/boot/64/createfiles.xml
@@ -17,7 +17,7 @@
   links which will be replaced by real files throughout the course of
   the next chapter after the software has been installed.</para>
 
-<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
+<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
diff --git a/BOOK/boot/mips64/createfiles.xml b/BOOK/boot/mips64/createfiles.xml
index a2cd42c..4127f71 100644
--- a/BOOK/boot/mips64/createfiles.xml
+++ b/BOOK/boot/mips64/createfiles.xml
@@ -14,7 +14,7 @@
   href="../common/createfiles.xml"
   xpointer="xpointer(//*[@os='a'])"/>
 
-<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
+<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
diff --git a/BOOK/boot/multilib/createfiles.xml b/BOOK/boot/multilib/createfiles.xml
index a150a61..7c7ca68 100644
--- a/BOOK/boot/multilib/createfiles.xml
+++ b/BOOK/boot/multilib/createfiles.xml
@@ -14,7 +14,7 @@
   href="../common/createfiles.xml"
   xpointer="xpointer(//*[@os='a'])"/>
 
-<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
+<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 1207eba..1a1d57f 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,9 @@
       <para>29 February 2012</para>
       <itemizedlist>
         <listitem>
+          <para>[Jonathan] - Added Login to the created links in the boot method - thanks Code Monkey.</para>
+        </listitem>
+        <listitem>
           <para>[Jonathan] - Fixed issue with mutlilib e2fsprogs boot method.</para>
         </listitem>
       </itemizedlist>

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list