Jooyung Han | 21e668c | 2021-10-26 12:11:26 +0900 | [diff] [blame] | 1 | system /system ext4 noatime,ro,errors=panic wait,slotselect,avb=vbmeta,first_stage_mount,logical |
Nikita Ioffe | aa6858c | 2023-07-04 01:37:41 +0100 | [diff] [blame] | 2 | # This is a temporary solution to unblock other devs that depend on /vendor partition in Microdroid |
| 3 | # The /vendor partition will only be mounted if the kernel cmdline contains |
| 4 | # androidboot.microdroid.mount_vendor=1. |
Seungjae Yoo | ebab0a9 | 2023-12-27 01:18:26 +0000 | [diff] [blame^] | 5 | # TODO(b/285855430): this should probably be defined in the DT |
| 6 | # TODO(b/285855436): should be mounted on top of dm-verity device |
| 7 | /dev/block/by-name/microdroid-vendor /vendor ext4 noatime,ro,errors=panic wait,first_stage_mount |