summaryrefslogtreecommitdiffstats
path: root/release/tools
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-04-30 00:34:41 +0000
committergjb <gjb@FreeBSD.org>2015-04-30 00:34:41 +0000
commit759d86de9675cedf32b3c7d7557bc0899385a13a (patch)
treeb8e77ca76d62944888d292f5db01b9952bf48dfd /release/tools
parent691994c11b00b98c01d23ff154d3f2ff6d6ca22e (diff)
downloadFreeBSD-src-759d86de9675cedf32b3c7d7557bc0899385a13a.zip
FreeBSD-src-759d86de9675cedf32b3c7d7557bc0899385a13a.tar.gz
MFC r282112:
Fix a comment. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/tools')
-rw-r--r--release/tools/vmimage.subr6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr
index cd0f966..6b4bc26 100644
--- a/release/tools/vmimage.subr
+++ b/release/tools/vmimage.subr
@@ -175,8 +175,10 @@ vm_extra_install_ports() {
}
vm_extra_pre_umount() {
- # Prototype. When overridden, installs additional ports within the
- # virtual machine environment.
+ # Prototype. When overridden, performs additional tasks within the
+ # virtual machine environment prior to unmounting the filesystem.
+ # Note: When overriding this function, removing resolv.conf in the
+ # disk image must be included.
rm -f ${DESTDIR}/etc/resolv.conf
return 0
OpenPOWER on IntegriCloud