summaryrefslogtreecommitdiff
path: root/fstab.bullhead
AgeCommit message (Collapse)Author
2017-01-11Partitions should be mounted "noatime".Jeff Sharkey
Test: builds Bug: 34223600 Change-Id: Ibfb411293aae10bb25be456a7e0a2d7f0f2c1a81
2016-04-01reduce readahead for ext4 filesystemsTim Murray
bug 27381069 Change-Id: I8f2be28687c8de953d2942dc9ee5d4ef78ce0355
2016-03-07bullhead: remove squashfs for vendorPatrick Tjin
Change-Id: I81464c979833d6c43dc5cc289ea4467ab5a687e4
2016-03-07bullhead: fix incorrect include path for mediaPatrick Tjin
Bug: 27420204 Change-Id: I5fc5bcfdba2b34685e306fcd9881b43c823d424c
2015-11-04Add developer option to convert from FDE to FBEPaul Lawrence
This set of changes adds the screen that offers this conversion, and the plumbing so the option is only available on suitable devices. It does not implement the conversion mechanism. Change-Id: I22d5969e44e3b1793dc479a01fb2dceb4a0ee006
2015-09-14Revert "Disable zram for bullhead."Thierry Strudel
Bug: 23802872 This reverts commit 3c92a1ee7492e167cbb4b1c85e6b631fb6d71583.
2015-09-08Disable zram for bullhead.Tim Murray
bug 23242301 Change-Id: I68b412c4b039c1e3ce3794c2d4aa04f7adfaaae6
2015-07-28Add bootloader backup partitions to fstab.Tao Bao
We have eight bootloader backup partitions for bullhead. They get updated only after the normal partitions are successfully updated. Add fstab entries for the backup partitions to make the OTA script work properly. Change-Id: I33ee55109b7708cc2a90df0573997f4fb62f50f9
2015-07-27Fix the partition list in releasetools.py.Tao Bao
The partitions should be separated by space instead of comma. Also add the missing entries to fstab.bullhead. Bug: 22763556 Change-Id: I04e59b365823ce269fa6476a2c0ba355716d2c61
2015-07-22Force block encrypt bullheadPaul Lawrence
Bug: 22665804 Change-Id: I6c8d269821d0471d2ad484a16a7705f5958dbcaa
2015-07-22Revert "Enable file encryption on Bullhead"Paul Lawrence
This reverts commit 130f1297462300c6815818c6063910b3d5a49c75. Bug: 22665804 Change-Id: Ie42c58f880d544d75a61ac30ca7e1004f68b2aea
2015-07-22Revert "Turn off file system checks to gather crashed file system images"Paul Lawrence
This reverts commit 966f968781ba4951df77781befc22c78cc2de5a6. Bug: 22665804 Change-Id: I674512562b4ccc8c4ea031f93a832b078694a5d3
2015-07-21Turn off file system checks to gather crashed file system imagesPaul Lawrence
Bug: 22550718 Change-Id: Ie73c00181ff8f4346715c0089432b95b561408d6
2015-07-15Turn on zram for bullheadTodd Kjos
ZRAM is a clear win for app switching (15% shorter ave start time when cycling through various sets of apps). Currently using the same size as N9 (~500M) -- may want to shrink later. Change-Id: I5f1d51b7d75f1560420ad41e9b49670fe9ed120e
2015-07-07Enable file encryption on BullheadPaul Lawrence
Bug: 18151196 Change-Id: I71d782dfda3a4101caa466e4a8844ab51c9472dc
2015-06-16Enable dm-verity for vendor partitionSami Tolvanen
Vendor partition needs to be verified as well. Bug: 21604645 Change-Id: Ibf705ee6f5bb38bfa1b440a3fbc13d43c01398b1
2015-06-08Enable dm-verity on bullheadVineeta Srivastava
Enable dm-verity for the system partition. Store state in the metadata partition, and display a warning if dm-verity is started in logging mode. Increasing read-ahead for dm-verity devices from the default 512 to 2048 improves sequential read speeds 13-18% for block sizes 1k-2k and ~30% for larger block sizes (tested up to 32k), without considerably affecting 512 byte block reads. Bug: 21604645 Change-Id: I6e52fa9edc519139890b12f653ade9d26dddafbd
2015-06-05bullhead: Support USB OTG storageSungmin Choi
Change-Id: I89b55b7b95e1dd3dd6516901143599535d54e8e9 Signed-off-by: Sungmin Choi <sungmin.choi@lge.com> Signed-off-by: jude84.kim <jude84.kim@lge.com>
2015-06-05bullhead/fstab: persist partition does not need trimmingSungmin Choi
Fixes the following denial: avc: denied { read } for pid=2619 comm="vold" name="/" dev="mmcblk0p24" ino=2 scontext=u:r:vold:s0 tcontext=u:object_r:persist_file:s0 tclass=dir avc: denied { open } for pid=2619 comm="vold" path="/persist" dev="mmcblk0p24" ino=2 scontext=u:r:vold:s0 tcontext=u:object_r:persist_file:s0 tclass=dir avc: denied { ioctl } for pid=2619 comm="vold" path="/persist" dev="mmcblk0p24" ino=2 ioctlcmd=5879 scontext=u:r:vold:s0 tcontext=u:object_r:persist_file:s0 tclass=dir Change-Id: I11f2e2e302c933fcbb2f47cb14ba5c6ec29fb0e8
2015-04-29bullhead: Use bootdevice as symlinkSungmin Choi
Change-Id: Ic5965926535e989eb1cac2ca056c6450f557c030
2015-04-22bullhead: Use vendor imageSungmin Choi
Change-Id: Icd098bdc896a9446058b102b16e2ab681e69d629
2015-04-09Add factory reset protectionSungmin Choi
- Add /persistent to fstab This is required so the recovery kernel can wipe the partition in case the feature is disabled by Settings > Developer options > Enable OEM unlock. - Add frp location in ro.frp.pst Add the frp partition as: ro.frp.pst=/dev/block/platform/msm_sdcc.1/by-name/persistent - Change ownership to system. Change-Id: I12a9b05eff987ce0de989c774c8d6fd7987e2e4d
2015-03-11Initial commit for bullhead deviceHyejin Kim
Change-Id: I601510531827b91d517743d5cc766519445a1d32