From 920932eef61e134f1246907c7564fb0034f65265 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 13 Mar 2010 22:51:26 +0000 Subject: [PATCH] typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/grub.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/grub.xml b/chapter08/grub.xml index a14c562d4..08ba1c4e5 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -38,9 +38,9 @@ dd if=floppy.img of=/dev/fd0 bs=1440 count=1 GRUB uses its own naming structure for drives and partitions in the form of (hdn,m), where n is the hard drive number and m is the partition - number. The hard drive number starts from zero, but he partition number + number. The hard drive number starts from zero, but the partition number starts from one for normal partitions and five for extended partitions. - Note that this is different form earlier versions where + Note that this is different from earlier versions where both numbers started from zero. For example, partition sda1 is (hd0,1) to GRUB and sdb3 is