mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-03 18:47:03 +00:00
packaging: remove SERVICEOFFLOAD option
Since we're removing the unused service_offload parameter, don't set it in any of the packaging scripts. Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
parent
9856fe5bea
commit
04d021bd12
@ -26,7 +26,6 @@ EXTRA_OPTS="${EXTRA_OPTS:-""}"
|
|||||||
|
|
||||||
[ "${CROSS_BUILD}" == "true" ] && container_image_bk="${container_image}" && container_image="${container_image}-cross-build"
|
[ "${CROSS_BUILD}" == "true" ] && container_image_bk="${container_image}" && container_image="${container_image}-cross-build"
|
||||||
if [ "${MEASURED_ROOTFS}" == "yes" ]; then
|
if [ "${MEASURED_ROOTFS}" == "yes" ]; then
|
||||||
EXTRA_OPTS+=" DEFSERVICEOFFLOAD=true"
|
|
||||||
info "Enable rootfs measurement config"
|
info "Enable rootfs measurement config"
|
||||||
|
|
||||||
root_hash_file="${repo_root_dir}/tools/osbuilder/root_hash.txt"
|
root_hash_file="${repo_root_dir}/tools/osbuilder/root_hash.txt"
|
||||||
|
Loading…
Reference in New Issue
Block a user