Gentoo Archives: gentoo-doc-cvs

From: vapier <vapier@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-arm-kernel.xml
Date: Sat, 02 Sep 2006 09:01:16
Message-Id: 20060902090059.8626B64B0C@smtp.gentoo.org
1 vapier 06/09/02 09:00:59
2
3 Modified: hb-install-arm-kernel.xml
4 Log:
5 move inline make command into <pre>
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-arm-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-arm-kernel.xml 2 Sep 2006 08:12:59 -0000 1.1
21 +++ hb-install-arm-kernel.xml 2 Sep 2006 09:00:59 -0000 1.2
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-arm-kernel.xml,v 1.1 2006/09/02 08:12:59 vapier Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.2 2006/09/02 09:00:59 vapier Exp $ -->
28
29 <sections>
30
31 @@ -166,14 +166,14 @@
32 the others ;).
33 </p>
34
35 -<p>
36 -You should start off with running <c>make netwinder_defconfig</c>.
37 -</p>
38 -
39 <pre caption="NetWinder configuration options">
40 +<comment>First generate a default config</comment>
41 +# <i>make netwinder_defconfig</i>
42 +
43 <comment>Required options</comment>
44 System Type ---&gt;
45 - ARM system type (<i>FootBridge</i>) ---&gt;
46 + ARM system type (FootBridge) ---&gt;
47 + (X) FootBridge
48 Footbridge Implementations ---&gt;
49 [*] NetWinder
50
51
52
53
54 --
55 gentoo-doc-cvs@g.o mailing list