summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2017-03-12 00:46:49 +0000
committerlwhsu <lwhsu@FreeBSD.org>2017-03-12 00:46:49 +0000
commitc79189903df2c5c3793668d2d4f066e318e4c569 (patch)
tree8f54d4f899617fb98e6c49018b71b819f27de311 /release
parent530c66b4fbcf1d733e4239a51d5303c445006ed8 (diff)
downloadFreeBSD-src-c79189903df2c5c3793668d2d4f066e318e4c569.zip
FreeBSD-src-c79189903df2c5c3793668d2d4f066e318e4c569.tar.gz
MFC 308106:
- Use virtualbox-ose-additions-nox11 for vagrant image to reduce size
Diffstat (limited to 'release')
-rw-r--r--release/tools/vagrant-virtualbox.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/tools/vagrant-virtualbox.conf b/release/tools/vagrant-virtualbox.conf
index ff14674..772068b 100644
--- a/release/tools/vagrant-virtualbox.conf
+++ b/release/tools/vagrant-virtualbox.conf
@@ -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
OpenPOWER on IntegriCloud