remove the "--checksum" option since it f-ed-up my time
This commit is contained in:
parent
2753013996
commit
5e04d68b4a
@ -13,7 +13,6 @@ appliance-creator \
|
|||||||
--config "${KICKSTARTER_FILENAME}" \
|
--config "${KICKSTARTER_FILENAME}" \
|
||||||
--name "${APPLIANCE_NAME}" \
|
--name "${APPLIANCE_NAME}" \
|
||||||
--format raw \
|
--format raw \
|
||||||
--checksum \
|
|
||||||
--no-compress \
|
--no-compress \
|
||||||
--outdir "${PWD}" \
|
--outdir "${PWD}" \
|
||||||
--cache "/root/cache" \
|
--cache "/root/cache" \
|
||||||
@ -21,6 +20,10 @@ appliance-creator \
|
|||||||
--verbose \
|
--verbose \
|
||||||
1> Rocky-9-aarch64-minimal.stdout.log \
|
1> Rocky-9-aarch64-minimal.stdout.log \
|
||||||
2> Rocky-9-aarch64-minimal.stderr.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
|
if [[ -f "${APPLIANCE_NAME}-sda.raw" ]]; then
|
||||||
set -x
|
set -x
|
||||||
|
Loading…
Reference in New Issue
Block a user