diff options
author | Glen Barber <gjb@FreeBSD.org> | 2014-11-08 12:45:02 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2014-11-08 12:45:02 +0000 |
commit | a02bfc832740f019d863a87d6efe2594a4e903c8 (patch) | |
tree | 6b519fba8bda5425f190eccd04740866c65fd01c /release/tools/vmimage.subr | |
parent | b6dd8a62c4ae49b3bc425d0559431de20268917b (diff) | |
download | src-a02bfc832740f019d863a87d6efe2594a4e903c8.tar.gz src-a02bfc832740f019d863a87d6efe2594a4e903c8.zip |
Add vm_extra_pre_umount() prototype to vmimage.subr.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/projects/release-vmimage/; revision=274282
Diffstat (limited to 'release/tools/vmimage.subr')
-rw-r--r-- | release/tools/vmimage.subr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr index 3cf19ff360ec..7e54a7f3311c 100644 --- a/release/tools/vmimage.subr +++ b/release/tools/vmimage.subr @@ -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 |