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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=274282

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