sdm660-common: Decommonize mount_all
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
dba62ebf8d
commit
79ac7ec9e1
1 changed files with 0 additions and 5 deletions
|
@ -152,8 +152,6 @@ on init
|
|||
on fs
|
||||
wait /dev/block/platform/soc/${ro.boot.bootdevice}
|
||||
symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice
|
||||
mount_all --early /vendor/etc/fstab.qcom
|
||||
swapon_all /vendor/etc/fstab.qcom
|
||||
chown root system /mnt/vendor/persist
|
||||
chmod 0771 /mnt/vendor/persist
|
||||
mkdir /mnt/vendor/persist/data 0700 system system
|
||||
|
@ -166,9 +164,6 @@ on fs
|
|||
chmod 0644 /mnt/vendor/dsp/fastrpc_shell_3
|
||||
mount none /mnt/vendor/dsp/fastrpc_shell_3 /vendor/dsp/cdsp/fastrpc_shell_3 bind
|
||||
|
||||
on late-fs
|
||||
mount_all --late /vendor/etc/fstab.qcom
|
||||
|
||||
on post-fs
|
||||
start vendor.qseecomd
|
||||
wait_for_prop vendor.sys.listeners.registered true
|
||||
|
|
Loading…
Reference in a new issue