Merge "Unset trap before dracut ramdisk build script exits"

This commit is contained in:
Jenkins 2014-10-30 11:43:09 +00:00 committed by Gerrit Code Review
commit 50085793cc

View File

@ -61,3 +61,5 @@ dracut -N \
cp "/boot/vmlinuz-${KERNEL_VERSION}" /tmp/kernel
chmod o+r /tmp/kernel
# We don't want to run cleanup (set in mk_build_dir above) when this exits
trap EXIT