hvk: purge boot folder before copying files
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 17 Oct 2024 15:18:45 +0000 (11:18 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 17 Oct 2024 15:20:10 +0000 (11:20 -0400)
scripts/hvk-compile.sh

index 836000c..0080903 100755 (executable)
@@ -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