diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-13 15:45:41 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-15 19:50:00 +0000 |
commit | e70c9e4fff6238da085f80a47c12ff551e79aef9 (patch) | |
tree | 38e7b295b1952dbd84c33c5175008339ef47f855 | |
parent | e490dc507154ff1b24ec8b172769d032d1565bbb (diff) | |
download | meta-virtualization-e70c9e4fff6238da085f80a47c12ff551e79aef9.tar.gz |
xen-image-minimal: allow non-zero return codes
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/images/xen-image-minimal.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb index 866212ed..6da797d7 100644 --- a/recipes-extended/images/xen-image-minimal.bb +++ b/recipes-extended/images/xen-image-minimal.bb | |||
@@ -170,7 +170,7 @@ EOF | |||
170 | # Guests can be launched after boot with: xl create -c /etc/xen/<config file> | 170 | # Guests can be launched after boot with: xl create -c /etc/xen/<config file> |
171 | # | 171 | # |
172 | bundle_xen_guests() { | 172 | bundle_xen_guests() { |
173 | set -e | 173 | set +e |
174 | 174 | ||
175 | if [ -n "${XEN_BUNDLED_GUESTS}" ]; then | 175 | if [ -n "${XEN_BUNDLED_GUESTS}" ]; then |
176 | echo "Processing Xen bundled guests variable: ${XEN_BUNDLED_GUESTS}" | 176 | echo "Processing Xen bundled guests variable: ${XEN_BUNDLED_GUESTS}" |