mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Patch from Chris Staub with various fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7935 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
997a8b7c5f
commit
79286f58d6
@ -39,6 +39,11 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2007-02-23</para>
|
<para>2007-02-23</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dnicholson] - Applied a patch from Chris Staub to fix some
|
||||||
|
commands and text on the kernel file systems, E2fsprogs and
|
||||||
|
Autoconf pages.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[dnicholson] - Dropped the -D switch from the Udev
|
<para>[dnicholson] - Dropped the -D switch from the Udev
|
||||||
documentation install command since it is already created by
|
documentation install command since it is already created by
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
<para>To test the results, issue:
|
<para>To test the results, issue:
|
||||||
<userinput>make check</userinput>.
|
<userinput>make check</userinput>.
|
||||||
This takes a long time, about 3 SBUs. In addition, 2 test are skipped
|
This takes a long time, about 3 SBUs. In addition, 6 tests are skipped
|
||||||
that use Automake. For full test coverage, Autoconf can be re-tested
|
that use Automake. For full test coverage, Autoconf can be re-tested
|
||||||
after Automake has been installed.</para>
|
after Automake has been installed.</para>
|
||||||
|
|
||||||
|
@ -42,8 +42,8 @@
|
|||||||
|
|
||||||
<screen><userinput>sed -i -e 's@/bin/rm@/tools&@' lib/blkid/test_probe.in</userinput></screen>
|
<screen><userinput>sed -i -e 's@/bin/rm@/tools&@' lib/blkid/test_probe.in</userinput></screen>
|
||||||
|
|
||||||
<para>It is recommended that E2fsprogs be built in a subdirectory of
|
<para>The E2fsprogs documentation recommends that the package be built in
|
||||||
the source tree: </para>
|
a subdirectory of the source tree: </para>
|
||||||
|
|
||||||
<screen><userinput>mkdir -v build
|
<screen><userinput>mkdir -v build
|
||||||
cd build</userinput></screen>
|
cd build</userinput></screen>
|
||||||
@ -106,11 +106,11 @@ cd build</userinput></screen>
|
|||||||
<xref linkend="space-mounting"/> for details on creating and enabling
|
<xref linkend="space-mounting"/> for details on creating and enabling
|
||||||
swap space.</para>
|
swap space.</para>
|
||||||
|
|
||||||
<para>Install the binaries and documentation:</para>
|
<para>Install the binaries, documentation, and shared libraries:</para>
|
||||||
|
|
||||||
<screen><userinput>make install</userinput></screen>
|
<screen><userinput>make install</userinput></screen>
|
||||||
|
|
||||||
<para>Install the shared libraries:</para>
|
<para>Install the static libraries and headers:</para>
|
||||||
|
|
||||||
<screen><userinput>make install-libs</userinput></screen>
|
<screen><userinput>make install-libs</userinput></screen>
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ mknod -m 666 $LFS/dev/null c 1 3</userinput></screen>
|
|||||||
create a mirror of a directory or mount point to some other location. Use
|
create a mirror of a directory or mount point to some other location. Use
|
||||||
the following command to achieve this:</para>
|
the following command to achieve this:</para>
|
||||||
|
|
||||||
<screen><userinput>mount --bind /dev $LFS/dev</userinput></screen>
|
<screen><userinput>mount -v --bind /dev $LFS/dev</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20070220">
|
<!ENTITY version "SVN-20070223">
|
||||||
<!ENTITY releasedate "February 20, 2007">
|
<!ENTITY releasedate "February 23, 2007">
|
||||||
<!ENTITY milestone "6.3">
|
<!ENTITY milestone "6.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user