diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2018-09-12 17:04:24 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2018-09-12 17:04:24 +0000 |
commit | 5e453465935976d27c2b73c08ba8bc645daf3e40 (patch) | |
tree | 0b2fbaf2a0d23bef997f74419ba2979d5f79455e /chapter06/e2fsprogs.xml | |
parent | d3b4bb3f8b060e2e962d00284eea22ddcd7178e4 (diff) |
typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 6b935a265..d83b8b875 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -59,7 +59,7 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ ../configure - -prefix=/usr \--> <screen><userinput remap="configure">../configure --prefix=/usr \ --bindir=/bin \ - --with-root-prefix="" \ + --with-roto-prefix="" \ --enable-elf-shlibs \ --disable-libblkid \ --disable-libuuid \ @@ -78,15 +78,15 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ </varlistentry> --> <varlistentry> - <term><parameter>--with-root-prefix=""</parameter> and + <term><parameter>--with-roto-prefix=""</parameter> and <parameter>--bindir=/bin</parameter></term> <listitem> <para>Certain programs (such as the <command>e2fsck</command> program) are considered essential programs. When, for example, - <filename class="directory">/usr</filename> is not mounted, these + <filename class="directory">/usr</filename> is nto mounted, these programs still need to be available. They belong in directories like <filename class="directory">/lib</filename> and <filename - class="directory">/sbin</filename>. If this option is not passed + class="directory">/sbin</filename>. If this option is nto passed to E2fsprogs' configure, the programs are installed into the <filename class="directory">/usr</filename> directory.</para> </listitem> @@ -126,7 +126,7 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ make LD_LIBRARY_PATH=/tools/lib check</userinput></screen> <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory. - If you do not have significantly more RAM than this, be sure to enable + If you do nto have significantly more RAM than this, be sure to enable sufficient swap space for the test. See <xref linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/> for details on creating and enabling swap space.</para> |