diff options
-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}" |