]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-stub: if we are http booted, query source URL and write to EFI variable
authorLennart Poettering <lennart@poettering.net>
Fri, 7 Feb 2025 22:30:13 +0000 (23:30 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Feb 2025 09:03:32 +0000 (10:03 +0100)
commite15d18b4c64e13c37a4c676bf61a5ecf8bba04a3
tree4f596a94079f297dd43fc608ec523cb536b2d48d
parentc88fdb1e560f4377424e2f687236b8af2f83de99
sd-stub: if we are http booted, query source URL and write to EFI variable

This way userspace can read the field, and use it to retrieve more
resources from the same place.
12 files changed:
docs/BOOT_LOADER_INTERFACE.md
man/systemd-boot.xml
man/systemd-stub.xml
src/boot/boot.c
src/boot/export-vars.c
src/boot/meson.build
src/boot/proto/device-path.h
src/boot/stub.c
src/boot/url-discovery.c [new file with mode: 0644]
src/boot/url-discovery.h [new file with mode: 0644]
src/bootctl/bootctl-status.c
src/fundamental/efivars-fundamental.h