azure.conf revision 273076
11573Srgrimes#!/bin/sh
21573Srgrimes#
31573Srgrimes# $FreeBSD: projects/release-vmimage/release/tools/azure.conf 273076 2014-10-14 11:48:28Z gjb $
41573Srgrimes#
51573Srgrimes
61573Srgrimes# Set to a list of packages to install.
71573Srgrimes# Example:
81573Srgrimes#export VM_EXTRA_PACKAGES="www/apache24"
91573Srgrimesexport VM_EXTRA_PACKAGES=
101573Srgrimes
111573Srgrimes# Set to a list of third-party software to enable in rc.conf(5).
121573Srgrimes# Example:
131573Srgrimes#export VM_RC_LIST="apache24"
141573Srgrimesexport VM_RC_LIST="apache24"
151573Srgrimes