From 664b28dd90f70f62fe46c30800dff519682f5962 Mon Sep 17 00:00:00 2001 From: gjb Date: Thu, 30 Apr 2015 00:34:41 +0000 Subject: [PATCH] MFC r282112: Fix a comment. Sponsored by: The FreeBSD Foundation git-svn-id: svn://svn.freebsd.org/base/stable/10@282262 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- release/tools/vmimage.subr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr index cd0f96626..6b4bc26e2 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 -- 2.45.0