sdm660-common: rootdir: Add vendor prefix to rmt_storage
* As per the init.qcom.rc service defination has vendor prefix * This Fixes: I init : Command 'start rmt_storage' action=boot (/vendor/etc/init/hw/init.target.rc:161) took 0ms and failed: service rmt_storage not found Change-Id: I271adb887b9420d631e67eb4e7f436f0cd931f32 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
3f24771865
commit
56960ecd78
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ on early-boot
|
|||
write /dev/ipa 1
|
||||
|
||||
on boot
|
||||
start rmt_storage
|
||||
start vendor.rmt_storage
|
||||
start rfs_access
|
||||
write /dev/cpuset/top-app/cpus 0-7
|
||||
write /dev/cpuset/foreground/cpus 0-7
|
||||
|
|
Loading…
Reference in a new issue