Skip to content

Commit

Permalink
OVERLAY_LEGACY_MOUNT=true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
HuskyDG committed Oct 2, 2023
1 parent c2cf020 commit be40602
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions magisk-module/mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
# You can set to 2 after modify system partititons to avoid detection
export OVERLAY_MODE=0

# Set to true to enable legacy mode that mount overlayfs on subdirectories instead of root partititons
export OVERLAY_LEGACY_MOUNT=false
# Set to true to mount overlayfs on subdirectories of /system /vendor /system_ext /product,...
# instead of on /system /vendor /system_ext /product,...
export OVERLAY_LEGACY_MOUNT=true

0 comments on commit be40602

Please sign in to comment.