From: Hugo Villeneuve Date: Thu, 24 Oct 2024 20:53:26 +0000 (-0400) Subject: Improve comments X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=8034daf18e77570ce87017349aa7964ac2cc92e1;p=hvutilities.git Improve comments --- 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