Sync the missing operations on modem efs files with the seperated fstab. Bug: 359426567 Flag: EXEMPT bugfix Change-Id: Ib678adc86c36a536ed32861e93d1d973e2c7c34a
11 lines
394 B
Text
11 lines
394 B
Text
on early-init
|
|
mount_all /vendor/etc/fstab.persist --early
|
|
|
|
on late-fs
|
|
mount_all /vendor/etc/fstab.efs --early
|
|
restorecon_recursive /mnt/vendor/efs
|
|
chown radio system /mnt/vendor/efs
|
|
restorecon_recursive /mnt/vendor/efs_backup
|
|
chown radio system /mnt/vendor/efs_backup
|
|
restorecon_recursive /mnt/vendor/modem_userdata
|
|
chown radio system /mnt/vendor/modem_userdata
|