azure.conf revision 273076
1273076Sgjb#!/bin/sh
2273076Sgjb#
3273076Sgjb# $FreeBSD: projects/release-vmimage/release/tools/azure.conf 273076 2014-10-14 11:48:28Z gjb $
4273076Sgjb#
5273076Sgjb
6273076Sgjb# Set to a list of packages to install.
7273076Sgjb# Example:
8273076Sgjb#export VM_EXTRA_PACKAGES="www/apache24"
9273076Sgjbexport VM_EXTRA_PACKAGES=
10273076Sgjb
11273076Sgjb# Set to a list of third-party software to enable in rc.conf(5).
12273076Sgjb# Example:
13273076Sgjb#export VM_RC_LIST="apache24"
14273076Sgjbexport VM_RC_LIST="apache24"
15