Generate Environment file when booting
[profile/tv/meta-tv.git] / scripts / tv-x11.post
1 #!/bin/sh
2 echo "#################### tv-x11.post ##################"
3
4 # tag the background image with the current snapshot id
5 arch=$(rpm -qa | grep kernel-common | awk -F- '{printf("%s %s",$3,$4);}')
6 /usr/bin/mark_image.py /usr/share/backgrounds/tizen/current "Tizen TV: @BUILD_ID@ $arch" ffffff 50 90 95 95
7