mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add vm_extra_pre_umount() prototype to vmimage.subr.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b6dd8a62c4
commit
a02bfc8327
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=274282
@ -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