home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
misc
/
src
/
trees
/
supp
/
pcmcia.cgz
/
pcmcia
/
etc
/
pcmcia
/
scsi.opts
< prev
Wrap
Text File
|
1997-03-24
|
557b
|
24 lines
# SCSI adapter configuration
#
# For 1.2.X kernels ONLY: list attached devices here
SCSI_DEVICES=""
#
# Device configuration section
#
# The address format is "scheme,type,socket,channel,id,lun[,part]".
#
# For multi-partition devices, first return list of partitions in
# $PARTS. Then, we'll get called for each partition.
#
# This example will mount any CD-ROM on /cdrom, if possible.
#
case "$ADDRESS" in
*,sr,*,*,*,*)
PARTS=""
DO_FSTAB="y" ; DO_FSCK="n" ; DO_MOUNT="n"
FSTYPE="iso9660"
OPTS="ro,noauto"
MOUNTPT="/cdrom"
;;
esac