From: Hugo Villeneuve Date: Thu, 17 Oct 2024 15:18:45 +0000 (-0400) Subject: hvk: purge boot folder before copying files X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=df0fcfcc9d765804135796d0cdda76f622097559;p=hvutilities.git hvk: purge boot folder before copying files --- diff --git a/scripts/hvk-compile.sh b/scripts/hvk-compile.sh index 836000c..0080903 100755 --- a/scripts/hvk-compile.sh +++ b/scripts/hvk-compile.sh @@ -108,6 +108,7 @@ function rootfs_install() { fi mkdir -p ${deploydir}/boot + rm -rf ${deploydir}/boot/* cp ${BOOT_SRC}/Image ${deploydir}/boot/Image-latest cp ${DTB_SRC} ${deploydir}/boot/latest.dtb