Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml hb-install-sparc-kernel.xml
Date: Mon, 19 Mar 2007 10:30:58
Message-Id: E1HTF8V-0008H3-9O@stork.gentoo.org
1 nightmorph 07/03/19 10:30:43
2
3 Modified: hb-install-sparc-bootloader.xml
4 hb-install-sparc-kernel.xml
5 Log:
6 more sparc inserts, etc.
7
8 Revision Changes Path
9 1.15 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml?rev=1.15&view=markup
12 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
13 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
14
15 Index: hb-install-sparc-bootloader.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- hb-install-sparc-bootloader.xml 14 Mar 2007 06:24:40 -0000 1.14
22 +++ hb-install-sparc-bootloader.xml 19 Mar 2007 10:30:43 -0000 1.15
23 @@ -4,11 +4,11 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $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 $ -->
28 +<!-- $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 $ -->
29
30 <sections>
31
32 -<version>2.4</version>
33 +<version>3.0</version>
34 <date>2006-10-28</date>
35
36 <section>
37 @@ -53,7 +53,7 @@
38 <p>
39 Below you'll find an example <path>silo.conf</path> file. It uses the
40 partitioning scheme we use throughout this book and
41 -<path>kernel-2.4.31</path> as kernelimage.
42 +<path>kernel-<keyval id="kernel-version"/></path> as kernelimage.
43 </p>
44
45 <pre caption = "Example /etc/silo.conf">
46 @@ -61,7 +61,7 @@
47 root = /dev/sda1 <comment># Root partition</comment>
48 timeout = 150 <comment># Wait 15 seconds before booting the default section</comment>
49
50 -image = /boot/kernel-2.4.31
51 +image = /boot/kernel-<keyval id="kernel-version"/>
52 label = linux
53 </pre>
54
55
56
57
58 1.19 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.19&view=markup
61 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
62 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
63
64 Index: hb-install-sparc-kernel.xml
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v
67 retrieving revision 1.18
68 retrieving revision 1.19
69 diff -u -r1.18 -r1.19
70 --- hb-install-sparc-kernel.xml 19 Mar 2007 08:20:15 -0000 1.18
71 +++ hb-install-sparc-kernel.xml 19 Mar 2007 10:30:43 -0000 1.19
72 @@ -4,7 +4,7 @@
73 <!-- The content of this document is licensed under the CC-BY-SA license -->
74 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
75
76 -<!-- $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 $ -->
77 +<!-- $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 $ -->
78
79 <sections>
80
81 @@ -63,13 +63,13 @@
82 <p>
83 When you take a look in <path>/usr/src</path> you should see a symlink called
84 <path>linux</path> pointing to your kernel source. In this case, the installed
85 -kernel source points to <c>linux-2.6.17-gentoo-r5</c>. Your version may be
86 +kernel source points to <c>linux-<keyval id="kernel-version"/></c>. Your version may be
87 different, so keep this in mind.
88 </p>
89
90 <pre caption="Viewing the kernel source symlink">
91 # <i>ls -l /usr/src/linux</i>
92 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.17-gentoo-r5
93 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-<keyval id="kernel-version"/>
94 </pre>
95
96 <p>
97 @@ -362,9 +362,9 @@
98 name in it.
99 </p>
100
101 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.4">
102 -<comment>(Example for 2.4 kernels)</comment>
103 -# <i>nano -w /etc/modules.autoload.d/kernel-2.4</i>
104 +<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
105 +<comment>(Example for 2.6 kernels)</comment>
106 +# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
107 </pre>
108
109 <pre caption="/etc/modules.autoload.d/kernel-2.4 or kernel-2.6">
110
111
112
113 --
114 gentoo-doc-cvs@g.o mailing list