remove the "--checksum" option since it f-ed-up my time

This commit is contained in:
Pratham Patel 2023-07-29 11:55:12 +05:30
parent 2753013996
commit 5e04d68b4a
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,6 @@ appliance-creator \
--config "${KICKSTARTER_FILENAME}" \
--name "${APPLIANCE_NAME}" \
--format raw \
--checksum \
--no-compress \
--outdir "${PWD}" \
--cache "/root/cache" \
@ -21,6 +20,10 @@ appliance-creator \
--verbose \
1> Rocky-9-aarch64-minimal.stdout.log \
2> Rocky-9-aarch64-minimal.stderr.log
#--checksum
# DO NOT USE THE '--checksum' OPTION BECAUSE, FOR SOME REASON
# UTF8 ERRORS ARE GENERATED DURING IMAGE CREATION
# AND THE IMAGE CREATION STEP FAILS
if [[ -f "${APPLIANCE_NAME}-sda.raw" ]]; then
set -x