2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-08-31 09:55:11 +00:00

Update scripts to support Pixel (XL)

This commit is contained in:
topjohnwu
2017-09-13 04:07:25 +08:00
parent 3a2262dfb3
commit 46c91f923d
4 changed files with 92 additions and 23 deletions

View File

@@ -49,13 +49,8 @@ ui_print "************************"
ui_print "* Magisk v$MAGISK_VER Installer"
ui_print "************************"
ui_print "- Mounting /system, /vendor, /cache, /data"
mount -o ro /system 2>/dev/null
mount -o ro /vendor 2>/dev/null
mount /cache 2>/dev/null
mount /data 2>/dev/null
[ -f /system/build.prop ] || abort "! /system could not be mounted!"
is_mounted /data || mount /data
mount_partitions
# read override variables
getvar KEEPVERITY