s/nodevs/nodev/ for mount option.
This commit is contained in:
parent
3681169826
commit
f88536df95
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: cd,v 1.2 2000/01/25 02:39:52 hubertf Exp $
|
||||
# $NetBSD: cd,v 1.3 2000/08/11 11:59:44 soda Exp $
|
||||
#
|
||||
# /cd - mount local CD ROM by cd'ing into it: cd /cd/drive0
|
||||
# be sure to mkdir /cd before using this. Umount by typing
|
||||
# "amq -u /cd/drive0" etc.
|
||||
#
|
||||
/defaults type:=cdfs;opts:=ro,nosuid,nodevs
|
||||
/defaults type:=cdfs;opts:=ro,nosuid,nodev
|
||||
|
||||
drive0 dev:=/dev/cd0a
|
||||
drive1 dev:=/dev/cd1a
|
||||
|
|
Loading…
Reference in New Issue