From 0ec02fe71196d47b3565fae65870a413e92b41de Mon Sep 17 00:00:00 2001 From: Scott Sanders Date: Fri, 27 Jan 2012 21:12:21 +0000 Subject: [PATCH] Update comment to better reflect the actual issue --- lib/vagrant/guest/freebsd.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/vagrant/guest/freebsd.rb b/lib/vagrant/guest/freebsd.rb index 4073a53b5..5f4e2225a 100644 --- a/lib/vagrant/guest/freebsd.rb +++ b/lib/vagrant/guest/freebsd.rb @@ -38,7 +38,10 @@ module Vagrant 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) # ssh.exec!("sudo mkdir -p #{guestpath}") # # Using a custom mount method here; could use improvement.