8 lines
583 B
Plaintext
8 lines
583 B
Plaintext
# Cuttlefish always produces A/B for non-super partitions
|
|
/dev/block/by-name/boot /boot emmc defaults recoveryonly,slotselect,first_stage_mount,avb=boot
|
|
/dev/block/by-name/init_boot /init_boot emmc defaults recoveryonly,slotselect,first_stage_mount,avb=init_boot
|
|
/dev/block/by-name/vendor_boot /vendor_boot emmc defaults recoveryonly,slotselect
|
|
# These partitions are not A/B for minidroid
|
|
system /system ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,avb=vbmeta_system,avb_keys=/avb
|
|
vendor /vendor ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,avb=vbmeta
|