Releases: FerryAr/lhroot
Releases · FerryAr/lhroot
v2.2
Long time no see! Sorry for long update. I am busy with my job recently and don't have much time to maintain this project. But because so many cases like #21, it forced me to bring an update to this project.
Changelog
- Code cleanup
- Now user can select which chroot folder to be removed (#11). Thanks @N1ght420!
- Abort chroot removal if /dev is still mounted, to prevent cases like #21, #12, #18.
- Fix false positive busybox not found message (#3)
- Check if Android >= 10 before mounting /apex
- Bump Alpine Linux and Arch Linux version
v2.1
Changelog
- Code cleanup
- Add Void Linux
- Remove Parrot as it is outdated, and I can't build the tarball
- Now you can seamlessly run 2 or more chroot instances, just pass chroot folder after bootlinux, e.g.
bootlinux /data/alpine
or
bootlinux /data/void
For killing specific instances, also pass chroot folder after killlinux, e.g.
killlinux /data/alpine
or
killlinux /data/void
If argument is not passed, it will be back to old behaviour
v2.0
Long time no see, as I busy with my job, I'd be slow updating this project.
Changelog
- Add Android environment so it can execute termux api commands, requested at #2. Still beta though, tested on Manjaro rootfs with Android 12.1 host
- Added Manjaro ARM
- Updated Arch Linux and Alpine Linux tarball link