From 9cede02f86217f36afa2a25650b312b0fd8d2ae0 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Thu, 5 Oct 2023 15:24:42 +0200 Subject: [PATCH] dev_container_util.sh: remove spurious DEVCONTAINER=1 Signed-off-by: Thilo Fromm --- build_library/dev_container_util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/dev_container_util.sh b/build_library/dev_container_util.sh index dd172987fb..a0c07477cd 100755 --- a/build_library/dev_container_util.sh +++ b/build_library/dev_container_util.sh @@ -110,7 +110,7 @@ create_dev_container() { # The remount services are provided by coreos-base/coreos-init systemd_enable "${root_fs_dir}" "multi-user.target" "remount-usr.service" - DEVCONTAINER=1 finish_image "${image_name}" "${disk_layout}" "${root_fs_dir}" "${image_contents}" "${image_contents_wtd}" + finish_image "${image_name}" "${disk_layout}" "${root_fs_dir}" "${image_contents}" "${image_contents_wtd}" declare -a files_to_evaluate declare -a compressed_images