Merge pull request #10939 from mchtech/fix-unbound-var

tools: initialize unbound variables in rootfs.sh
This commit is contained in:
RuoqingHe 2025-03-14 08:22:05 +08:00 committed by GitHub
commit 810a6dafad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,9 @@ AGENT_TARBALL=${AGENT_TARBALL:-""}
COCO_GUEST_COMPONENTS_TARBALL=${COCO_GUEST_COMPONENTS_TARBALL:-""}
CONFIDENTIAL_GUEST="${CONFIDENTIAL_GUEST:-no}"
PAUSE_IMAGE_TARBALL=${PAUSE_IMAGE_TARBALL:-""}
DNF_CONF=${DNF_CONF:-""}
DISTRO_REPO=${DISTRO_REPO:-""}
PKG_MANAGER=${PKG_MANAGER:-""}
lib_file="${script_dir}/../scripts/lib.sh"
source "$lib_file"