From ed4f7224d89186cabc9f9e4b9f8f4b382261a8d8 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 8 Feb 2018 06:53:46 +0000 Subject: shinano-common: Move fstab to /system/vendor Change-Id: I460888519e447da8ab3800d62d60c5600b902da1 --- rootdir/etc/init.qcom.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rootdir/etc/init.qcom.rc') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index b84f7b8..fe6f3f6 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -75,7 +75,7 @@ on init setprop persist.sys.wfd.virtual 0 on fs - mount_all ./fstab.qcom + mount_all ./vendor/etc/fstab.qcom mkdir /lta-label 0555 system system wait /dev/block/platform/msm_sdcc.1/by-name/LTALabel mount ext4 /dev/block/platform/msm_sdcc.1/by-name/LTALabel /lta-label nosuid nodev noatime noexec ro barrier=0 @@ -83,7 +83,7 @@ on fs chmod 0555 /lta-label # Mount ZRAM - swapon_all fstab.qcom + swapon_all ./vendor/etc/fstab.qcom # Adaptive LMK write /sys/module/lowmemorykiller/parameters/enable_adaptive_lmk 1 @@ -568,7 +568,7 @@ service timekeep /system/vendor/bin/timekeep restore oneshot writepid /dev/cpuset/system-background/tasks -# Quick Charge +# Quick Charge service hvdcp /system/vendor/bin/hvdcp class core user root -- cgit v1.2.3