Update comment to better reflect the actual issue

This commit is contained in:
Scott Sanders 2012-01-27 21:12:21 +00:00 committed by Mitchell Hashimoto
parent 28c377848f
commit 0ec02fe711
1 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,10 @@ module Vagrant
end end
end end
# TODO: Error/warning about this. # TODO: vboxsf is currently unsupported in FreeBSD, if you are able to
# help out with this project, please contact vbox@FreeBSD.org
#
# See: http://wiki.freebsd.org/VirtualBox/ToDo
# def mount_shared_folder(ssh, name, guestpath) # def mount_shared_folder(ssh, name, guestpath)
# ssh.exec!("sudo mkdir -p #{guestpath}") # ssh.exec!("sudo mkdir -p #{guestpath}")
# # Using a custom mount method here; could use improvement. # # Using a custom mount method here; could use improvement.