diff options
author | Karthik Gopalan <gkarth@codeaurora.org> | 2018-06-20 17:57:18 +0530 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:53:49 +0200 |
commit | f386914ca781586dc2b32deb9d7c2433b556d53f (patch) | |
tree | 2f2543d2fadb34a504d1b90759984edf1e2912ad /rootdir | |
parent | be2255f7b495ad1534376b77fbcfe21953d26a1e (diff) |
wayne-common: Swap disk creation
Create swap disks
CRs-Fixed: 2264866
Change-Id: Id57a4e8d413c7dafb49d073980f10010003f616e
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 |