Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: diskless-howto.xml
Date: Thu, 06 Oct 2005 19:13:25
Message-Id: 200510061904.j96J4dpX020586@robin.gentoo.org
1 jkt 05/10/06 19:13:03
2
3 Modified: xml/htdocs/doc/en diskless-howto.xml
4 gentoo-sparc-quickinstall.xml kernel-upgrade.xml
5 migration-to-2.6.xml
6 Log:
7 #103232, `cp System.map /boot` is not needed
8
9 Revision Changes Path
10 1.22 +5 -4 xml/htdocs/doc/en/diskless-howto.xml
11
12 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo
13 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo
14 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo
15
16 Index: diskless-howto.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- diskless-howto.xml 16 Sep 2005 16:32:06 -0000 1.21
23 +++ diskless-howto.xml 6 Oct 2005 19:13:03 -0000 1.22
24 @@ -1,5 +1,5 @@
25 <?xml version='1.0' encoding="UTF-8"?>
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.21 2005/09/16 16:32:06 jkt Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.22 2005/10/06 19:13:03 jkt Exp $ -->
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 <guide link="/doc/en/diskless-howto.xml">
31 @@ -23,10 +23,12 @@
32 This HOWTO will help you create setup diskless nodes with Gentoo Linux
33 </abstract>
34
35 +<!-- The content of this document is licensed under the CC-BY-SA license -->
36 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
37 <license/>
38
39 -<version>1.16</version>
40 -<date>2005-09-16</date>
41 +<version>1.17</version>
42 +<date>2005-10-06</date>
43
44 <chapter>
45 <title>Introduction</title>
46 @@ -192,7 +194,6 @@
47 # <i>make &amp;&amp; make modules_install</i>
48 <comment>(Make sure /boot is mounted before copying to it)</comment>
49 # <i>cp arch/i386/boot/bzImage /boot/bzImage-master</i>
50 -# <i>cp System.map /boot/System.map-master</i>
51 </pre>
52
53 <p>
54
55
56
57 1.15 +3 -4 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml
58
59 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.15&content-type=text/x-cvsweb-markup&cvsroot=gentoo
60 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.15&content-type=text/plain&cvsroot=gentoo
61 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml.diff?r1=1.14&r2=1.15&cvsroot=gentoo
62
63 Index: gentoo-sparc-quickinstall.xml
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
66 retrieving revision 1.14
67 retrieving revision 1.15
68 diff -u -r1.14 -r1.15
69 --- gentoo-sparc-quickinstall.xml 14 Jul 2005 09:46:38 -0000 1.14
70 +++ gentoo-sparc-quickinstall.xml 6 Oct 2005 19:13:03 -0000 1.15
71 @@ -1,5 +1,5 @@
72 <?xml version='1.0' encoding="UTF-8"?>
73 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.14 2005/07/14 09:46:38 fox2mike Exp $ -->
74 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.15 2005/10/06 19:13:03 jkt Exp $ -->
75
76 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
77
78 @@ -20,8 +20,8 @@
79 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
80 <license/>
81
82 -<version>1.7</version>
83 -<date>2005-07-14</date>
84 +<version>1.8</version>
85 +<date>2005-10-06</date>
86
87 <chapter>
88 <title>Sparc Quick Install Reference</title>
89 @@ -171,7 +171,6 @@
90 ( - 2.4 kernels on sparc64) # <i>cp arch/sparc64/boot/image /boot</i>
91 ( - 2.6 kernels on sparc32) # <i>cp arch/sparc/boot/image /boot</i>
92 ( - 2.6 kernels on sparc64) # <i>cp arch/sparc64/boot/image /boot</i>
93 - # <i>cp System.map /boot</i>
94 </pre>
95
96 <p>
97
98
99
100 1.9 +5 -6 xml/htdocs/doc/en/kernel-upgrade.xml
101
102 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
103 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
104 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kernel-upgrade.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo
105
106 Index: kernel-upgrade.xml
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v
109 retrieving revision 1.8
110 retrieving revision 1.9
111 diff -u -r1.8 -r1.9
112 --- kernel-upgrade.xml 4 Jun 2005 11:02:03 -0000 1.8
113 +++ kernel-upgrade.xml 6 Oct 2005 19:13:03 -0000 1.9
114 @@ -1,5 +1,5 @@
115 <?xml version="1.0" encoding="UTF-8"?>
116 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.8 2005/06/04 11:02:03 neysx Exp $ -->
117 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.9 2005/10/06 19:13:03 jkt Exp $ -->
118
119 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
120 <guide link="/doc/en/kernel-upgrade.xml">
121 @@ -14,11 +14,11 @@
122 </abstract>
123
124 <!-- The content of this document is licensed under the CC-BY-SA license -->
125 -<!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
126 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
127 <license/>
128
129 -<version>0.1.6</version>
130 -<date>2005-06-04</date>
131 +<version>0.1.7</version>
132 +<date>2005-10-06</date>
133
134 <chapter>
135 <title>Introduction</title>
136 @@ -237,7 +237,6 @@
137 # <i>make &amp;&amp; make modules_install</i>
138 # <i>mount /boot</i>
139 # <i>cp arch/i386/boot/bzImage /boot/bzImage-2.6.9-gentoo-r2</i>
140 -# <i>cp System.map /boot/System.map-2.6.9-gentoo-r2</i>
141 </pre>
142
143 <p>
144 @@ -360,7 +359,7 @@
145
146 <p>
147 Finally, you can mount your <path>/boot</path> partition and remove the
148 -<path>bzImage</path> and <path>System.map</path> files for the kernel(s)
149 +<path>bzImage</path> file(s) for the kernel(s)
150 you are pruning. You should also edit your boot loader configuration so that it
151 no longer references such kernel(s).
152 </p>
153
154
155
156 1.24 +3 -4 xml/htdocs/doc/en/migration-to-2.6.xml
157
158 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.24&content-type=text/x-cvsweb-markup&cvsroot=gentoo
159 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.24&content-type=text/plain&cvsroot=gentoo
160 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/migration-to-2.6.xml.diff?r1=1.23&r2=1.24&cvsroot=gentoo
161
162 Index: migration-to-2.6.xml
163 ===================================================================
164 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v
165 retrieving revision 1.23
166 retrieving revision 1.24
167 diff -u -r1.23 -r1.24
168 --- migration-to-2.6.xml 10 Sep 2005 11:53:14 -0000 1.23
169 +++ migration-to-2.6.xml 6 Oct 2005 19:13:03 -0000 1.24
170 @@ -1,7 +1,7 @@
171 <?xml version='1.0' encoding="UTF-8"?>
172 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
173
174 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.23 2005/09/10 11:53:14 alin Exp $ -->
175 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.24 2005/10/06 19:13:03 jkt Exp $ -->
176
177 <guide link="/doc/en/migration-to-2.6.xml">
178
179 @@ -28,8 +28,8 @@
180 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2.
181 </abstract>
182
183 -<version>0.2.11</version>
184 -<date>2005-09-10</date>
185 +<version>0.2.12</version>
186 +<date>2005-10-06</date>
187
188 <chapter>
189 <title>Introduction</title>
190 @@ -829,7 +829,6 @@
191 <pre caption="Installing the kernel">
192 # <i>mount /boot</i>
193 # <i>cp arch/i386/boot/bzImage /boot/bzImage-2.6.10-gentoo-r4</i>
194 -# <i>cp System.map /boot/System.map-2.6.10-gentoo-r4</i>
195 </pre>
196
197 <p>
198
199
200
201 --
202 gentoo-doc-cvs@g.o mailing list