todo item; when boot catalog gets ready

This commit is contained in:
George Danchev 2011-07-03 20:05:05 +00:00
parent f6c8f28b97
commit 53793b345e
1 changed files with 3 additions and 0 deletions

View File

@ -170,6 +170,9 @@ CMD_EXTRACT="${RELENG_XORRISO} -indev ${TMP_DATA_DIR}/${REMOTE_IMG} \
-osirrox on:auto_chmod_on \
-extract / ${IMG_EXTRACT_DIR} \
"
# TODO: drop set +e|-e block, catch exit code instead when
# the boot catalog warnings get completely resolved.
echo -e "${SELF}: Extracting ISO image:\n${CMD_EXTRACT}\n"
set +e
${CMD_EXTRACT}