Magisk-Modules-Alt-Repo / chroot-distro

install linux distributions on android
GNU General Public License v3.0
147 stars 11 forks source link

chroot-distro unmount command hangs unless using the '--force --all' options #55

Open anaxonda opened 4 days ago

anaxonda commented 4 days ago

When I run the chroot-distro unmount command it hangs, unless using the --force --all options.

So far nothing bad happened, but is there a recommended way to unmount more gracefully?

jjkola commented 3 days ago

Thanks for the bug report. I have linked the relevant issue to this one. unmount command is not mandatory to run after use of chroot-distro. I added it as a helper to make it easier to test development changes. I just wanted to reset mounts without needing to reboot the device, or having to uninstall the chrootfs. But, I can see the value of using it to clean up the environment after use (outside of development process).