Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ksud/installer: /odm handling #2513

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

backslashxx
Copy link
Contributor

we move the folder out of system if it exists in real filesystem and it is not a symlink.
this is already supported on init_event.rs so only handle_partition logic was needed to make it happen

since KernelSU is using overlayfs, we need to move these out.

@backslashxx
Copy link
Contributor Author

tests:

image

customize.sh

REMOVE="
/system/vendor/bin/install-recovery.sh
/system/vendor/bin/msm_irqbalance
/system/bin/install-recovery.sh
/system/etc/nikgapps_logs_archive
/system/etc/nikgapps_logs
/system/bin/servicemanager
/system/odm/etc/NOTICE.xml.gz
/system/addon.d
"

@backslashxx backslashxx changed the title Odm mounting ksud/installer: /odm handling Mar 15, 2025
we move the folder out of system if it exists in real filesystem and it is not a symlink.

Signed-off-by: backslashxx <[email protected]>
this is already supported on init_event.rs so only handle_partition logic was needed to make it happen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant