neysx 06/02/13 15:36:26 Modified: xml/htdocs/doc/en faq.xml Log: #122678 append kernel_name to "cp arch/i386/boot/bzImage /boot"
Revision Changes Path 1.104 +5 -5 xml/htdocs/doc/en/faq.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.104&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.104&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml.diff?r1=1.103&r2=1.104&cvsroot=gentoo Index: faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- faq.xml 16 Jan 2006 01:10:29 -0000 1.103 +++ faq.xml 13 Feb 2006 15:36:26 -0000 1.104 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.103 2006/01/16 01:10:29 yoswink Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.104 2006/02/13 15:36:26 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/faq.xml"> @@ -44,8 +44,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3.5</version> -<date>2006-01-16</date> +<version>3.6</version> +<date>2006-02-13</date> <chapter> <title>Questions:</title> @@ -437,7 +437,7 @@ <comment>previous attempt. Then quit and compile your kernel:</comment> # <i>make && make modules_install</i> <comment>Now copy over your bzImage file, overwriting your previous one:</comment> -# <i>cp arch/i386/boot/bzImage /boot</i> +# <i>cp arch/i386/boot/bzImage /boot/<kernel_name></i> <comment>If you use LILO, rerun lilo -- GRUB users should skip this:</comment> # <i>/sbin/lilo</i> <comment>Now exit the chroot and reboot.</comment> @@ -447,7 +447,7 @@ </pre> <p> -If, on the other hand, the problem lays with your bootloader configuration, +If, on the other hand, the problem lies with your bootloader configuration, follow the same steps, but instead of configuring/compiling your kernel, you should reconfigure your bootloader (recompilation isn't necessary). </p> -- [email protected] mailing list
