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-x86+amd64-kernel.xml
Date: Wed, 19 Sep 2007 18:35:27
Message-Id: E1IY4Gq-0005zj-FO@stork.gentoo.org
1 cam 07/09/19 18:27:32
2
3 Modified: hb-install-x86+amd64-kernel.xml
4 Log:
5 Sync 1.17
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-kernel.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-kernel.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-kernel.xml?r1=1.4&r2=1.5
13
14 Index: hb-install-x86+amd64-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-kernel.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- hb-install-x86+amd64-kernel.xml 8 May 2007 03:35:49 -0000 1.4
21 +++ hb-install-x86+amd64-kernel.xml 19 Sep 2007 18:27:32 -0000 1.5
22 @@ -4,7 +4,7 @@
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-x86+amd64-kernel.xml,v 1.4 2007/05/08 03:35:49 cam Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-kernel.xml,v 1.5 2007/09/19 18:27:32 cam Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 comment le configurer.
33 </abstract>
34
35 -<version>5.0</version>
36 -<date>2007-05-07</date>
37 +<version>5.4</version>
38 +<date>2007-08-12</date>
39
40 <section>
41 <title>Fuseau horaire</title>
42 @@ -23,8 +23,8 @@
43 <p>
44 Vous devez maintenant choisir votre fuseau horaire afin que votre système sache
45 où il se trouve. Cherchez votre fuseau horaire dans
46 -<path>/usr/share/zoneinfo</path>, puis configurez-le dans le fichier
47 -<path>/etc/conf.d/clock</path>. Évitez les zones du type
48 +<path>/usr/share/zoneinfo</path>, puis copiez-le sur
49 +<path>/etc/localtime</path>. Évitez les zones du type
50 <path>/usr/share/zoneinfo/Etc/GMT*</path>, car leur nom porte à confusion. En
51 effet, <path>GMT-2</path> signifie en fait GMT+2.
52 </p>
53 @@ -32,8 +32,7 @@
54 <pre caption="Définir l'information relative au fuseau horaire">
55 # <i>ls /usr/share/zoneinfo</i>
56 <comment>(En supposant que vous utilisiez l'heure de Paris.)</comment>
57 -# <i>nano -w /etc/conf.d/clock</i>
58 -TIMEZONE="Europe/Paris"
59 +# <i>cp /usr/share/zoneinfo/Europe/Paris /etc/localtime</i>
60 </pre>
61
62 </body>
63 @@ -261,7 +260,6 @@
64 Device Drivers ---&gt;
65 ATA/ATAPI/MFM/RLL support ---&gt;
66 [*] Generic PCI bus-master DMA support
67 - [*] Use PCI DMA by default when available
68 </pre>
69
70 <p>
71 @@ -485,17 +483,16 @@
72
73 <p>
74 Pour dresser la liste des modules disponibles, exécutez la commande
75 -<c>find</c> telle qu'indiquée ci-dessous. N'oubliez pas de substituer <c><keyval
76 -id="kernel-version"/></c> par la version du noyau que vous venez juste de
77 +<c>find</c> telle qu'indiquée ci-dessous. N'oubliez pas de substituer "&lt;kernel version&gt;" par la version du noyau que vous venez juste de
78 compiler&nbsp;:
79 </p>
80
81 <pre caption="Consulter la liste des modules disponibles">
82 -# <i>find /lib/modules/<keyval id="kernel-version"/>/ -type f -iname '*.o' -or -iname '*.ko'</i>
83 +# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
84 </pre>
85
86 <p>
87 -Par exemple, pour charger automatiquement le module <c>3c59x.o</c>,
88 +Par exemple, pour charger automatiquement le module <c>3c59x.ko</c>,
89 spécifiez-le dans le fichier <path>kernel-2.6</path>.
90 </p>
91
92
93
94
95 --
96 gentoo-commits@g.o mailing list