aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-15 21:47:44 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-15 21:47:44 +0000
commit1e163254645f9440f16ff2f5556c45bdd0050022 (patch)
treeaab93c3120918f7604b798923fd20ae74f3c597d /chapter08
parent6ebafb4dbc92f6119e68e4099db570ae9428d5aa (diff)
Correcting several typos and some inconsistencies.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/grub.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index d140ca8dd..ee3e66339 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -2,15 +2,16 @@
<title>Making the LFS system bootable</title>
<?dbhtml filename="grub.html" dir="chapter08"?>
-<para>Now that we have our shiny new LinuxFromScratch system completed,
-we need to ensure we can boot it. To do this, we will run the grub program.</para>
+<para>Now that we have our shiny new Linux-From-Scratch system completed,
+we need to ensure we can boot it. To do this, we will run the
+<userinput>grub</userinput> program.</para>
<para><screen><userinput>grub</userinput></screen></para>
<para>Grub uses its own naming structure for drives, in the form of (hdn,m),
where n is the hard drive number, and m is the partition number, both of which
start from zero. So, partition hda1 would be (hd0,0) to Grub, and hdb2 would
-be (hd1,1). Also, Grub doesn't pay attention to CDROM drives at all, so if,
+be (hd1,1). Also, Grub doesn't pay attention to CD-ROM drives at all, so if,
for example, you have a CD on hdb, and a second hard drive on hdc, partitions
on that second hard drive would still be (hd1,m).</para>