Replies: 2 comments
-
|
I don't know what level of mess you have done to your Termux environment, but I want to tell you that The Probably you need a fresh reinstallation of Termux |
Beta Was this translation helpful? Give feedback.
-
|
@thunder-coding I think the $ man proot | col -b | sed -n "/-r path/,/recommended/p"
-r path, --rootfs=path
Use path as the new guest root file-system, default is /.
The specified path typically contains a Linux distribution where
all new programs will be confined. The default rootfs is / when
none is specified, this makes sense when the bind mechanism is
used to relocate host files and directories, see the -b option
and the Examples section for details.
It is recommended to use the -R or -S options instead.
$ bash -x termux-chroot "echo WHATEVER" 2>&1 | grep -w exec.*proot | grep -o -- "-r [^ ]*"
-r /data/data/com.termux/files/usr/..
$As you can see this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I don't really understand why is the PREFIX variable pointing to
/data/data/com.termux/files/usrinstead of/data/data/com.termux/files:As the
dev/,home/,proc/,root/,var/directories are located in/data/data/com.termux/filesinstead of/data/data/com.termux/files/usr, should not the PREFIX variable be pointing to/data/data/com.termux/files instead?Beta Was this translation helpful? Give feedback.
All reactions