Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-disk.xml
Date: Wed, 18 Dec 2013 15:02:08
Message-Id: 20131218150159.F0DE42004B@flycatcher.gentoo.org
1 swift 13/12/18 15:01:59
2
3 Modified: hb-install-x86+amd64-disk.xml
4 Log:
5 Use GRUB2 naming consistently
6
7 Revision Changes Path
8 1.31 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.30&r2=1.31
13
14 Index: hb-install-x86+amd64-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- hb-install-x86+amd64-disk.xml 18 Dec 2013 11:40:44 -0000 1.30
21 +++ hb-install-x86+amd64-disk.xml 18 Dec 2013 15:01:59 -0000 1.31
22 @@ -4,7 +4,7 @@
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/hb-install-x86+amd64-disk.xml,v 1.30 2013/12/18 11:40:44 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.31 2013/12/18 15:01:59 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,7 +13,7 @@
32 This chapter describes how to partition a disk for future usage.
33 </abstract>
34
35 -<version>22</version>
36 +<version>23</version>
37 <date>2013-12-18</date>
38
39 <section>
40 @@ -304,7 +304,7 @@
41
42 <p>
43 A BIOS boot partition is a very small (1 to 2 MB) partition in which
44 -bootloaders like GRUB can put additional data that doesn't fit in the
45 +bootloaders like GRUB2 can put additional data that doesn't fit in the
46 allocated storage (a few hundred bytes in case of MBR) and cannot place
47 elsewhere.
48 </p>
49 @@ -318,8 +318,8 @@
50
51 <p>
52 For completeness, we can say that the BIOS boot partition is needed when
53 -GPT partition layout is used with GRUB, or when the MBR partition layout
54 -is used with GRUB when the first partition starts earlier than the 1 MB
55 +GPT partition layout is used with GRUB2, or when the MBR partition layout
56 +is used with GRUB2 when the first partition starts earlier than the 1 MB
57 location on the disk.
58 </p>
59
60 @@ -483,7 +483,7 @@
61 </pre>
62
63 <p>
64 -Now create a 2 MB partition that will be used by the GRUB bootloader later.
65 +Now create a 2 MB partition that will be used by the GRUB2 bootloader later.
66 We use the <c>mkpart</c> command for this, and inform <c>parted</c> to start
67 from 1 MB and end at 3 MB (creating a partition of 2 MB in size).
68 </p>