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: altinstall.xml
Date: Sat, 13 Sep 2008 08:13:54
Message-Id: E1KeQGN-0000HD-Cz@stork.gentoo.org
1 cam 08/09/13 08:13:51
2
3 Modified: altinstall.xml
4 Log:
5 Sync 1.76
6
7 Revision Changes Path
8 1.31 xml/htdocs/doc/fr/altinstall.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/altinstall.xml?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/altinstall.xml?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/altinstall.xml?r1=1.30&r2=1.31
13
14 Index: altinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/altinstall.xml,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- altinstall.xml 20 Jul 2008 09:38:31 -0000 1.30
21 +++ altinstall.xml 13 Sep 2008 08:13:50 -0000 1.31
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/altinstall.xml,v 1.30 2008/07/20 09:38:31 titefleur Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/altinstall.xml,v 1.31 2008/09/13 08:13:50 cam Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/fr/altinstall.xml" lang="fr">
29 @@ -43,6 +43,9 @@
30 <author title="Correcteur">
31 <mail link="smithj@g.o">Jonathan Smith</mail>
32 </author>
33 +<author title="Correcteur">
34 + <mail link="nightmorph"/>
35 +</author>
36 <author title="Traducteur">
37 <mail link="ribosome@g.o">Olivier Fisette</mail>
38 </author>
39 @@ -64,8 +67,8 @@
40 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
41 <license/>
42
43 -<version>0.73</version>
44 -<date>2008-01-09</date>
45 +<version>1</version>
46 +<date>2008-09-10</date>
47
48 <chapter>
49 <title>À propos de ce document</title>
50 @@ -278,8 +281,14 @@
51 <p>
52 Configuration DHCP et TFTP&nbsp;: le client obtiendra l'information de
53 démarrage par DHCP et téléchargera tous les fichiers requis par TFTP.
54 -Installez DHCP avec <c>emerge</c> et configurez-le selon vos besoins de base.
55 -Ensuite, ajoutez ce qui suit dans <path>/etc/dhcp/dhcpd.conf</path>.
56 +</p>
57 +
58 +<p>
59 +Installez un serveur DHCPd avec <c>emerge dhcp</c> (ou tout autre serveur DHCPd
60 +de votre choix). Vérifiez que l'interface réseau spécifiée dans
61 +<path>/etc/conf.d/dhcpd</path> soit la bonne et configurez le serveur selon vos
62 +besoins de base. Ensuite, ajoutez ce qui suit dans
63 +<path>/etc/dhcp/dhcpd.conf</path>.
64 </p>
65
66 <note>
67 @@ -290,12 +299,6 @@
68 valeurs.
69 </note>
70
71 -<p>
72 -Utilisez la commande <c>emerge dhcp</c> pour installer DHCPd. Vous pouvez
73 -utiliser un autre logiciel si vous le désirez. Vérifiez ensuite que la bonne
74 -interface réseau est définie dans le fichier <path>/etc/conf.d/dhcpd</path>.
75 -</p>
76 -
77 <pre caption="dhcpd.conf">
78 option option-150 code 150 = text ;
79 ddns-update-style none ;