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 @@
<!-- 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/draft/2005.1/hb-install-x86-bootloader.xml,v
1.1 2005/07/05 08:02:04 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v
1.2 2005/07/10 20:59:32 swift Exp $ -->
<sections>
@@ -250,10 +250,10 @@
# Comment out if you don't have a graphics card installed</comment>
splashimage=(hd0,0)/grub/splash.xpm.gz
-title=Gentoo Linux 2.6.11-r3
+title=Gentoo Linux 2.6.11-r11
<comment># Partition where the kernel image (or operating system) is
located</comment>
root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda3
+kernel /kernel-2.6.11-gentoo-r11 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>
@@ -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
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
@@ -463,7 +463,7 @@
</p>
<pre caption = "Installing LILO">
-# <i>emerge --usepkg lilo</i>
+# <i>emerge lilo</i>
</pre>
</body>
@@ -516,18 +516,18 @@
default=gentoo <comment># When the timeout has passed, boot the
"gentoo" section</comment>
<comment># For non-genkernel users</comment>
-image=/boot/kernel-2.6.11-gentoo-r3
+image=/boot/kernel-2.6.11-gentoo-r11
label=gentoo <comment># Name we give to this section</comment>
read-only <comment># Start with a read-only root. Do not
alter!</comment>
root=/dev/hda3 <comment># Location of the root filesystem</comment>
<comment># For genkernel users</comment>
-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
<comment># The next two lines are only if you dualboot with a Windows
system.</comment>
<comment># In this case, Windows is hosted on /dev/hda6.</comment>
@@ -547,7 +547,7 @@
</p>
<pre caption = "Using append to add kernel options">
-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 @@
<!-- 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/draft/2005.1/hb-install-x86-kernel.xml,v
1.1 2005/07/05 08:02:04 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml,v
1.2 2005/07/10 20:59:32 swift Exp $ -->
<sections>
@@ -347,16 +347,7 @@
</pre>
<p>
-Next, copy over the kernel configuration used by the Installation CD to the
-location where genkernel looks for the default kernel configuration:
-</p>
-
-<pre caption="Copying over the Installation CD kernel config">
-# <i>zcat /proc/config.gz > /usr/share/genkernel/x86/kernel-config-2.6</i>
-</pre>
-
-<p>
-Now, compile your kernel sources by running <c>genkernel --udev all</c>.
+Now, compile your kernel sources by running <c>genkernel all</c>.
Be aware though, as <c>genkernel</c> compiles a kernel that supports almost
all
hardware, this compilation will take quite a while to finish!
</p>
@@ -370,7 +361,7 @@
</p>
<pre caption="Running genkernel">
-# <i>genkernel --udev all</i>
+# <i>genkernel all</i>
</pre>
<p>
@@ -388,16 +379,14 @@
</pre>
<p>
-If you want your system to be more like the Installation CD you should,
-when your Gentoo installation is over, emerge <c>coldplug</c>. While the
-initrd autodetects hardware that is needed to boot your system,
-<c>coldplug</c> autodetects everything else. <c>coldplug</c> 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 <c>coldplug</c>. While the initrd autodetects hardware that is
+needed to boot your system, <c>coldplug</c> autodetects everything
+else.
</p>
<pre caption="Emerging and enabling coldplug">
-<comment>(Do this after the installation, during the GRP installation
instructions)</comment>
-# <i>emerge -k coldplug</i>
+# <i>emerge coldplug</i>
# <i>rc-update add coldplug boot</i>
</pre>
--
[email protected] mailing list