fixes for IVI accepted/2.0/20130302.003912 submit/2.0/20130302.010746
authorGraydon, Tracy <tracy.graydon@intel.com>
Sat, 2 Mar 2013 01:00:15 +0000 (17:00 -0800)
committerGraydon, Tracy <tracy.graydon@intel.com>
Sat, 2 Mar 2013 01:00:15 +0000 (17:00 -0800)
custom/scripts/ivi-2.0-symlinks.post
ivi/ivi-2.0.yaml

index c88784e..9a14440 100644 (file)
@@ -1,20 +1,5 @@
-# customize the slp-common post script  
-
 echo 'kickstart post script start'
 
-# to make udev happy
-ln -sf /bin/busybox /sbin/blkid
-
-# where in the world is xinitrc?
-ln -sf /etc/X11/xinitrc /usr/etc/X11/xinitrc
-
-# inittab hack to fix console - UI switching
-sed -ri 's/--noclear tty1/tty3/' /etc/inittab
-sed -ri 's/tty2/tty4/' /etc/inittab
-
-# modprobe fuse for sqlfs-mount
-/bin/sed -i "3i /sbin/modprobe fuse || :" /etc/rc.d/init.d/sqlfs-mount 
-
 if [ -d /etc/init.d ]; then
     cp /etc/init.d/* /etc/rc.d/init.d/ -rdf
 fi
@@ -24,10 +9,6 @@ ln -sf /etc/rc.d/init.d /etc/init.d
 rm -rf /etc/localtime  
 ln -sf /opt/etc/localtime /etc/localtime  
 
-# Without this line the rpm doesn't get the architecture right.
-# echo -n 'armv7l-tizen-linux' > /etc/rpm/platform
-> /etc/rpm/platform
-
 ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N ""
 ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ""
 ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ""
@@ -61,9 +42,6 @@ EOF
 chmod +x /usr/bin/press
 
 ln -s /opt/etc/X11/xkb /usr/share/X11
-ln -s /home/app /opt/home/app
-ln -s /home/developer /opt/home/developer
-
 
 echo "UDEV_PERSISTENT_STORAGE=no" >> /etc/sysconfig/udev
 
@@ -82,3 +60,4 @@ rpmdb --rebuilddb
 if [ -e /usr/bin/build-backup-data.sh ]; then
            /usr/bin/build-backup-data.sh
 fi
+
index a72b9a5..c052db5 100755 (executable)
@@ -9,7 +9,12 @@ Groups:
     - common
     - appscommon
     - appstargetsdk
+    - osp
     - trats
+ExtraPackages:
+    - syslinux
+    - syslinux-extlinux
+    - mingetty
 RemovePackages:
     - opengl-es
 PrePackages:
@@ -22,7 +27,7 @@ PrePackages:
     - libgcc
     - libudev
     - libattr
-    - default-files-slp
+    - default-files-tizen
     - openssl
     - libprivilege-control
     - libprivilege-control-conf
@@ -34,5 +39,6 @@ PrePackages:
     - vconf
     - tizen-coreutils
 PostScripts:
+    - ivi-2.0-symlinks.post
     - symlink-root
     - boot-into-ui