gs101: Enable system_dlkm dynamic partition am: 58893b442f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/17141709 Change-Id: Ief057075cd441da52b599496d0242511d6b79264
This commit is contained in:
commit
2976638941
2 changed files with 9 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
#
|
||||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||
system /system ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
system_dlkm /system_dlkm ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
system_ext /system_ext ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
product /product ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
vendor /vendor ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_vendor,logical,first_stage_mount,readahead_size_kb=128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue