Lines Matching full:echo
12 echo
13 echo "usage:"
14 echo " $0 -f [Android boot.img] -o [Distro(ext2) boot.img]"
15 echo
43 echo "ERROR: No ${ITB}"
62 echo "label rockchip-linux-kernel" >> boot/extlinux/extlinux.conf
63 echo " kernel /kernel" >> boot/extlinux/extlinux.conf
64 echo " fdt /rk-kernel.dtb" >> boot/extlinux/extlinux.conf
65 echo " initrd /ramdisk" >> boot/extlinux/extlinux.conf
66 echo " append ${BOOTARGS}" >> boot/extlinux/extlinux.conf
69 SIZE_KB=`echo "scale=0;$SIZE_KB/1"|bc -l` # for align down integer
74 echo
75 echo "Successful: ${DISTRO_IMG} is ready."
76 echo