Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsojo/linuxonandroid
Run Linux on Android by Magisk & BusyBox.
https://github.com/hsojo/linuxonandroid
Last synced: 2 months ago
JSON representation
Run Linux on Android by Magisk & BusyBox.
- Host: GitHub
- URL: https://github.com/hsojo/linuxonandroid
- Owner: HsOjo
- Created: 2021-06-17T22:20:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T07:13:19.000Z (3 months ago)
- Last Synced: 2024-10-17T19:41:54.912Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinuxOnAndroid
* Run Linux on Android by Magisk & BusyBox.
## How to use?
* Install Magisk on your device.
* Install BusyBox by Magisk.
* Download this repository to "/data" directory.
* Execute "install.sh".
* Extract a linux rootfs to "/data/.linux".
* lxc image is recommended.
* Write your init script in "/data/.linux/init.sh"
* Reboot your device.