diff options
author | jmz <jmz@FreeBSD.org> | 1997-08-22 23:03:38 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-08-22 23:03:38 +0000 |
commit | e0690530968879d5e32475c142de882c76155211 (patch) | |
tree | 739475bd36a0947d4385b563e76b47021c83207d /emulators/mtools | |
parent | e0f00b9bf636deafcef88a5e17a9a0d1712c6bed (diff) | |
download | FreeBSD-ports-e0690530968879d5e32475c142de882c76155211.zip FreeBSD-ports-e0690530968879d5e32475c142de882c76155211.tar.gz |
Patches to the mtools.conf file: use raw devices, add an entry for 720k
floppy, don't use the "exclusive" keyword.
Requested by: joerg
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/files/patch-2 | 52 |
1 files changed, 27 insertions, 25 deletions
diff --git a/emulators/mtools/files/patch-2 b/emulators/mtools/files/patch-2 index bfccda0..6253990 100644 --- a/emulators/mtools/files/patch-2 +++ b/emulators/mtools/files/patch-2 @@ -1,25 +1,27 @@ -*** mtools.conf~ Wed Jan 31 22:02:11 1996 ---- mtools.conf Mon May 27 05:03:09 1996 -*************** -*** 2,11 **** - 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 floppy image - drive m: file="/var/lib/dosemu/diskimage" ---- 2,11 ---- - drive b: file="/dev/fd1" exclusive - - # First SCSI hard disk partition -! drive c: file="/dev/sd0s1" - - # First IDE hard disk partition -! #drive c: file="/dev/wd0s1" - - #dosemu floppy image - drive m: file="/var/lib/dosemu/diskimage" +--- mtools.conf.orig Tue Apr 29 19:08:20 1997 ++++ mtools.conf Fri Aug 22 23:31:49 1997 +@@ -1,17 +1,20 @@ +-drive a: file="/dev/fd0" exclusive +-drive b: file="/dev/fd1" exclusive ++drive a: file="/dev/rfd0" ++drive b: file="/dev/rfd1" + + # First SCSI hard disk partition +-drive c: file="/dev/sda1" ++drive c: file="/dev/rsd0s1" + + # First IDE hard disk partition +-#drive c: file="/dev/hda1" ++#drive c: file="/dev/rwd0s1" + + #dosemu floppy image + drive m: file="/var/lib/dosemu/diskimage" + + #dosemu hdimage + drive n: file="/var/lib/dosemu/diskimage" offset=3840 ++ ++#720 KB floppy in drive 0 ++drive d: file="/dev/rfd0.720" exclusive + + # # Atari ramdisk image + # drive o: file="/tmp/atari_rd" offset=136 |