1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-25 10:04:04 +03:00

NEWS: fix sd-boot to systemd-boot

We renamed sd-boot to systemd-boot directly after merging it, to stay
conform to all the other systemd binaries.
This commit is contained in:
David Herrmann 2015-05-21 20:25:38 +02:00
parent 29d1fcb4a3
commit 1a2d5fbe7e

6
NEWS
View File

@ -138,15 +138,15 @@ CHANGES WITH 220:
disabled/masked also stopped. disabled/masked also stopped.
* The Gummiboot EFI boot loader tool has been merged into * The Gummiboot EFI boot loader tool has been merged into
systemd, and renamed to "sd-boot". The bootctl tool has been systemd, and renamed to "systemd-boot". The bootctl tool has been
updated to support sd-boot. updated to support systemd-boot.
* An EFI kernel stub has been added that may be used to create * An EFI kernel stub has been added that may be used to create
kernel EFI binaries that contain not only the actual kernel, kernel EFI binaries that contain not only the actual kernel,
but also an initrd, boot splash, command line and OS release but also an initrd, boot splash, command line and OS release
information. This combined binary can then be signed as a information. This combined binary can then be signed as a
single image, so that the firmware can verify it all in one single image, so that the firmware can verify it all in one
step. sd-boot has special support for EFI binaries created step. systemd-boot has special support for EFI binaries created
like this and can extract OS release information from them like this and can extract OS release information from them
and show them in the boot menu. This functionality is useful and show them in the boot menu. This functionality is useful
to implement cryptographically verified boot schemes. to implement cryptographically verified boot schemes.