From 8034daf18e77570ce87017349aa7964ac2cc92e1 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 24 Oct 2024 16:53:26 -0400 Subject: [PATCH] Improve comments --- scripts/hvk-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hvk-compile.sh b/scripts/hvk-compile.sh index d0dcc76..c6c96f8 100755 --- 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 latest 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 -- 2.20.1