Index: stable/11/release/tools/vagrant-virtualbox.conf =================================================================== --- stable/11/release/tools/vagrant-virtualbox.conf (revision 315091) +++ stable/11/release/tools/vagrant-virtualbox.conf (revision 315092) @@ -1,18 +1,18 @@ #!/bin/sh # # $FreeBSD$ # . ${WORLDDIR}/release/tools/vagrant.conf -export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} virtualbox-ose-additions" +export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} virtualbox-ose-additions-nox11" vm_extra_pre_umount () { # VirtualBox first boot pkgs - echo 'firstboot_pkgs_list="sudo rsync virtualbox-ose-additions"' >> ${DESTDIR}/etc/rc.conf + echo 'firstboot_pkgs_list="sudo rsync virtualbox-ose-additions-nox11"' >> ${DESTDIR}/etc/rc.conf echo 'vboxguest_enable="YES"' >> ${DESTDIR}/etc/rc.conf echo 'vboxservice_enable="YES"' >> ${DESTDIR}/etc/rc.conf # Setup the Vagrant common items vagrant_common } Index: stable/11 =================================================================== --- stable/11 (revision 315091) +++ stable/11 (revision 315092) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r308106