Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-tools.xml
Date: Sun, 23 Oct 2011 10:32:48
Message-Id: 20111023103238.1FC1A2004B@flycatcher.gentoo.org
1 swift 11/10/23 10:32:38
2
3 Modified: hb-install-tools.xml
4 Log:
5 Bug #386667 - Add section on remote access (sshd, serial consoles). Thanks to Amk for reporting, and Joshua for suggesting the location to put this in
6
7 Revision Changes Path
8 1.51 xml/htdocs/doc/en/handbook/hb-install-tools.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.51&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.51&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.50&r2=1.51
13
14 Index: hb-install-tools.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
17 retrieving revision 1.50
18 retrieving revision 1.51
19 diff -u -r1.50 -r1.51
20 --- hb-install-tools.xml 3 Sep 2011 07:18:27 -0000 1.50
21 +++ hb-install-tools.xml 23 Oct 2011 10:32:38 -0000 1.51
22 @@ -4,7 +4,7 @@
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/en/handbook/hb-install-tools.xml,v 1.50 2011/09/03 07:18:27 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.51 2011/10/23 10:32:38 swift Exp $ -->
28
29 <sections>
30
31 @@ -12,8 +12,8 @@
32 In this chapter we help you choose and install some important tools.
33 </abstract>
34
35 -<version>9.2</version>
36 -<date>2010-11-14</date>
37 +<version>10</version>
38 +<date>2011-10-23</date>
39
40 <section>
41 <title>System Logger</title>
42 @@ -108,6 +108,41 @@
43 </body>
44 </section>
45 <section>
46 +<title>Optional: Remote Access</title>
47 +<body>
48 +
49 +<p>
50 +If you need to access your system remotely after installation, don't forget to
51 +add <c>sshd</c> to the default runlevel:
52 +</p>
53 +
54 +<pre caption="Adding sshd to the default runlevel">
55 +# <i>rc-update add sshd default</i>
56 +</pre>
57 +
58 +<p>
59 +If you need serial console access (which is possible in case of remote servers),
60 +you'll need to uncomment the serial console section in
61 +<path>/etc/inittab</path>.
62 +</p>
63 +
64 +<pre caption="Editing /etc/inittab">
65 +# <i>nano -w /etc/inittab</i>
66 +</pre>
67 +
68 +<p>
69 +The following excerpt shows the uncommented section:
70 +</p>
71 +
72 +<pre caption="Uncommting serial consoles in inittab">
73 +<comment># SERIAL CONSOLES</comment>
74 +s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
75 +s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
76 +</pre>
77 +
78 +</body>
79 +</section>
80 +<section>
81 <title>File System Tools</title>
82 <subsection>
83 <body>