projects
/
platform
/
adaptation
/
emulator
/
system-plugin-emulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc04e14
)
Remove unnecessary acts from rc.emul
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Thu, 14 Mar 2013 13:12:09 +0000
(22:12 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Fri, 15 Mar 2013 06:31:40 +0000
(15:31 +0900)
Change-Id: Ia7f93c54db8abc5c3cf43c35b2eec46ca0705f52
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
filesystem/etc/rc.d/rc.emul
patch
|
blob
|
history
diff --git
a/filesystem/etc/rc.d/rc.emul
b/filesystem/etc/rc.d/rc.emul
index 9a56f924484477ad29f2dfbf60cc6693123a9883..8cce40af5df8bca85f21b7291c93413734f0a277 100755
(executable)
--- a/
filesystem/etc/rc.d/rc.emul
+++ b/
filesystem/etc/rc.d/rc.emul
@@
-8,13
+8,6
@@
C_='\033[0m' #Color off
echo -e "[${_G}rc.emul : script start ${C_}]"
-echo -e "[${_G}chmod +x /opt/media for various apps ${C_}]"
-chmod -R 777 /opt/media
-
-echo -e "[${_G}make symbolic link ${C_}]"
-ln -sf /mnt/mmc /sdcard
-ln -sf /proc/mounts /etc/mtab
-
echo -e "[${_G}Setting power manager state value ${C_}]"
/usr/bin/vconftool set -t int memory/pm/state 1 -f