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. |
Jaewan Kim | 1f0135b | 2024-01-31 14:59:47 +0900 | [diff] [blame] | 5 | /dev/block/by-name/microdroid-vendor /vendor ext4 noatime,ro,errors=panic wait,first_stage_mount,avb_hashtree_digest=/proc/device-tree/avf/vendor_hashtree_descriptor_root_digest |