Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: faq.xml
Date: Mon, 13 Feb 2006 15:36:37
Message-Id: 200602131536.k1DFaSgI006323@robin.gentoo.org
1 neysx 06/02/13 15:36:26
2
3 Modified: xml/htdocs/doc/en faq.xml
4 Log:
5 #122678 append kernel_name to "cp arch/i386/boot/bzImage /boot"
6
7 Revision Changes Path
8 1.104 +5 -5 xml/htdocs/doc/en/faq.xml
9
10 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
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.104&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml.diff?r1=1.103&r2=1.104&cvsroot=gentoo
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
17 retrieving revision 1.103
18 retrieving revision 1.104
19 diff -u -r1.103 -r1.104
20 --- faq.xml 16 Jan 2006 01:10:29 -0000 1.103
21 +++ faq.xml 13 Feb 2006 15:36:26 -0000 1.104
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.103 2006/01/16 01:10:29 yoswink Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.104 2006/02/13 15:36:26 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/faq.xml">
29 @@ -44,8 +44,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>3.5</version>
34 -<date>2006-01-16</date>
35 +<version>3.6</version>
36 +<date>2006-02-13</date>
37
38 <chapter>
39 <title>Questions:</title>
40 @@ -437,7 +437,7 @@
41 <comment>previous attempt. Then quit and compile your kernel:</comment>
42 # <i>make &amp;&amp; make modules_install</i>
43 <comment>Now copy over your bzImage file, overwriting your previous one:</comment>
44 -# <i>cp arch/i386/boot/bzImage /boot</i>
45 +# <i>cp arch/i386/boot/bzImage /boot/&lt;kernel_name&gt;</i>
46 <comment>If you use LILO, rerun lilo -- GRUB users should skip this:</comment>
47 # <i>/sbin/lilo</i>
48 <comment>Now exit the chroot and reboot.</comment>
49 @@ -447,7 +447,7 @@
50 </pre>
51
52 <p>
53 -If, on the other hand, the problem lays with your bootloader configuration,
54 +If, on the other hand, the problem lies with your bootloader configuration,
55 follow the same steps, but instead of configuring/compiling your kernel, you
56 should reconfigure your bootloader (recompilation isn't necessary).
57 </p>
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list