diff options
Diffstat (limited to 'META-INF')
-rwxr-xr-x | META-INF/com/google/android/update-binary | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/META-INF/com/google/android/update-binary b/META-INF/com/google/android/update-binary index e841bef..bf0a6ad 100755 --- a/META-INF/com/google/android/update-binary +++ b/META-INF/com/google/android/update-binary @@ -121,6 +121,7 @@ if [ -f /system/system/build.prop ]; then rm -f $mntpt; mkdir $mntpt; fi; + done; $bb mount -o ro -t auto /dev/block/bootdevice/by-name/system /system_root; $bb mount -o bind /system_root/system /system; fi; |