* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2014-04-12 6:13 Sven Vermeulen (swift)
0 siblings, 0 replies; 14+ messages in thread
From: Sven Vermeulen (swift) @ 2014-04-12 6:13 UTC (permalink / raw
To: gentoo-doc-cvs
swift 14/04/12 06:13:45
Modified: hb-install-x86+amd64-kernel.xml
Log:
Fix bug #497134 - Correct naming convention for kernel
Revision Changes Path
1.54 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.53&r2=1.54
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- hb-install-x86+amd64-kernel.xml 17 Dec 2013 10:38:05 -0000 1.53
+++ hb-install-x86+amd64-kernel.xml 12 Apr 2014 06:13:45 -0000 1.54
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.53 2013/12/17 10:38:05 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.54 2014/04/12 06:13:45 swift Exp $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>23</version>
-<date>2013-12-17</date>
+<version>24</version>
+<date>2014-04-12</date>
<section>
<title>Installing the Sources</title>
@@ -324,9 +324,10 @@
<p>
When the kernel has finished compiling, copy the kernel image to
<path>/boot</path>. Use whatever name you feel is appropriate for your kernel
-choice and remember it as you will need it later on when you configure your
-bootloader. Remember to replace <c><keyval id="kernel-name"/></c> with the
-name and version of your kernel.
+choice but make sure it starts with <path>linux-</path> or <path>vmlinuz-</path>
+so that the boot loader scripts can automatically detect the new kernels later.
+Remember to replace <c><keyval id="kernel-name"/></c> with the name and version
+of your kernel.
</p>
<pre caption="Installing the kernel">
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2014-08-07 16:15 Sven Vermeulen (swift)
0 siblings, 0 replies; 14+ messages in thread
From: Sven Vermeulen (swift) @ 2014-08-07 16:15 UTC (permalink / raw
To: gentoo-doc-cvs
swift 14/08/07 16:15:41
Modified: hb-install-x86+amd64-kernel.xml
Log:
Update /boot entry in fstab for genkernel, reported by Colin Hulme
Revision Changes Path
1.57 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.56&r2=1.57
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- hb-install-x86+amd64-kernel.xml 1 Jun 2014 13:20:25 -0000 1.56
+++ hb-install-x86+amd64-kernel.xml 7 Aug 2014 16:15:41 -0000 1.57
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.56 2014/06/01 13:20:25 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.57 2014/08/07 16:15:41 swift Exp $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>26</version>
-<date>2014-06-01</date>
+<version>27</version>
+<date>2014-08-07</date>
<section>
<title>Installing the Sources</title>
@@ -373,6 +373,26 @@
</pre>
<p>
+Next, edit the <path>/etc/fstab</path> file so that the line containing
+<path>/boot</path> as second field has the first field pointing to the right
+device. If the partitioning example from the handbook is followed, then this
+device is most likely <path><keyval id="/boot"/></path> with the ext2 file
+system. This would make the entry in the file look like so:
+</p>
+
+<pre caption="Editing /etc/fstab for the /boot entry">
+# <i>nano -w /etc/fstab</i>
+...
+<keyval id="/boot"/> /boot ext2 defaults 0 2
+</pre>
+
+<p>
+The remainder of the <path>/etc/fstab</path> will be updated in the next section,
+but as <c>genkernel</c> reads this information we need to update the
+<path>/boot</path> line up front.
+</p>
+
+<p>
Now, compile your kernel sources by running <c>genkernel all</c>. Be aware
though, as <c>genkernel</c> compiles a kernel that supports almost all
hardware, this compilation will take quite a while to finish!
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2012-04-12 15:53 Sven Vermeulen (swift)
0 siblings, 0 replies; 14+ messages in thread
From: Sven Vermeulen (swift) @ 2012-04-12 15:53 UTC (permalink / raw
To: gentoo-doc-cvs
swift 12/04/12 15:53:31
Modified: hb-install-x86+amd64-kernel.xml
Log:
CONFIG_DEVTMPFS is also needed but not mentioned in handbook yet. Introducing for x86 and amd64... other arches should check if the requirement is for them valid as well and update accordingly
Revision Changes Path
1.47 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.46&r2=1.47
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- hb-install-x86+amd64-kernel.xml 27 Mar 2012 17:47:19 -0000 1.46
+++ hb-install-x86+amd64-kernel.xml 12 Apr 2012 15:53:31 -0000 1.47
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.46 2012/03/27 17:47:19 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.47 2012/04/12 15:53:31 swift Exp $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>16</version>
-<date>2012-03-27</date>
+<version>17</version>
+<date>2012-04-12</date>
<section>
<title>Timezone</title>
@@ -202,6 +202,18 @@
<body>
<p>
+Next select <e>Maintain a devtmpfs file system to mount at /dev</e> so that
+critical device files are already available early in the boot process.
+</p>
+
+<pre caption="Enabling devtmpfs support">
+Device Drivers --->
+ Generic Driver Options --->
+ [*] Maintain a devtmpfs filesystem to mount at /dev
+ [ ] Automount devtmpfs at /dev, after the kernel mounted the rootfs
+</pre>
+
+<p>
Now go to <c>File Systems</c> and select support for the filesystems you use.
<e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2011-11-05 18:30 Sven Vermeulen (swift)
0 siblings, 0 replies; 14+ messages in thread
From: Sven Vermeulen (swift) @ 2011-11-05 18:30 UTC (permalink / raw
To: gentoo-doc-cvs
swift 11/11/05 18:30:35
Modified: hb-install-x86+amd64-kernel.xml
Log:
Remove duplicate kernel configuration as per bug #388299. Thanks to Tupone Alfredo for reporting it
Revision Changes Path
1.44 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.43&r2=1.44
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- hb-install-x86+amd64-kernel.xml 26 Sep 2011 23:02:43 -0000 1.43
+++ hb-install-x86+amd64-kernel.xml 5 Nov 2011 18:30:35 -0000 1.44
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.43 2011/09/26 23:02:43 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.44 2011/11/05 18:30:35 swift Exp $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>13</version>
-<date>2011-09-18</date>
+<version>14</version>
+<date>2011-11-05</date>
<section>
<title>Timezone</title>
@@ -208,10 +208,6 @@
<pre caption="Selecting necessary file systems">
File systems --->
- Pseudo Filesystems --->
- [*] /proc file system support
- [*] Virtual memory file system support (former shm fs)
-
<comment>(Select one or more of the following options as needed by your system)</comment>
<*> Second extended fs support
<*> Ext3 journalling file system support
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2011-09-26 23:02 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 14+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-09-26 23:02 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 11/09/26 23:02:43
Modified: hb-install-x86+amd64-kernel.xml
Log:
typo fix, reported by nimiux via email. no content change.
Revision Changes Path
1.43 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.42&r2=1.43
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- hb-install-x86+amd64-kernel.xml 18 Sep 2011 17:37:47 -0000 1.42
+++ hb-install-x86+amd64-kernel.xml 26 Sep 2011 23:02:43 -0000 1.43
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.42 2011/09/18 17:37:47 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.43 2011/09/26 23:02:43 nightmorph Exp $ -->
<sections>
@@ -224,7 +224,7 @@
[*] /proc file system support
[*] Virtual memory file system support (former shm fs)
-<comment>(Enable GPT partition label support if you used that previously</comment>
+<comment>(Enable GPT partition label support if you used that previously)</comment>
Partition Types --->
[*] Advanced partition selection
...
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2011-08-22 17:28 Sven Vermeulen (swift)
0 siblings, 0 replies; 14+ messages in thread
From: Sven Vermeulen (swift) @ 2011-08-22 17:28 UTC (permalink / raw
To: gentoo-doc-cvs
swift 11/08/22 17:28:40
Modified: hb-install-x86+amd64-kernel.xml
Log:
Fix bug #372077 - Update kernel configuration for x86/x86_64 architectures. Thanks to nimiux for the patch
Revision Changes Path
1.39 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.38&r2=1.39
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- hb-install-x86+amd64-kernel.xml 22 Aug 2011 17:23:47 -0000 1.38
+++ hb-install-x86+amd64-kernel.xml 22 Aug 2011 17:28:40 -0000 1.39
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.38 2011/08/22 17:23:47 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.39 2011/08/22 17:28:40 swift Exp $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>9</version>
-<date>2011-08-12</date>
+<version>10</version>
+<date>2011-08-22</date>
<section>
<title>Timezone</title>
@@ -213,11 +213,16 @@
[*] Virtual memory file system support (former shm fs)
<comment>(Select one or more of the following options as needed by your system)</comment>
- <*> Reiserfs support
+ <*> Second extended fs support
<*> Ext3 journalling file system support
+ <*> The Extended 4 (ext4) filesystem
+ <*> Reiserfs support
<*> JFS filesystem support
- <*> Second extended fs support
<*> XFS filesystem support
+ ...
+ Pseudo Filesystems --->
+ [*] /proc file system support
+ [*] Virtual memory file system support (former shm fs)
</pre>
<p>
@@ -227,7 +232,7 @@
<pre caption="Selecting PPPoE necessary drivers">
Device Drivers --->
- Networking Support --->
+ Networking device Support --->
<*> PPP (point-to-point protocol) support
<*> PPP support for async serial ports
<*> PPP support for sync tty ports
@@ -288,19 +293,17 @@
</p>
<pre caption="Enabling PCMCIA support">
-Bus options (PCI, PCMCIA, EISA, MCA, ISA) --->
+Bus options (PCI etc.) --->
PCCARD (PCMCIA/CardBus) support --->
<*> PCCard (PCMCIA/CardBus) support
<comment>(select 16 bit if you need support for older PCMCIA cards. Most people want this.)</comment>
<*> 16-bit PCMCIA support
[*] 32-bit CardBus support
<comment>(select the relevant bridges below)</comment>
- --- PC-card bridges
+ *** PC-card bridges ***
<*> CardBus yenta-compatible bridge support (NEW)
<*> Cirrus PD6729 compatible bridge support (NEW)
<*> i82092 compatible bridge support (NEW)
- <*> i82365 compatible bridge support (NEW)
- <*> Databook TCIC host bridge support (NEW)
</pre>
<p>
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2011-08-22 17:23 Sven Vermeulen (swift)
0 siblings, 0 replies; 14+ messages in thread
From: Sven Vermeulen (swift) @ 2011-08-22 17:23 UTC (permalink / raw
To: gentoo-doc-cvs
swift 11/08/22 17:23:47
Modified: hb-install-x86+amd64-kernel.xml
Log:
Removing trailing spaces (no content change)
Revision Changes Path
1.38 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.37&r2=1.38
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- hb-install-x86+amd64-kernel.xml 12 Aug 2011 19:05:02 -0000 1.37
+++ hb-install-x86+amd64-kernel.xml 22 Aug 2011 17:23:47 -0000 1.38
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.37 2011/08/12 19:05:02 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.38 2011/08/22 17:23:47 swift Exp $ -->
<sections>
@@ -48,7 +48,7 @@
layer between the user programs and your system hardware. Gentoo provides its
users several possible kernel sources. A full listing with description is
available at the <uri link="/doc/en/gentoo-kernel.xml">Gentoo Kernel
-Guide</uri>.
+Guide</uri>.
</p>
<p>
@@ -85,8 +85,8 @@
<p>
If you want to manually configure your kernel, continue now with <uri
-link="#manual">Default: Manual Configuration</uri>. If you want to use
-<c>genkernel</c> you should read <uri link="#genkernel">Alternative: Using
+link="#manual">Default: Manual Configuration</uri>. If you want to use
+<c>genkernel</c> you should read <uri link="#genkernel">Alternative: Using
genkernel</uri> instead.
</p>
@@ -107,13 +107,13 @@
<p>
However, one thing <e>is</e> true: you must know your system when you start
-configuring a kernel manually. Most information can be gathered by emerging
-pciutils (<c>emerge pciutils</c>) which contains <c>lspci</c>. You will now
-be able to use <c>lspci</c> within the chrooted environment. You may safely
-ignore any <e>pcilib</e> warnings (like pcilib: cannot open
-/sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run
-<c>lspci</c> from a <e>non-chrooted</e> environment. The results are the same.
-You can also run <c>lsmod</c> to see what kernel modules the Installation CD
+configuring a kernel manually. Most information can be gathered by emerging
+pciutils (<c>emerge pciutils</c>) which contains <c>lspci</c>. You will now
+be able to use <c>lspci</c> within the chrooted environment. You may safely
+ignore any <e>pcilib</e> warnings (like pcilib: cannot open
+/sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run
+<c>lspci</c> from a <e>non-chrooted</e> environment. The results are the same.
+You can also run <c>lsmod</c> to see what kernel modules the Installation CD
uses (it might provide you with a nice hint on what to enable).
</p>
@@ -170,7 +170,7 @@
<pre caption="Selecting processor type and features">
Processor type and features --->
- [ ] Machine Check / overheating reporting
+ [ ] Machine Check / overheating reporting
[ ] Intel MCE Features
[ ] AMD MCE Features
Processor family (AMD-Opteron/Athlon64) --->
@@ -304,7 +304,7 @@
</pre>
<p>
-When you've finished configuring the kernel, continue with <uri
+When you've finished configuring the kernel, continue with <uri
link="#compiling">Compiling and Installing</uri>.
</p>
@@ -315,7 +315,7 @@
<body>
<p>
-Now that your kernel is configured, it is time to compile and install it. Exit
+Now that your kernel is configured, it is time to compile and install it. Exit
the configuration and start the compilation process:
</p>
@@ -352,13 +352,13 @@
</p>
<p>
-Now that your kernel source tree is installed, it's now time to compile your
-kernel by using our <c>genkernel</c> script to automatically build a kernel for
-you. <c>genkernel</c> works by configuring a kernel nearly identically to the
-way our Installation CD kernel is configured. This means that when you use
-<c>genkernel</c> to build your kernel, your system will generally detect all
-your hardware at boot-time, just like our Installation CD does. Because
-genkernel doesn't require any manual kernel configuration, it is an ideal
+Now that your kernel source tree is installed, it's now time to compile your
+kernel by using our <c>genkernel</c> script to automatically build a kernel for
+you. <c>genkernel</c> works by configuring a kernel nearly identically to the
+way our Installation CD kernel is configured. This means that when you use
+<c>genkernel</c> to build your kernel, your system will generally detect all
+your hardware at boot-time, just like our Installation CD does. Because
+genkernel doesn't require any manual kernel configuration, it is an ideal
solution for those users who may not be comfortable compiling their own kernels.
</p>
@@ -391,8 +391,8 @@
<p>
Note that, if your boot partition doesn't use ext2 or ext3 as filesystem you
-might need to manually configure your kernel using <c>genkernel --menuconfig
-all</c> and add support for your filesystem <e>in</e> the kernel (i.e.
+might need to manually configure your kernel using <c>genkernel --menuconfig
+all</c> and add support for your filesystem <e>in</e> the kernel (i.e.
<e>not</e> as a module). Users of EVMS2 or LVM2 will probably want to add
<c>--evms2</c> or <c>--lvm2</c> as arguments as well.
</p>
@@ -402,11 +402,11 @@
</pre>
<p>
-Once <c>genkernel</c> completes, a kernel, full set of modules and
-<e>initial ram disk</e> (initramfs) will be created. We will use the kernel
+Once <c>genkernel</c> completes, a kernel, full set of modules and
+<e>initial ram disk</e> (initramfs) will be created. We will use the kernel
and initrd when configuring a boot loader later in this document. Write
down the names of the kernel and initrd as you will need it when writing
-the bootloader configuration file. The initrd will be started immediately after
+the bootloader configuration file. The initrd will be started immediately after
booting to perform hardware autodetection (just like on the Installation CD)
before your "real" system starts up.
</p>
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2010-07-21 0:13 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 14+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-07-21 0:13 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/07/21 00:13:54
Modified: hb-install-x86+amd64-kernel.xml
Log:
fix broken amd64 faq link, reported by nimiux on IRC
Revision Changes Path
1.35 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.34&r2=1.35
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- hb-install-x86+amd64-kernel.xml 19 Jul 2010 23:59:58 -0000 1.34
+++ hb-install-x86+amd64-kernel.xml 21 Jul 2010 00:13:54 -0000 1.35
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.34 2010/07/19 23:59:58 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.35 2010/07/21 00:13:54 nightmorph Exp $ -->
<sections>
@@ -163,7 +163,7 @@
If you plan to use a non-multilib profile (for a pure 64-bit system), then you
don't have to select IA32 Emulation support. However, you'll also need to follow
the <uri link="?part=1&chap=6#doc_chap2_sect2">instructions</uri> for
-switching to a <uri link="/doc/en/gentoo-amx64-faq.xml">non-multilib
+switching to a <uri link="/doc/en/gentoo-amd64-faq.xml">non-multilib
profile</uri>, as well as choosing the correct <uri
link="?part=1&chap=10#doc_chap2_sect2">bootloader</uri>.
</note>
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2010-07-19 23:59 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 14+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-07-19 23:59 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/07/19 23:59:58
Modified: hb-install-x86+amd64-kernel.xml
Log:
typo, no content change
Revision Changes Path
1.34 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.33&r2=1.34
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- hb-install-x86+amd64-kernel.xml 17 Jul 2010 20:18:20 -0000 1.33
+++ hb-install-x86+amd64-kernel.xml 19 Jul 2010 23:59:58 -0000 1.34
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.33 2010/07/17 20:18:20 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.34 2010/07/19 23:59:58 nightmorph Exp $ -->
<sections>
@@ -394,7 +394,7 @@
might need to manually configure your kernel using <c>genkernel --menuconfig
all</c> and add support for your filesystem <e>in</e> the kernel (i.e.
<e>not</e> as a module). Users of EVMS2 or LVM2 will probably want to add
-<c>--evms2</c> or <c>--lvm2</c> as argument as well.
+<c>--evms2</c> or <c>--lvm2</c> as arguments as well.
</p>
<pre caption="Running genkernel">
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2010-07-17 20:18 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 14+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-07-17 20:18 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/07/17 20:18:20
Modified: hb-install-x86+amd64-kernel.xml
Log:
add note on ia32 emulation support for multilib systems to prevent more user pebkac issues, and so that they have the references to the other non-multilib docs right up front (in addition to their locations elsewhere in the handbooks and FAQ). bug 326691.
Revision Changes Path
1.33 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.32&r2=1.33
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hb-install-x86+amd64-kernel.xml 13 Jul 2010 00:53:51 -0000 1.32
+++ hb-install-x86+amd64-kernel.xml 17 Jul 2010 20:18:20 -0000 1.33
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.32 2010/07/13 00:53:51 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.33 2010/07/17 20:18:20 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>7.4</version>
-<date>2010-07-12</date>
+<version>7.5</version>
+<date>2010-07-17</date>
<section>
<title>Timezone</title>
@@ -155,10 +155,19 @@
<c>dmesg</c> like on other architectures, but to <path>/dev/mcelog</path>. This
requires the <c>app-admin/mcelog</c> package. Make sure you select IA32
Emulation if you want to be able to run 32-bit programs. Gentoo will install a
-multilib system (mixed 32-bit/64-bit computing) by default, so you probably
-want this option.
+multilib system (mixed 32-bit/64-bit computing) by default, so this option is
+required.
</p>
+<note>
+If you plan to use a non-multilib profile (for a pure 64-bit system), then you
+don't have to select IA32 Emulation support. However, you'll also need to follow
+the <uri link="?part=1&chap=6#doc_chap2_sect2">instructions</uri> for
+switching to a <uri link="/doc/en/gentoo-amx64-faq.xml">non-multilib
+profile</uri>, as well as choosing the correct <uri
+link="?part=1&chap=10#doc_chap2_sect2">bootloader</uri>.
+</note>
+
<pre caption="Selecting processor type and features">
Processor type and features --->
[ ] Machine Check / overheating reporting
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2009-11-30 19:00 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 14+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-11-30 19:00 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 09/11/30 19:00:28
Modified: hb-install-x86+amd64-kernel.xml
Log:
use smarter conditionals to reduce some duplication. thanks to chiguire for the suggestion on bug 273354
Revision Changes Path
1.31 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.30&r2=1.31
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- hb-install-x86+amd64-kernel.xml 30 Nov 2009 08:58:46 -0000 1.30
+++ hb-install-x86+amd64-kernel.xml 30 Nov 2009 19:00:28 -0000 1.31
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.30 2009/11/30 08:58:46 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.31 2009/11/30 19:00:28 nightmorph Exp $ -->
<sections>
@@ -13,7 +13,7 @@
explains how to configure your kernel.
</abstract>
-<version>7.2</version>
+<version>7.3</version>
<date>2009-11-30</date>
<section>
@@ -360,33 +360,19 @@
# <i>emerge genkernel</i>
</pre>
-</body>
-<body test="func:keyval('arch')='x86'">
-
<p>
Next, copy over the kernel configuration used by the Installation CD to the
location where genkernel looks for the default kernel configuration:
</p>
-<pre caption="Copying over the Installation CD kernel config">
+<pre test="func:keyval('arch')='x86'" caption="Copying over the Installation CD kernel config">
# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/x86/kernel-config</i>
</pre>
-</body>
-<body test="func:keyval('arch')='AMD64'">
-
-<p>
-Next, copy over the kernel configuration used by the Installation CD to the
-location where genkernel looks for the default kernel configuration:
-</p>
-
-<pre caption="Copying over the Installation CD kernel config">
+<pre test="func:keyval('arch')='AMD64'" caption="Copying over the Installation CD kernel config">
# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/x86_64/kernel-config</i>
</pre>
-</body>
-<body>
-
<p>
Now, compile your kernel sources by running <c>genkernel all</c>. Be aware
though, as <c>genkernel</c> compiles a kernel that supports almost all
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2009-11-30 8:58 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 14+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-11-30 8:58 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 09/11/30 08:58:46
Modified: hb-install-x86+amd64-kernel.xml
Log:
should be kernel-config, not kernel-config-2.6
Revision Changes Path
1.30 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.29&r2=1.30
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- hb-install-x86+amd64-kernel.xml 30 Nov 2009 08:55:12 -0000 1.29
+++ hb-install-x86+amd64-kernel.xml 30 Nov 2009 08:58:46 -0000 1.30
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.29 2009/11/30 08:55:12 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.30 2009/11/30 08:58:46 nightmorph Exp $ -->
<sections>
@@ -13,7 +13,7 @@
explains how to configure your kernel.
</abstract>
-<version>7.1</version>
+<version>7.2</version>
<date>2009-11-30</date>
<section>
@@ -369,7 +369,7 @@
</p>
<pre caption="Copying over the Installation CD kernel config">
-# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/x86/kernel-config-2.6</i>
+# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/x86/kernel-config</i>
</pre>
</body>
@@ -381,7 +381,7 @@
</p>
<pre caption="Copying over the Installation CD kernel config">
-# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/x86_64/kernel-config-2.6</i>
+# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/x86_64/kernel-config</i>
</pre>
</body>
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2009-11-30 8:55 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 14+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-11-30 8:55 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 09/11/30 08:55:12
Modified: hb-install-x86+amd64-kernel.xml
Log:
updated genkernel info for amd64, bug 286929
Revision Changes Path
1.29 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.28&r2=1.29
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- hb-install-x86+amd64-kernel.xml 4 Oct 2009 18:37:42 -0000 1.28
+++ hb-install-x86+amd64-kernel.xml 30 Nov 2009 08:55:12 -0000 1.29
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.28 2009/10/04 18:37:42 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.29 2009/11/30 08:55:12 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>7.0</version>
-<date>2009-10-04</date>
+<version>7.1</version>
+<date>2009-11-30</date>
<section>
<title>Timezone</title>
@@ -373,6 +373,18 @@
</pre>
</body>
+<body test="func:keyval('arch')='AMD64'">
+
+<p>
+Next, copy over the kernel configuration used by the Installation CD to the
+location where genkernel looks for the default kernel configuration:
+</p>
+
+<pre caption="Copying over the Installation CD kernel config">
+# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/x86_64/kernel-config-2.6</i>
+</pre>
+
+</body>
<body>
<p>
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
@ 2009-07-30 20:13 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 14+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-07-30 20:13 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 09/07/30 20:13:19
Modified: hb-install-x86+amd64-kernel.xml
Log:
update MCE kernel config, bug 279683. also updated Processor Family config for new options.
Revision Changes Path
1.27 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.26&r2=1.27
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- hb-install-x86+amd64-kernel.xml 22 Jun 2008 01:13:03 -0000 1.26
+++ hb-install-x86+amd64-kernel.xml 30 Jul 2009 20:13:19 -0000 1.27
@@ -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/hb-install-x86+amd64-kernel.xml,v 1.26 2008/06/22 01:13:03 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.27 2009/07/30 20:13:19 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>6.4</version>
-<date>2008-06-21</date>
+<version>6.5</version>
+<date>2009-07-30</date>
<section>
<title>Timezone</title>
@@ -161,11 +161,13 @@
<pre caption="Selecting processor type and features">
Processor type and features --->
- [ ] Intel MCE Features
- [ ] AMD MCE Features
+ [ ] Machine Check Exception
+ [ ] Intel MCE Features
+ [ ] AMD MCE Features
Processor family (AMD-Opteron/Athlon64) --->
- ( ) AMD-Opteron/Athlon64
- ( ) Intel EM64T
+ ( ) Opteron/Athlon64/Hammer/K8
+ ( ) Intel P4 / older Netburst based Xeon
+ ( ) Core 2/newer Xeon
( ) Generic-x86-64
Executable file formats / Emulations --->
[*] IA32 Emulation
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2014-08-07 16:15 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-12 6:13 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml Sven Vermeulen (swift)
-- strict thread matches above, loose matches on Subject: below --
2014-08-07 16:15 Sven Vermeulen (swift)
2012-04-12 15:53 Sven Vermeulen (swift)
2011-11-05 18:30 Sven Vermeulen (swift)
2011-09-26 23:02 Joshua Saddler (nightmorph)
2011-08-22 17:28 Sven Vermeulen (swift)
2011-08-22 17:23 Sven Vermeulen (swift)
2010-07-21 0:13 Joshua Saddler (nightmorph)
2010-07-19 23:59 Joshua Saddler (nightmorph)
2010-07-17 20:18 Joshua Saddler (nightmorph)
2009-11-30 19:00 Joshua Saddler (nightmorph)
2009-11-30 8:58 Joshua Saddler (nightmorph)
2009-11-30 8:55 Joshua Saddler (nightmorph)
2009-07-30 20:13 Joshua Saddler (nightmorph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox