]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: load 'qemu_fw_cfg' kmod super early, so that we can import credentials from it
authorLennart Poettering <lennart@poettering.net>
Thu, 14 Apr 2022 15:52:55 +0000 (17:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Apr 2022 15:54:14 +0000 (17:54 +0200)
commit5c1d67af465ab6921beec3f864ffdf1670ca4e1e
tree64f4c4df7fc19d050c9b4d501e1fc036e1438535
parent6ef00eb846a89558ad46d2937addd8ea952b7062
pid1: load 'qemu_fw_cfg' kmod super early, so that we can import credentials from it

In one of the next commits we want to add support for importing system
credentials from qemu_fw_cfg, very early during boot. (So that we can
use the credentials therein for generators and even earlier). But that
means udev won#t load these modules for us, we have to load them
manually first.
src/core/kmod-setup.c