nightmorph 10/07/21 01:43:22
Modified: hb-install-sparc-bootloader.xml
hb-install-sparc-kernel.xml
Log:
fix sparc kernel conditionals
Revision Changes Path
1.23 xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.23&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.23&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?r1=1.22&r2=1.23
Index: hb-install-sparc-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-install-sparc-bootloader.xml 20 Jul 2010 08:29:37 -0000 1.22
+++ hb-install-sparc-bootloader.xml 21 Jul 2010 01:43:22 -0000 1.23
@@ -4,11 +4,11 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v
1.22 2010/07/20 08:29:37 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v
1.23 2010/07/21 01:43:22 nightmorph Exp $ -->
<sections>
-<version>4.0</version>
+<version>4.1</version>
<date>2010-07-20</date>
<section>
@@ -61,7 +61,7 @@
root = /dev/sda1 <comment># Root partition</comment>
timeout = 150 <comment># Wait 15 seconds before booting the default
section</comment>
-image = /boot/kernel-<keyval id="kernel-version"/>
+image = /boot/<keyval id="kernel-name"/>
label = linux
</pre>
1.40 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.40&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.40&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.39&r2=1.40
Index: hb-install-sparc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- hb-install-sparc-kernel.xml 20 Jul 2010 08:29:37 -0000 1.39
+++ hb-install-sparc-kernel.xml 21 Jul 2010 01:43:22 -0000 1.40
@@ -4,11 +4,11 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
1.39 2010/07/20 08:29:37 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
1.40 2010/07/21 01:43:22 nightmorph Exp $ -->
<sections>
-<version>10.0</version>
+<version>10.1</version>
<date>2010-07-20</date>
<section>
@@ -277,12 +277,11 @@
<p>
When the kernel has finished compiling, copy the kernel image to
-<path>/boot</path>. Remember to replace <path><kernel-version></path>
-with your actual kernel version.
+<path>/boot</path>.
</p>
<pre caption="Installing the kernel">
-# <i>cp arch/sparc/boot/image /boot/<kernel-version></i>
+# <i>cp arch/sparc/boot/image /boot/<keyval id="kernel-name"/></i>
</pre>
<p>