diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-02-08 06:53:46 +0000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:13 +0200 |
commit | ed4f7224d89186cabc9f9e4b9f8f4b382261a8d8 (patch) | |
tree | f63c197dc3d3d1e5678ee404331073f3b1d8d48c /rootdir/etc | |
parent | c1aeba7ae3994b04202cca83e9cb515e8b11a106 (diff) |
shinano-common: Move fstab to /system/vendor
Change-Id: I460888519e447da8ab3800d62d60c5600b902da1
Diffstat (limited to 'rootdir/etc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 3 insertions, 3 deletions
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 |