• nyan@sh.itjust.works
    link
    fedilink
    arrow-up
    12
    ·
    5 months ago

    The Gentoo news post is not about having /bin and /usr/bin as separate directories, which continues to work well to this day (I should know, since that’s the setup I have). That configuration is still supported.

    The cited post is about having /bin and /usr on separate partitions without using an iniramfs, which is no longer guaranteed to work and had already been awfully iffy for a while before January. Basically, Gentoo is no longer jumping through hoops to make sure that certain files land outside /usr, because it was an awful lot of work to support a very rare configuration.

  • dinckel@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    6 months ago

    I’m curious why the separation between these still exists, because a bunch of distributions symlink all of these to /usr/bin either way

    • uis@lemm.eeOP
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      6 months ago

      Think about booting over network. Or having /usr on another drive. Including even network drive. Think about dumb terminals(wrong cetury) thin clients. For example they can use small disk to quickly boot wihout downloading kernel and initramfs and use NFS for /usr and /home.

        • uis@lemm.eeOP
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          6 months ago

          True, network boot is not best example. Shared /usr is much better one. For example if you are school that wants to buy 100 thin clients for very cheap.

  • Samueru@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    6 months ago

    Alpine still keeps /bin and /usr/bin separated.

    And iirc the next fedora release will finally unify everything under /usr/bin.