diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-12-05 10:31:00 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-12-05 10:31:00 +0000 |
commit | de49c3f91d71765f68ae197b6cb7c837425fef36 (patch) | |
tree | e0adf8497a695d5fea8fc9e7ef9752490835f8be /emulators/vmware3/files | |
parent | - Update to 1.5.6.a2; (diff) |
Replace obsolete /dev/rfd0 with /dev/fd0.
Notes
Notes:
svn path=/head/; revision=35672
Diffstat (limited to 'emulators/vmware3/files')
-rw-r--r-- | emulators/vmware3/files/Hints.FreeBSD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware3/files/Hints.FreeBSD b/emulators/vmware3/files/Hints.FreeBSD index 59bf8445adbc..e59a95b810c3 100644 --- a/emulators/vmware3/files/Hints.FreeBSD +++ b/emulators/vmware3/files/Hints.FreeBSD @@ -81,9 +81,9 @@ empty or when you're about to eject the media. - Under FreeBSD, floppy device should be configured as follows: Type: file - Path: /dev/rfd0 + Path: /dev/fd0 -(Obtain the write permission on /dev/rfd0 if you write floppy disks) +(Obtain the write permission on /dev/fd0 if you write floppy disks) - VMware creates a file that is about 25% larger than the guest OS's RAM size, unlinks it and mmap's on it on the first startup of the VM. |