Merge "Unset trap before dracut ramdisk build script exits"
This commit is contained in:
commit
50085793cc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue