Jörg Behrmann
Jörg Behrmann
@mcassaniti good catch, that this is recursive!
I think that's a good idea and will happily review patches. Shelling out to openssl is fine (we currently do that to generate secure boot keys), but we've also relaxed...
Judging from [this discussion](https://github.com/systemd/mkosi/pull/992/files#r893735422) in #992 I think I see that dracut doesn't really know what to mount. Since we have an image ID we set `root=` on the kernel...
> 1. i am building multiple images; and using ImageId to set the output file name and partition name. the images are for personal use as my main os/distro. i...
I'm not quite sure I understand the problem. `WithDocs=` always defaults to false, but it rather works the other way around: If `WithDocs=` is false, we'll clean up the docs...
Looking through the manifest code again I see that actually you are right. I guess we should wrap the apt callouts there and warn if they produce an error, that...
Can you reconstruct the last mkosi version where this used to work as you expected? This would be helpful to bisect the issue.
@cerebro1 Thanks for the report! Could you maybe add the invocation or config file used to generate the error (i.e. what version of Debian were you targetting) and with what...
Ah, my bad. I vaguely remembered the name from the systemd PR list, but didn't make the connection. > We should add a `cat` command or so to print all...
You can get a plain bios partition, though, which we don't touch. You can probably hack together support for whatever bootloader by using some postinst or finalize script.