summaryrefslogtreecommitdiffstats
path: root/meta/packages/pcmcia-cs/pcmcia-cs-3.2.8/spitz/ide.opts
blob: c67df8e3487306aa5ddd0d463801152ca2193705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ATA/IDE drive adapter configuration
#
# The address format is "scheme,socket,serial_no[,part]".
#
# For multi-partition devices, first return list of partitions in
# $PARTS.  Then, we'll get called for each partition.
#
case "$ADDRESS" in
*,1,*,*)
    # Socket 1 is the internal HD; don't do anything clever as it's /
    ;;
*,*,*,1)
    #INFO="Sample IDE setup"
    DO_FSTAB="n";
    #DO_FSCK="y" ;
    DO_MOUNT="y"
    #FSTYPE="msdos"
    #FSTYPE="auto"
    #OPTS=""
    #MOUNTPT="/mnt/ide"
    ;;
*,*,*)
    PARTS="1"
    # Card eject policy options
    NO_CHECK=n
    NO_FUSER=y
    ;;
esac