ide.opts 486 B

1234567891011121314151617181920212223
  1. # ATA/IDE drive adapter configuration
  2. #
  3. # The address format is "scheme,socket,serial_no[,part]".
  4. #
  5. # For multi-partition devices, first return list of partitions in
  6. # $PARTS. Then, we'll get called for each partition.
  7. #
  8. case "$ADDRESS" in
  9. *,*,*,1)
  10. #INFO="Sample IDE setup"
  11. #DO_FSTAB="y" ; DO_FSCK="y" ; DO_MOUNT="y"
  12. #FSTYPE="msdos"
  13. #OPTS=""
  14. #MOUNTPT="/mnt/ide"
  15. ;;
  16. *,*,*)
  17. #PARTS="1"
  18. # Card eject policy options
  19. NO_CHECK=n
  20. NO_FUSER=n
  21. ;;
  22. esac