From 66d059b7c9eb72f9cb93eee360ce39f9fa215348 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 12 Jan 2010 21:59:28 +0000 Subject: [PATCH] Typo git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/grub.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 grub-install --grub-setup=/bin/true /dev/sda - We use --grub-setup=/bin/true for now to prevent updating + 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.