Author: bdubbs
Date: 2009-05-20 09:55:19 -0600 (Wed, 20 May 2009)
New Revision: 7825
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/shells/dash.xml
Log:
Added a note to dash that creating a symlink to sh will need
to be reverted to bash when building LFS.
Changed the role of the symlink instruction to 'nodump' for alfs.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-05-12 23:07:12 UTC (rev 7824)
+++ trunk/BOOK/general.ent 2009-05-20 15:55:19 UTC (rev 7825)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "13"> <!-- Always 2 digits -->
+<!ENTITY day "20"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2009">
<!ENTITY copyrightdate "2001-&year;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-05-12 23:07:12 UTC
(rev 7824)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-05-20 15:55:19 UTC
(rev 7825)
@@ -41,6 +41,17 @@
-->
<listitem>
+ <para>May 20th, 2009</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Added a note to dash that creating a symlink to
+ sh will need to be reverted to bash when building LFS. Changed
+ the role of the symlink instruction to 'nodump' for alfs.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 13th, 2009</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/shells/dash.xml
===================================================================
--- trunk/BOOK/postlfs/shells/dash.xml 2009-05-12 23:07:12 UTC (rev 7824)
+++ trunk/BOOK/postlfs/shells/dash.xml 2009-05-20 15:55:19 UTC (rev 7825)
@@ -91,8 +91,12 @@
<command>sh</command>, recreate the <filename>/bin/sh</filename>
symlink as the <systemitem class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>ln -svf dash /bin/sh</userinput></screen>
+ <note><para>If you create the symbolic link from <command>dash</command>
+ to <command>sh</command>, you will need to reset the link to
+ <command>bash</command> to build LFS. </para></note>
+<screen role="nodump"><userinput>ln -svf dash /bin/sh</userinput></screen>
+
</sect2>
<sect2 role="commands">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page