Jörg Behrmann

Results 150 comments of Jörg Behrmann

Indeed, the current split is more of a hodge podge and the name `backend.py` is unfortunate as it's more core or util, but even with a more careful split this...

Thanks for the report! Yeah, this might be useful, but adding this is a bit niche. I would be happy to review a patch adding a CLI option adding this...

Well, the canonical solution would be systemd-repart and its lack in Debian and its derivatives is quite problematic in that regard, since we can't add the same logic mkosi and...

From a (non-)mkosi workaround angle: You can also add partitions to the image after mkosi is done with it and you could probably do that in a finalise script.

> So far i did not tried to create a partition in the "mkosi.postinst" file because i dont understand yet how mkosi handles partitions in general. I was actually thinking...

In good news [systemd-repart doesn't require openssl](https://github.com/systemd/systemd/blob/main/NEWS#L696) starting with systemd v250. I think this was the main blocker for its inclusion in Debian, so we can hope that Debian enables...

The problem seems to be nspawn being unhappy about the argument to `--bind=` (`target-mkosi/pgax33su/var-tmp:/var/tmp:`). Judging from your output snippet this happens in `install_debian_or_ubuntu` in the block where docs are deleted....

Thanks for checking! Changed the title accordingly, because that's something we should fix.

I like the idea, when I first tried to factor the distros out into their own modules, I stumbled over disentangling that from the outputs, so I think this might...

Having looked around a bit, I agree that some JS-API for plugins would be grand. Unfortunately for the Chrome extension API there seems to be movement only a subset in...