diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-01 09:31:39 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-01 09:31:39 +0000 |
commit | ca537b98682f05db8112845e764b1427877a7b95 (patch) | |
tree | b89601a90942776e87dae12ad689653113477185 /pcmcia-cs | |
parent | 97f910d52db0649c615280d456cdf32ab54158d6 (diff) |
disable DO_FSCK on pcmcia-cs ide.opts
BKrev: 413596fbEJZLErdKenVJxJZs1XNNmQ
Diffstat (limited to 'pcmcia-cs')
-rw-r--r-- | pcmcia-cs/pcmcia-cs-3.2.8/ide.opts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts b/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts index e69de29bb2..bd3ac63fd5 100644 --- a/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts +++ b/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts @@ -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 |