hvk: change default extlinux menu entry to test
[hvutilities.git] / scripts / hvk-compile.sh
index 7e6b400..a749c43 100755 (executable)
@@ -75,7 +75,7 @@ if [ ${#} -eq 1 ]; then
     rm /tmp/modules.tar.gz
 
     # Switch to latest kernel and DTB:
-    ssh root@${EVK_IP} "fw_setenv image Image-latest; fw_setenv fdt_file latest.dtb"
+    ssh root@${EVK_IP} "sed -i -e 's@^DEFAULT.*@DEFAULT test@' /boot/extlinux/extlinux.conf"
 
     if [ x"${reboot}" = x"1" ]; then
         ssh root@${EVK_IP} "reboot"