Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2015 19:49:50 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282112 - head/release/tools
Message-ID:  <201504271949.t3RJnoxr054026@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Apr 27 19:49:50 2015
New Revision: 282112
URL: https://svnweb.freebsd.org/changeset/base/282112

Log:
  Fix a comment.
  
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/tools/vmimage.subr

Modified: head/release/tools/vmimage.subr
==============================================================================
--- head/release/tools/vmimage.subr	Mon Apr 27 19:41:40 2015	(r282111)
+++ head/release/tools/vmimage.subr	Mon Apr 27 19:49:50 2015	(r282112)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504271949.t3RJnoxr054026>