Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.sandpoint Add template fstabs for NFS and scsi disk.
details: https://anonhg.NetBSD.org/src/rev/56f7688eed6f
branches: trunk
changeset: 510858:56f7688eed6f
user: briggs <briggs%NetBSD.org@localhost>
date: Thu Jun 07 16:47:12 2001 +0000
description:
Add template fstabs for NFS and scsi disk.
diffstat:
etc/etc.sandpoint/fstab.nfs | 5 +++++
etc/etc.sandpoint/fstab.sd | 5 +++++
2 files changed, 10 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r 6567ef595cde -r 56f7688eed6f etc/etc.sandpoint/fstab.nfs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/etc.sandpoint/fstab.nfs Thu Jun 07 16:47:12 2001 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: fstab.nfs,v 1.1 2001/06/07 16:47:12 briggs Exp $
+#
+server:/export/sandpoint/root / nfs rw
+procfs /proc procfs rw
+kernfs /kern kernfs rw
diff -r 6567ef595cde -r 56f7688eed6f etc/etc.sandpoint/fstab.sd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/etc.sandpoint/fstab.sd Thu Jun 07 16:47:12 2001 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: fstab.sd,v 1.1 2001/06/07 16:47:12 briggs Exp $
+#
+/dev/sd0a / ffs rw 1 1
+/dev/sd0b none swap sw 0 0
+/dev/sd0d /usr ffs rw 1 2
Home |
Main Index |
Thread Index |
Old Index