Added setup to remove old PNOR images before code update.

Change-Id: I668d44cecf2dd9cc72b0d3d1e938154d27c78781
Signed-off-by: Charles Paul Hofer <Charles.Hofer@ibm.com>
diff --git a/lib/resource.txt b/lib/resource.txt
index fa8f66e..74a5fcd 100755
--- a/lib/resource.txt
+++ b/lib/resource.txt
@@ -56,6 +56,10 @@
 ${BMC_IMAGE_FILE_PATH}      ${EMPTY}
 ${BAD_IMAGES_DIR_PATH}      ${EMPTY}
 
+# The caller must set this to the string "true" in order to delete images. The
+# code is picky.
+${DELETE_OLD_PNOR_IMAGES}   false
+
 # Caller can specify a value for LAST_KNOWN_GOOD_VERSION to indicate that if
 # the machine already has that version on it, the update should be skipped.
 ${LAST_KNOWN_GOOD_VERSION}  ${EMPTY}