ubuntu_on_termux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu_on_termux [22.11.2020 10:46] – created Pascal Suterubuntu_on_termux [22.11.2020 10:50] (current) Pascal Suter
Line 21: Line 21:
   proot-distro login ubuntu-20.04    proot-distro login ubuntu-20.04 
 or we can run proot manually to give us some more customizability. for example:  or we can run proot manually to give us some more customizability. for example: 
-  distro=ubuntu-20.04proot --link2symlink -0 -r $distro/ -b /dev -b /proc -b /sys -b $distro/tmp:/dev/shm -b /data/data/com.termux -b /:/host-rootfs -b /sdcard -b /storage -b /mnt /usr/bin/env -i HOME=/root PATH=/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/games:/usr/local/games TERM=\$TERM LANG=C.UTF-8 /bin/bash --login+  unset LD_PRELOAD 
 +  distro=ubuntu-20.04proot --link2symlink -0 -r $distro/ -b /dev -b /proc -b /sys -b $distro/tmp:/dev/shm -b /data/data/com.termux -b /:/host-rootfs -b /sdcard -b /storage -b /mnt /usr/bin/env -i HOME=/root PATH=/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/games:/usr/local/games TERM=\$TERM LANG=C.UTF-8 /bin/bash --login
  
  
  • ubuntu_on_termux.1606038402.txt.gz
  • Last modified: 22.11.2020 10:46
  • by Pascal Suter