Release new version 0.105.0
[grml-terminalserver.git] / debian / grml-terminalserver.8
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH GRML-TERMINALSERVER 8 "March 20, 2005"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 grml-terminalserver \- Complete Terminalserver software for GRML
20 .SH SYNOPSIS
21 .B grml-terminalserver
22 .RI [ options ] " <command>
23 .br
24 .SH DESCRIPTION
25 This manual page documents briefly the
26 .B grml-terminalserver
27 .PP
28 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
29 .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
30 .\" respectively.
31 \fBgrml-terminalserver\fP is a program that
32 provides booting grml on other computers via network.
33 The terminalserver should work also with NON-PXE card via compiling grub during configuration and creating an appropriate bootdisk.
34 .SH OPTIONS
35 These programs follow the long option style without dashes and 
36 short options starting with one dash (`-').
37 A summary of options is included below.
38 .TP
39 .B <default>
40 For the first start (no config in /etc/grml/terminalserver), grml-terminalserver-config will be executed.
41 Then start the terminalserver (same as option start).
42 .TP
43 .B start <service>
44 Start services
45 .TP
46 .B stop <service>
47 Stop services
48 .B clean
49 Stop all + remove config and boot files from services
50 .TP
51 .B \-h, help
52 Show summary of options.
53 .TP
54 .B \-v
55 Show what is going on (more v => more output).
56 .SH SERVICES
57 .TP
58 .B tftp
59 Tftp daemon
60 .TP
61 .B dhcp
62 Dhcp daemon
63 .TP
64 .B nfs
65 All necessary nfs daemons
66 .TP
67 .B <>
68 ALL services
69 .SH SEE ALSO
70 .BR grml-terminalserver-config (8)
71 .SH AUTHOR
72 grml-terminalserver was written by Michael Gebetsroither <gebi@grml.org>.
73 .PP
74 This manual page was written by Michael Gebetsroither <gebi@grml.org>.