Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: altinstall.xml
Date: Wed, 10 Sep 2008 23:04:33
Message-Id: E1KdYjd-00020t-Nq@stork.gentoo.org
1 nightmorph 08/09/10 23:04:29
2
3 Modified: altinstall.xml
4 Log:
5 patch from bug 232410
6
7 Revision Changes Path
8 1.76 xml/htdocs/doc/en/altinstall.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.76&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.76&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.75&r2=1.76
13
14 Index: altinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
17 retrieving revision 1.75
18 retrieving revision 1.76
19 diff -u -r1.75 -r1.76
20 --- altinstall.xml 23 May 2008 20:29:44 -0000 1.75
21 +++ altinstall.xml 10 Sep 2008 23:04:29 -0000 1.76
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.75 2008/05/23 20:29:44 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.76 2008/09/10 23:04:29 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/altinstall.xml">
29 @@ -45,6 +45,9 @@
30 <author title="Editor">
31 <mail link="smithj@g.o">Jonathan Smith</mail>
32 </author>
33 +<author title="Editor">
34 + <mail link="nightmorph"/>
35 +</author>
36
37 <abstract>
38 This HOWTO is meant to be a repository of alternative Gentoo installation
39 @@ -56,8 +59,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>About this document</title>
50 @@ -280,24 +283,23 @@
51
52 <p>
53 DHCP and TFTP setup: The client will get boot informations using DHCP and
54 -download all the required files using TFTP. Just emerge DHCP and configure it
55 -for your basic needs. Then, add the following on
56 -<path>/etc/dhcp/dhcpd.conf</path>.
57 +download all the required files using TFTP.
58 +</p>
59 +
60 +<p>
61 +For dhcpd, just run <c>emerge dhcp</c> (or any other DHCP server of your
62 +choice). Make sure that the correct interface is selected in
63 +<path>/etc/conf.d/dhcpd</path>, and configure it for your basic needs. Then, add
64 +the following on <path>/etc/dhcp/dhcpd.conf</path>.
65 </p>
66
67 <note>
68 -This provide a static IP address for the client and the path of a PXE boot
69 +This provides a static IP address for the client and the path of a PXE boot
70 image, here <path>pxegrub</path>. You have to replace the MAC address of the
71 -Ethernet card of the client and the directory where you will put the client
72 +ethernet card of the client and the directory where you will put the client
73 files with the one you use.
74 </note>
75
76 -<p>
77 -For DHCPd, run <c>emerge dhcp</c> (or any other DHCP server of your choice).
78 -Make sure that the correct interface is selected in
79 -<path>/etc/conf.d/dhcpd</path>.
80 -</p>
81 -
82 <pre caption="dhcpd.conf">
83 option option-150 code 150 = text ;
84 ddns-update-style none ;