swift 12/04/29 16:36:10 Modified: handbook-x86.xml Log: Fix bug #414005 - Kernel binary is in arch/x86/boot directory, not arch/i386/boot. reported by Bruce Hill.
Revision Changes Path 1.177 xml/htdocs/doc/en/handbook/handbook-x86.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml?rev=1.177&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml?rev=1.177&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml?r1=1.176&r2=1.177 Index: handbook-x86.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- handbook-x86.xml 26 Feb 2012 09:49:46 -0000 1.176 +++ handbook-x86.xml 29 Apr 2012 16:36:10 -0000 1.177 @@ -1,14 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE book SYSTEM "/dtd/book.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml,v 1.176 2012/02/26 09:49:46 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml,v 1.177 2012/04/29 16:36:10 swift Exp $ --> <book> <title>Gentoo Linux x86 Handbook</title> <values> <key id="arch">x86</key> - <key id="arch-sub">i386</key> + <key id="arch-sub">x86</key> <key id="/boot">/dev/sda1</key> <key id="kernel-version">2.6.34-r1</key> <key id="kernel-name">kernel-2.6.34-gentoo-r1</key> @@ -141,8 +141,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>12</version> -<date>2012-02-26</date> +<version>13</version> +<date>2012-04-29</date> <part> <title>Installing Gentoo</title>
