Merge "Manually unmount /data_mirror mounts in the right order" am: 9cd3c84dc1
am: 6cdf64a2ef
Change-Id: Ic371031aa1a52898d7a31423e9c76d72b49e8fcc
This commit is contained in:
commit
b0f419d7cf
1 changed files with 6 additions and 0 deletions
|
@ -1063,6 +1063,12 @@ on userspace-reboot-fs-remount
|
|||
start vold
|
||||
exec - system system -- /system/bin/vdc checkpoint resetCheckpoint
|
||||
exec - system system -- /system/bin/vdc checkpoint markBootAttempt
|
||||
# Unmount /data_mirror mounts in the reverse order of corresponding mounts.
|
||||
umount /data_mirror/data_ce/null/0
|
||||
umount /data_mirror/data_ce/null
|
||||
umount /data_mirror/data_de/null
|
||||
umount /data_mirror/cur_profiles
|
||||
umount /data_mirror
|
||||
remount_userdata
|
||||
start bootanim
|
||||
|
||||
|
|
Loading…
Reference in a new issue