From 2e5e5653677d724d847e6379ec02cdb844efc9e1 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Mon, 17 Jan 2022 19:56:16 +0100 Subject: [PATCH] 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. --- scripts/build/chroot_hacks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index 3f27ad8b0..56918a344 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -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