]> git.ipfire.org Git - thirdparty/systemd.git/commit
efi: Cache contents of EFI variable SystemdOptions
authorFilipe Brandenburger <filbranden@gmail.com>
Wed, 10 Jun 2020 22:11:32 +0000 (15:11 -0700)
committerLennart Poettering <lennart@poettering.net>
Sat, 13 Jun 2020 12:46:57 +0000 (14:46 +0200)
commit209b2592ed5883bdfc7a0f2e5b7277c5c4fe834e
tree5941e3b132a3948a15181a89af49eaf668b9122a
parent6d0f38017c7476883103080372505d4811112346
efi: Cache contents of EFI variable SystemdOptions

Cache it early in startup of the system manager, right after `/run/systemd` is
created, so that further access to it can be done without accessing the EFI
filesystem at all.
src/basic/efivars.c
src/basic/efivars.h
src/core/main.c