diff options
author | nork <nork@FreeBSD.org> | 2003-07-31 10:02:36 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-31 10:02:36 +0000 |
commit | 2741aef22323505b3548726ab95cd435b0b70fe6 (patch) | |
tree | 59e7f316d2d9d0b20802303589ee24472b7186e5 /emulators | |
parent | 3939861fb6b00dac50a1a36f4b1ce53edd60c637 (diff) | |
download | FreeBSD-ports-2741aef22323505b3548726ab95cd435b0b70fe6.zip FreeBSD-ports-2741aef22323505b3548726ab95cd435b0b70fe6.tar.gz |
Make up to mention the needing of VFS_AIO to use VMWare properly.
PR: ports/54417
Submitted by: Scott M. Likens <damm@fpsn.net>
Not objected to by: emulation
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware3/pkg-message | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/vmware3/pkg-message b/emulators/vmware3/pkg-message index 46a6223..f7f9465 100644 --- a/emulators/vmware3/pkg-message +++ b/emulators/vmware3/pkg-message @@ -5,6 +5,9 @@ Get Linux procfs ready and initialize vmmon/vmnet as follows: then you'll be ready to start vmware. +Don't forget to load the kernel module aio.ko, or +options VFS_AIO in the kernel. Otherwise expect problems. + Don't miss the documents installed: vmware(1) ${PREFIX}/share/doc/vmware/* |