neysx 05/10/21 10:01:48
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-amd64-bootloader.xml
Log:
#109835 Made kernel names consistent
Revision Changes Path
1.5 +8 -8
xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
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
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
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
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-amd64-bootloader.xml 7 Sep 2005 18:50:37 -0000 1.4
+++ hb-install-amd64-bootloader.xml 21 Oct 2005 10:01:48 -0000 1.5
@@ -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/2005.1/hb-install-amd64-bootloader.xml,v
1.4 2005/09/07 18:50:37 vanquirius Exp $ -->
+<!-- $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 $ -->
<sections>
-<version>5.1</version>
-<date>2005-08-12</date>
+<version>5.2</version>
+<date>2005-10-21</date>
<section>
<title>Making your Choice</title>
@@ -201,7 +201,7 @@
<p>
Now we are going to write up a <path>grub.conf</path>. Below you'll
find two possible <path>grub.conf</path> for the partitioning example we use
-in this guide, with kernel image <path>kernel-2.6.11-gentoo-r1</path>. We've
+in this guide, with kernel image <path>kernel-2.6.12-gentoo-r6</path>. We've
only extensively commented the first <path>grub.conf</path>.
</p>
@@ -233,7 +233,7 @@
title=Gentoo Linux 2.6.11 Gentoo r1
<comment># Partition where the kernel image (or operating system) is
located</comment>
root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r1 root=/dev/hda3
+kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda3
<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>
@@ -249,10 +249,10 @@
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
-title=Gentoo Linux 2.6.11-gentoo-r1
+title=Gentoo Linux 2.6.12-gentoo-r6
root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192
real_root=/dev/hda3 udev
-initrd /initramfs-genkernel-amd64-2.6.11-gentoo-r1
+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
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
--
[email protected] mailing list