Add vm_extra_pre_umount() prototype to vmimage.subr.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b6dd8a62c4
commit
a02bfc8327
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user