Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

emarsk

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by emarsk

  1. Yes, if I understand correctly the emul-linux-x86-* packages were just sets of precompiled x86 libraries. Now we are telling portage to compile the x86 version for those libraries with the abi_x86_32 USE flag. It's the same thing but done in a cleaner, more flexible, more consistent way.

    Someone correct me if I'm wrong, my knowledge here is flaky.

  2. I use rEFInd, but I never used boot-update or similar abstractions.

     

    I think that rEFInd will and should never be in portage, because by its nature it's something that you need to install manually: it goes on the ESP partition, not in the usual system partition(s) (/, /usr, ?), and it's independent from the installed OSes so why should Funtoo manage it?  It could lead to problems more than solutions.

     

    @Chris, not everybody uses the same color theme here: your example is unreadable on my white background until I select it.

  3. There are many ways to achieve this. One I like much is to create symlinks.

    Symlinks are my choice too.  I have all the things I need to share on a data partition, and a script that creates the symlinks.

    The script is essentially a list of "if x is available, then create this link and backup the file if already there".  It will also check for different software versions if needed (some time ago I had two different versions of tmux installed in Debian and Funtoo which needed slightly different configuration files).

    This way I also keep track of the stuff that I actually need to backup or share, as opposed of just sharing all the junk in /home.

×
×
  • Create New...