Update the plymouth theme after install
authorWilliam Douglas <william.douglas@intel.com>
Tue, 14 May 2013 21:21:36 +0000 (14:21 -0700)
committerWilliam Douglas <william.douglas@intel.com>
Tue, 14 May 2013 21:21:36 +0000 (14:21 -0700)
Once Tizen has been installed change the plymouth theme to be the
boot and update version.

Signed-off-by: William Douglas <william.douglas@intel.com>
scripts/install.sh

index 14425dd..c060121 100644 (file)
@@ -99,6 +99,8 @@ cp /boot/vmlinuz* ${TGTMNT}/boot/extlinux/vmlinuz0
 cp /boot/initramfs* ${TGTMNT}/boot/extlinux/initrd0.img
 cp /usr/share/branding/default/syslinux/syslinux-vesa-splash.jpg ${TGTMNT}/boot/extlinux/splash.png
 
+ln -sf /usr/share/plymouth/themes/tizen/tizen-default.script ${TGTMNT}/usr/share/plymouth/themes/tizen/tizen.script
+
 cat /usr/share/syslinux/mbr.bin > ${TARGET_DEV}
 extlinux -i  ${TGTMNT}/boot/extlinux
 umount $TGTMNT