]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Make Linux= support delayed specifiers 3509/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 14 Feb 2025 12:39:48 +0000 (13:39 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 14 Feb 2025 14:03:05 +0000 (15:03 +0100)
commitda5bf76ec217f4a5cca3de4a240bfeddbb8d793b
tree56c2c883f866727f607dbd22f56e399f6e1ac136
parent9b31dde1cafe5e7ce1b007cf93754355c32a8598
Make Linux= support delayed specifiers

In mkosi-kernel, I want to add the following:

```
Linux=&b/kernel/arch/x86_64/boot/bzImage
```

So that I can run `mkosi -t none` to rebuild the kernel image and
`mkosi qemu` to boot into it. To make this work, let's add support
for a delayed specifier to Linux= that expands to the finalized
build directory.
mkosi/config.py
mkosi/qemu.py
mkosi/resources/man/mkosi.1.md
mkosi/vmspawn.py