# HG changeset patch # User Pascal Bellard # Date 1388942078 0 # Node ID 100fbd777150507971b41b418a7538645d58d12b # Parent 5ad8b449458ac5f3a833fd6bda53f2f99a35733c cook: Aufs mountage failure cleanup diff -r 5ad8b449458a -r 100fbd777150 cook --- a/cook Sat Jan 04 14:23:21 2014 +0000 +++ b/cook Sun Jan 05 17:14:38 2014 +0000 @@ -916,7 +916,7 @@ if [ $mnt == / ] && ! mount -t aufs -o br=${base}rw:/ none ${base}root; then _ "Aufs mountage failure" umount ${base}root - rmdir ${base}* + rm -rf ${base}r* return fi echo "umount ${base}root$mnt" >> ${base}rw/aufs-umount.sh