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
10 lines
556 B
Text
10 lines
556 B
Text
# 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
|