-
Notifications
You must be signed in to change notification settings - Fork 210
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
[Q] can i use this to mount everything as ro (aka volatile) on kernelsu? #63
Comments
Yes |
Execute |
great! but that's for after the device has booted up, ie some files are likely been modified before executing the above commands. am i correct? so where should i put this command properly so that once booted up all partitions are mounted as ro only? do i need to modify any kernelsu manager scripts or to create a new init file to mount them as ro before running the actual init? also, do i need to make changes to mode.sh like OVERLAY_MODE=2 etc? EDIT
after tracing the scripts, it seems the shrink operation was the cause of the problem, and the module img was missing now, and your module disappeared |
wanna create a volatile overlay system with all partitions mounted as ro upon boot, and all changes will be written to /tmp (tmpfs), and discard all changes after reboot for testing purposes
is it possible to do that with your magic overlayfs with kernelsu?
regards
The text was updated successfully, but these errors were encountered: