Merge "Unset trap before dracut ramdisk build script exits"
This commit is contained in:
commit
50085793cc
@ -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 New Issue
Block a user