svn commit: r282262 - stable/10/release/tools

Glen Barber gjb at FreeBSD.org
Thu Apr 30 00:34:42 UTC 2015


Author: gjb
Date: Thu Apr 30 00:34:41 2015
New Revision: 282262
URL: https://svnweb.freebsd.org/changeset/base/282262

Log:
  MFC r282112:
    Fix a comment.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/tools/vmimage.subr
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/release/tools/vmimage.subr
==============================================================================
--- stable/10/release/tools/vmimage.subr	Thu Apr 30 00:27:53 2015	(r282261)
+++ stable/10/release/tools/vmimage.subr	Thu Apr 30 00:34:41 2015	(r282262)
@@ -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


More information about the svn-src-all mailing list