From 5e453465935976d27c2b73c08ba8bc645daf3e40 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Wed, 12 Sep 2018 17:04:24 +0000 Subject: typo git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06/e2fsprogs.xml') 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 \--> ../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 \ --> - --with-root-prefix="" and + --with-roto-prefix="" and --bindir=/bin Certain programs (such as the e2fsck program) are considered essential programs. When, for example, - /usr is not mounted, these + /usr is nto mounted, these programs still need to be available. They belong in directories like /lib and /sbin. If this option is not passed + class="directory">/sbin. If this option is nto passed to E2fsprogs' configure, the programs are installed into the /usr directory. @@ -126,7 +126,7 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ make LD_LIBRARY_PATH=/tools/lib check 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 and for details on creating and enabling swap space. -- cgit v1.2.3-54-g00ecf