svn commit: r315092 - stable/11/release/tools
Li-Wen Hsu
lwhsu at FreeBSD.org
Sun Mar 12 00:46:50 UTC 2017
Author: lwhsu (ports committer)
Date: Sun Mar 12 00:46:49 2017
New Revision: 315092
URL: https://svnweb.freebsd.org/changeset/base/315092
Log:
MFC 308106:
- Use virtualbox-ose-additions-nox11 for vagrant image to reduce size
Modified:
stable/11/release/tools/vagrant-virtualbox.conf
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/release/tools/vagrant-virtualbox.conf
==============================================================================
--- stable/11/release/tools/vagrant-virtualbox.conf Sun Mar 12 00:37:45 2017 (r315091)
+++ stable/11/release/tools/vagrant-virtualbox.conf Sun Mar 12 00:46:49 2017 (r315092)
@@ -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-stable
mailing list