mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Grammar fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@325 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
44512db507
commit
2483c442bd
@ -2,11 +2,11 @@
|
||||
<title>alfs-discuss</title>
|
||||
|
||||
<para>
|
||||
The alfs-discuss list discusses the development of ALFS which stands for
|
||||
Automated LinuxFromScratch. The goal of this project is to develop an
|
||||
The alfs-discuss list discusses the development of ALFS, which stands for
|
||||
Automated Linux From Scratch. The goal of this project is to develop an
|
||||
installation tool that can install an LFS system automatically for you.
|
||||
It's main goal is to speed up compilation by taking away your need to
|
||||
manually enter the commands to configure, compile and install packages.
|
||||
manually enter the commands to configure, compile, and install packages.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -2,8 +2,9 @@
|
||||
<title>Changelog</title>
|
||||
|
||||
<para>
|
||||
If, for example, a change is listed for chapter 5 it (usually) means the
|
||||
same change has been made in the chapters for the other architectures.
|
||||
If, for example, a change is listed for chapter 5, it (usually) means the
|
||||
same change has been made in the corresponding chapter for the other
|
||||
architectures.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -23,12 +24,12 @@ page recommends cfdisk over fdisk because it's more stable.
|
||||
|
||||
<listitem><para>
|
||||
Chapter 4: Changed the wording to make it more general as ext2 no
|
||||
longer is the only used file system. Reiser for example is often used
|
||||
longer is the only used file system. Reiserfs, for example, is often used
|
||||
too now.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 5: Added static mawk, texinfo and partially gettext to faciliate
|
||||
Chapter 5: Added static mawk, texinfo, and partially gettext to faciliate
|
||||
the move of Glibc from Chapter 5 to Chapter 6.
|
||||
</para></listitem>
|
||||
|
||||
@ -37,8 +38,8 @@ Chapter 5: Added Makedev to chapter 5. We don't create the device files
|
||||
here, only copy the MAKEDEV script and make a temp copy which will be
|
||||
used to create device files. This second file (MAKEDEV-temp) doesn't
|
||||
contain user names and group names but only user id's and group id's. We
|
||||
need a few device files to get Glibc installed, but before GLibc is
|
||||
installed user and group names are not recognized yet; only the numeric
|
||||
need a few device files to get Glibc installed, but, before Glibc is
|
||||
installed, user and group names are not recognized yet, only the numeric
|
||||
id's. This requires a slightly modified MAKEDEV script which will be
|
||||
generated by patching the original one. This patching is done here in
|
||||
chapter 5. Also, fixed the explanations on both makedev installations.
|
||||
@ -50,7 +51,7 @@ su'ed to) user root.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 5: Simplified ln commands
|
||||
Chapter 5: Simplified ln commands.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
@ -73,22 +74,22 @@ Chapter 5: Beautified the static link process for mawk.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 5+6: Upgraded from gcc-2.95.2 to gcc-2.95.2.1
|
||||
Chapter 5+6: Upgraded gcc-2.95.2 to gcc-2.95.2.1.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 5+6: Moved Glibc from chapter 5 to chapter 6
|
||||
Chapter 5+6: Moved Glibc from chapter 5 to chapter 6.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin
|
||||
Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 6: Updated Glibc installation instructions. 'configparms' file
|
||||
Chapter 6: Updated Glibc installation instructions. The 'configparms' file
|
||||
creation has been deleted. No need to pick a compiler (either distro's
|
||||
native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
|
||||
now so we'll use the one we have
|
||||
now so we'll use the one we have.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
@ -113,7 +114,7 @@ installation.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 6: When entering chroot the $TERM variable inside chroot is set
|
||||
Chapter 6: When entering chroot, the $TERM variable inside chroot is set
|
||||
properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ...
|
||||
</para></listitem>
|
||||
|
||||
@ -124,12 +125,12 @@ into one line.
|
||||
|
||||
<listitem><para>
|
||||
Chapter 6: Changed all "rm file && ln -s dest file" into
|
||||
"ln -sf file" (in glibc, bzip2 and gzip installation).
|
||||
"ln -sf file" (in glibc, bzip2 and gzip installations).
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 7: Fixed the delays in the killproc function in the functions
|
||||
script. Now after kill, first check PIDs, then sleep 2 if needed. More
|
||||
script. Now, after kill, first check PIDs, then sleep 2 if needed. More
|
||||
details can be read in the comments in the script itself.
|
||||
</para></listitem>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<para>
|
||||
Direct all your emails to the
|
||||
<ulink url="mailto:lfs-discuss@linuxfromscratch.org">lfs-discuss
|
||||
</ulink> mailinglist preferably.
|
||||
</ulink> mailing list preferably.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -5,8 +5,8 @@
|
||||
The lfs-announce list is a moderated list. You can subscribe to it, but
|
||||
you can't post any messages to this list. This list is used to announce
|
||||
new stable releases. If you want to be informed about development
|
||||
releases as well then you'll have to join the lfs-discuss list. If
|
||||
you're already on the lfs-discuss list there's little use subscribing to
|
||||
releases as well, then you'll have to join the lfs-discuss list. If
|
||||
you're already on the lfs-discuss list, there's little use subscribing to
|
||||
this list as well because everything that is posted to the lfs-announce
|
||||
list will be posted to the lfs-discuss list as well.
|
||||
</para>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<title>lfs-discuss</title>
|
||||
|
||||
<para>
|
||||
The lfs-discuss mailinglist discusses matters strictly related to the
|
||||
The lfs-discuss mailing list discusses matters strictly related to the
|
||||
LFS-BOOK. If you have problems with the book, want to report a bug or
|
||||
two or have suggestions to improve the book, use this mailinglist.
|
||||
two, or have suggestions to improve the book, use this mailing list.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<title>lfs-security</title>
|
||||
|
||||
<para>
|
||||
The lfs-security mailinglist discusses security related matters. If you
|
||||
The lfs-security mailing list discusses security-related matters. If you
|
||||
have security concerns or have heard about a package used by LFS that
|
||||
has known security problems, you can address that on this list.
|
||||
</para>
|
||||
|
@ -1,9 +1,9 @@
|
||||
<sect1 id="ch01-maillists">
|
||||
<title>Mailinglists and archives</title>
|
||||
<title>Mailing lists and archives</title>
|
||||
|
||||
<para>
|
||||
The linuxfromscratch.org server is hosting the following public accessible
|
||||
mailinglists:
|
||||
The linuxfromscratch.org server is hosting the following publicly accessible
|
||||
mailing lists:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -9,7 +9,7 @@ the appropriate commands in the subject headers of the message.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
As the name implies the <emphasis>Set command</emphasis> tells you what
|
||||
As the name implies, the <emphasis>Set command</emphasis> tells you what
|
||||
to write to set a mode. The <emphasis>Unset command</emphasis> tells
|
||||
you what to write to unset a mode.
|
||||
</para>
|
||||
@ -17,7 +17,7 @@ you what to write to unset a mode.
|
||||
<para>
|
||||
Replace listname in the example subject headers with the listname to which
|
||||
you want to apply the mode to. If you want to set more than one mode (to
|
||||
the same list or multiple lists) with one email you can do so by writing
|
||||
the same list or multiple lists) with one email, you can do so by writing
|
||||
junk in the subject header like "hello" and then put the commands in the
|
||||
body of the message instead.
|
||||
</para>
|
||||
@ -34,16 +34,16 @@ Unset command: <emphasis>unset listname digest</emphasis>
|
||||
|
||||
<para>
|
||||
All lists have the digest mode available and you can set yourself to
|
||||
digest mode, after you subscribe to a list. Being in digest mode will
|
||||
digest mode after you subscribe to a list. Being in digest mode will
|
||||
cause you to stop receiving individual messages as they are posted to
|
||||
the list and instead you will receive one email daily containing all
|
||||
the messages posted to the list that day.
|
||||
the messages posted to the list during that day.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
There is a second digest mode called digest2. When you are set to this
|
||||
mode you will receive the daily digests but you will also continue to
|
||||
receive the individual messages to the lists are they are posted. To
|
||||
receive the individual messages to the lists as they are posted. To
|
||||
set yourself to this mode write <emphasis>digest2</emphasis> instead of
|
||||
<emphasis>digest</emphasis> in the subject header.
|
||||
</para>
|
||||
@ -60,7 +60,7 @@ Unset command: <emphasis>unset listname vacation</emphasis>
|
||||
|
||||
<para>
|
||||
If you are going to be away for a while or wish to stop receiving
|
||||
messages from the lists but you don't want to unsubscribe you can set
|
||||
messages from the lists but you don't want to unsubscribe, you can set
|
||||
yourself to vacation mode. This has the same effect as unsubscribing
|
||||
yourself, but you don't have to go through the unsubscribe process and
|
||||
then later through the subscribe process again.
|
||||
|
@ -2,7 +2,7 @@
|
||||
<title>How to subscribe?</title>
|
||||
|
||||
<para>
|
||||
You can subscribe to any of the above mentioned mailinglists by sending
|
||||
You can subscribe to any of the above-mentioned mailinglists by sending
|
||||
an email to <ulink url="mailto:listar@linuxfromscratch.org">
|
||||
listar@linuxfromscratch.org</ulink> and write <emphasis>subscribe
|
||||
listname</emphasis> as the subject header of the message.
|
||||
|
@ -24,6 +24,7 @@ Subject: hello
|
||||
unsubscribe lfs-discuss
|
||||
unsubscribe lfs-apps
|
||||
unsubscribe alfs-discuss
|
||||
|
||||
</literallayout></blockquote>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user