From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DriuC-0005iN-6Y for garchives@archives.gentoo.org; Sun, 10 Jul 2005 21:00:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6AKxIL1022064; Sun, 10 Jul 2005 20:59:18 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6AKxHN4018120 for ; Sun, 10 Jul 2005 20:59:17 GMT Message-Id: <200507102059.j6AKxHN4018120@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1Dritx-00017e-2k for gentoo-doc-cvs@lists.gentoo.org; Sun, 10 Jul 2005 20:59:49 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Sun, 10 Jul 2005 20:59:32 +0000 From: "Sven Vermeulen" Date: Sun, 10 Jul 2005 20:59:32 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: ecece8dc-2b18-4cc6-9dad-c5d376b20b35 X-Archives-Hash: a164c904cbc4b1fdf8aac757f68f93ed swift 05/07/10 20:59:32 Modified: xml/htdocs/doc/en/handbook/draft/2005.1 hb-install-x86-bootloader.xml hb-install-x86-kernel.xml Log: Some changes thanks to roger55 Revision Changes Path 1.2 +11 -11 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: hb-install-x86-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-x86-bootloader.xml 5 Jul 2005 08:02:04 -0000 1.1 +++ hb-install-x86-bootloader.xml 10 Jul 2005 20:59:32 -0000 1.2 @@ -4,7 +4,7 @@ - + @@ -250,10 +250,10 @@ # Comment out if you don't have a graphics card installed splashimage=(hd0,0)/grub/splash.xpm.gz -title=Gentoo Linux 2.6.11-r3 +title=Gentoo Linux 2.6.11-r11 # Partition where the kernel image (or operating system) is located root (hd0,0) -kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda3 +kernel /kernel-2.6.11-gentoo-r11 root=/dev/hda3 # The next four lines are only if you dualboot with a Windows system. # In this case, Windows is hosted on /dev/hda6. @@ -269,10 +269,10 @@ timeout 30 splashimage=(hd0,0)/grub/splash.xpm.gz -title=Gentoo Linux 2.6.11-r3 +title=Gentoo Linux 2.6.11-r11 root (hd0,0) -kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev -initrd /initrd-2.6.11-gentoo-r3 +kernel /kernel-genkernel-x86-2.6.11-gentoo-r11 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev +initrd /initramfs-genkernel-x86-2.6.11-gentoo-r11 # Only in case you want to dual-boot title=Windows XP @@ -463,7 +463,7 @@

-# emerge --usepkg lilo
+# emerge lilo
 
@@ -516,18 +516,18 @@ default=gentoo # When the timeout has passed, boot the "gentoo" section # For non-genkernel users -image=/boot/kernel-2.6.11-gentoo-r3 +image=/boot/kernel-2.6.11-gentoo-r11 label=gentoo # Name we give to this section read-only # Start with a read-only root. Do not alter! root=/dev/hda3 # Location of the root filesystem # For genkernel users -image=/boot/kernel-2.6.11-gentoo-r3 +image=/boot/kernel-genkernel-x86-2.6.11-gentoo-r11 label=gentoo read-only root=/dev/ram0 append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev" - initrd=/boot/initrd-2.6.11-gentoo-r3 + initrd=/boot/initramfs-genkernel-x86-2.6.11-gentoo-r11 # The next two lines are only if you dualboot with a Windows system. # In this case, Windows is hosted on /dev/hda6. @@ -547,7 +547,7 @@

-image=/boot/kernel-2.6.11-gentoo-r3
+image=/boot/kernel-2.6.11-gentoo-r11
   label=gentoo
   read-only
   root=/dev/hda3



1.2       +8 -19     xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo

Index: hb-install-x86-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-x86-kernel.xml	5 Jul 2005 08:02:04 -0000	1.1
+++ hb-install-x86-kernel.xml	10 Jul 2005 20:59:32 -0000	1.2
@@ -4,7 +4,7 @@
 
 
 
-
+
 
 
 
@@ -347,16 +347,7 @@
 

-Next, copy over the kernel configuration used by the Installation CD to the -location where genkernel looks for the default kernel configuration: -

- -
-# zcat /proc/config.gz > /usr/share/genkernel/x86/kernel-config-2.6
-
- -

-Now, compile your kernel sources by running genkernel --udev all. +Now, compile your kernel sources by running genkernel all. Be aware though, as genkernel compiles a kernel that supports almost all hardware, this compilation will take quite a while to finish!

@@ -370,7 +361,7 @@

-# genkernel --udev all
+# genkernel all
 

@@ -388,16 +379,14 @@

-If you want your system to be more like the Installation CD you should, -when your Gentoo installation is over, emerge coldplug. While the -initrd autodetects hardware that is needed to boot your system, -coldplug autodetects everything else. coldplug is available as one -of the packages on the Package CD. +If you want your system to be more like the Installation CD you should +emerge coldplug. While the initrd autodetects hardware that is +needed to boot your system, coldplug autodetects everything +else.

-(Do this after the installation, during the GRP installation instructions)
-# emerge -k coldplug
+# emerge coldplug
 # rc-update add coldplug boot
 
-- gentoo-doc-cvs@gentoo.org mailing list