HardenedBSD/release/tools
Colin Percival 963412283a Clean up filesystem unmounting in vmimage builds:
* Remove vm_umount_base function which is currently unused.
* Add umount_loop function which loops attempting to unmount one filesystem.
* Replace calls to umount with calls to umount_loop.
* Don't attempt to unmount ${DESTDIR}/dev if it isn't mounted.

The looping is necessary because sometimes umount fails due to filesystems
being busy.  The most common cause of such busyness is periodic(8) jobs
running `find / ...`.

Reviewed by:	gjb
2015-03-30 08:33:19 +00:00
..
arm
azure.conf
gce-package.sh
gce.conf
openstack.conf
vmimage.subr Clean up filesystem unmounting in vmimage builds: 2015-03-30 08:33:19 +00:00