Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
Date: Sun, 28 May 2006 14:38:02
Message-Id: 20060528143742.DF1D76448E@smtp.gentoo.org
1 nightmorph 06/05/28 14:37:42
2
3 Modified: hb-install-amd64-bootloader.xml
4 Log:
5 clarified drive numbers, bug 131394
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
13
14 Index: hb-install-amd64-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- hb-install-amd64-bootloader.xml 26 Mar 2006 15:40:54 -0000 1.4
21 +++ hb-install-amd64-bootloader.xml 28 May 2006 14:37:42 -0000 1.5
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v 1.4 2006/03/26 15:40:54 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v 1.5 2006/05/28 14:37:42 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>6.1</version>
32 -<date>2006-03-26</date>
33 +<version>6.2</version>
34 +<date>2006-05-28</date>
35
36 <section>
37 <title>Making your Choice</title>
38 @@ -149,10 +149,11 @@
39 <body>
40
41 <p>
42 -The most critical part of understanding GRUB is getting comfortable with
43 -how GRUB refers to hard drives and partitions. Your Linux partition
44 -<path>/dev/hda1</path> will most likely be called <path>(hd0,0)</path> under
45 -GRUB. Notice the parenthesis around the <path>hd0,0</path> - they are required.
46 +The most critical part of understanding GRUB is getting comfortable with how
47 +GRUB refers to hard drives and partitions. Your Linux partition
48 +<path>/dev/hda1</path> (for IDE drives) or <path>/dev/sda1</path> (for
49 +SATA/SCSI drives) will most likely be called <path>(hd0,0)</path> under GRUB.
50 +Notice the parenthesis around the <path>hd0,0</path> - they are required.
51 </p>
52
53 <p>
54
55
56
57 --
58 gentoo-doc-cvs@g.o mailing list