aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-10 22:06:21 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-10 22:06:21 +0000
commit5cd6caad33aed7430be8c2f1612a053d8d51ffe4 (patch)
tree913c145766c62dbfd450c9ec37f67279dd39479f /chapter08
parent418e6cc0ff44e3bbaf3386e20f523edc8a97bc3c (diff)
Another mix of minor text adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3247 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/grub.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index e934b7c9f..1a14968b8 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -3,8 +3,8 @@
<?dbhtml filename="grub.html" dir="chapter08"?>
<para>Your shiny new LFS system is almost complete. One of the last things to
-do is ensure you can boot it. The instructions below apply only to computers
-of IA-32 architecture, i.e. mainstream PC's. Information on "boot loading" for
+do is ensure you can boot it. The instructions below apply only to computers of
+IA-32 architecture, meaning mainstream PCs. Information on "boot loading" for
other architectures should be available in the usual resource specific
locations for those architectures.</para>
@@ -39,8 +39,9 @@ doesn't consider CD-ROM drives to be hard drives, so if you have a CD on
<filename>hdc</filename>, that second hard drive would still be (hd1).</para>
<para>Using the above information, determine the appropriate designator for
-your root partition. For the following example, we'll assume your root
-partition is <filename>hda4</filename>.</para>
+your root partition (or boot partition, if you use a separate one). For the
+following example, we'll assume your root (or separate boot) partition is
+<filename>hda4</filename>.</para>
<para>First, tell Grub where to search for its <filename>stage{1,2}</filename>
files -- you can use Tab everywhere to make Grub show the alternatives:</para>
@@ -118,7 +119,7 @@ chainloader +1
<para>If <command>info grub</command> doesn't tell you all you want to
know, you can find more information regarding Grub on its website, located at:
-<ulink url="http://www.gnu.org/software/grub"/>.</para>
+<ulink url="http://www.gnu.org/software/grub/"/>.</para>
</sect1>