• 0 Posts
  • 193 Comments
Joined 2 years ago
cake
Cake day: March 22nd, 2024

help-circle
  • Do use the Gentoo-provided minimal install iso as the host for the install, and not random live media, just to reduce the possibility of unexpected problems.

    The handbook is actually pretty explicit on what commands you need to run for the base install. Read it through first. Take note of the places where you actually have to decide something (the biggest one is OpenRC vs. systemd, and you want to have that decision made before you start). Go with the default for anything you don’t really care about or that looks a bit complicated or scary. Absolutely do not skip steps (unless they’re marked “Optional”) even if you don’t yet understand what the step is for.

    Working inside a VM insulates you from some of the worst gotchas you can run into on real hardware (like bad UEFI implementations), fortunately. Still, don’t try to build a custom kernel straight out the gate—just install the distro kernel for now.

    If something goes wrong during the install, it can be best to take a break and come back later.

    Once you’ve got the base system running, you’ll have another decision to make about X vs wayland and the various DE/WM/compositor options.


  • Judging from the information on https://wiki.netbsd.org/ports/, this is true, but not as true as it might appear at first glance. Linux for VAX is an obsolete(?) specialty port not available from most distros, and Itanium support has recently been discontinued, but I think Gentoo supports all the other variations listed. So BSD comes out on top by a hair due to continuing second-class VAX and Itanium support. The rest is just lumper-versus-splitter stuff.






  • If you’re not encrypting or RAIDing your root fs, you may be able to get away without an initrd at all. You just need to make sure you build enough drivers into the kernel to be able to mount the root fs. Once that’s done, the kernel will be able to late-load any other needed modules or firmware. (The machine I’m typing on right now has no initrd, and neither do any of my others.)


  • It natively require you to compile the kernel

    Nitpick: precompiled kernels are now available as sys-kernel/gentoo-kernel-bin, but you certainly can build your own (I’ve done that for two new machines in the past six months).

    “sysrescuecd” which is based on gentoo

    It used to be, but isn’t anymore. Try booting the Gentoo minimal install image for your arch instead.







  • The largest one is probably the lack of churn. I don’t have to relearn what things look like or how controls function every few years (or where settings have migrated to, or how to accomplish random-obscure-thing-I-might-need-to-do-once-a-year). It lets me get on with whatever I sat down at the computer to do in the first place, which was almost certainly not tinkering with the DE.

    It’s also light on resources, since it dates to the days when a single core and 1GB RAM was considered a pretty decent system.

    (Note that TDE, which is what I am using, is still well-maintained—it’s just that the people working on it consider keeping the original look and feel to be one of their goals.)







  • In Firefox, I don’t remember having something similar. That was like 5+ years ago, I believe profiles were there, but perhaps less easy to use.

    The profiles feature in Firefox haa been there for a long, long time—more than a decade, and possibly longer than Chrome has existed—but not many people read the documentation to find the command-line switch to evoke the selector, and they’ve never been terribly easy to find from inside the GUI.