Stories
Slash Boxes
Comments

SoylentNews is people

posted by hubie on Friday September 16 2022, @05:50PM   Printer-friendly
from the we're-in-the-"extend"-phase dept.

systemd's mkosi-initrd Talked Up As Better Alternative To Current Initrd Handling--Phoronix:

Red Hat engineer and systemd developer Zbigniew Jędrzejewski-Szmek presented on Monday at the Linux Plumbers Conference on a new design for inital RAM disks (initrd) making use of the new systemd mkosi-initrd project.

The mkosi-initrd approach paired with systemd system extensions is a fundamental shift from expecting initrd images to be built locally on user systems to something that can be done by distribution vendors with their build system. This can allow for better QA, embracing various modern security features, and more manageable initrd assets. Zbigniew summed up his LPC 2022 talk as:

Distributions ship signed kernels, but initrds are generally built locally. Each machine gets a "unique" initrd, which means they cannot be signed by the distro, the QA process is hard, and development of features for the initrd duplicates work done elsewhere.

Systemd has gained "system extensions" (sysexts, runtime additions to the root file system), and "credentials" (secure storage of secrets bound to a TPM). Together, those features can be used to provide signed initrds built by the distro, like the kernel. Sysexts and credentials provide a mechanism for local extensibility: kernel-commandline configuration, secrets for authentication during emergency logins, additional functionality to be included in the initrd, e.g. an sshd server, other tweaks and customizations.

Mkosi-initrd is a project to build such initrds directly from distribution rpms (with support for dm-verity, signatures, sysexts). We think that such an approach will be more maintainable than the current approaches using dracut/mkinitcpio/mkinitramfs. (It also assumes we use systemd to the full extent in the initrd.)

See the talk or go look at the PDF slides.


Original Submission

 
This discussion was created by hubie (1068) for logged-in users only, but now has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by sjames on Saturday September 17 2022, @01:45AM (2 children)

    by sjames (2882) on Saturday September 17 2022, @01:45AM (#1272053) Journal

    Caldera tried that years ago, but the demographic of Linux users leaned more knowledgable in those days. That was the first time I ever saw a representative try and fail to give away free install disks at a Linux enthusiasts meeting.

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by maxwell demon on Sunday September 18 2022, @11:13AM (1 child)

    by maxwell demon (1608) Subscriber Badge on Sunday September 18 2022, @11:13AM (#1272256) Journal

    Caldera? The company that later bought and renamed itself into SCO, before acting as a Microsoft proxy against Linux?

    I didn't know that they already tried to subvert Linux that early.

    --
    The Tao of math: The numbers you can count are not the real numbers.
    • (Score: 2) by sjames on Sunday September 18 2022, @03:55PM

      by sjames (2882) on Sunday September 18 2022, @03:55PM (#1272281) Journal

      The very same Caldera. The distro was a fork of RedHat with a few more bugs.