From 79ac7ec9e10adfb933f121e59e94603ca7494023 Mon Sep 17 00:00:00 2001 From: pix106 Date: Tue, 8 Mar 2022 07:18:44 +0100 Subject: [PATCH] sdm660-common: Decommonize mount_all Signed-off-by: pix106 --- rootdir/etc/init.target.rc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index 450d861d..8ee4d26d 100755 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -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