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: Thu, 11 Apr 2013 18:25:16
Message-Id: 20130411182512.87E8F2171D@flycatcher.gentoo.org
1 swift 13/04/11 18:25:12
2
3 Modified: hb-install-x86+amd64-disk.xml
4 Log:
5 Fix bug #465410 - Slightly misleading sentence in creating partition, thanks to Vladimir for reporting
6
7 Revision Changes Path
8 1.23 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.23&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.23&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.22&r2=1.23
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.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- hb-install-x86+amd64-disk.xml 6 Apr 2013 07:52:47 -0000 1.22
21 +++ hb-install-x86+amd64-disk.xml 11 Apr 2013 18:25:12 -0000 1.23
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.22 2013/04/06 07:52:47 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.23 2013/04/11 18:25:12 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>15</version>
36 -<date>2013-04-06</date>
37 +<version>16</version>
38 +<date>2013-04-11</date>
39
40 <section>
41 <title>Introduction to Block Devices</title>
42 @@ -367,7 +367,7 @@
43 then <c>p</c> to select a primary partition, followed by <c>1</c> to select the
44 first primary partition. When prompted for the first cylinder, hit enter. When
45 prompted for the last cylinder, type <c>+32M</c> to create a partition 32 Mbyte
46 -in size and set its bootable flag:
47 +in size:
48 </p>
49
50 <pre caption="Creating the boot partition">
51 @@ -400,7 +400,7 @@
52 <p>
53 We need to make this partition bootable. Type <c>a</c> to toggle the bootable
54 flag on a partition and select <c>1</c>. If you press <c>p</c> again, you will
55 -notice that an <path>*</path> is placed in the "Boot" column.
56 +notice that an <e>*</e> is placed in the "Boot" column.
57 </p>
58
59 </body>