nightmorph 08/03/06 05:59:25 Modified: hb-install-x86+amd64-bootloader.xml Log: fixed grub codelistings for KDM's broken stupidity. note that the handbook files were fixed in draft, since release is just around the corner. bug 211634.
Revision Changes Path 1.10 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml?rev=1.10&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml?r1=1.9&r2=1.10 Index: hb-install-x86+amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- hb-install-x86+amd64-bootloader.xml 27 Nov 2007 19:23:07 -0000 1.9 +++ hb-install-x86+amd64-bootloader.xml 6 Mar 2008 05:59:25 -0000 1.10 @@ -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/draft/hb-install-x86+amd64-bootloader.xml,v 1.9 2007/11/27 19:23:07 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml,v 1.10 2008/03/06 05:59:25 nightmorph Exp $ --> <sections> @@ -294,19 +294,19 @@ # Comment out if you don't have a graphics card installed</comment> splashimage=(hd0,0)/boot/grub/splash.xpm.gz -title=Gentoo Linux <keyval id="kernel-version"/> +title Gentoo Linux <keyval id="kernel-version"/> <comment># Partition where the kernel image (or operating system) is located</comment> root (hd0,0) kernel /boot/<keyval id="kernel-name"/> root=/dev/hda3 -title=Gentoo Linux <keyval id="kernel-version"/> (rescue) +title Gentoo Linux <keyval id="kernel-version"/> (rescue) <comment># Partition where the kernel image (or operating system) is located</comment> root (hd0,0) kernel /boot/<keyval id="kernel-name"/> root=/dev/hda3 init=/bin/bb <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> -title=Windows XP +title Windows XP rootnoverify (hd0,5) makeactive chainloader +1 @@ -317,13 +317,13 @@ timeout 30 splashimage=(hd0,0)/boot/grub/splash.xpm.gz -title=Gentoo Linux <keyval id="kernel-version"/> +title Gentoo Linux <keyval id="kernel-version"/> root (hd0,0) kernel /boot/<keyval id="genkernel-name"/> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev initrd /boot/<keyval id="genkernel-initrd"/> <comment># Only in case you want to dual-boot</comment> -title=Windows XP +title Windows XP rootnoverify (hd0,5) makeactive chainloader +1 -- [email protected] mailing list
