sdm660-common: Decommonize mount_all

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
pix106 2022-03-08 07:18:44 +01:00
parent dba62ebf8d
commit 79ac7ec9e1

View file

@ -152,8 +152,6 @@ on init
on fs on fs
wait /dev/block/platform/soc/${ro.boot.bootdevice} wait /dev/block/platform/soc/${ro.boot.bootdevice}
symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/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 chown root system /mnt/vendor/persist
chmod 0771 /mnt/vendor/persist chmod 0771 /mnt/vendor/persist
mkdir /mnt/vendor/persist/data 0700 system system mkdir /mnt/vendor/persist/data 0700 system system
@ -166,9 +164,6 @@ on fs
chmod 0644 /mnt/vendor/dsp/fastrpc_shell_3 chmod 0644 /mnt/vendor/dsp/fastrpc_shell_3
mount none /mnt/vendor/dsp/fastrpc_shell_3 /vendor/dsp/cdsp/fastrpc_shell_3 bind 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 on post-fs
start vendor.qseecomd start vendor.qseecomd
wait_for_prop vendor.sys.listeners.registered true wait_for_prop vendor.sys.listeners.registered true