Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ia64-medium.xml hb-install-ppc-medium.xml hb-install-ppc64-medium.xml hb-install-x86+amd64-medium.xml
Date: Sat, 01 Mar 2008 07:37:16
Message-Id: E1JVMHQ-0006LY-SB@stork.gentoo.org
1 nightmorph 08/03/01 07:37:12
2
3 Modified: hb-install-ia64-medium.xml
4 hb-install-ppc-medium.xml
5 hb-install-ppc64-medium.xml
6 hb-install-x86+amd64-medium.xml
7 Log:
8 added new boot options
9
10 Revision Changes Path
11 1.8 xml/htdocs/doc/en/handbook/draft/hb-install-ia64-medium.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-medium.xml?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-medium.xml?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-medium.xml?r1=1.7&r2=1.8
16
17 Index: hb-install-ia64-medium.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-medium.xml,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- hb-install-ia64-medium.xml 9 Dec 2007 02:54:47 -0000 1.7
24 +++ hb-install-ia64-medium.xml 1 Mar 2008 07:37:12 -0000 1.8
25 @@ -4,12 +4,12 @@
26 <!-- The content of this document is licensed under the CC-BY-SA license -->
27 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
28
29 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-medium.xml,v 1.7 2007/12/09 02:54:47 nightmorph Exp $ -->
30 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-medium.xml,v 1.8 2008/03/01 07:37:12 nightmorph Exp $ -->
31
32 <sections>
33
34 <version>6.0</version>
35 -<date>2007-06-29</date>
36 +<date>2008-02-29</date>
37
38 <section>
39 <title>Hardware Requirements</title>
40 @@ -303,6 +303,9 @@
41 - nolvm disable loading of LVM2 modules
42 - noload=module1,[module2,[...]]
43 disable loading of specific kernel modules
44 +- dosshd starts sshd, useful for unattended installs
45 +- passwd=foo sets whatever is after the = as the root password; use with the
46 + dosshd option for remote installs
47 </pre>
48
49 <p>
50
51
52
53 1.45 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-medium.xml
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-medium.xml?rev=1.45&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-medium.xml?rev=1.45&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-medium.xml?r1=1.44&r2=1.45
58
59 Index: hb-install-ppc-medium.xml
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-medium.xml,v
62 retrieving revision 1.44
63 retrieving revision 1.45
64 diff -u -r1.44 -r1.45
65 --- hb-install-ppc-medium.xml 3 Nov 2007 23:40:06 -0000 1.44
66 +++ hb-install-ppc-medium.xml 1 Mar 2008 07:37:12 -0000 1.45
67 @@ -4,12 +4,12 @@
68 <!-- The content of this document is licensed under the CC-BY-SA license -->
69 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
70
71 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-medium.xml,v 1.44 2007/11/03 23:40:06 nightmorph Exp $ -->
72 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-medium.xml,v 1.45 2008/03/01 07:37:12 nightmorph Exp $ -->
73
74 <sections>
75
76 <version>9.0</version>
77 -<date>2007-06-29</date>
78 +<date>2008-02-29</date>
79
80 <section>
81 <title>Hardware Requirements</title>
82 @@ -285,6 +285,17 @@
83 network cards) you have to enable this option.
84 </ti>
85 </tr>
86 +<tr>
87 + <ti><c>dosshd</c></ti>
88 + <ti>Starts <c>sshd</c>. Useful for unattended installs.</ti>
89 +</tr>
90 +<tr>
91 + <ti><c>passwd=foo</c></ti>
92 + <ti>
93 + Sets whatever is after the = as the root password. Use with <c>dosshd</c>
94 + for remote installs.
95 + </ti>
96 +</tr>
97 </table>
98
99 <p>
100
101
102
103 1.31 xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-medium.xml
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-medium.xml?rev=1.31&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-medium.xml?rev=1.31&content-type=text/plain
107 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-medium.xml?r1=1.30&r2=1.31
108
109 Index: hb-install-ppc64-medium.xml
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-medium.xml,v
112 retrieving revision 1.30
113 retrieving revision 1.31
114 diff -u -r1.30 -r1.31
115 --- hb-install-ppc64-medium.xml 3 Nov 2007 23:49:52 -0000 1.30
116 +++ hb-install-ppc64-medium.xml 1 Mar 2008 07:37:12 -0000 1.31
117 @@ -4,12 +4,12 @@
118 <!-- The content of this document is licensed under the CC-BY-SA license -->
119 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
120
121 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-medium.xml,v 1.30 2007/11/03 23:49:52 nightmorph Exp $ -->
122 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-medium.xml,v 1.31 2008/03/01 07:37:12 nightmorph Exp $ -->
123
124 <sections>
125
126 <version>9.0</version>
127 -<date>2007-11-03</date>
128 +<date>2008-02-29</date>
129
130 <section>
131 <title>Hardware Requirements</title>
132 @@ -380,6 +380,17 @@
133 Boot from a different device
134 </ti>
135 </tr>
136 +<tr>
137 + <ti><c>dosshd</c></ti>
138 + <ti>Starts <c>sshd</c>. Useful for unattended installs.</ti>
139 +</tr>
140 +<tr>
141 + <ti><c>passwd=foo</c></ti>
142 + <ti>
143 + Sets whatever is after the = as the root password. Use with <c>dosshd</c>
144 + for remote installs.
145 + </ti>
146 +</tr>
147 </table>
148
149 <p>
150
151
152
153 1.12 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-medium.xml
154
155 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-medium.xml?rev=1.12&view=markup
156 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-medium.xml?rev=1.12&content-type=text/plain
157 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-medium.xml?r1=1.11&r2=1.12
158
159 Index: hb-install-x86+amd64-medium.xml
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-medium.xml,v
162 retrieving revision 1.11
163 retrieving revision 1.12
164 diff -u -r1.11 -r1.12
165 --- hb-install-x86+amd64-medium.xml 9 Dec 2007 02:54:47 -0000 1.11
166 +++ hb-install-x86+amd64-medium.xml 1 Mar 2008 07:37:12 -0000 1.12
167 @@ -4,7 +4,7 @@
168 <!-- The content of this document is licensed under the CC-BY-SA license -->
169 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
170
171 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-medium.xml,v 1.11 2007/12/09 02:54:47 nightmorph Exp $ -->
172 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-medium.xml,v 1.12 2008/03/01 07:37:12 nightmorph Exp $ -->
173
174 <sections>
175
176 @@ -15,7 +15,7 @@
177 </abstract>
178
179 <version>6.0</version>
180 -<date>2007.16-29</date>
181 +<date>2008-02-29</date>
182
183 <section>
184 <title>Hardware Requirements</title>
185 @@ -412,6 +412,9 @@
186 can't handle large harddrives
187 - noload=module1,[module2,[...]]
188 disable loading of specific kernel modules
189 +- dosshd starts sshd, useful for unattended installs
190 +- passwd=foo sets whatever is after the = as the root password; use with the
191 + dosshd option for remote installs
192 </pre>
193
194 <p>
195
196
197
198 --
199 gentoo-doc-cvs@l.g.o mailing list