• topjohnwu's avatar
    Switch to skip_mount instead of auto_mount · 9bb2243b
    topjohnwu authored
    95%+ of existing modules enables auto mount (obviously).
    Switching auto mount to opt-out makes more sense than opt-in as
    in previous module format. The file 'auto_mount' will be ignored, and
    the file 'skip_mount' will be checked to toggle the mounting behavior.
    
    After scanning through the current Magisk Module Repo modules, no
    modules are using custom bind mounting; all modules with auto mount
    disabled have empty system folder, which means this change will not
    affect any existing module.
    9bb2243b
Name
Last commit
Last update
app Loading commit data...
chromeos Loading commit data...
docs Loading commit data...
gradle/wrapper Loading commit data...
native Loading commit data...
net Loading commit data...
scripts Loading commit data...
shared Loading commit data...
signing Loading commit data...
snet Loading commit data...
stub Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
LICENSE Loading commit data...
README.MD Loading commit data...
build.gradle Loading commit data...
build.py Loading commit data...
config.prop.sample Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...