]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/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 / borzoi / 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     # Socket 1 is the internal HD; don't do anything clever as it's /
11     ;;
12 *,*,*,1)
13     #INFO="Sample IDE setup"
14     DO_FSTAB="n";
15     #DO_FSCK="y" ;
16     DO_MOUNT="y"
17     #FSTYPE="msdos"
18     #FSTYPE="auto"
19     #OPTS=""
20     #MOUNTPT="/mnt/ide"
21     ;;
22 *,*,*)
23     PARTS="1"
24     # Card eject policy options
25     NO_CHECK=n
26     NO_FUSER=y
27     ;;
28 esac