home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / pcmcia / cdrom.opts < prev    next >
Text File  |  1999-10-31  |  296b  |  17 lines

  1. # CD-ROM adapter configuration
  2. #
  3. # Device configuration section
  4. #
  5. # The address format is "scheme,socket".
  6. #
  7. # This example will mount any CD-ROM on /cdrom, if possible.
  8. #
  9. case "$ADDRESS" in
  10. *,*)
  11.     DO_FSTAB="y" ; DO_MOUNT="y"
  12.     FSTYPE="iso9660"
  13.     OPTS="ro"
  14.     MOUNTPT="/cdrom"
  15.     ;;
  16. esac
  17.