Index: install_linux_fw_uuu.sh =================================================================== diff -u -rac91961ff5bc4f0ac2be6ab7d107e56e216b9bc2 -r8e4c8d29448bd9506ab1ccd88daea177831c1fa5 --- install_linux_fw_uuu.sh (.../install_linux_fw_uuu.sh) (revision ac91961ff5bc4f0ac2be6ab7d107e56e216b9bc2) +++ install_linux_fw_uuu.sh (.../install_linux_fw_uuu.sh) (revision 8e4c8d29448bd9506ab1ccd88daea177831c1fa5) @@ -51,9 +51,9 @@ echo " -d Install firmware on dualboot partitions (system A and system B)." echo " (Implies -b)." echo " -h Show this help." - echo " -i Image name that prefixes the image filenames, such as 'dey-image-qt', " - echo " 'dey-image-webkit', 'core-image-base'..." - echo " Defaults to 'dey-image-qt' if not provided." + echo " -i Image name that prefixes the image filenames, such as 'ely-image-qt', " + echo " 'dey-image-qt', 'dey-image-webkit', 'core-image-base'..." + echo " Defaults to 'ely-image-qt' if not provided." echo " -k Update includes dek file." echo " (implies -t)." echo " -n No wait. Skips 10 seconds delay to stop script." @@ -180,9 +180,9 @@ # Determine linux, recovery, and rootfs image filenames to update if [ -z "${IMAGE_NAME}" ]; then - IMAGE_NAME="dey-image-qt" + IMAGE_NAME="ely-image-qt" fi -GRAPHICAL_IMAGES="dey-image-qt dey-image-webkit dey-image-lvgl dey-image-chromium" +GRAPHICAL_IMAGES="ely-image-qt dey-image-qt dey-image-webkit dey-image-lvgl dey-image-chromium" for g in ${GRAPHICAL_IMAGES}; do if [ "${IMAGE_NAME}" = "${g}" ]; then BASEFILENAME="${IMAGE_NAME}-fb"