nightmorph 07/03/19 07:08:04 Modified: hb-install-alpha-kernel.xml Log: fix some alpha kernel stuff
Revision Changes Path 1.15 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.15&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?r1=1.14&r2=1.15 Index: hb-install-alpha-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- hb-install-alpha-kernel.xml 14 Mar 2007 07:04:34 -0000 1.14 +++ hb-install-alpha-kernel.xml 19 Mar 2007 07:08:04 -0000 1.15 @@ -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-alpha-kernel.xml,v 1.14 2007/03/14 07:04:34 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.15 2007/03/19 07:08:04 nightmorph Exp $ --> <sections> @@ -26,7 +26,7 @@ <pre caption="Setting the timezone information"> # <i>ls /usr/share/zoneinfo</i> <comment>(Suppose you want to use GMT)</comment> -# <i>nano -w /etc/conf.d/rc</i> +# <i>nano -w /etc/conf.d/clock</i> TIMEZONE="GMT" </pre> @@ -66,13 +66,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>gentoo-sources-2.6.16.19</c>. Your version may be -different, so keep this in mind. +kernel source points to <c>gentoo-sources-<keyval id="kernel-version"/></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.16.19 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> linux-<keyval id="kernel-version"/> </pre> <p> @@ -292,13 +292,12 @@ # <i>make dep && make vmlinux modules modules_install</i> <comment>(For 2.6 kernel)</comment> -# <i>make && make modules_install && make install</i> +# <i>make && make modules_install</i> <comment>(For all kernels)</comment> # <i>make boot</i> </pre> -<!-- <p> When the kernel has finished compiling, copy the kernel image to <path>/boot</path>. Recent kernels might create <path>vmlinux</path> instead of @@ -308,7 +307,6 @@ <pre caption="Installing the kernel"> # <i>cp arch/alpha/boot/vmlinux.gz /boot/</i> </pre> ---> <p> Now continue with <uri link="#kernel_modules">Installing Separate Kernel -- [email protected] mailing list
