Commit graph

5 commits

Author SHA1 Message Date
GuaiYiHu
b3d7f22ea2 wayne: Move ramdisk configs to rootdir dir
* Clean up unused configs

Change-Id: I0aae320468796a67fc2110aef0b31c06da2314e3
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
2018-07-03 22:11:27 +08:00
padarshr
bce1fb061c Enable quota feature for userdata partition.
This will enable quota feature for the data partition.

Change-Id: I1d2067dd785f94d83d12dc15f52286a8e279375e
2017-08-31 12:01:10 +05:30
Bulbul Dabi
8847debdfe Mount writable blocks with noatime option.
Mount writable blocks - /data, /persist and /cache with
noatime option so that atime information for read is not
updated.
Fix for CTS failure: testNoAtime.

Change-Id: I69ba74fb788f907fc1ad94ed231fa6f2298722a3
2017-08-28 13:48:22 +05:30
padarshr
f4ac481521 Remove system node from fstab for non-A/B config.
For non A/B, system mount would happen through
early mount DT node in kernel, remove it from fstab.

Change-Id: Id9bc04f2a059af0a9fa4242b3c7540463528196e
2017-08-14 04:20:56 -07:00
Arusha Goyal
0810f45824 Support the combinations of A/B and split.
This change introduces compile time flags based on
which we can build combinations of A/B and split features.
Based on the flags, appropriate settings are done in mk files,
and appropriate fstab.qcom/recovery.fstab are picked.

Change-Id: I55cbec9c280f95b043f31b833aef11c2cbe4ab00
2017-07-23 17:41:57 +05:30