from i386 port revision 1.5 by Tsugutomo Enami:

Uncomment out the CD-ROM entry and remove outdated comment for the
reason why it was commented out.
This commit is contained in:
soda 2000-03-29 06:45:35 +00:00
parent 3a9315446b
commit aea5721be9
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: fstab.wd,v 1.1 2000/03/03 12:56:06 soda Exp $
# $NetBSD: fstab.wd,v 1.2 2000/03/29 06:45:35 soda Exp $
#
# Sample fstab for IDE disk based system
# see fstab(5) for details on what the fields mean
@ -7,8 +7,6 @@
# 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.
# the CD-ROM entry is commented out because IDE controller based
# machines often do not have SCSI CD devices.
#
/dev/wd0a / ffs rw 1 1
/dev/wd0b none swap sw 0 0
@ -17,4 +15,4 @@
/dev/wd0b /tmp mfs rw,-s=32768 0 0
kernfs /kern kernfs rw 0 0
procfs /proc procfs rw 0 0
#/dev/cd0a /cdrom cd9660 ro,noauto 0 0
/dev/cd0a /cdrom cd9660 ro,noauto 0 0