nightmorph 07/03/19 10:30:43
Modified: hb-install-sparc-bootloader.xml
hb-install-sparc-kernel.xml
Log:
more sparc inserts, etc.
Revision Changes Path
1.15
xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml?rev=1.15&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml?rev=1.15&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml?r1=1.14&r2=1.15
Index: hb-install-sparc-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-install-sparc-bootloader.xml 14 Mar 2007 06:24:40 -0000 1.14
+++ hb-install-sparc-bootloader.xml 19 Mar 2007 10:30:43 -0000 1.15
@@ -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/draft/hb-install-sparc-bootloader.xml,v
1.14 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml,v
1.15 2007/03/19 10:30:43 nightmorph Exp $ -->
<sections>
-<version>2.4</version>
+<version>3.0</version>
<date>2006-10-28</date>
<section>
@@ -53,7 +53,7 @@
<p>
Below you'll find an example <path>silo.conf</path> file. It uses the
partitioning scheme we use throughout this book and
-<path>kernel-2.4.31</path> as kernelimage.
+<path>kernel-<keyval id="kernel-version"/></path> as kernelimage.
</p>
<pre caption = "Example /etc/silo.conf">
@@ -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-2.4.31
+image = /boot/kernel-<keyval id="kernel-version"/>
label = linux
</pre>
1.19
xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.19&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.19&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?r1=1.18&r2=1.19
Index: hb-install-sparc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-install-sparc-kernel.xml 19 Mar 2007 08:20:15 -0000 1.18
+++ hb-install-sparc-kernel.xml 19 Mar 2007 10:30:43 -0000 1.19
@@ -4,7 +4,7 @@
<!-- 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/draft/hb-install-sparc-kernel.xml,v
1.18 2007/03/19 08:20:15 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v
1.19 2007/03/19 10:30:43 nightmorph Exp $ -->
<sections>
@@ -63,13 +63,13 @@
<p>
When you take a look in <path>/usr/src</path> you should see a symlink called
<path>linux</path> pointing to your kernel source. In this case, the installed
-kernel source points to <c>linux-2.6.17-gentoo-r5</c>. Your version may be
+kernel source points to <c>linux-<keyval id="kernel-version"/></c>. Your
version may be
different, so keep this in mind.
</p>
<pre caption="Viewing the kernel source symlink">
# <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux ->
linux-2.6.17-gentoo-r5
+lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux ->
linux-<keyval id="kernel-version"/>
</pre>
<p>
@@ -362,9 +362,9 @@
name in it.
</p>
-<pre caption="Editing /etc/modules.autoload.d/kernel-2.4">
-<comment>(Example for 2.4 kernels)</comment>
-# <i>nano -w /etc/modules.autoload.d/kernel-2.4</i>
+<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
+<comment>(Example for 2.6 kernels)</comment>
+# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
</pre>
<pre caption="/etc/modules.autoload.d/kernel-2.4 or kernel-2.6">
--
[email protected] mailing list