From 04d021bd12f9133e1e400c47480544bdd60ab4a4 Mon Sep 17 00:00:00 2001 From: Tobin Feldman-Fitzthum Date: Fri, 22 Mar 2024 13:04:05 -0500 Subject: [PATCH] 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 --- tools/packaging/static-build/shim-v2/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/packaging/static-build/shim-v2/build.sh b/tools/packaging/static-build/shim-v2/build.sh index f37cb91f40..77303d0e74 100755 --- a/tools/packaging/static-build/shim-v2/build.sh +++ b/tools/packaging/static-build/shim-v2/build.sh @@ -26,7 +26,6 @@ EXTRA_OPTS="${EXTRA_OPTS:-""}" [ "${CROSS_BUILD}" == "true" ] && container_image_bk="${container_image}" && container_image="${container_image}-cross-build" if [ "${MEASURED_ROOTFS}" == "yes" ]; then - EXTRA_OPTS+=" DEFSERVICEOFFLOAD=true" info "Enable rootfs measurement config" root_hash_file="${repo_root_dir}/tools/osbuilder/root_hash.txt"