Delete file so db_load doesn't run incrementally.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 14 Apr 2011 17:17:43 +0000 (18:17 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 18 Apr 2011 21:11:01 +0000 (22:11 +0100)
commitbf52153581bf58e787c4765b5a4c5fafe2c26c9f
tree58a939084d2d044be692e2d4ec87356bdc02e523
parente1015bbbc1a7103d92c74ca40d1c98775facb484
Delete file so db_load doesn't run incrementally.

It turns out that db_load incrementally updates the database (instead
of writing a new one).  Remove the old database to force db_load to
write a new one.

This also ensures that we handle write failure gracefully.

Cherry picked from commit 67493bfca44d436143d825b155bf2bc38990ea82
and backported to stable-1.10 branch.
images/Makefile.am