* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: kernel-upgrade.xml
@ 2008-05-20 18:40 Sven Vermeulen (swift)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2008-05-20 18:40 UTC (permalink / raw
To: gentoo-commits
swift 08/05/20 18:40:37
Log:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: kernel-upgrade.xml
@ 2011-05-29 0:39 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 5+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-05-29 0:39 UTC (permalink / raw
To: gentoo-commits
nightmorph 11/05/29 00:39:18
Modified: kernel-upgrade.xml
Log:
redo eselect example, bug 366439
Revision Changes Path
1.19 xml/htdocs/doc/en/kernel-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?r1=1.18&r2=1.19
Index: kernel-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- kernel-upgrade.xml 20 May 2008 18:40:36 -0000 1.18
+++ kernel-upgrade.xml 29 May 2011 00:39:18 -0000 1.19
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.18 2008/05/20 18:40:36 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.19 2011/05/29 00:39:18 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/kernel-upgrade.xml">
@@ -17,8 +17,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>0.6</version>
-<date>2007-06-22</date>
+<version>1</version>
+<date>2011-05-28</date>
<chapter>
<title>Introduction</title>
@@ -145,9 +145,13 @@
# <i>eselect kernel list</i>
Available kernel symlink targets:
[1] linux-2.6.9-gentoo-r1
- [2] linux-2.6.9-gentoo-r2
+ [2] linux-2.6.9-gentoo-r2 *
<comment>(Select the correct kernel)</comment>
# <i>eselect kernel set 1</i>
+<comment>(Verify the kernel was symlinked)</comment>
+# <i>eselect kernel list</i>
+ [1] linux-2.6.9-gentoo-r1 *
+ [2] linux-2.6.9-gentoo-r2
</pre>
<p>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: kernel-upgrade.xml
@ 2011-09-04 14:46 Sven Vermeulen (swift)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2011-09-04 14:46 UTC (permalink / raw
To: gentoo-commits
swift 11/09/04 14:46:59
Modified: kernel-upgrade.xml
Log:
Bug #380539 - Inform users about /etc/conf.d/modules. Also update the versions in the guide to more recent examples
Revision Changes Path
1.20 xml/htdocs/doc/en/kernel-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?r1=1.19&r2=1.20
Index: kernel-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- kernel-upgrade.xml 29 May 2011 00:39:18 -0000 1.19
+++ kernel-upgrade.xml 4 Sep 2011 14:46:59 -0000 1.20
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.19 2011/05/29 00:39:18 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.20 2011/09/04 14:46:59 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/kernel-upgrade.xml">
@@ -17,8 +17,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1</version>
-<date>2011-05-28</date>
+<version>2</version>
+<date>2011-09-04</date>
<chapter>
<title>Introduction</title>
@@ -86,7 +86,7 @@
<pre caption="New kernel sources appearing on update list">
# <i>emerge -Dup world</i>
Calculating dependencies ...done!
-[ebuild NS ] sys-kernel/gentoo-sources-2.6.9-r2 [2.6.8-r5]
+[ebuild NS ] sys-kernel/gentoo-sources-2.6.39-r3 [2.6.38-r6]
</pre>
<note>
@@ -106,7 +106,7 @@
<p>
The kernel sources will then be installed into a subdirectory of
<path>/usr/src</path>. In the above example, the new kernel sources will be
-installed at <path>/usr/src/linux-2.6.9-gentoo-r2</path>.
+installed at <path>/usr/src/linux-2.6.39-gentoo-r3</path>.
</p>
</body>
@@ -144,24 +144,24 @@
<comment>(See the list of available kernels)</comment>
# <i>eselect kernel list</i>
Available kernel symlink targets:
- [1] linux-2.6.9-gentoo-r1
- [2] linux-2.6.9-gentoo-r2 *
+ [1] linux-2.6.39-gentoo-r3
+ [2] linux-2.6.38-gentoo-r6 *
<comment>(Select the correct kernel)</comment>
# <i>eselect kernel set 1</i>
<comment>(Verify the kernel was symlinked)</comment>
# <i>eselect kernel list</i>
- [1] linux-2.6.9-gentoo-r1 *
- [2] linux-2.6.9-gentoo-r2
+ [1] linux-2.6.39-gentoo-r3 *
+ [2] linux-2.6.38-gentoo-r6
</pre>
<p>
If you really want to do it yourself, the following example shows you how to
-make the link point to <path>linux-2.6.9-gentoo-r2</path>:
+make the link point to <path>linux-2.6.39-gentoo-r3</path>:
</p>
<pre caption="Updating the /usr/src/linux softlink manually">
# <i>cd /usr/src</i>
-# <i>ln -sfn linux-2.6.9-gentoo-r2 linux</i>
+# <i>ln -sfn linux-2.6.39-gentoo-r3 linux</i>
</pre>
</body>
@@ -251,7 +251,7 @@
<pre caption="Compiling and installing the new kernel">
# <i>make && make modules_install</i>
# <i>mount /boot</i>
-# <i>cp arch/i386/boot/bzImage /boot/bzImage-2.6.9-gentoo-r2</i>
+# <i>cp arch/i386/boot/bzImage /boot/bzImage-2.6.39-gentoo-r3</i>
</pre>
<p>
@@ -300,6 +300,29 @@
</chapter>
<chapter>
+<title>Updating your module configuration</title>
+<section>
+<body>
+
+<p>
+If you have put specific module configuration entries in
+<path>/etc/conf.d/modules</path>, then you might need to update the entries
+accordingly.
+</p>
+
+<pre caption="Sample /etc/conf.d/modules file">
+<comment># The following will only auto-load the ieee1394 module in 2.6.38-gentoo-r6 kernels</comment>
+modules_2_6_38_gentoo_r6="ieee1394"
+
+<comment># To support auto-loading on all possible versions, drop any reference to versions:</comment>
+modules="ohci1394"
+</pre>
+
+</body>
+</section>
+</chapter>
+
+<chapter>
<title>Rebooting into the new kernel</title>
<section>
<body>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: kernel-upgrade.xml
@ 2013-02-23 17:53 Sven Vermeulen (swift)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2013-02-23 17:53 UTC (permalink / raw
To: gentoo-commits
swift 13/02/23 17:53:48
Modified: kernel-upgrade.xml
Log:
Fix bug #453768 - Add link to initramfs guide
Revision Changes Path
1.23 xml/htdocs/doc/en/kernel-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?r1=1.22&r2=1.23
Index: kernel-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- kernel-upgrade.xml 24 Jul 2012 12:12:51 -0000 1.22
+++ kernel-upgrade.xml 23 Feb 2013 17:53:47 -0000 1.23
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.22 2012/07/24 12:12:51 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.23 2013/02/23 17:53:47 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -17,8 +17,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>3</version>
-<date>2012-07-24</date>
+<version>4</version>
+<date>2013-02-23</date>
<chapter>
<title>Introduction</title>
@@ -214,7 +214,9 @@
For more info, follow the <uri link="/doc/en/genkernel.xml">Gentoo Linux
Genkernel Guide</uri>, or refer to the <uri link="/doc/en/handbook/">Gentoo
Handbook</uri>. Many of the options can be set in the configuration file for
-<c>genkernel</c>, <path>/etc/genkernel.conf</path>.
+<c>genkernel</c>, <path>/etc/genkernel.conf</path>. Also take a look at the <uri
+link="/doc/en/initramfs-guide.xml">Gentoo Linux Initial RAM file system
+guide</uri>.
</p>
</body>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: kernel-upgrade.xml
@ 2013-08-15 8:28 Sven Vermeulen (swift)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2013-08-15 8:28 UTC (permalink / raw
To: gentoo-commits
swift 13/08/15 08:28:41
Modified: kernel-upgrade.xml
Log:
Fix bug #466456 - Use kernel-* for kernel image naming, also needed when using GRUB2
Revision Changes Path
1.25 xml/htdocs/doc/en/kernel-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?r1=1.24&r2=1.25
Index: kernel-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- kernel-upgrade.xml 3 Jun 2013 01:43:09 -0000 1.24
+++ kernel-upgrade.xml 15 Aug 2013 08:28:41 -0000 1.25
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.24 2013/06/03 01:43:09 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.25 2013/08/15 08:28:41 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -17,8 +17,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>5</version>
-<date>2013-06-02</date>
+<version>6</version>
+<date>2013-08-15</date>
<chapter>
<title>Introduction</title>
@@ -253,7 +253,7 @@
<pre caption="Compiling and installing the new kernel">
# <i>make && make modules_install</i>
# <i>mount /boot</i>
-# <i>cp arch/i386/boot/bzImage /boot/bzImage-2.6.39-gentoo-r3</i>
+# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.39-gentoo-r3</i>
</pre>
<p>
@@ -361,7 +361,7 @@
<p>
Switching between multiple kernels is as simple as leaving the kernel sources
-under <path>/usr/src/</path> and leaving the <path>bzImage</path> binaries on
+under <path>/usr/src/</path> and leaving the <path>kernel-*</path> binaries on
your <path>/boot</path> partition (referenced by entries in your boot loader
configuration). Every time you boot up, you will be presented with a choice of
which kernel to boot into.
@@ -403,7 +403,7 @@
<p>
Finally, you can mount your <path>/boot</path> partition and remove the
-<path>bzImage</path> file(s) for the kernel(s) you are pruning. You should also
+<path>kernel-*</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>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-08-15 8:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20 18:40 [gentoo-commits] gentoo commit in xml/htdocs/doc/en: kernel-upgrade.xml Sven Vermeulen (swift)
-- strict thread matches above, loose matches on Subject: below --
2011-05-29 0:39 Joshua Saddler (nightmorph)
2011-09-04 14:46 Sven Vermeulen (swift)
2013-02-23 17:53 Sven Vermeulen (swift)
2013-08-15 8:28 Sven Vermeulen (swift)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox