diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/grub.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 741cdf647..426457deb 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -18,8 +18,8 @@ doesn't consider CD-ROM drives to be hard drives, so if you have a CD on <filename>hdc</filename>, that second hard drive would still be (hd1).</para> <para>Using the above information, determine the appropriate designator for -your root partition. For the folowing example, we'll assume your root partition -is <filename>hda4</filename>.</para> +your root partition. For the following example, we'll assume your root +partition is <filename>hda4</filename>.</para> <para>First, tell Grub where to search for its <filename>stage{1,2}</filename> files -- you can use Tab everywhere to make Grub show the alternatives:</para> |