projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df0c231
)
hvk: purge boot folder before copying files
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 17 Oct 2024 15:18:45 +0000
(11:18 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 17 Oct 2024 15:20:10 +0000
(11:20 -0400)
scripts/hvk-compile.sh
patch
|
blob
|
history
diff --git
a/scripts/hvk-compile.sh
b/scripts/hvk-compile.sh
index
836000c
..
0080903
100755
(executable)
--- 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