mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 06:01:41 +02:00
build_image: when generating update payload don't generate metadata
This feature was removed from delta_generator.
This commit is contained in:
parent
34efc03f35
commit
048ee51e6f
@ -89,10 +89,8 @@ generate_update() {
|
||||
extract "${BUILD_DIR}/${image_name}" "USR-A" "${update}.bin"
|
||||
delta_generator -private_key "${devkey}" \
|
||||
-new_image "${update}.bin" -out_file "${update}.gz"
|
||||
delta_generator -private_key "${devkey}" \
|
||||
-in_file "${update}.gz" -out_metadata "${update}.meta"
|
||||
|
||||
upload_image -d "${update}.DIGESTS" "${update}".{bin,gz,meta,zip}
|
||||
upload_image -d "${update}.DIGESTS" "${update}".{bin,gz,zip}
|
||||
}
|
||||
|
||||
# Basic command to emerge binary packages into the target image.
|
||||
|
Loading…
x
Reference in New Issue
Block a user