Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
Date: Fri, 21 Oct 2005 10:01:38
Message-Id: 200510210959.j9L9xE7Z024168@robin.gentoo.org
1 neysx 05/10/21 10:01:48
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1
4 hb-install-amd64-bootloader.xml
5 Log:
6 #109835 Made kernel names consistent
7
8 Revision Changes Path
9 1.5 +8 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
10
11 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
12 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
13 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
14
15 Index: hb-install-amd64-bootloader.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- hb-install-amd64-bootloader.xml 7 Sep 2005 18:50:37 -0000 1.4
22 +++ hb-install-amd64-bootloader.xml 21 Oct 2005 10:01:48 -0000 1.5
23 @@ -4,12 +4,12 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.4 2005/09/07 18:50:37 vanquirius Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.5 2005/10/21 10:01:48 neysx Exp $ -->
29
30 <sections>
31
32 -<version>5.1</version>
33 -<date>2005-08-12</date>
34 +<version>5.2</version>
35 +<date>2005-10-21</date>
36
37 <section>
38 <title>Making your Choice</title>
39 @@ -201,7 +201,7 @@
40 <p>
41 Now we are going to write up a <path>grub.conf</path>. Below you'll
42 find two possible <path>grub.conf</path> for the partitioning example we use
43 -in this guide, with kernel image <path>kernel-2.6.11-gentoo-r1</path>. We've
44 +in this guide, with kernel image <path>kernel-2.6.12-gentoo-r6</path>. We've
45 only extensively commented the first <path>grub.conf</path>.
46 </p>
47
48 @@ -233,7 +233,7 @@
49 title=Gentoo Linux 2.6.11 Gentoo r1
50 <comment># Partition where the kernel image (or operating system) is located</comment>
51 root (hd0,0)
52 -kernel /kernel-2.6.11-gentoo-r1 root=/dev/hda3
53 +kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda3
54
55 <comment># The next four lines are only if you dualboot with a Windows system.</comment>
56 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
57 @@ -249,10 +249,10 @@
58 timeout 30
59 splashimage=(hd0,0)/grub/splash.xpm.gz
60
61 -title=Gentoo Linux 2.6.11-gentoo-r1
62 +title=Gentoo Linux 2.6.12-gentoo-r6
63 root (hd0,0)
64 -kernel /kernel-2.6.11-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
65 -initrd /initramfs-genkernel-amd64-2.6.11-gentoo-r1
66 +kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
67 +initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6
68
69 <comment># Only in case you want to dual-boot</comment>
70 title=Windows XP
71
72
73
74 --
75 gentoo-doc-cvs@g.o mailing list