Oliver Schmidhauser
2f90522ad3
termux-chroot: Specify command to execute
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
```
7 years ago
Fredrik Fornwall
17f61a476b
proot: Fix building with unified headers
8 years ago
michalbednarski
b886e69336
proot: Update to include --kill-on-exit support ( #1106 )
8 years ago
Fredrik Fornwall
edb2b68fdb
proot: Bump revision after termux-chroot change
8 years ago
Fredrik Fornwall
293296c44f
proot: /data & /property_contexts in termux-chroot ( #1081 )
Fixes #1076 .
8 years ago
michalbednarski
4480f511b7
proot: Update and mount /vendor ( #1055 )
* Update to fix emulated ptrace() on ARM thumb
* Mount /vendor (fixes termux/proot#2 )
8 years ago
michalbednarski
ac9b167799
proot: Upgrade to fix #898 ( #915 )
Also revert to thumb mode as termux/proot#1 is fixed
8 years ago
Fredrik Fornwall
28c436bb8a
proot: Build without -mthumb as it causes segfault
Fixes #761 .
8 years ago
Fredrik Fornwall
9ddb35b2cb
Add some source checksums
8 years ago
Oliver Schmidhauser
596a5857dc
Update proot to the latest version ( #751 )
More information about what's been done here:
https://plus.google.com/+OliverSchmidhauser/posts/FVqBDPdNzUd
8 years ago
Fredrik Fornwall
7ce5638519
Cleanup of more packages
8 years ago
Fredrik Fornwall
4790864684
proot: Bump to latest commit (with link2symlink)
8 years ago
Fredrik Fornwall
115be236c3
proot: Build from https://github.com/termux/proot
8 years ago
Fredrik Fornwall
42aaa8bfaf
Bump proot build revision for package update
8 years ago
michalbednarski
22e490e751
proot: Work around inability to use change syscall ( #390 )
* proot: Work around inability to use change syscall
* Use -1 as SYSCALL_AVOIDER on aarch64
8 years ago
Fredrik Fornwall
c491cc4966
proot: Expose /storage in termux-chroot
9 years ago
Fredrik Fornwall
01176e2d8f
Enable the proot package
9 years ago