diff options
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 0acdb36..0cd95fc 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -410,8 +410,8 @@ on post-fs-data mkdir /data/vendor/qti-logkit/logdata/ 2750 system shell #Create SWAP related dirs - mkdir /data/system/swap 0770 root system - chmod 2770 /data/system/swap + mkdir /data/vendor/swap 0770 root system + chmod 2770 /data/vendor/swap # set aggressive read ahead for dm-0 and dm-1 during boot up write /sys/block/dm-0/queue/read_ahead_kb 2048 |