Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2015 00:34:42 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r282262 - stable/10/release/tools
Message-ID:  <201504300034.t3U0YgHq042323@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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