diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-01-12 21:59:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-01-12 21:59:28 +0000 |
commit | 66d059b7c9eb72f9cb93eee360ce39f9fa215348 (patch) | |
tree | e6dcb0ee6a0d2b99d025fb0cea2fccedbf03191f | |
parent | 21bbf5fc511e740cb1042a204cf412e6c30a62ff (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter08/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index c4f2cadcb..a14c562d4 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 updating + <para>We use --grub-setup=/bin/true for now to prevent updating the Master Boot Record (MBR). In this way, we can test our installation before committing to a change that is hard to revert.</para> |