1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
.\" USA.
.\"
.\" Translated into german by Wolfgang Schweer (schweer@cityweb.de)
.\" Thu, 11 Nov 2004 23:06:06 +0200
.TH lessdisks-setup 8 20041022 0.5.3 lessdisks.net
.SH NAME
lessdisks-setup \- konfiguriert ein Lessdisks-Terminal.
.SH SYNOPSIS
.B lessdisks-setup
.RI [ <IP-Addresse> ]
[
.B -h, --help, help, -help
]
.SH BESCHREIBUNG
Konfiguriert ein Terminal, indem abgefragt wird, welchen Hostnamen und welches Runlevel
das Terminal haben soll und ob es als
.BR X (7)
Terminal eingerichtet werden soll.
.PP
Das Skript ldt dann (generierte) Dateien vom Terminal herunter, modifiziert die Datei
.I /etc/lessdisks/terminals.config
und legt die Datei
.I /etc/lessdisks/terminals/$hostname
mit terminalspezifischen Werten an.
Die Datei XF86Config wird zustzlich heruntergeladen und als
.I /etc/lessdisks/terminals/XF86Config.$hostname
abgelegt, wenn das Terminal ein
.BR X (7)
Terminal sein soll.
.PP
Wenn die
.I <IP-Addresse>
nicht gesetzt ist, dann wird diese aus den Werten der Umgebungsvariablen
.B SSH_CLIENT
oder
.B DISPLAY
abgeleitet.
.SH OPTIONS
.TP
.B -h, --help, -help, help
Zeigt Hilfsinformationen an.
.SH DATEIEN
.I /etc/lessdisks/terminals.config
.I /etc/lessdisks/terminals/$hostname
.I /etc/lessdisks/terminals/XF86Config.$hostname
.SH FEHLER
Zur Zeit keine. Es werden aber mit Sicherheit welche auftauchen.
.SH AUTOR
Vagrant Cascadian <vagrant@freegeek.org>
.SH BERSETZUNG
Wolfgang Schweer <schweer@cityweb.de>
.SH SIEHE AUCH
.BR chroot (8),
.BR ssh (1),
.BR X (7)
|