declare -x DIB_ARGS="-a amd64 -t qcow2 -o /opt/build-images/ubuntu24.04-openclaw.v1.0.0.qcow2 cloud-init ubuntu cloud-init-datasources enable-serial-console vm openssh-server ows-init growroot block-device-gpt install-static clean-all-interfaces init-sshd nodejs-runtime openclaw-deps openclaw-npm-cache"
declare -x DIB_AVOID_PACKAGES_UPDATE="1"
declare -x DIB_BLOCK_DEVICE_CONFIG="file:///opt/image/ubuntu/..//build-element//block-device-openclaw.yaml"
declare -x DIB_CLOUD_INIT_ALLOW_SSH_PWAUTH="yes"
declare -x DIB_CLOUD_INIT_DATASOURCES="ConfigDrive"
declare -x DIB_PYTHON_EXEC="/opt/image/pip-venv/bin/python3"
declare -x DIB_RELEASE="noble"
declare -x DIB_TMP="/opt/tmp"
