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

This is why I use Arch.

  • Akatsuki Levi@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days 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

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day 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@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 hours 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

        • sugar_in_your_tea@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          7 hours 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).