mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-15 15:07:16 +00:00
8f71ef8237
- added an entry for /tmp, since we cannot count on people having this as a RAM- or other real disk when GNO is started. - make defaults use "/gno" and "/gno-hfs" as the *real* volume names, rather than "/s21/dist" and "/s22/dist". inittab, termcap, tty.config, ttys: added.
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
#
|
|
# GNO uses the System V, not BSD, init(8) program, which uses /etc/inittab
|
|
# for getty configuration. Only the 'name', 'type' (default terminal type),
|
|
# and 'status' fields are used.
|
|
#
|
|
# $Id: ttys,v 1.1 1998/04/10 17:08:36 gdr-ftp Exp $
|
|
#
|
|
# name getty type status comments
|
|
#
|
|
.ttyco "/usr/etc/none" gno on secure
|
|
|
|
# The secure option allows 'root' to log in on the specified port.
|
|
# Generally, you only want to allow 'root' logins on the local port.
|
|
|
|
# Direct serial connection
|
|
.ttya "/usr/etc/none" vt100 on secure
|
|
.ttyb "/usr/etc/none" vt100 on
|
|
|
|
# Pseudo-terminal list.
|
|
.ttyq0 "/usr/etc/none" vt100 on secure
|
|
.ttyq1 "/usr/etc/none" vt100 on secure
|
|
.ttyq2 "/usr/etc/none" vt100 on secure
|
|
.ttyq3 "/usr/etc/none" vt100 on secure
|
|
.ttyq4 "/usr/etc/none" vt100 on secure
|
|
.ttyq5 "/usr/etc/none" vt100 on secure
|
|
.ttyq6 "/usr/etc/none" vt100 on secure
|
|
.ttyq7 "/usr/etc/none" vt100 on secure
|
|
.ttyq8 "/usr/etc/none" vt100 on secure
|
|
.ttyq9 "/usr/etc/none" vt100 on secure
|
|
.ttyqa "/usr/etc/none" vt100 on secure
|
|
.ttyqb "/usr/etc/none" vt100 on secure
|
|
.ttyqc "/usr/etc/none" vt100 on secure
|
|
.ttyqd "/usr/etc/none" vt100 on secure
|
|
.ttyqe "/usr/etc/none" vt100 on secure
|
|
.ttyqf "/usr/etc/none" vt100 on secure
|