diskimage-builder/lib
Clint Byrum e29cc0c10c Use lazy umount to avoid race problems with dev
A problem with unmounting the dev filesystem in Ubuntu images caused
the umount of the /dev bind mount to fail, which left it there to be
removed during the mv -t step, causing the build host's /dev to be
wiped out.

The lazy umount will detach it from the filesystem hierarchy and then
clean up the mount reference later.

Change-Id: I8f8cea857c445fb0b4fd02bc063722fb1553c947
2013-09-18 14:09:24 -07:00
..
common-defaults Add option --min-tmpfs <size> to disk-image-create 2013-08-28 11:14:06 +00:00
common-functions Add option --min-tmpfs <size> to disk-image-create 2013-08-28 11:14:06 +00:00
die Fix copyrights for HP work. 2012-11-15 16:20:32 +13:00
img-defaults Use ccache to cache all compiles between builds. 2013-07-09 18:18:19 -07:00
img-functions Use lazy umount to avoid race problems with dev 2013-09-18 14:09:24 -07:00
ramdisk-defaults Add option --min-tmpfs <size> to disk-image-create 2013-08-28 11:14:06 +00:00
ramdisk-functions Merge "Add needed symlink for Fedora deployment ramdisk." 2013-07-28 19:58:59 +00:00