Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: diskless-howto.xml
Date: Fri, 16 Sep 2005 16:32:33
Message-Id: 200509161627.j8GGRDgF021076@robin.gentoo.org
1 jkt 05/09/16 16:32:06
2
3 Modified: xml/htdocs/doc/en diskless-howto.xml
4 Log:
5 #106042, use /etc/conf.d/hostname instead of /etc/hostname
6
7 another fix: use /etc/runlevels instead of /etc/runlevel
8
9 Revision Changes Path
10 1.21 +6 -6 xml/htdocs/doc/en/diskless-howto.xml
11
12 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
13 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
14 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
15
16 Index: diskless-howto.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- diskless-howto.xml 16 Sep 2005 16:20:52 -0000 1.20
23 +++ diskless-howto.xml 16 Sep 2005 16:32:06 -0000 1.21
24 @@ -1,5 +1,5 @@
25 <?xml version='1.0' encoding="UTF-8"?>
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.20 2005/09/16 16:20:52 jkt Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.21 2005/09/16 16:32:06 jkt Exp $ -->
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 <guide link="/doc/en/diskless-howto.xml">
31 @@ -25,7 +25,7 @@
32
33 <license/>
34
35 -<version>1.15</version>
36 +<version>1.16</version>
37 <date>2005-09-16</date>
38
39 <chapter>
40 @@ -374,9 +374,9 @@
41 Most of these "stubs" should be recognizable to you; Stubs like
42 <path>/dev</path> or <path>/proc</path> will be populated when the slave starts,
43 the others will be mounted later. You should also change the
44 -<path>/diskless/192.168.1.21/etc/hostname</path> file to reflect the hostname
45 -of the slave. Binaries, libraries and other files will be populated later in
46 -this HOWTO right before you attempt to boot the slave.
47 +<path>/diskless/192.168.1.21/etc/conf.d/hostname</path> file to reflect the
48 +hostname of the slave. Binaries, libraries and other files will be populated
49 +later in this HOWTO right before you attempt to boot the slave.
50 </p>
51
52 <p>
53 @@ -1272,7 +1272,7 @@
54
55 <p>
56 You need as many init scripts under
57 -<path>/diskless/192.168.1.21/etc/runlevel</path> as you need services on your
58 +<path>/diskless/192.168.1.21/etc/runlevels</path> as you need services on your
59 diskless nodes. It all depends on what you want your slaves to do.
60 </p>
61
62
63
64
65 --
66 gentoo-doc-cvs@g.o mailing list