mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 04:57:38 +00:00
English grammar fixes
Suggested-by: †KJM† <biz@k-1.me>
This commit is contained in:
parent
79648bf770
commit
c87106896c
@ -146,7 +146,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
|
|||||||
<para>
|
<para>
|
||||||
<filename>/etc/mke2fs.conf</filename> contains the default value of
|
<filename>/etc/mke2fs.conf</filename> contains the default value of
|
||||||
various command line options of <command>mke2fs</command>. You may
|
various command line options of <command>mke2fs</command>. You may
|
||||||
edit the file to make the default values suitable for your need.
|
edit the file to make the default values suitable for your needs.
|
||||||
For example, some utilities (not in LFS or BLFS) cannot recognize a
|
For example, some utilities (not in LFS or BLFS) cannot recognize a
|
||||||
<systemitem class='filesystem'>ext4</systemitem> file system with
|
<systemitem class='filesystem'>ext4</systemitem> file system with
|
||||||
<literal>metadata_csum_seed</literal> feature enabled.
|
<literal>metadata_csum_seed</literal> feature enabled.
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
<para>
|
<para>
|
||||||
In addition to the above, there is a set of applications for system
|
In addition to the above, there is a set of applications for system
|
||||||
management for all kinds of systems. These applications are all in the
|
management for all kinds of systems. These applications are all in the
|
||||||
BLFS book. Not all packages are needed in every environments. For
|
BLFS book. Not all packages are needed in every environment. For
|
||||||
example <ulink url="&blfs-book;basicnet/dhcpcd.html">dhcpcd</ulink>, is
|
example <ulink url="&blfs-book;basicnet/dhcpcd.html">dhcpcd</ulink>, is
|
||||||
not normally appropriate for a server and <ulink
|
not normally appropriate for a server and <ulink
|
||||||
url="&blfs-book;basicnet/wireless_tools.html">wireless_tools</ulink>,
|
url="&blfs-book;basicnet/wireless_tools.html">wireless_tools</ulink>,
|
||||||
|
@ -360,7 +360,7 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute
|
|||||||
<para>Next comes glibc. The most important
|
<para>Next comes glibc. The most important
|
||||||
considerations for building glibc are the compiler, binary tools, and
|
considerations for building glibc are the compiler, binary tools, and
|
||||||
kernel headers. The compiler and binary tools are generally not an issue
|
kernel headers. The compiler and binary tools are generally not an issue
|
||||||
since glibc will always those relating to the <parameter>--host</parameter>
|
since glibc will always use those relating to the <parameter>--host</parameter>
|
||||||
parameter passed to its configure script; e.g., in our case, the compiler
|
parameter passed to its configure script; e.g., in our case, the compiler
|
||||||
will be <command>$LFS_TGT-gcc</command> and the <command>readelf</command>
|
will be <command>$LFS_TGT-gcc</command> and the <command>readelf</command>
|
||||||
tool will be <command>$LFS_TGT-readelf</command>. The kernel headers can
|
tool will be <command>$LFS_TGT-readelf</command>. The kernel headers can
|
||||||
|
Loading…
Reference in New Issue
Block a user