Why are distro communities turning linux more and more into Windows and Mac OS clones?

This is why I use Arch.

  • Akatsuki Levi
    link
    English
    61 month ago

    After you figure out how to properly partition your disk, you learn how the entire setup is actually quite simple Basically, Mount partitions, pacstrap to install the base system, generate fstab, chroot in, create a unprivileged user and add it to sudo, setup grub, configure internet, exit chroot and unmount, reboot into the newly installed system, configure X11/Wayland to your liking

    • @[email protected]
      link
      fedilink
      English
      21 month ago

      Installing Arch is a lot easier than fixing a bad Manjaro update. I get that it’s intimidating, but it’s really quite easy if you can follow instructions, but budget a couple hours your first time because you’ll probably second-guess everything. The second time should be more like 30 min.

      • Akatsuki Levi
        link
        English
        21 month ago

        'Till you figure out that, on Arch, if you missed/broke anything, you can boot into the Arch USB, mount your root into /mnt, and arch-chroot in to fix whatever is broken

        • @[email protected]
          link
          fedilink
          English
          21 month ago

          Yup, a live image works in a pinch. IMO, just use BTRFS on root and install something like snapper to handle snapshots and you shouldn’t need the live USB (unless you bork your bootloader somehow).

          • Akatsuki Levi
            link
            English
            11 month ago

            Be me, and bork BTRFS itself while trying to compile OpenMW from source

              • Akatsuki Levi
                link
                English
                21 month ago

                There are things in this world you are not meant to fiddle with And apparently, glibc is one of 'em