I am working on a ship so once at sea I have no internet. The idea is to clone the complete git repository so that I can still install software when offine. I am using apt-mirror with debian which works great. I am looking to do something similiar with gentoo.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
I don’t know a whole lot about funtoo but I assume it is similar to Gentoo. The main problem you’ll face is that gentoo/funtoo repositories hardly ever store the source codes, only the metadata (which tells you where to download it). Once offline, if you don’t have the source codes, you can’t install the program Luckily, portage lets you fetch a program source code (or data) via
This is not a complete solution, but I hope it gives you an idea on how to do it. |
|||
|
|