projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5741e5
)
Improve comments
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 24 Oct 2024 20:53:26 +0000
(16:53 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 24 Oct 2024 20:53:45 +0000
(16:53 -0400)
scripts/hvk-compile.sh
patch
|
blob
|
history
diff --git
a/scripts/hvk-compile.sh
b/scripts/hvk-compile.sh
index
d0dcc76
..
c6c96f8
100755
(executable)
--- a/
scripts/hvk-compile.sh
+++ b/
scripts/hvk-compile.sh
@@
-145,7
+145,7
@@
if [ "${EVK_IP}" != "" ]; then
ssh -q root@${EVK_IP} [[ -f /boot/extlinux/extlinux.conf ]] && EXTLINUX=1 || EXTLINUX=0;
if [ "${EXTLINUX}" = "1" ]; then
- # Switch to
la
test kernel and DTB:
+ # Switch to test kernel and DTB:
ssh root@${EVK_IP} "sed -i -e 's@^DEFAULT.*@DEFAULT test@' /boot/extlinux/extlinux.conf"
fi