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