jkt         05/10/06 19:13:03

  Modified:    xml/htdocs/doc/en diskless-howto.xml
                        gentoo-sparc-quickinstall.xml kernel-upgrade.xml
                        migration-to-2.6.xml
  Log:
  #103232, `cp System.map /boot` is not needed

Revision  Changes    Path
1.22      +5 -4      xml/htdocs/doc/en/diskless-howto.xml

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
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
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

Index: diskless-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- diskless-howto.xml  16 Sep 2005 16:32:06 -0000      1.21
+++ diskless-howto.xml  6 Oct 2005 19:13:03 -0000       1.22
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.21 
2005/09/16 16:32:06 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.22 
2005/10/06 19:13:03 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/diskless-howto.xml">
@@ -23,10 +23,12 @@
 This HOWTO will help you create setup diskless nodes with Gentoo Linux 
 </abstract>
 
+<!-- The content of this document is licensed under the CC-BY-SA license -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.16</version>
-<date>2005-09-16</date>
+<version>1.17</version>
+<date>2005-10-06</date>
 
 <chapter>
 <title>Introduction</title>
@@ -192,7 +194,6 @@
 # <i>make &amp;&amp; make modules_install</i>
 <comment>(Make sure /boot is mounted before copying to it)</comment>
 # <i>cp arch/i386/boot/bzImage /boot/bzImage-master</i>
-# <i>cp System.map /boot/System.map-master</i>
 </pre>
 
 <p>



1.15      +3 -4      xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml

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
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
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

Index: gentoo-sparc-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gentoo-sparc-quickinstall.xml       14 Jul 2005 09:46:38 -0000      1.14
+++ gentoo-sparc-quickinstall.xml       6 Oct 2005 19:13:03 -0000       1.15
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.14 
2005/07/14 09:46:38 fox2mike Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.15 
2005/10/06 19:13:03 jkt Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -20,8 +20,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.7</version>
-<date>2005-07-14</date>
+<version>1.8</version>
+<date>2005-10-06</date>
 
 <chapter>
 <title>Sparc Quick Install Reference</title>
@@ -171,7 +171,6 @@
 (       - 2.4 kernels on sparc64)                          # <i>cp 
arch/sparc64/boot/image /boot</i>
 (       - 2.6 kernels on sparc32)                          # <i>cp 
arch/sparc/boot/image /boot</i>
 (       - 2.6 kernels on sparc64)                          # <i>cp 
arch/sparc64/boot/image /boot</i>
-                                                           # <i>cp System.map 
/boot</i>
 </pre>
 
 <p>



1.9       +5 -6      xml/htdocs/doc/en/kernel-upgrade.xml

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
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
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

Index: kernel-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kernel-upgrade.xml  4 Jun 2005 11:02:03 -0000       1.8
+++ kernel-upgrade.xml  6 Oct 2005 19:13:03 -0000       1.9
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.8 
2005/06/04 11:02:03 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.9 
2005/10/06 19:13:03 jkt Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/kernel-upgrade.xml">
@@ -14,11 +14,11 @@
 </abstract>
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
-<!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>0.1.6</version>
-<date>2005-06-04</date>
+<version>0.1.7</version>
+<date>2005-10-06</date>
 
 <chapter>
 <title>Introduction</title>
@@ -237,7 +237,6 @@
 # <i>make &amp;&amp; make modules_install</i>
 # <i>mount /boot</i>
 # <i>cp arch/i386/boot/bzImage /boot/bzImage-2.6.9-gentoo-r2</i>
-# <i>cp System.map /boot/System.map-2.6.9-gentoo-r2</i>
 </pre>
 
 <p>
@@ -360,7 +359,7 @@
 
 <p>
 Finally, you can mount your <path>/boot</path> partition and remove the 
-<path>bzImage</path> and <path>System.map</path> files for the kernel(s) 
+<path>bzImage</path> file(s) for the kernel(s) 
 you are pruning. You should also edit your boot loader configuration so that 
it 
 no longer references such kernel(s).
 </p>



1.24      +3 -4      xml/htdocs/doc/en/migration-to-2.6.xml

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
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
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

Index: migration-to-2.6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- migration-to-2.6.xml        10 Sep 2005 11:53:14 -0000      1.23
+++ migration-to-2.6.xml        6 Oct 2005 19:13:03 -0000       1.24
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 
1.23 2005/09/10 11:53:14 alin Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 
1.24 2005/10/06 19:13:03 jkt Exp $ -->
 
 <guide link="/doc/en/migration-to-2.6.xml">
 
@@ -28,8 +28,8 @@
 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2.
 </abstract>
 
-<version>0.2.11</version>
-<date>2005-09-10</date>
+<version>0.2.12</version>
+<date>2005-10-06</date>
 
 <chapter>
 <title>Introduction</title>
@@ -829,7 +829,6 @@
 <pre caption="Installing the kernel">
 # <i>mount /boot</i>
 # <i>cp arch/i386/boot/bzImage /boot/bzImage-2.6.10-gentoo-r4</i>
-# <i>cp System.map /boot/System.map-2.6.10-gentoo-r4</i>
 </pre>
 
 <p>



-- 
[email protected] mailing list

Reply via email to