File tree Expand file tree Collapse file tree
buildroot-external/rootfs-overlay/bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33# show an OSD display
44if [ -x /usr/bin/osd_cat ]; then
5- echo " Unmounting USB..." | DISPLAY=:0 /usr/bin/osd_cat -A center -p top -f ' -*-fixed-bold-r-*-*-30-*-*-*-*-*-*-*' -c green -s 5 -d 20 &
5+ export LANG=en_US.UTF-8
6+ export DISPLAY=:0
7+ echo " Unmounting USB..." | /usr/bin/osd_cat -A center -p top -f ' -*-fixed-bold-r-*-*-30-*-*-*-*-*-*-*' -c green -s 5 -d 20 &
68fi
79
810# umount all stuff including bind mounts
@@ -26,6 +28,8 @@ if [ -x /usr/bin/osd_cat ]; then
2628 POS=200
2729 COLOR=red
2830 fi
29- echo " ${RESULT} " | DISPLAY=:0 /usr/bin/osd_cat -A center -p top -i ${POS} -f ' -*-fixed-bold-r-*-*-30-*-*-*-*-*-*-*' -c ${COLOR} -s 5 -d 2
31+ export LANG=en_US.UTF-8
32+ export DISPLAY=:0
33+ echo " ${RESULT} " | /usr/bin/osd_cat -A center -p top -i ${POS} -f ' -*-fixed-bold-r-*-*-30-*-*-*-*-*-*-*' -c ${COLOR} -s 5 -d 2
3034 pkill osd_cat
3135fi
You can’t perform that action at this time.
0 commit comments