rane 06/08/13 18:57:07 Modified: hb-install-alpha-kernel.xml Log: #143691, bumped kernel to 2.6.16.19, updated genkernel output
Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml?r1=1.1&r2=1.2 Index: hb-install-alpha-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-alpha-kernel.xml 9 Aug 2006 16:35:14 -0000 1.1 +++ hb-install-alpha-kernel.xml 13 Aug 2006 18:57:07 -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/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml,v 1.1 2006/08/09 16:35:14 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml,v 1.2 2006/08/13 18:57:07 rane Exp $ --> <sections> @@ -69,13 +69,13 @@ <p> When you take a look in <path>/usr/src</path> you should see a symlink called <path>linux</path> pointing to your kernel source. In this case, the installed -kernel source points to <c>vanilla-sources-2.6.11.2</c>. Your version may be +kernel source points to <c>vanilla-sources-2.6.16.19</c>. Your version may be different, so keep this in mind. </p> <pre caption="Viewing the kernel source symlink"> # <i>ls -l /usr/src/linux</i> -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.6.11.2 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-2.6.16.19 </pre> <p> @@ -354,28 +354,32 @@ </p> <pre caption="Running genkernel"> +* Gentoo Linux Genkernel; Version 3.4.0 +* Running with options: all + +* Linux Kernel 2.6.16.19 for alpha... +* kernel: >> Running mrproper... # <i>genkernel all</i> -GenKernel v3.0.1_beta10 -* ARCH: Alpha -* KERNEL VER: 2.6.11.2 -* kernel: configuring source -* kernel: running mrproper <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 +* +* Required Kernel Parameters: +* real_root=/dev/$ROOT +* +* Where $ROOT is the device node for your root partition as the +* one specified in /etc/fstab +* +* If you require Genkernel's hardware detection features; you MUST +* tell your bootloader to use the provided INITRAMFS file. Otherwise; +* substitute the root argument for the real_root argument if you are +* not planning to use the initrd... + +* WARNING... WARNING... WARNING... +* Additional kernel cmdline arguments that *may* be required to boot properly... +* Do NOT report kernel bugs as genkernel bugs unless your bug +* is about the default genkernel configuration... +* +* Make sure you have the latest genkernel before reporting bugs. </pre> <p> -- [email protected] mailing list
