mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
4c6a06700a
commit
305178dfd2
@ -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;">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user