fixed installer being confused by non-MinUI TF2
This commit is contained in:
parent
b484896658
commit
a98b584623
2 changed files with 18 additions and 11 deletions
|
|
@ -3,8 +3,8 @@
|
|||
# NOTE: this file is not chrooted so it's using stock's everything!
|
||||
|
||||
TF1_PATH=/mnt/mmc
|
||||
TF2_PATH=/mnt/sdcard # TF1 is linked to this path if TF2 is missing
|
||||
SYSTEM_PATH=/mnt/sdcard/.system/rg35xx
|
||||
TF2_PATH=/mnt/sdcard # TF1 should be linked to this path if TF2 is missing or doesn't contain our system folder
|
||||
SYSTEM_PATH=${TF2_PATH}/.system/rg35xx
|
||||
FLAG_PATH=/misc/.minstalled
|
||||
|
||||
# old rootfs.img (alpha-only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue