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.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7825 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2009-05-20 15:55:19 +00:00
parent 4c6a06700a
commit 305178dfd2
3 changed files with 17 additions and 2 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$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;">

View File

@ -40,6 +40,17 @@
</listitem>
-->
<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>

View File

@ -91,7 +91,11 @@ make</userinput></screen>
<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>