]> git.ipfire.org Git - thirdparty/systemd.git/commit
stub: rework initrd handling around "struct iovec"
authorLennart Poettering <lennart@poettering.net>
Wed, 26 Jun 2024 08:20:26 +0000 (10:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 26 Jun 2024 15:09:44 +0000 (17:09 +0200)
commitac32323271305252935469723e460139a65ed378
tree3927f54c383135d54f6c2ab81fa0af3978176cd5
parent79d076be371139ac2bd222b99b4299da5ee07312
stub: rework initrd handling around "struct iovec"

Let's maintain an array of "struct iovec" for the initrds. It becomes a
ton easier and shorter to process/combine the various initrds then.
src/boot/efi/cpio.c
src/boot/efi/cpio.h
src/boot/efi/stub.c