1on early-init
2    mount_all /vendor/etc/fstab.persist --early
3    setprop ro.vendor.persist.status mounted
4
5on late-fs
6    mount_all /vendor/etc/fstab.efs --early
7