Gentoo Archives: gentoo-commits

From: "Lukasz Damentko (rane)" <rane@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/pl/handbook/2008.0: hb-install-config.xml
Date: Sun, 15 Feb 2009 08:15:49
Message-Id: E1LYcAE-00066x-Ub@stork.gentoo.org
1 rane 09/02/15 08:15:46
2
3 Modified: hb-install-config.xml
4 Log:
5 -> 1.8
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/pl/handbook/2008.0/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-config.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-config.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-config.xml?r1=1.5&r2=1.6
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-config.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- hb-install-config.xml 19 May 2008 06:56:36 -0000 1.5
21 +++ hb-install-config.xml 15 Feb 2009 08:15:46 -0000 1.6
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/pl/handbook/2008.0/hb-install-config.xml,v 1.5 2008/05/19 06:56:36 shadow Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-config.xml,v 1.6 2009/02/15 08:15:46 rane Exp $ -->
28
29 <sections>
30
31 -<version>9.2</version>
32 -<date>2008-05-02</date>
33 +<version>9.3</version>
34 +<date>2009-02-11</date>
35
36 <section>
37 <title>Informacje o systemach plików</title>
38 @@ -298,14 +298,12 @@
39 </pre>
40
41 <p>
42 -Aby wybrać określone opcje DHCP należy dodać zmienne <c>config_eth0</c> i
43 -<c>dhcp_eth0</c>:
44 +Dla DHCP wystarczy skonfigurować <c>config_eth0</c> w następujący sposób:
45 </p>
46
47 <pre caption="Automatyczne pobieranie adresu IP dla eth0">
48 config_eth0=( "dhcp" )
49 -dhcp_eth0="nodns nontp nonis"
50 - </pre>
51 +</pre>
52
53 <p>
54 Powtarzamy powyższe instrukcje dla pozostałych interfejsów sieciowych
55 @@ -314,7 +312,8 @@
56
57 <p>
58 Lista dostępnych ustawień znajduje się w pliku
59 -<path>/etc/conf.d/net.example</path>.
60 +<path>/etc/conf.d/net.example</path>. Warto również przeczytać stronę man
61 +używanego klienta DHCP i zapoznać się z jego ustawieniami.
62 </p>
63
64 <p>