summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-04-27 19:49:50 +0000
committergjb <gjb@FreeBSD.org>2015-04-27 19:49:50 +0000
commite60260c0b08f83c2fe5b7a545010672032c2af9d (patch)
tree5841edabe893d0c397af4e3e0a47e13cb1ac9c8b /release
parent4f1cf3cec867eca716b65bd33d1ea5007f2bbddc (diff)
downloadFreeBSD-src-e60260c0b08f83c2fe5b7a545010672032c2af9d.zip
FreeBSD-src-e60260c0b08f83c2fe5b7a545010672032c2af9d.tar.gz
Fix a comment.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-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 fa6db41..d4cfc2d 100644
--- a/release/tools/vmimage.subr
+++ b/release/tools/vmimage.subr
@@ -181,8 +181,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