Browse Source
Allow a command to be specified when running termux-chroot. Example: ``` $ termux-chroot ls / bin data dev etc home lib proc property_contexts share storage system tmp usr var vendor ``` This makes it possible to run scripts that include a part that needs to be run in a chrooted environment, like a compile script. ``` ./configure make termux-chroot make install ``` Previously it had to be done like this: ``` ./configure make termux-chroot cd program make install exit ```android-5
Oliver Schmidhauser
8 years ago
committed by
Fredrik Fornwall
2 changed files with 34 additions and 11 deletions
Loading…
Reference in new issue