]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / pcmcia-cs / pcmcia-cs-3.2.8 / ide.opts
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="n";
12     #DO_FSCK="y" ;
13     DO_MOUNT="y"
14     #FSTYPE="msdos"
15     #FSTYPE="auto"
16     #OPTS=""
17     #MOUNTPT="/mnt/ide"
18     ;;
19 *,*,*)
20     PARTS="1"
21     # Card eject policy options
22     NO_CHECK=n
23     NO_FUSER=y
24     ;;
25 esac