nightmorph 07/03/31 06:02:34 Modified: hb-install-hppa-kernel.xml Log: more updates and conditionals
Revision Changes Path 1.20 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.20&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?r1=1.19&r2=1.20 Index: hb-install-hppa-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- hb-install-hppa-kernel.xml 19 Mar 2007 08:00:14 -0000 1.19 +++ hb-install-hppa-kernel.xml 31 Mar 2007 06:02:34 -0000 1.20 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v 1.19 2007/03/19 08:00:14 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v 1.20 2007/03/31 06:02:34 nightmorph Exp $ --> <sections> @@ -48,9 +48,7 @@ <p> For HPPA we have <c>hppa-sources</c>. By default, these sources are based on the -2.6 kernel sources. If you want to install a 2.4 kernel, you will need to -install Gentoo from a working Internet connection as we do not supply those -sources on our Installation CD. Continue by installing the kernel source. +2.6 kernel sources. </p> <pre caption="Installing a kernel source"> @@ -291,14 +289,15 @@ </p> <p> -Now that your kernel source tree is installed, it's now time to compile your -kernel by using our <c>genkernel</c> script to automatically build a kernel for -you. <c>genkernel</c> works by configuring a kernel nearly identically to the -way our Installation CD kernel is configured. This means that when you use -<c>genkernel</c> to build your kernel, your system will generally detect all -your hardware at boot-time, just like our Installation CD does. Because genkernel -doesn't require any manual kernel configuration, it is an ideal solution for -those users who may not be comfortable compiling their own kernels. +Now that your kernel source tree is installed, it's now time to compile your +kernel by using our <c>genkernel</c> script to automatically build a kernel for +you. <c>genkernel</c> works by configuring a kernel nearly identically to the +way our Installation CD kernel is configured. This means that when you use +<c>genkernel</c> to build your kernel, your system will generally detect all +your hardware at boot-time, just like our Installation CD does. Because +genkernel doesn't require any manual kernel configuration, it is an ideal +solution for those users who may not be comfortable compiling their own +kernels. </p> <p> @@ -324,22 +323,6 @@ <pre caption="Running genkernel"> # <i>genkernel all</i> -<comment>(Output removed to increase readability)</comment> -* Kernel compiled successfully! -* Required Kernel Params: -* : root=/dev/ram0 init=/linuxrc real_root=/dev/$ROOT -* where $ROOT is the devicenode for your root partition as -* you should have specified in /etc/fstab -* -* You MUST tell your bootloader to use the generated initrd -* -* Recommended Kernel Params: -* : vga=0x317 splash=verbose -* -* Do NOT report kernel bugs (configs included) as genkernel bugs. -* Make sure you have the latest genkernel before reporting bugs -* -* For more info see /usr/share/genkernel/README </pre> <p> -- [email protected] mailing list
