aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/grub.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index 4cff9afd2..58178d6fc 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -197,10 +197,11 @@ linux /boot/vmlinux-&linux-version;-lfs-&version; root=/dev/sda2 ro
<title>Testing the Configuration</title>
<para>The core image of GRUB is also a Multiboot kernel, so if you already
- have GRUB Legacy loaded you can load GRUB-&grub-version; through your old
- boot loader. To accomplish this, you will need to exit the
- <command>chroot</command> environment and re-enter it to finish the
- few remaining portions of the book.</para>
+ have <emphasis>GRUB Legacy</emphasis> loaded you can load
+ GRUB-&grub-version; through your old boot loader. To accomplish this, you
+ will need to exit the <command>chroot</command> environment now and
+ re-enter it in the next section to finish the few remaining portions of
+ the book.</para>
<screen role="nodump"><userinput>/sbin/reboot
...