Gentoo Archives: gentoo-commits

From: "Camille Huot (cam)" <cam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-hppa-kernel.xml
Date: Thu, 20 Sep 2007 23:55:06
Message-Id: E1IYVjd-0002QF-T4@stork.gentoo.org
1 cam 07/09/20 23:47:05
2
3 Modified: hb-install-hppa-kernel.xml
4 Log:
5 Sync 1.44
6
7 Revision Changes Path
8 1.31 xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml?r1=1.30&r2=1.31
13
14 Index: hb-install-hppa-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- hb-install-hppa-kernel.xml 30 Mar 2007 20:38:26 -0000 1.30
21 +++ hb-install-hppa-kernel.xml 20 Sep 2007 23:47:05 -0000 1.31
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml,v 1.30 2007/03/30 20:38:26 cam Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml,v 1.31 2007/09/20 23:47:05 cam Exp $ -->
28
29 <sections>
30
31 -<version>7.5</version>
32 -<date>2007-03-12</date>
33 +<version>8.3</version>
34 +<date>2007-08-12</date>
35
36 <section>
37 <title>Fuseau horaire</title>
38 @@ -49,8 +49,7 @@
39
40 <p>
41 Le paquet <c>hppa-sources</c> contient les sources du noyau 2.6 qui est utilisé
42 -par défaut. Si vous tenez à utiliser un noyau 2.4, vous devez en télécharger
43 -un, car il n'est pas sur le CD d'installation.
44 +par défaut.
45 </p>
46
47 <pre caption="Installer les sources du noyau">
48 @@ -60,13 +59,14 @@
49 <p>
50 Si vous examinez le contenu de <path>/usr/src</path>, vous devriez voir un lien
51 symbolique nommé <path>linux</path> pointant vers les sources de votre noyau.
52 -L'exemple suivant pointe vers <c>hppa-sources-2.6.16.18-pa11</c>, mais vous
53 -aurez sans doute installé une autre version.
54 +L'exemple suivant pointe vers <c>hppa-sources-<keyval
55 +id="kernel-version"/></c>, mais vous aurez sans doute installé une autre
56 +version.
57 </p>
58
59 <pre caption="Examiner le lien symbolique vers le noyau">
60 # <i>ls -l /usr/src/linux</i>
61 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.16.18-pa11
62 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-<keyval id="kernel-version"/>
63 </pre>
64
65 <p>
66 @@ -186,7 +186,7 @@
67 <p>
68 Les deux options de compression ne vous feront pas de mal, mais ne sont pas
69 absolument nécessaires. L'option <c>PPP over Ethernet</c> n'est pas obligatoire
70 -non plus, considérant qu'elle pourrait n'être utilisée que par <c>rp-pppoe</c>
71 +non plus, considérant qu'elle pourrait n'être utilisée que par <c>ppp</c>
72 lorsque ce dernier est configuré pour utiliser PPPoE en mode noyau.
73 </p>
74
75 @@ -333,22 +333,6 @@
76
77 <pre caption="Exécuter genkernel">
78 # <i>genkernel all</i>
79 -<comment>(La sortie du programme a été tronquée pour améliorer la lisibilité.)</comment>
80 -* Kernel compiled successfully!
81 -* Required Kernel Params:
82 -* : root=/dev/ram0 init=/linuxrc real_root=/dev/$ROOT
83 -* where $ROOT is the devicenode for your root partition as
84 -* you should have specified in /etc/fstab
85 -*
86 -* You MUST tell your bootloader to use the generated initrd
87 -*
88 -* Recommended Kernel Params:
89 -* : vga=0x317 splash=verbose
90 -*
91 -* Do NOT report kernel bugs (configs included) as genkernel bugs.
92 -* Make sure you have the latest genkernel before reporting bugs
93 -*
94 -* For more info see /usr/share/genkernel/README
95 </pre>
96
97 <p>
98 @@ -391,8 +375,8 @@
99 </pre>
100
101 <p>
102 -Par exemple, pour charger automatiquement le module <c>3c59x.o</c>, spécifiez-le
103 -dans le fichier <path>kernel-2.6</path>.
104 +Par exemple, pour charger automatiquement le module <c>3c59x.ko</c>,
105 +spécifiez-le dans le fichier <path>kernel-2.6</path>.
106 </p>
107
108 <pre caption="Modifier le fichier /etc/modules.autoload.d/kernel-2.6">
109
110
111
112 --
113 gentoo-commits@g.o mailing list