davinci: rootdir: Support ufs and emmc variant fstab files

Two fstabs are needed to support different data unit
number (dun) size for ufs and emmc hardwares. This
needs different encryption flag in fstab to address
the difference in dun size.

Change-Id: Ifb0e9132fc91e3281401ac49ad70c695a22c9df5
This commit is contained in:
Prerna Kalla 2020-08-17 15:15:32 +05:30 committed by Arian
parent 127e73c325
commit ed256498c6
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -57,7 +57,7 @@ on property:ro.boot.product.hardware.sku=davinci
enable nqnfc_1_2_hal_service
on fs
mount_all /vendor/etc/fstab.qcom --early
mount_all --early
restorecon_recursive /mnt/vendor/persist
mkdir /mnt/vendor/persist/data 0700 system system
@ -65,10 +65,9 @@ on fs
mkdir /mnt/vendor/persist/camera 0777 root root
on late-fs
mount_all /vendor/etc/fstab.qcom --late
wait_for_prop hwservicemanager.ready true
exec_start wait_for_keymaster
mount_all --late
on post-fs-data
mkdir /data/vendor/nnhal 0700 system system