Magisk-Modules-Alt-Repo / submission

Information regarding the submission of Magisk Modules to the Alt-Repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Module] chroot-distro

YasserNull opened this issue · comments

ID

chroot-distro

Name

chroot-distro

Description

chroot-distro

chroot-distro :
Install linux distributions on android with chroot

warning : this work only on rooted android devices

  • chroot-distro path : /data/local/chroot-distro/

Android paths on distributions :

  • /dev
  • /sys
  • /proc
  • /dev/pts
  • /sdcard
  • /system
  • /storage
  • /data

usage

help

  • help
chroot-distro help
  • list of available linux distributions
chroot-distro list
  • download rootfs file
chroot-distro download <distro>
  • redownload rootfs file
chroot-distro redownload <distro>
  • delete rootfs
chroot-distro delete <distro>
  • install distro
chroot-distro install <distro>
  • reinstall distro
chroot-distro reinstall <distro>
  • uninstall distro
chroot-distro uninstall <distro>
  • backup distro
chroot-distro backup <distro>
  • backup distro with custom path
chroot-distro backup <distro> <path>
  • remove backup distro
chroot-distro unbackup <distro>
  • restore distro
chroot-distro restore <distro>
  • restore distro with custom path
chroot-distro restore <distro> <path>
  • login to distro
chroot-distro login <distro> 

supported distributions

  • kali-linux : Kali Linux
  • alpine : Alpine Linux
  • archlinux : Arch Linux
  • artix : Artix Linux
  • debian : Debian
  • deepin : Deepin
  • fedora : Fedora 39
  • manjaro : Manjaro
  • openkylin : OpenKylin
  • opensuse : OpenSUSE
  • pardus : Pardus
  • ubuntu : Ubuntu
  • void : Void Linux

best features :

you can use chroot-distro on any terminal
like mt manger , termux , twrp , Android terminal emulator...
debian
kali-linux
debian_vnc

Install chroot-distro

  • module

warning : required busybox for android ndk module

Module repository link

https://github.com/YasserNull/chroot-distro/releases/download/magisk-module/chroot-distro.zip

Source code link (for compiled binaries/APKs)

https://github.com/YasserNull/chroot-distro/

Approved.

I have created a repository for you at: https://github.com/Magisk-Modules-Alt-Repo/chroot-distro , enjoy!

Check your e-mail inbox for an invite to your new repository and remember to 'Watch' your repository on Github to have new issues in it show up in your feed.

Make sure to change your local repository's push URLs or configure 2 parallel push URLs.