https://gitweb.gentoo.org/data/gentoo-news.git/tree/2013/2013-09-27-initramfs-required/2013-09-27-initramfs-required.en.txt?id=a79dd69b0cca439bc0c483c9193c79e0554819d0

  • NaN@lemmy.sdf.org
    ·
    8 days ago

    I don’t know if this is really a “so broken” instance. /bin and /usr/bin (or sbin) have never been well separated, to the point where many distributions just symlink to /usr anyway. If you don’t want an initramfs to provide binaries you need them somewhere accessible.

    • uis@lemm.ee
      hexagon
      ·
      8 days ago

      /bin and /usr/bin (or sbin) have never been well separated, to the point where many distributions just symlink to /usr anyway.

      They were(see FHS) and you show exactly how broken it became.

      /usr supposed to have files that are needed only after first part of boot procees before mounting filesystems.

      • NaN@lemmy.sdf.org
        ·
        8 days ago

        They were defined sure, but without distribution adherence they weren’t actually, this has been the case for a long time. Out of all the distributions, Gentoo is probably one of the most sensitive to this issue since most others have used initramfs or initrd for decades and Gentoo has always made it optional.

        If the post was about FHS adherence I’d agree more.

  • Samueru@lemmy.ml
    ·
    8 days ago

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

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

    • brandon@lemmy.ml
      ·
      7 days ago

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

      On my current Fedora 40 install /bin is already a symlink to /usr/bin