diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-09 22:35:55 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-09 22:35:55 +0000 |
commit | 51c7e26fb0ed51914d4e2843e82d4a87ed98478a (patch) | |
tree | cb9bfa97c52d70cc4d381ba4d8376767571b8fd8 /chapter08 | |
parent | c1e4223cca7f15f1f1fedd8a088ec196e3c7657b (diff) |
Minor brush-ups, and splitting the basic-net section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |