Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-bootloader.xml
Date: Thu, 06 Mar 2008 06:00:49
Message-Id: E1JX98X-0000jj-Sj@stork.gentoo.org
1 nightmorph 08/03/06 05:59:25
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 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.
6
7 Revision Changes Path
8 1.10 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml
9
10 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
11 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
12 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
13
14 Index: hb-install-x86+amd64-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- hb-install-x86+amd64-bootloader.xml 27 Nov 2007 19:23:07 -0000 1.9
21 +++ hb-install-x86+amd64-bootloader.xml 6 Mar 2008 05:59:25 -0000 1.10
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 @@ -294,19 +294,19 @@
32 # Comment out if you don't have a graphics card installed</comment>
33 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
34
35 -title=Gentoo Linux <keyval id="kernel-version"/>
36 +title Gentoo Linux <keyval id="kernel-version"/>
37 <comment># Partition where the kernel image (or operating system) is located</comment>
38 root (hd0,0)
39 kernel /boot/<keyval id="kernel-name"/> root=/dev/hda3
40
41 -title=Gentoo Linux <keyval id="kernel-version"/> (rescue)
42 +title Gentoo Linux <keyval id="kernel-version"/> (rescue)
43 <comment># Partition where the kernel image (or operating system) is located</comment>
44 root (hd0,0)
45 kernel /boot/<keyval id="kernel-name"/> root=/dev/hda3 init=/bin/bb
46
47 <comment># The next four lines are only if you dualboot with a Windows system.</comment>
48 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
49 -title=Windows XP
50 +title Windows XP
51 rootnoverify (hd0,5)
52 makeactive
53 chainloader +1
54 @@ -317,13 +317,13 @@
55 timeout 30
56 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
57
58 -title=Gentoo Linux <keyval id="kernel-version"/>
59 +title Gentoo Linux <keyval id="kernel-version"/>
60 root (hd0,0)
61 kernel /boot/<keyval id="genkernel-name"/> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
62 initrd /boot/<keyval id="genkernel-initrd"/>
63
64 <comment># Only in case you want to dual-boot</comment>
65 -title=Windows XP
66 +title Windows XP
67 rootnoverify (hd0,5)
68 makeactive
69 chainloader +1
70
71
72
73 --
74 gentoo-doc-cvs@l.g.o mailing list