From 35d8a6aa427dba1e3cbcc5b5125f1ec4b45b7733 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sat, 1 Nov 2014 20:41:47 +0000 Subject: [PATCH] Uncomment the cloudinit rc.conf(5) line. Sponsored by: The FreeBSD Foundation --- release/tools/openstack.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/tools/openstack.conf b/release/tools/openstack.conf index faa6ee245410..b43ad76b6da2 100644 --- a/release/tools/openstack.conf +++ b/release/tools/openstack.conf @@ -7,4 +7,4 @@ 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" +export VM_RC_LIST="cloudinit"