parent
7a5c89e84a
commit
ca71fe340e
@ -55,8 +55,7 @@ case "$COMMAND" in
|
|||||||
add)
|
add)
|
||||||
if [[ "${KERNEL_DIR}" != "/boot" ]]; then
|
if [[ "${KERNEL_DIR}" != "/boot" ]]; then
|
||||||
# rename to match the name used in the pseudo-BLS snippet above
|
# rename to match the name used in the pseudo-BLS snippet above
|
||||||
rm -f "/boot/vmlinuz-${KERNEL_VERSION}"
|
cp --remove-destination --preserve=timestamps -T "${KERNEL_IMAGE}" "/boot/vmlinuz-${KERNEL_VERSION}"
|
||||||
cp --preserve=timestamps -T "${KERNEL_IMAGE}" "/boot/vmlinuz-${KERNEL_VERSION}"
|
|
||||||
command -v restorecon &>/dev/null && \
|
command -v restorecon &>/dev/null && \
|
||||||
restorecon -R "/boot/vmlinuz-${KERNEL_VERSION}"
|
restorecon -R "/boot/vmlinuz-${KERNEL_VERSION}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user