Gentoo Archives: gentoo-doc-cvs

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86+raid+lvm2-quickinstall.xml gentoo-x86-quickinstall.xml
Date: Fri, 09 Jan 2009 18:12:14
Message-Id: E1LLLq8-0008P8-6I@stork.gentoo.org
1 neysx 09/01/09 18:12:12
2
3 Modified: gentoo-x86+raid+lvm2-quickinstall.xml
4 gentoo-x86-quickinstall.xml
5 Log:
6 Bootable flag needs to be on.
7 We all thought it was a thing of the past...
8 My brand new intel itx motherboard with dual-code atom 330 will not boot HD if flag is not on :-(
9
10 Revision Changes Path
11 1.23 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.22&r2=1.23
16
17 Index: gentoo-x86+raid+lvm2-quickinstall.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- gentoo-x86+raid+lvm2-quickinstall.xml 16 Jun 2008 00:58:54 -0000 1.22
24 +++ gentoo-x86+raid+lvm2-quickinstall.xml 9 Jan 2009 18:12:12 -0000 1.23
25 @@ -1,5 +1,5 @@
26 <?xml version='1.0' encoding="UTF-8"?>
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.22 2008/06/16 00:58:54 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.23 2009/01/09 18:12:12 neysx Exp $ -->
29 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
30
31 <guide link="/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml" lang="en">
32 @@ -29,8 +29,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>12</version>
37 -<date>2008-01-01</date>
38 +<version>13</version>
39 +<date>2009-01-09</date>
40
41 <chapter>
42 <title>Introduction</title>
43 @@ -157,7 +157,7 @@
44
45 <pre caption="Create the partitions">
46 livecd ~ # <i>fdisk /dev/sda</i>
47 -<comment>(Make sure you use type fd)</comment>
48 +<comment>(Make sure you use type fd and set the bootable flag)</comment>
49
50 <comment>(The rest of this guide uses the following partitioning scheme)</comment>
51 livecd ~ # <i>fdisk -l /dev/sda</i>
52 @@ -167,7 +167,7 @@
53 Units = cylinders of 16065 * 512 = 8225280 bytes
54
55 Device Boot Start End Blocks Id System
56 -/dev/sda1 1 11 88326 fd Linux raid autodetect
57 +/dev/sda1 * 1 11 88326 fd Linux raid autodetect
58 /dev/sda2 12 61 401625 82 Linux swap / Solaris
59 /dev/sda3 62 311 2008125 fd Linux raid autodetect
60 /dev/sda4 312 36471 290455200 fd Linux raid autodetect
61
62
63
64 1.82 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.82&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.82&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.81&r2=1.82
69
70 Index: gentoo-x86-quickinstall.xml
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
73 retrieving revision 1.81
74 retrieving revision 1.82
75 diff -u -r1.81 -r1.82
76 --- gentoo-x86-quickinstall.xml 2 May 2008 08:04:22 -0000 1.81
77 +++ gentoo-x86-quickinstall.xml 9 Jan 2009 18:12:12 -0000 1.82
78 @@ -1,5 +1,5 @@
79 <?xml version='1.0' encoding="UTF-8"?>
80 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.81 2008/05/02 08:04:22 nightmorph Exp $ -->
81 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.82 2009/01/09 18:12:12 neysx Exp $ -->
82
83 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
84
85 @@ -30,8 +30,8 @@
86 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
87 <license/>
88
89 -<version>22</version>
90 -<date>2008-05-02</date>
91 +<version>23</version>
92 +<date>2009-01-09</date>
93
94 <chapter>
95 <title>Introduction</title>
96 @@ -89,8 +89,10 @@
97 <p>
98 Use <c>fdisk</c> or <c>cfdisk</c> to create your partition layout. You need at
99 least a swap partition (type 82) and one Linux partition (type 83). The
100 -following scenario creates a <path>/boot</path>, a swap and a main partition
101 -as used in our handbook. Replace <path>sda</path> with your disk.
102 +following scenario creates a <path>/boot</path>, a swap and a main partition as
103 +used in our handbook. Replace <path>sda</path> with your disk. Most systems
104 +ignore the bootable flag, but a few need it. Set this flag on your boot
105 +partition with fdisk's <c>a</c> command.
106 </p>
107
108 <pre caption="Create the partitions">
109 @@ -104,7 +106,7 @@
110 Units = cylinders of 16065 * 512 = 8225280 bytes
111
112 Device Boot Start End Blocks Id System
113 -/dev/sda1 1 12 96358+ 83 Linux
114 +/dev/sda1 * 1 12 96358+ 83 Linux
115 /dev/sda2 13 110 787185 82 Linux swap / Solaris
116 /dev/sda3 111 72943 585031072+ 83 Linux
117 </pre>