From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F8fkj-00031a-7f for garchives@archives.gentoo.org; Mon, 13 Feb 2006 15:36:37 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1DFaT2D021041; Mon, 13 Feb 2006 15:36:29 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1DFaSgI006323 for ; Mon, 13 Feb 2006 15:36:28 GMT Message-Id: <200602131536.k1DFaSgI006323@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark) by smtp.gentoo.org with smtp (Exim 4.54) id 1F8fkZ-0000Zz-LE for gentoo-doc-cvs@lists.gentoo.org; Mon, 13 Feb 2006 15:36:27 +0000 Received: by lark (sSMTP sendmail emulation); Mon, 13 Feb 2006 15:36:26 +0000 From: "Xavier Neys" Date: Mon, 13 Feb 2006 15:36:26 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: faq.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 6f83626c-1159-4340-8a31-5b21dd64ab26 X-Archives-Hash: c0d62412f4e3b142dd0465fce025600c 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 @@ - + @@ -44,8 +44,8 @@ -3.5 -2006-01-16 +3.6 +2006-02-13 Questions: @@ -437,7 +437,7 @@ previous attempt. Then quit and compile your kernel: # make && make modules_install Now copy over your bzImage file, overwriting your previous one: -# cp arch/i386/boot/bzImage /boot +# cp arch/i386/boot/bzImage /boot/<kernel_name> If you use LILO, rerun lilo -- GRUB users should skip this: # /sbin/lilo Now exit the chroot and reboot. @@ -447,7 +447,7 @@

-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).

-- gentoo-doc-cvs@gentoo.org mailing list