Use "/cd" not "/mnt" for CD ROM drive(s), install file "cd", no need to

strip "master" any more.
This commit is contained in:
tron 1998-06-21 16:43:31 +00:00
parent 2e5ce72aad
commit 6c1d0e6ef3
4 changed files with 13 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 1997/12/12 11:50:33 hubertf Exp $
# $NetBSD: Makefile,v 1.3 1998/06/21 16:43:31 tron Exp $
FILES= master net
FILES= cd master net
FILESDIR=/usr/share/examples/amd
NOOBJ= noobj

9
share/examples/amd/cd Normal file
View File

@ -0,0 +1,9 @@
# $NetBSD: cd,v 1.1 1998/06/21 16:43:31 tron Exp $
#
# /cd - mount local CD ROM by cd'ing into it: cd /cd/drive0
# be sure to mkdir /cd before using this.
#
/defaults type:=cdfs;opts:=ro,nosuid,nodevs
drive0 dev:=/dev/cd0a
drive1 dev:=/dev/cd1a

View File

@ -1,9 +1,7 @@
# $NetBSD: master,v 1.3 1998/06/17 07:46:29 tron Exp $
#
# ** BE SURE TO REMOVE ANY COMMENT-LINES FROM THIS FILE BEFORE USING IT! **
# $NetBSD: master,v 1.4 1998/06/21 16:43:31 tron Exp $
#
# Main config file, see amd(8).
#
-w 900
/cd /etc/amd/cd
/mnt /etc/amd/mnt
/net /etc/amd/net

View File

@ -1,8 +0,0 @@
# $NetBSD: mnt,v 1.1 1998/06/17 07:46:29 tron Exp $
#
# /mnt - mount local CD ROM by cd'ing into it: cd /mnt/cdrom
# be sure to mkdir /mnt before using this.
#
/defaults type:=cdfs;opts:=ro,nosuid,nodevs
cdrom dev:=/dev/cd0a