svn commit: r308106 - head/release/tools

Li-Wen Hsu lwhsu at FreeBSD.org
Sun Oct 30 15:46:25 UTC 2016


Author: lwhsu (ports committer)
Date: Sun Oct 30 15:46:24 2016
New Revision: 308106
URL: https://svnweb.freebsd.org/changeset/base/308106

Log:
  - Use virtualbox-ose-additions-nox11 for vagrant image to reduce size
  
  Reviewed by:	brd, gjb, swills
  Approved by:	gjb

Modified:
  head/release/tools/vagrant-virtualbox.conf

Modified: head/release/tools/vagrant-virtualbox.conf
==============================================================================
--- head/release/tools/vagrant-virtualbox.conf	Sun Oct 30 14:39:33 2016	(r308105)
+++ head/release/tools/vagrant-virtualbox.conf	Sun Oct 30 15:46:24 2016	(r308106)
@@ -5,11 +5,11 @@
 
 . ${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
 


More information about the svn-src-all mailing list