From bef2f42d4dabbf1b896ef8803b63f202b8468cff Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Fri, 25 Jun 2021 22:51:25 -0400 Subject: [PATCH] g12: Add dynamic partitions to fstab * Build system wants these. Change-Id: I969d0ddc1820a48913bbf898ea513beeada1760f --- init-files/fstab.amlogic | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init-files/fstab.amlogic b/init-files/fstab.amlogic index dc822dd..82fb27c 100644 --- a/init-files/fstab.amlogic +++ b/init-files/fstab.amlogic @@ -3,6 +3,11 @@ # The filesystem that contains the filesystem checker binary (typically /system) cannot # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK +odm /odm ext4 ro,barrier=1,discard wait,avb,logical,first_stage_mount +product /product ext4 ro,barrier=1,discard wait,avb,logical,first_stage_mount +system /system ext4 ro,barrier=1,discard wait,avb,logical,first_stage_mount +system_ext /system_ext ext4 ro,barrier=1,discard wait,avb,logical,first_stage_mount +vendor /vendor ext4 ro,barrier=1,discard wait,avb,logical,first_stage_mount /dev/block/misc /misc emmc defaults defaults /dev/block/data /data ext4 noatime,nosuid,nodev,nodelalloc,nomblk_io_submit,errors=panic wait,check,fileencryption=aes-256-xts,quota,formattable,reservedsize=32M /dev/block/cache /cache ext4 noatime,nosuid,nodev,nodelalloc,nomblk_io_submit,errors=panic wait,check,formattable -- 2.20.1