replace "Tizne Next" with release number in file /etc/os-release.
the release number will be showed on loader menu.
Bug-Tizen: TC-103
Change-Id: I6c1e7067a54f11f0e7cc0d9f5c54e38f416b0e0b
Signed-off-by: chunqiangx <chunqiangx.tang@intel.com>
#!/bin/sh
echo "#################### ivi-adaptations.post ####################"
+#replace "Tizen Next" with real release number.
+sed -i 's/(\(.*\))/(@BUILD_ID@)/' /etc/os-release
+
# Install and configure the boot-loader, /etc/fstab, and so on
/usr/sbin/setup-ivi-boot