mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xen-image-minimal: allow non-zero return codes
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
e490dc5071
commit
e70c9e4fff
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user