Navigation Menu

Skip to content

Commit

Permalink
Recovery Touch: Update init.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagulhas committed Dec 23, 2012
1 parent d12a063 commit 6e55263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recovery/etc/init.rc
Expand Up @@ -10,6 +10,7 @@ on init
symlink /system/etc /etc

mkdir /boot
mkdir /cust
mkdir /recovery
mkdir /sdcard
mkdir /internal_sd
Expand Down Expand Up @@ -62,7 +63,7 @@ service rmt_oeminfo /sbin/rmt_oeminfo
user root
oneshot

on property:ro.boot.emmc=1
on property:ro.boot.emmc=true
start rmt_oeminfo
start rmt_storage

Expand Down

0 comments on commit 6e55263

Please sign in to comment.