xen-image-minimal: allow non-zero return codes

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-11-13 15:45:41 +00:00
parent e490dc5071
commit e70c9e4fff

View File

@ -170,7 +170,7 @@ EOF
# Guests can be launched after boot with: xl create -c /etc/xen/<config file>
#
bundle_xen_guests() {
set -e
set +e
if [ -n "${XEN_BUNDLED_GUESTS}" ]; then
echo "Processing Xen bundled guests variable: ${XEN_BUNDLED_GUESTS}"