From 26e4122a80bbaa50a4067bd7cc2c1050ef58a318 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Mon, 27 Apr 2015 19:49:50 +0000 Subject: Fix a comment. MFC after: 3 days Sponsored by: The FreeBSD Foundation --- release/tools/vmimage.subr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'release/tools/vmimage.subr') diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr index fa6db41d61c6..d4cfc2d19e8b 100644 --- a/release/tools/vmimage.subr +++ b/release/tools/vmimage.subr @@ -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 -- cgit v1.2.3