Skip to content

Commit

Permalink
Merge pull request #44 from jjkola/fix/kernelsu_and_apatch_without_ndk
Browse files Browse the repository at this point in the history
Fix KernelSU/APatch/Magisk without separately installed Busybox NDK
  • Loading branch information
YasserNull authored Oct 8, 2024
2 parents 8f3c850 + 35b40f7 commit 801f9ed
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 80 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chroot-distro :

### Installation requirements

Reasonably new Busybox-ndk magisk module version installed (1.36.1 is known to work, 1.32.1 is known to not work). If new enough version is not installed it may lead to problems with downloading rootfs.
Reasonably new Busybox for Android NDK Magisk module version installed (1.36.1 is known to work, 1.32.1 is known to not work). If new enough version is not installed it may lead to problems, for example with downloading rootfs. Using Busybox provided by Magisk/KernelSU/APatch (ie. without Busybox for Android NDK Magisk module) is community supported, and may lead to bugs during usage.

### Android paths on distributions :
+ /dev
Expand All @@ -34,6 +34,10 @@ As they say: *With great power comes great responsibility.*
```
chroot-distro help
```
+ output debug information about environment
```
chroot-distro env
```
+ list of available linux distributions
```
chroot-distro list
Expand Down
Loading

0 comments on commit 801f9ed

Please sign in to comment.