From 30a20c89bf905f464bf62a3904e74802fb86b80d Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 21 Nov 2014 02:30:37 +0000 Subject: Revert r274773, after I *specifically* objected to this change numerous times. Sponsored by: The FreeBSD Foundation --- release/tools/azure.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'release/tools/azure.conf') diff --git a/release/tools/azure.conf b/release/tools/azure.conf index 46b678cd5c25..3e4a4864adfe 100644 --- a/release/tools/azure.conf +++ b/release/tools/azure.conf @@ -5,7 +5,7 @@ # Set to a list of packages to install. # Example: -#export VM_EXTRA_PACKAGES="www/apache24 ports-mgmt/pkg" +#export VM_EXTRA_PACKAGES="www/apache24" export VM_EXTRA_PACKAGES= # Set to a list of third-party software to enable in rc.conf(5). @@ -17,6 +17,7 @@ vm_extra_install_base() { fetch -o ${DESTDIR}/usr/sbin/waagent \ http://people.freebsd.org/~gjb/waagent chmod +x ${DESTDIR}/usr/sbin/waagent + rm -f ${DESTDIR}/etc/resolv.conf return 0 } @@ -32,6 +33,8 @@ vm_extra_pre_umount() { echo 'console="comconsole vidconsole"' >> ${DESTDIR}/boot/loader.conf echo 'comconsole_speed="115200"' >> ${DESTDIR}/boot/loader.conf + rm -f ${DESTDIR}/etc/resolv.conf + return 0 } -- cgit v1.2.3