Unmount filesystem and destroy md before we read the vnode from disk and

package it into a disk image.  Otherwise we end up packaging an unclean
filesystem.
This commit is contained in:
cperciva 2014-11-20 00:16:55 +00:00
parent 9e2769f85a
commit 5d6c87f034

View File

@ -100,9 +100,9 @@ main() {
vm_extra_install_ports
vm_extra_enable_services
vm_extra_pre_umount
cleanup
vm_create_disk || return 0
vm_extra_create_disk
cleanup
return 0
}