Jörg Behrmann

Results 150 comments of Jörg Behrmann

I've had [this alternative](https://github.com/behrmann/mkosi/tree/zfs) to #3692 flying around for a while. Would this work for you?

Do you know which combinations don't work? xfs btrfs, btrfs btrfs

So far I've usually used the `BUILDDIR` for these caching needs, e.g. setting in a build script ``` export GOCACHE="${BUILDDIR}/gocache" export GOMODCACHE="${BUILDDIR}/gomodcache" ``` That works well enough. This doesn't work...

I'm not sure I understand the problem. You configure `bootable=no` and in the output it looks to me like repart is adding the ESP you asked for and the repart...

> Right now I'm trying to have an empty esp partition and not have mkosi remove all the contents from the /boot directory. The problem is not mkosi removing all...

My bad, the sandbox that made this necessary actually didn't catch the chown calls, so this explains why the errors from chown bubbled up. That being said, even if gyp...

> I tend to disagree. `kernel-install` if for adding initrds _and_ kernels, but under some uses cases (e.g. a package update, any configuration change on the system, etc.) only the...

> But maybe the spec should be written first, and then this PR could implement that. What do you think? I think that's a good idea. Having a draft spec...

Can you put the full output in a gist and also try with current main?

Could you show the output from that? Seeing `bwrap` in the output means that's from quite a while back, since we don't use bubblewrap anymore.