Systemless Linux chroot installer and Linux chroot boot script
Due to many cases like this and this. Please make sure ALL mountpoint on chroot folder is UNMOUNTED before removing chroot folder. I don't responsible for lost all data, phone bricking, etc. You can check this repository that all the code I wrote, doesn't intentionally remove your data or bricking your phone. Use this module if you are familiar about Linux Enviroment. DWYOR!
lhroot
and follow the instructions
After installation to boot into Linux Chroot use :
bootlinux
After v2.1 you can run 2 or more chroot instances, just pass chroot folder, e.g.
bootlinux /data/manjaro
To unmount bind directory use :
killlinux
After v2.1 you can terminate specific instance, just pass chroot folder, e.g.
killlinux /data/manjaro
To make image use :
make_image <path to img> <img name.img> <size img in MB>
To mount image use :
mount_image <path to img> <path to linux directory>
...more distro added soon
Licensed under GNU GPL v3
The rootfs tarball is taken from AnLinux Resources Repository
Most of distro rootfs tarballs had been rebuilt and stored at lhroot-repo