Announcement

Collapse
No announcement yet.

Alpine Linux 3.5 Ships With ZFS Root File-System Support, Switches To LibreSSL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Alpine Linux 3.5 Ships With ZFS Root File-System Support, Switches To LibreSSL

    Phoronix: Alpine Linux 3.5 Ships With ZFS Root File-System Support, Switches To LibreSSL

    The lightweight Alpine Linux distribution that is built around Musl libc and BusyBox and popular in the container space has issued a big update to their Linux operating system...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Wow .. it started. Linux distributions are losing all respect for the FSF and the grain-of-salt legal advice from SFC. Alpine, in particular, also ships with MUSL libc and busybox (and will perhaps replace it with Toybox).

    Comment


    • #3
      That isn't necessarily political, it's designed to be lightweight for use in containers. You probably won't interact with the shell directly as a user so why wouldn't they use Busybox?

      Comment


      • #4
        Originally posted by wikinevick View Post
        Wow .. it started. Linux distributions are losing all respect for the FSF and the grain-of-salt legal advice from SFC. Alpine, in particular, also ships with MUSL libc and busybox (and will perhaps replace it with Toybox).
        zfs is licensed under CDDL, which is considered a free software license by the FSF.

        Comment


        • #5
          Originally posted by Chewi View Post
          That isn't necessarily political, it's designed to be lightweight for use in containers. You probably won't interact with the shell directly as a user so why wouldn't they use Busybox?
          Bash provides better compatibility with good old scripts and the disk space is cheap these days. A 1 MB binary isn't that bad when you have 2 TB SSD. In fact many GNU programs like true/false use tons of space.

          Comment


          • #6
            Originally posted by caligula View Post

            Bash provides better compatibility with good old scripts and the disk space is cheap these days. A 1 MB binary isn't that bad when you have 2 TB SSD. In fact many GNU programs like true/false use tons of space.
            Alpine is meant to also function in very constrained devices like routers. When you have 64MB, everything counts.

            Comment


            • #7
              zfs root? Is that legal to ship oob?

              Comment


              • #8
                Originally posted by caligula View Post

                Bash provides better compatibility with good old scripts and the disk space is cheap these days. A 1 MB binary isn't that bad when you have 2 TB SSD. In fact many GNU programs like true/false use tons of space.
                Busybox is more than just Bash. It covers coreutils and more, which includes those massive true/false binaries.

                Comment


                • #9
                  Bash is also not as needed as one might think. The transition from Arch to Alpine was much smoother than expected. I could probably have settled for the default busybox sh as shell but went for mksh.

                  Bash would only be needed only if you have lots of legacy scripts that you want to migrate and in that case, both bash and coreutils are in the repositories.

                  Comment


                  • #10
                    Originally posted by caligula View Post

                    Bash provides better compatibility with good old scripts and the disk space is cheap these days. A 1 MB binary isn't that bad when you have 2 TB SSD. In fact many GNU programs like true/false use tons of space.
                    Bash is only required if your old scripts were written with plenty of bash-isms (bash-only code). POSIX scripts run fine on ash (busybox's shell).

                    Comment

                    Working...
                    X