You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.6 KiB
19 lines
1.6 KiB
/dev/block/by-name/boot /boot emmc defaults recoveryonly,slotselect
|
|
/dev/block/by-name/vendor_boot /vendor_boot emmc defaults recoveryonly,slotselect
|
|
system /system ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect,avb=vbmeta_system
|
|
# Add all non-dynamic partitions except system, after this comment
|
|
/dev/block/by-name/userdata /data ext4 nodev,noatime,nosuid,errors=panic latemount,wait,check,quota,formattable,fileencryption=aes-256-xts:aes-256-cts,keydirectory=/metadata/vold/metadata_encryption,checkpoint=block
|
|
/dev/block/by-name/metadata /metadata ext4 nodev,noatime,nosuid,errors=panic wait,formattable,first_stage_mount,check
|
|
/dev/block/by-name/misc /misc emmc defaults defaults
|
|
# Add all dynamic partitions except system, after this comment
|
|
odm /odm ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect,avb
|
|
product /product ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect,avb
|
|
system_ext /system_ext ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect,avb=vbmeta_system
|
|
vendor /vendor ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect,avb=vbmeta
|
|
vendor_dlkm /vendor_dlkm ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect,avb
|
|
odm_dlkm /odm_dlkm ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect,avb
|
|
/dev/block/zram0 none swap defaults zramsize=75%
|
|
/dev/block/vdc1 /sdcard vfat defaults recoveryonly
|
|
/devices/*/block/vdc auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
|
|
shared /mnt/vendor/shared virtiofs nosuid,nodev,noatime nofail
|