#!/bin/sh # # $FreeBSD: projects/release-vmimage/release/tools/openstack.conf 273833 2014-10-29 17:04:09Z gjb $ # # Set to a list of packages to install. export VM_EXTRA_PACKAGES="net/cloud-init" # Set to a list of third-party software to enable in rc.conf(5). export VM_RC_LIST="#cloudinit"