Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 8f5310f5bac8bd77c38a15fe0434f1f2 > files > 34

pcmcia-cs-3.2.3-5mdk.i586.rpm

# SCSI adapter configuration
#
# 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,*,*,*,*)
    INFO="Default CD-ROM setup"
    LINK="/dev/cdrom"
    PARTS=""
    DO_FSTAB="y" ; DO_FSCK="n" ; DO_MOUNT="n"
    FSTYPE="iso9660"
    OPTS="ro,noauto"
    MOUNTPT="/mnt/cdrom"
    # Card eject policy options
    NO_CHECK=n
    NO_FUSER=n
    ;;
esac