Don't move mklost+found to /sbin anymore - it's not essential, so let's

keep it in the default location where e2fsprogs install it into


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-09-05 16:47:15 +00:00
parent 460a38dd41
commit f43df467de
2 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,9 @@
<itemizedlist> <itemizedlist>
<listitem><para>September 5th, 2001 [markh]: Chapter 6 - E2fsprogs:
Removed command to move mklost+found to /sbin.</para></listitem>
<listitem><para>September 5th, 2001 [gerard]: Chapters 5 &amp; 6: Added <listitem><para>September 5th, 2001 [gerard]: Chapters 5 &amp; 6: Added
notes to the gcc, binutils and glibc installations that these packages notes to the gcc, binutils and glibc installations that these packages
behave badly when the default optimization flags are changed and should behave badly when the default optimization flags are changed and should

View File

@ -10,8 +10,7 @@ to be like that. We did not forget to supply a value there.</para>
<userinput>&nbsp;&nbsp;&nbsp;--enable-elf-shlibs &amp;&amp;</userinput> <userinput>&nbsp;&nbsp;&nbsp;--enable-elf-shlibs &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput> <userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput> <userinput>make install &amp;&amp;</userinput>
<userinput>make install-libs &amp;&amp;</userinput> <userinput>make install-libs &amp;&amp;</userinput></screen></para>
<userinput>mv /usr/sbin/mklost+found /sbin</userinput></screen></para>
</sect2> </sect2>