When update-initramfs is called, clean up the backup files.

This removes the unnecessary vmlinuz.old and initrd.img.old files in the
root folder of the generated image.
This commit is contained in:
Roland Clobus 2022-01-17 19:56:16 +01:00
parent fd1505414b
commit 2e5e565367
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ esac
if [ "${LB_INITRAMFS}" != "none" ]
then
Chroot chroot "${UPDATE_INITRAMFS_OPTIONS} update-initramfs -k all -t -u"
rm -f chroot/vmlinuz.old
rm -f chroot/initrd.img.old
fi
# We probably ought to use COMPRESS= in a temporary file in