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: Mon, 19 Dec 2005 12:59:54
Message-Id: 200512191259.jBJCxgMq012548@robin.gentoo.org
1 jkt 05/12/19 12:59:41
2
3 Modified: xml/htdocs/doc/en diskless-howto.xml
4 Log:
5 #107258, Pre-creation of /sys should be noted in diskless boot for 2.6+ kernels
6
7 Revision Changes Path
8 1.23 +8 -7 xml/htdocs/doc/en/diskless-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo
13
14 Index: diskless-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- diskless-howto.xml 6 Oct 2005 19:13:03 -0000 1.22
21 +++ diskless-howto.xml 19 Dec 2005 12:59:41 -0000 1.23
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.22 2005/10/06 19:13:03 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.23 2005/12/19 12:59:41 jkt Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/diskless-howto.xml">
29 @@ -27,8 +27,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.17</version>
34 -<date>2005-10-06</date>
35 +<version>1.18</version>
36 +<date>2005-12-19</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -359,6 +359,7 @@
41 # <i>chmod a+w /diskless/192.168.1.21/tmp</i>
42 # <i>mkdir /diskless/192.168.1.21/mnt/.initd</i>
43 # <i>mkdir /diskless/192.168.1.21/root</i>
44 +# <i>mkdir /diskless/192.168.1.21/sys</i>
45 # <i>mkdir /diskless/192.168.1.21/var</i>
46 # <i>mkdir /diskless/192.168.1.21/var/empty</i>
47 # <i>mkdir /diskless/192.168.1.21/var/lock</i>
48 @@ -372,10 +373,10 @@
49 </pre>
50
51 <p>
52 -Most of these "stubs" should be recognizable to you; Stubs like
53 -<path>/dev</path> or <path>/proc</path> will be populated when the slave starts,
54 -the others will be mounted later. You should also change the
55 -<path>/diskless/192.168.1.21/etc/conf.d/hostname</path> file to reflect the
56 +Most of these "stubs" should be recognizable to you; stubs like
57 +<path>/dev</path>, <path>/proc</path> or <path>/sys</path> will be populated
58 +when the slave starts, the others will be mounted later. You should also change
59 +the <path>/diskless/192.168.1.21/etc/conf.d/hostname</path> file to reflect the
60 hostname of the slave. Binaries, libraries and other files will be populated
61 later in this HOWTO right before you attempt to boot the slave.
62 </p>
63
64
65
66 --
67 gentoo-doc-cvs@g.o mailing list