Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.next68k Added example mfs /tmp in fstab
details: https://anonhg.NetBSD.org/src/rev/70e523e5eb46
branches: trunk
changeset: 472192:70e523e5eb46
user: dbj <dbj%NetBSD.org@localhost>
date: Sat Apr 24 19:19:48 1999 +0000
description:
Added example mfs /tmp in fstab
Added wscons entries in ttys, but leave default "console" enabled
since some hardware still uses the serial port console
diffstat:
etc/etc.next68k/fstab.nfs | 11 ++++++++++-
etc/etc.next68k/ttys | 17 ++++++++---------
2 files changed, 18 insertions(+), 10 deletions(-)
diffs (53 lines):
diff -r 71ca9da09bd8 -r 70e523e5eb46 etc/etc.next68k/fstab.nfs
--- a/etc/etc.next68k/fstab.nfs Sat Apr 24 19:17:33 1999 +0000
+++ b/etc/etc.next68k/fstab.nfs Sat Apr 24 19:19:48 1999 +0000
@@ -1,4 +1,13 @@
-# $NetBSD: fstab.nfs,v 1.1 1998/06/09 09:10:38 dbj Exp $
+# $NetBSD: fstab.nfs,v 1.2 1999/04/24 19:19:48 dbj Exp $
+#
+# Sample fstab for NFS based system
+# see fstab(5) for details on what the fields mean
+# Notes:
+# All swap devices are now configured by swapctl(8), so a swap entry
+# is now needed for all swap partitions so that the "swapctl -A" in
+# /etc/rc will find them, or you will have no swap space.
+# /tmp is on a 10M mfs partition; see mount_mfs(8) for details.
#
nfs-server:/export/root/next68k / nfs rw,auto 0 0
#nfs-server:/export/swap/mynext none swap sw,nfsmntpt=/swap 0 0
+#nfs-server:/export/swap/mynext /tmp mfs rw,-s=20000 0 0
diff -r 71ca9da09bd8 -r 70e523e5eb46 etc/etc.next68k/ttys
--- a/etc/etc.next68k/ttys Sat Apr 24 19:17:33 1999 +0000
+++ b/etc/etc.next68k/ttys Sat Apr 24 19:19:48 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ttys,v 1.1 1998/06/09 09:10:38 dbj Exp $
+# $NetBSD: ttys,v 1.2 1999/04/24 19:19:48 dbj Exp $
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
#
# name getty type status comments
@@ -6,18 +6,17 @@
# If the console is marked insecure, single-user requires
# the root password.
console "/usr/libexec/getty Pc" dumb on secure
-
+#
+ttyE0 "/usr/libexec/getty Pc" vt220 off secure
+ttyE1 "/usr/libexec/getty Pc" vt220 off secure
+ttyE2 "/usr/libexec/getty Pc" vt220 off secure
+ttyE3 "/usr/libexec/getty Pc" vt220 off secure
+#
# Hardwired lines are marked off, by default, so getty(8)
# is quiet when they don't exist.
tty00 "/usr/libexec/getty std.9600" unknown off secure
tty01 "/usr/libexec/getty std.9600" unknown off secure
-tty02 "/usr/libexec/getty std.9600" unknown off secure
-tty03 "/usr/libexec/getty std.9600" unknown off secure
-tty04 "/usr/libexec/getty std.9600" unknown off secure
-tty05 "/usr/libexec/getty std.9600" unknown off secure
-tty06 "/usr/libexec/getty std.9600" unknown off secure
-tty07 "/usr/libexec/getty std.9600" unknown off secure
-
+#
ttyp0 none network
ttyp1 none network
ttyp2 none network
Home |
Main Index |
Thread Index |
Old Index