Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-disk.xml
Date: Sun, 29 Dec 2013 11:20:33
Message-Id: 20131229112027.2D47D2001A@flycatcher.gentoo.org
1 swift 13/12/29 11:20:27
2
3 Modified: hb-install-x86+amd64-disk.xml
4 Log:
5 Fix bug #496338 - Correct instructions for bios boot partition (2M in size, not 32M). Thanks to "BT" for reporting.
6
7 Revision Changes Path
8 1.34 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.34&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.34&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.33&r2=1.34
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.33
18 retrieving revision 1.34
19 diff -u -r1.33 -r1.34
20 --- hb-install-x86+amd64-disk.xml 22 Dec 2013 18:57:54 -0000 1.33
21 +++ hb-install-x86+amd64-disk.xml 29 Dec 2013 11:20:26 -0000 1.34
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.33 2013/12/22 18:57:54 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.34 2013/12/29 11:20:26 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 This chapter describes how to partition a disk for future usage.
33 </abstract>
34
35 -<version>25</version>
36 -<date>2013-12-22</date>
37 +<version>26</version>
38 +<date>2013-12-29</date>
39
40 <section>
41 <title>Introduction to Block Devices</title>
42 @@ -676,7 +676,7 @@
43 partition, then <c>p</c> to select a primary partition, followed by <c>1</c> to
44 select the first primary partition. When prompted for the first sector, make sure
45 it starts from <c>2048</c> (which is needed for the boot loader) and hit enter. When
46 -prompted for the last sector, type <c>+32M</c> to create a partition 32 Mbyte
47 +prompted for the last sector, type <c>+2M</c> to create a partition 2 Mbyte
48 in size:
49 </p>