aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-01-12 07:53:59 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-01-12 07:53:59 +0000
commit21bbf5fc511e740cb1042a204cf412e6c30a62ff (patch)
tree4e940f48bda4ef62e080fb67b5ab097647def6e3 /chapter08
parenta55f5b384f9899393a9addbba53cac2a113f1424 (diff)
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9148 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/grub.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index 91c0113f0..c4f2cadcb 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -85,7 +85,7 @@ cat device.map</userinput></screen>
<screen role="nodump"><userinput>grub-install --grub-setup=/bin/true /dev/sda</userinput></screen>
- <para>We use --grub-setup=/bin/true for now to prevent update the
+ <para>We use --grub-setup=/bin/true for now to prevent updating
Master Boot Record (MBR). In this way, we can test our installation
before committing to a change that is hard to revert.</para>
@@ -148,7 +148,7 @@ menuentry "GNU/Linux, Linux 2.6.28-11-server (recovery mode)" {
</computeroutput></screen>
<para>Note that even though there is a warning not to edit the file, you can
- do so as long as you do not re-reun <command>grub-mkconfig</command>. The
+ do so as long as you do not re-run <command>grub-mkconfig</command>. The
<emphasis>search</emphasis> lines are not meaningful for LFS systems as that
command needs an initrd image for processing. If installing on a separate
partition the linux and initrd lines will not have the /boot on the file
@@ -214,7 +214,7 @@ grub> boot</userinput></screen>
instruction is not found in grub.cfg. This is the partition that is
searched for the kernel and other supporting files. It is different from
the 'root=' parameter on the 'linux' line in the configuration line. The
- later is the partition the kernel mounts as '/'. In the example grub.cfg
+ latter is the partition the kernel mounts as '/'. In the example grub.cfg
above, both values point to /dev/sda2, but if there is a separate boot
partition, they will be different.</para></note>