Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2017 00:46:49 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r315092 - stable/11/release/tools
Message-ID:  <201703120046.v2C0knGT049594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703120046.v2C0knGT049594>