system_dlkm: remove ext4 flag barrier=1 for erofs
barrier=1 is ext4 flag and should not be present for erofs mount. This is wrong on the `master` due to manual merge conflict resolution and correct on the `tm-dev`. Bug: 223071475 Test: TH Signed-off-by: Ramji Jiyani <ramjiyani@google.com> Change-Id: If220e4f2334ba71dd9134067bc05c3f7f130e688
This commit is contained in:
parent
d8cd350756
commit
c3c15e25b3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
system /system erofs ro wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
# During compliance testing, the previous line would fail (because GSI is ext4), and the next line would be used to mount GSI.
|
||||
system /system ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
system_dlkm /system_dlkm erofs ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
system_dlkm /system_dlkm erofs ro wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
system_ext /system_ext erofs ro wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
product /product erofs ro wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
vendor /vendor erofs ro wait,slotselect,avb=vbmeta_vendor,logical,first_stage_mount,readahead_size_kb=128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue