Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: grub-error-guide.xml
Date: Thu, 15 Dec 2005 01:43:34
Message-Id: 200512150143.jBF1hQE9001925@robin.gentoo.org
1 rane 05/12/15 01:43:25
2
3 Modified: xml/htdocs/doc/en grub-error-guide.xml
4 Log:
5 added CC-SA comments, information about chrooting into gentoo system before looking for kernel and missing make command from one of code listings
6
7 Revision Changes Path
8 1.10 +11 -8 xml/htdocs/doc/en/grub-error-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.10&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/grub-error-guide.xml.diff?r1=1.9&r2=1.10&cvsroot=gentoo
13
14 Index: grub-error-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- grub-error-guide.xml 8 Sep 2005 08:37:18 -0000 1.9
21 +++ grub-error-guide.xml 15 Dec 2005 01:43:25 -0000 1.10
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.9 2005/09/08 08:37:18 fox2mike Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.10 2005/12/15 01:43:25 rane Exp $ -->
27
28 <guide link="/doc/en/grub-error-guide.xml">
29 <title>Gentoo Grub Error Collection</title>
30 @@ -19,10 +19,12 @@
31 cooperation of many users of the Gentoo Forums.
32 </abstract>
33
34 +<!-- The content of this document is licensed under the CC-BY-SA license -->
35 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
36 <license/>
37
38 -<version>1.6</version>
39 -<date>2005-04-17</date>
40 +<version>1.7</version>
41 +<date>2005-12-15</date>
42
43 <chapter>
44 <title>Starting notes</title>
45 @@ -200,9 +202,10 @@
46 </p>
47
48 <p>
49 -To find out the exact name of your kernel, boot from the installation cd and
50 -mount the boot partition (if applicable) or your root partition. Then do a
51 -listing of the available files to see what kernel images you have available:
52 +To find out the exact name of your kernel, boot from the installation cd, mount
53 +your root and (if applicable) boot partition. Next, chroot into your Gentoo
54 +system and do a listing of the available files to see what kernel images you
55 +have available:
56 </p>
57
58 <pre caption="Verifying kernel image existance">
59 @@ -219,6 +222,7 @@
60 <pre caption="Recompile the kernel">
61 # <i>cd /usr/src/linux/</i>
62 # <i>make menuconfig</i>
63 +# <i>make</i>
64 </pre>
65
66 <p>
67 @@ -226,8 +230,7 @@
68 </p>
69
70 <pre caption="Copying the kernel">
71 -<comment>(Assuming the boot partition is mounted at /mnt/gentoo/boot)</comment>
72 -# <i>cp /usr/src/linux/arch/i386/boot/bzImage /mnt/gentoo/boot</i>
73 +# <i>cp /usr/src/linux/arch/i386/boot/bzImage /boot</i>
74 </pre>
75
76 <p>
77
78
79
80 --
81 gentoo-doc-cvs@g.o mailing list