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-ppc64-kernel.xml
Date: Wed, 19 Sep 2007 18:50:18
Message-Id: E1IY4VA-0002Cl-Fr@stork.gentoo.org
1 cam 07/09/19 18:42:20
2
3 Modified: hb-install-ppc64-kernel.xml
4 Log:
5 Sync 1.33
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml?r1=1.13&r2=1.14
13
14 Index: hb-install-ppc64-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- hb-install-ppc64-kernel.xml 30 Mar 2007 20:38:26 -0000 1.13
21 +++ hb-install-ppc64-kernel.xml 19 Sep 2007 18:42:20 -0000 1.14
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml,v 1.13 2007/03/30 20:38:26 cam Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml,v 1.14 2007/09/19 18:42:20 cam Exp $ -->
26 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
27
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 @@ -7,8 +7,8 @@
30
31 <sections>
32
33 -<version>7.1</version>
34 -<date>2007-02-26</date>
35 +<version>8.3</version>
36 +<date>2007-08-12</date>
37
38 <section>
39 <title>Fuseau horaire</title>
40 @@ -57,13 +57,14 @@
41 <p>
42 Si vous examinez le contenu de <path>/usr/src</path>, vous devriez voir un lien
43 symbolique nommé <path>linux</path> qui pointe vers les sources de votre noyau.
44 -L'exemple suivant pointe vers <c>gentoo-sources-2.6.17-r5</c>, mais vous aurez
45 -sans doute installé une autre version.
46 +L'exemple suivant pointe vers <c>gentoo-sources-<keyval
47 +id="kernel-version"/></c>, mais vous aurez sans doute installé une autre
48 +version.
49 </p>
50
51 <pre caption="Examiner le lien symbolique vers le noyau">
52 # <i>ls -l /usr/src/linux</i>
53 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.17-gentoo-r5
54 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-<keyval id="kernel-version"/>
55 </pre>
56
57 <p>
58 @@ -186,7 +187,7 @@
59 <p>
60 Les deux options de compression ne vous feront pas de mal, mais ne sont pas
61 absolument nécessaires. L'option <c>PPP over Ethernet</c> n'est pas obligatoire
62 -non plus, considérant qu'elle pourrait n'être utilisée que par <c>rp-pppoe</c>
63 +non plus, considérant qu'elle pourrait n'être utilisée que par <c>ppp</c>
64 lorsque ce dernier est configuré pour utiliser PPPoE en mode noyau.
65 </p>
66
67 @@ -265,8 +266,8 @@
68 </pre>
69
70 <p>
71 -Par exemple, pour charger automatiquement le module <c>3c59x.o</c>, spécifiez-le
72 -dans le fichier <path>kernel-2.6</path>&nbsp;:
73 +Par exemple, pour charger automatiquement le module <c>3c59x.ko</c>,
74 +spécifiez-le dans le fichier <path>kernel-2.6</path>&nbsp;:
75 </p>
76
77 <pre caption="Modifier le fichier /etc/modules.autoload.d/kernel-2.6">
78
79
80
81 --
82 gentoo-commits@g.o mailing list