summaryrefslogtreecommitdiff
path: root/fstab.common
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2021-01-12 16:45:02 +0530
committerAmit Pundir <amit.pundir@linaro.org>2021-01-12 16:48:50 +0530
commit44f3990603403ab80bf74fece9950efdb22a3eae (patch)
tree0ad8d81474039aa680147031f550180a8c84bc27 /fstab.common
parentdd127dd88000c0ccaae8e500f0c0cbb88aab7fb4 (diff)
db845c: Make it a Virtual A/B device
All dynamic partitions are A/B. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I9650626b5a463ff9f368680ae8c32b8432fee1e8
Diffstat (limited to 'fstab.common')
-rw-r--r--fstab.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/fstab.common b/fstab.common
index f9023ad..a0d925f 100644
--- a/fstab.common
+++ b/fstab.common
@@ -1,9 +1,9 @@
-system /system ext4 noatime,ro,errors=panic wait,logical,first_stage_mount
+system /system ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect
/dev/block/platform/soc@0/1d84000.ufshc/by-name/userdata /data ext4 discard,noatime,noauto_da_alloc,data=ordered,user_xattr,barrier=1,inlinecrypt wait,formattable,fileencryption=aes-256-xts:aes-256-cts:v2+inlinecrypt_optimized,quota
/dev/block/platform/soc@0/1d84000.ufshc/by-name/metadata /metadata ext4 noatime,nosuid,nodev,discard wait,formattable
/dev/block/platform/soc@0/1d84000.ufshc/by-name/cache /cache ext4 nodev,noatime,nosuid,errors=panic wait
/dev/block/platform/soc@0/1d84000.ufshc/by-name/misc /misc emmc defaults defaults
/devices/platform/soc@0/8804000.sdhci/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto
-vendor /vendor ext4 noatime,ro,errors=panic wait,logical,first_stage_mount
-system_ext /system_ext ext4 noatime,ro,errors=panic wait,logical,first_stage_mount
-product /product ext4 noatime,ro,errors=panic wait,logical,first_stage_mount
+vendor /vendor ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect
+system_ext /system_ext ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect
+product /product ext4 noatime,ro,errors=panic wait,logical,first_stage_mount,slotselect