]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Install kernels to /boot 2154/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Dec 2023 16:06:51 +0000 (17:06 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Dec 2023 17:12:13 +0000 (18:12 +0100)
commitefbca7d01307a319f270ab65c30871ac31b43e4a
tree9dedd51d85bdc8c6e0b82d0e50f5870dcf198438
parentfe1abd4b045748b1674f3316a63cfd4792a78923
Install kernels to /boot

If users want to use XBOOTLDR partitions, then we have to put the
kernels in a separate location from the ESP stuff. Currently we put
everything in /efi when building the image, which means that users
don't have a way to specify that the kernels should be put in an
XBOOTLDR partition.

Let's fix this by installing kernels to /boot so that users can
populate an XBOOTLDR partition by simply using CopyFiles=/boot:/
in a repart xbootldr partition definition.
NEWS.md
mkosi/__init__.py
mkosi/resources/mkosi.md
tests/test_initrd.py