yoswink 05/10/22 00:17:35 Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml Log: Fixed grub titles to reflect changes on kernel version. Thanks to grahl04 on #gentoo-doc
Revision Changes Path 1.35 +5 -5 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.35&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.35&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.34&r2=1.35&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.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- hb-install-amd64-bootloader.xml 21 Oct 2005 10:01:48 -0000 1.34 +++ hb-install-amd64-bootloader.xml 22 Oct 2005 00:17:35 -0000 1.35 @@ -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.34 2005/10/21 10:01:48 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.35 2005/10/22 00:17:35 yoswink Exp $ --> <sections> -<version>2.6</version> -<date>2005-10-21</date> +<version>2.7</version> +<date>2005-10-22</date> <section> <title>Making your Choice</title> @@ -230,7 +230,7 @@ # Comment out if you don't have a graphics card installed</comment> splashimage=(hd0,0)/grub/splash.xpm.gz -title=Gentoo Linux 2.6.11 +title=Gentoo Linux 2.6.12 <comment># Partition where the kernel image (or operating system) is located</comment> root (hd0,0) kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda3 @@ -249,7 +249,7 @@ timeout 30 splashimage=(hd0,0)/grub/splash.xpm.gz -title=Gentoo Linux 2.6.11 +title=Gentoo Linux 2.6.12 root (hd0,0) 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 -- [email protected] mailing list
