Skip to content

Releases: FerryAr/lhroot

v2.2

20 Feb 08:23
03243e8
Compare
Choose a tag to compare

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

13 May 23:18
a0ddd64
Compare
Choose a tag to compare

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

06 May 09:16
f71bc0f
Compare
Choose a tag to compare

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

v1.9

15 Jan 02:16
Compare
Choose a tag to compare

Changelog

  • Code Cleanup
  • Migrate Alpine Linux tarball download to official repository
  • Update Arch Linux to 2021.01
  • Update Alpine Linux to v3.13

v1.8

02 Dec 15:33
Compare
Choose a tag to compare

Changelog

  • Remove SELinux Permissive on boot
  • Change way to verify the device online

v1.7

20 Nov 16:52
Compare
Choose a tag to compare

Changelog

  • Update mod-util to v2.6.1
  • Add Parrot OS, supported x86 and x64 device only.
  • Add Fedora, Supported arm and x64 device only.
  • Add 15 seconds sleep on remove chroot function

v1.4

28 Aug 17:25
Compare
Choose a tag to compare

Changelog

  • Add make_image and mount_image script to store a chroot in img file
  • Add Arch Linux (Support for ARM and x64 only)
  • Add Kali Linux
  • Change login to chroot from /bin/bash to /usr/bin/env su -l

v1.0

05 Aug 05:34
Compare
Choose a tag to compare

Changelog :

  • Initial Release