Add vm_extra_pre_umount() prototype to vmimage.subr.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-11-08 12:45:02 +00:00
parent b6dd8a62c4
commit a02bfc8327

View File

@ -127,6 +127,13 @@ vm_extra_install_ports() {
return 0
}
vm_extra_pre_umount() {
# Prototype. When overridden, installs additional ports within the
# virtual machine environment.
return 0
}
vm_umount_base() {
i=0
sync