Fix a comment.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-04-27 19:49:50 +00:00
parent 709c1a78cf
commit 26e4122a80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282112

View File

@ -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