aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-01-24 19:05:52 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-01-24 19:05:52 +0000
commit52318649b6f977fa370b2624fd9519a778052ebb (patch)
treeadeb760d7111dd220bf54a26a451724703a20591 /chapter08
parente5a8e1cf54005275ced6c9ebd4c57c0628e2c372 (diff)
Move chroot man page to man8
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9449 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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
...