summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2013-05-22 17:35:59 -0500
committerVishal Mahaveer2013-05-22 17:35:59 -0500
commit98c84c29f6f13d8f6caa7c40a93bf2a8e9a3fb1d (patch)
treeec64e39db1bef6d1ec48105610a64203a0f836e4 /init.jacinto6evmboard.rc
parentfb2242cd4e403ceb21ce348b1ddac1e6b72b9d9b (diff)
downloaddevice-ti-jacinto6evm-98c84c29f6f13d8f6caa7c40a93bf2a8e9a3fb1d.tar.gz
device-ti-jacinto6evm-98c84c29f6f13d8f6caa7c40a93bf2a8e9a3fb1d.tar.xz
device-ti-jacinto6evm-98c84c29f6f13d8f6caa7c40a93bf2a8e9a3fb1d.zip
jacinto6evm: move rootfs line to post-fs
The SD card hack for rootfs does not work well with post-fs-data. Moving it to post-fs section. Change-Id: I9855f8c55df4f7558636cb89c166737fc29d3809 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Diffstat (limited to 'init.jacinto6evmboard.rc')
-rw-r--r--init.jacinto6evmboard.rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.jacinto6evmboard.rc b/init.jacinto6evmboard.rc
index 267e039..47344fc 100644
--- a/init.jacinto6evmboard.rc
+++ b/init.jacinto6evmboard.rc
@@ -22,11 +22,13 @@ on init
22 mkdir /storage/usb0 0000 system system 22 mkdir /storage/usb0 0000 system system
23 mkdir /storage/usb1 0000 system system 23 mkdir /storage/usb1 0000 system system
24 24
25on post-fs-data 25on post-fs
26 # HACK: for SD card boot mounting rootfs as rw and setuid for su 26 # HACK: for SD card boot mounting rootfs as rw and setuid for su
27 mount rootfs rootfs / rw remount 27 mount rootfs rootfs / rw remount
28 chmod 6755 /system/xbin/su 28 chmod 6755 /system/xbin/su
29 29
30on post-fs-data
31
30 mkdir /data/media 0770 media_rw media_rw 32 mkdir /data/media 0770 media_rw media_rw
31 33
32 setprop vold.post_fs_data_done 1 34 setprop vold.post_fs_data_done 1