neysx 05/10/21 10:01:48 Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml Log: #109835 Made kernel names consistent
Revision Changes Path 1.34 +7 -7 xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.34&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.34&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml.diff?r1=1.33&r2=1.34&cvsroot=gentoo Index: hb-install-amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- hb-install-amd64-bootloader.xml 7 Sep 2005 18:53:38 -0000 1.33 +++ hb-install-amd64-bootloader.xml 21 Oct 2005 10:01:48 -0000 1.34 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.33 2005/09/07 18:53:38 vanquirius Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.34 2005/10/21 10:01:48 neysx Exp $ --> <sections> -<version>2.5</version> -<date>2005-08-12</date> +<version>2.6</version> +<date>2005-10-21</date> <section> <title>Making your Choice</title> @@ -201,7 +201,7 @@ <p> Now we are going to write up a <path>grub.conf</path>. Below you'll find two possible <path>grub.conf</path> for the partitioning example we use -in this guide, with kernel image <path>kernel-2.6.11-gentoo-r3</path>. We've +in this guide, with kernel image <path>kernel-2.6.12-gentoo-r6</path>. We've only extensively commented the first <path>grub.conf</path>. </p> @@ -233,7 +233,7 @@ title=Gentoo Linux 2.6.11 <comment># Partition where the kernel image (or operating system) is located</comment> root (hd0,0) -kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda3 +kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda3 <comment># The next four lines are only if you dualboot with a Windows system.</comment> <comment># In this case, Windows is hosted on /dev/hda6.</comment> @@ -251,8 +251,8 @@ title=Gentoo Linux 2.6.11 root (hd0,0) -kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev -initrd /initramfs-genkernel-amd64-2.6.11-gentoo-r3 +kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev +initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6 <comment># Only in case you want to dual-boot</comment> title=Windows XP -- [email protected] mailing list
