Anyfed (Universal Fedora chroot tool) - First release
A small update. I wrote a small shell script which can set up a Fedora chroot anywhere (get the name now?) where a compatible kernel is. This means you can use minimal Fedora shell on almost any other Linux distribution.
Here is the project homepage and source code:
https://github.com/nmilosev/anyfed
You use it like this:
wget https://raw.githubusercontent.com/nmilosev/anyfed/master/anyfed && bash anyfed
The only prerequisites are that you have tar
and wget
in your $PATH
, you don’t even have to be superuser. It should work on any recent ARM or x86_64 kernel. I’ve tested it on my Android phone, my Raspberry Pi (with LibreELEC) and a couple of virtual machines and it is working really good.
The use cases are very broad. For example for running software which isn’t available on your installed distribution, or to try out dnf
and other Fedora-specific tools. Also, this could be very...