From 21bbf5fc511e740cb1042a204cf412e6c30a62ff Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 12 Jan 2010 07:53:59 +0000 Subject: Typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9148 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/grub.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter08') 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 grub-install --grub-setup=/bin/true /dev/sda - We use --grub-setup=/bin/true for now to prevent update the + 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. @@ -148,7 +148,7 @@ menuentry "GNU/Linux, Linux 2.6.28-11-server (recovery mode)" { 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 grub-mkconfig. The + do so as long as you do not re-run grub-mkconfig. The search 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 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. -- cgit v1.2.3-54-g00ecf