diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/grub.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index d140ca8dd..ee3e66339 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -2,15 +2,16 @@ <title>Making the LFS system bootable</title> <?dbhtml filename="grub.html" dir="chapter08"?> -<para>Now that we have our shiny new LinuxFromScratch system completed, -we need to ensure we can boot it. To do this, we will run the grub program.</para> +<para>Now that we have our shiny new Linux-From-Scratch system completed, +we need to ensure we can boot it. To do this, we will run the +<userinput>grub</userinput> program.</para> <para><screen><userinput>grub</userinput></screen></para> <para>Grub uses its own naming structure for drives, in the form of (hdn,m), where n is the hard drive number, and m is the partition number, both of which start from zero. So, partition hda1 would be (hd0,0) to Grub, and hdb2 would -be (hd1,1). Also, Grub doesn't pay attention to CDROM drives at all, so if, +be (hd1,1). Also, Grub doesn't pay attention to CD-ROM drives at all, so if, for example, you have a CD on hdb, and a second hard drive on hdc, partitions on that second hard drive would still be (hd1,m).</para> |