summaryrefslogtreecommitdiff
path: root/debian/mtools.conf
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2013-01-09 19:04:18 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2013-01-09 19:04:18 +0000
commitaf0c3edb9706e470b45a9c8dd6debcc9e2d543c2 (patch)
tree340ee9c0f1b504061d4206d05d9fcc265c1302eb /debian/mtools.conf
downloadmtools-af0c3edb9706e470b45a9c8dd6debcc9e2d543c2.tar.gz
Diffstat (limited to 'debian/mtools.conf')
-rw-r--r--debian/mtools.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/mtools.conf b/debian/mtools.conf
new file mode 100644
index 0000000..4f6805c
--- /dev/null
+++ b/debian/mtools.conf
@@ -0,0 +1,25 @@
+# Debian default mtools.conf file.
+# "info mtools" or "man mtools.conf" for more detail.
+
+# # Linux floppy drives
+drive a: file="/dev/fd0" exclusive
+drive b: file="/dev/fd1" exclusive
+
+# # First SCSI hard disk partition
+# drive c: file="/dev/sda1"
+
+# # First IDE hard disk partition
+# drive c: file="/dev/hda1"
+
+# # dosemu hdimage.
+drive m: file="/var/lib/dosemu/hdimage.first" partition=1 offset=128
+
+# # dosemu floppy image
+drive n: file="/var/lib/dosemu/fdimage"
+
+# # SCSI zip disk
+# drive z: file="/dev/sda4"
+
+# # uncomment the following line to display all file names in lower
+# # case by default
+# mtools_lower_case=1