Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/articles/howto_debian_rootfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ How to Set Up a Debian RootFS for PRoot
In this article and the following one, I will show that using
PRoot_, such testing is quite handy and can be done by any users.

.. _PRoot: http://proot.me
.. _PRoot: https://proot-me.github.io

Getting PRoot up and running
============================
Expand All @@ -35,7 +35,7 @@ In order to test PRoot, you can download the latest version on the
`official website`_ and compile it. You can also grab a package for
your distribution on the `Open Build Service`_.

.. _official website: http://proot.me
.. _official website: https://proot-me.github.io
.. _Open Build Service: http://software.opensuse.org/download.html?project=home:cedric-vincent&package=proot

If you choose to compile PRoot, that's just a matter of::
Expand Down
2 changes: 1 addition & 1 deletion doc/proot/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ Thanks
------

Huge thanks to Rémi DURAFFORT for all the tests, bug reports, fixes,
and for hosting http://proot.me.
and for hosting the legacy help pages.

Thanks to Thomas P. HIGDON for the advanced investigation on a really
tricky bug (red zone corruption).
Expand Down
22 changes: 2 additions & 20 deletions doc/proot/man.1
Original file line number Diff line number Diff line change
Expand Up @@ -649,25 +649,7 @@ checking whether the C compiler is a cross\-compiler... no
.SH DOWNLOADS
.SS PRoot
.sp
The latest release of PRoot is packaged on \fI\%http://packages.proot.me\fP
and sources are hosted on \fI\%http://scm.proot.me\fP\&. It is also available
as highly compatible static binaries:
.INDENT 0.0
.IP \(bu 2
for x86_64: \fI\%http://portable.proot.me/proot\-x86_64\fP
.IP \(bu 2
for x86: \fI\%http://portable.proot.me/proot\-x86\fP
.IP \(bu 2
for ARM: \fI\%http://portable.proot.me/proot\-arm\fP
.IP \(bu 2
other architectures: on demand.
.UNINDENT
.sp
Such binaries are created using the following build\-system:
\fI\%http://build.proot.me\fP\&. It makes sure that they can run on any distros
powered by the Linux kernel version 2.6.0 or later, nothing more.
Ultimately these binaries can even run on Linux systems where no
libraries are installed.
For the latest downloads, please visit https://proot-me.github.io/#downloads .
.SS Rootfs
.sp
Here follows a couple of URLs where some rootfs archives can be freely
Expand Down Expand Up @@ -808,7 +790,7 @@ chroot(1), mount(8), binfmt_misc, ptrace(2), qemu(1), sb2(1),
bindfs(1), fakeroot(1), fakechroot(1)
.SH COLOPHON
.sp
Visit \fI\%http://proot.me\fP for help, bug reports, suggestions, patches, ...
Visit \fI\%https://github.com/termux/proot\fP for help, bug reports, suggestions, patches, ...
Copyright (C) 2015 STMicroelectronics, licensed under GPL v2 or later.
.INDENT 0.0
.INDENT 3.5
Expand Down
20 changes: 2 additions & 18 deletions doc/proot/manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -487,23 +487,7 @@ Downloads
PRoot
-----

The latest release of PRoot is packaged on http://packages.proot.me
and sources are hosted on http://scm.proot.me. It is also available
as highly compatible static binaries:

* for x86_64: http://portable.proot.me/proot-x86_64

* for x86: http://portable.proot.me/proot-x86

* for ARM: http://portable.proot.me/proot-arm

* other architectures: on demand.

Such binaries are created using the following build-system:
http://build.proot.me. It makes sure that they can run on any distros
powered by the Linux kernel version 2.6.0 or later, nothing more.
Ultimately these binaries can even run on Linux systems where no
libraries are installed.
For the latest downloads, please visit https://proot-me.github.io/#downloads .

Rootfs
------
Expand Down Expand Up @@ -657,7 +641,7 @@ bindfs(1), fakeroot(1), fakechroot(1)
Colophon
========

Visit http://proot.me for help, bug reports, suggestions, patches, ...
Visit https://github.com/termux/proot for help, bug reports, suggestions, patches, ...
Copyright (C) 2015 STMicroelectronics, licensed under GPL v2 or later.

::
Expand Down
2 changes: 1 addition & 1 deletion doc/proot/rpm-spec
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ Thanks
------

Huge thanks to Rémi DURAFFORT for all the tests, bug reports, fixes,
and for hosting http://proot.me.
and for hosting the legacy help pages.

Thanks to Thomas P. HIGDON for the advanced investigation on a really
tricky bug (red zone corruption).
Expand Down
2 changes: 1 addition & 1 deletion src/cli/proot.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static Cli proot_cli = {
.name = "proot",
.subtitle = "chroot, mount --bind, and binfmt_misc without privilege/setup",
.synopsis = "proot [option] ... [command]",
.colophon = "Visit http://proot.me for help, bug reports, suggestions, patchs, ...\n\
.colophon = "Visit https://github.com/termux/proot for help, bug reports, suggestions, patchs, ...\n\
Copyright (C) 2015 STMicroelectronics, licensed under GPL v2 or later.",
.logo = "\
_____ _____ ___\n\
Expand Down
2 changes: 1 addition & 1 deletion src/tracee/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ static void check_architecture(Tracee *tracee)

note(tracee, INFO, USER,
"Get a 64-bit version that supports 32-bit binaries here: "
"http://static.proot.me/proot-x86_64");
"https://proot-me.github.io/");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This technically is not correct at all.

Proot compatible with Termux can be obtained only with pkg install proot.

Copy link
Author

@54145a 54145a Jul 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I don't think this message will ever be shown if proot's installed from pkg, as pkg will take care of architecture.

}

/**
Expand Down