X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fhvk-compile.sh;h=a749c43e5b1248f8fecb7fa53c7c93ec8ab39999;hb=5997724be734ad9579672f886c987bb104ffa749;hp=7e6b4007b57689ad9befbc4fa22fb4d744df5a88;hpb=2f6c8b3301eb8844c76956ec83b1b1aff24edebb;p=hvutilities.git diff --git a/scripts/hvk-compile.sh b/scripts/hvk-compile.sh index 7e6b400..a749c43 100755 --- a/scripts/hvk-compile.sh +++ b/scripts/hvk-compile.sh @@ -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"