disable DO_FSCK on pcmcia-cs ide.opts
authorMichael Lauer <mickey@vanille-media.de>
Wed, 1 Sep 2004 09:31:39 +0000 (09:31 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 1 Sep 2004 09:31:39 +0000 (09:31 +0000)
BKrev: 413596fbEJZLErdKenVJxJZs1XNNmQ

pcmcia-cs/pcmcia-cs-3.2.8/ide.opts

index e69de29..bd3ac63 100644 (file)
@@ -0,0 +1,25 @@
+# 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)
+    #INFO="Sample IDE setup"
+    #DO_FSTAB="y";
+    #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