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-ia64-kernel.xml hb-install-ppc-kernel.xml hb-install-x86+amd64-kernel.xml
Date: Wed, 25 Sep 2013 17:31:21
Message-Id: 20130925173118.3AF842004C@flycatcher.gentoo.org
1 swift 13/09/25 17:31:18
2
3 Modified: hb-install-ia64-kernel.xml
4 hb-install-ppc-kernel.xml
5 hb-install-x86+amd64-kernel.xml
6 Log:
7 Fix bug #485370 - genkernel uses --lvm, not --lvm2
8
9 Revision Changes Path
10 1.32 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.31&r2=1.32
15
16 Index: hb-install-ia64-kernel.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- hb-install-ia64-kernel.xml 6 Apr 2013 08:24:16 -0000 1.31
23 +++ hb-install-ia64-kernel.xml 25 Sep 2013 17:31:18 -0000 1.32
24 @@ -4,12 +4,12 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.31 2013/04/06 08:24:16 swift Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.32 2013/09/25 17:31:18 swift Exp $ -->
30
31 <sections>
32
33 -<version>21</version>
34 -<date>2013-04-06</date>
35 +<version>22</version>
36 +<date>2013-09-25</date>
37
38 <section>
39 <title>Installing the Sources</title>
40 @@ -351,7 +351,7 @@
41 </p>
42
43 <note>
44 -Users of LVM2 will probably want to add <c>--lvm2</c> to the genkernel
45 +Users of LVM2 will probably want to add <c>--lvm</c> to the genkernel
46 command-line.
47 </note>
48
49
50
51
52 1.74 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.74&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.74&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.73&r2=1.74
57
58 Index: hb-install-ppc-kernel.xml
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
61 retrieving revision 1.73
62 retrieving revision 1.74
63 diff -u -r1.73 -r1.74
64 --- hb-install-ppc-kernel.xml 6 Apr 2013 08:24:16 -0000 1.73
65 +++ hb-install-ppc-kernel.xml 25 Sep 2013 17:31:18 -0000 1.74
66 @@ -4,7 +4,7 @@
67 <!-- The content of this document is licensed under the CC-BY-SA license -->
68 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
69
70 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.73 2013/04/06 08:24:16 swift Exp $ -->
71 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.74 2013/09/25 17:31:18 swift Exp $ -->
72
73 <sections>
74
75 @@ -13,8 +13,8 @@
76 explains how to configure your kernel.
77 </abstract>
78
79 -<version>18</version>
80 -<date>2013-04-06</date>
81 +<version>19</version>
82 +<date>2013-09-25</date>
83
84 <section>
85 <title>Installing the Kernel Sources</title>
86 @@ -374,7 +374,7 @@
87 or ext3 as filesystem you might need to manually configure your kernel using
88 <c>genkernel --menuconfig all</c> and add support for your
89 filesystem <e>in</e> the kernel (i.e. <e>not</e> as a module). Users of LVM2
90 -will probably want to add <c>--lvm2</c> as an argument as well.
91 +will probably want to add <c>--lvm</c> as an argument as well.
92 </p>
93
94 <pre caption="Running genkernel">
95
96
97
98 1.52 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.52&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.52&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.51&r2=1.52
103
104 Index: hb-install-x86+amd64-kernel.xml
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
107 retrieving revision 1.51
108 retrieving revision 1.52
109 diff -u -r1.51 -r1.52
110 --- hb-install-x86+amd64-kernel.xml 6 Apr 2013 08:24:16 -0000 1.51
111 +++ hb-install-x86+amd64-kernel.xml 25 Sep 2013 17:31:18 -0000 1.52
112 @@ -4,7 +4,7 @@
113 <!-- The content of this document is licensed under the CC-BY-SA license -->
114 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
115
116 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.51 2013/04/06 08:24:16 swift Exp $ -->
117 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.52 2013/09/25 17:31:18 swift Exp $ -->
118
119 <sections>
120
121 @@ -13,8 +13,8 @@
122 explains how to configure your kernel.
123 </abstract>
124
125 -<version>21</version>
126 -<date>2013-04-06</date>
127 +<version>22</version>
128 +<date>2013-09-25</date>
129
130 <section>
131 <title>Installing the Sources</title>
132 @@ -378,7 +378,7 @@
133 Note that, if your boot partition doesn't use ext2 or ext3 as filesystem you
134 might need to manually configure your kernel using <c>genkernel --menuconfig
135 all</c> and add support for your filesystem <e>in</e> the kernel (i.e.
136 -<e>not</e> as a module). Users of LVM2 will probably want to add <c>--lvm2</c>
137 +<e>not</e> as a module). Users of LVM2 will probably want to add <c>--lvm</c>
138 as an argument as well.
139 </p>