From 759d86de9675cedf32b3c7d7557bc0899385a13a Mon Sep 17 00:00:00 2001 From: gjb Date: Thu, 30 Apr 2015 00:34:41 +0000 Subject: MFC r282112: Fix a comment. Sponsored by: The FreeBSD Foundation --- release/tools/vmimage.subr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'release/tools') diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr index cd0f966..6b4bc26 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 -- cgit v1.1