diff options
Diffstat (limited to 'meta/packages/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts')
-rw-r--r-- | meta/packages/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/packages/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts b/meta/packages/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts new file mode 100644 index 0000000000..d13dab0015 --- /dev/null +++ b/meta/packages/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts | |||
@@ -0,0 +1,25 @@ | |||
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 | ||