mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 07:40:34 +00:00
Since /persisit was previously mounted during eraly-init stage, this CL delays the /persist mount to post-fs-data stage. Actions which depends on the /persist partition are also moved. Bug: 319335586 Change-Id: I6bcc775f16331905c6896f3a2ec5bbea9e20744f
11 lines
556 B
Plaintext
11 lines
556 B
Plaintext
# Android fstab file.
|
|
# <src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
|
# Create the specific fstab file for efs partitions for flexibility
|
|
/data/vendor/copied/efs /mnt/vendor/efs none bind latemount
|
|
|
|
/data/vendor/copied/efs_backup /mnt/vendor/efs_backup none bind latemount
|
|
|
|
/data/vendor/copied/modem_userdata /mnt/vendor/modem_userdata none bind latemount
|
|
|
|
/data/vendor/copied/persist /mnt/vendor/persist none bind latemount
|