Improve comments
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 24 Oct 2024 20:53:26 +0000 (16:53 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 24 Oct 2024 20:53:45 +0000 (16:53 -0400)
scripts/hvk-compile.sh

index d0dcc76..c6c96f8 100755 (executable)
@@ -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