Avi Deitcher
Avi Deitcher
I have updated this to a more modern version of `linuxkit/init`. This in turn actually does work in terms of `findfs` working. However, we get permissions errors in trying to...
Not quite the drawing board, but I need to figure out a way to solve a problem.
We know how to fix this: the `config.json` needs to have the `devices` section in it. To do that, `linuxkit` needs to generate it, which it does. But only from...
I am going to open a separate tracking issue for the chained builds issue. We can resolve that one there, and then this becomes straightforward.
Not really. First, we don't _want_ to, because it means maintaining yet another piece of software. Way (*way*) too much of eve-os is patches on other upstream software; often it...
I've been spending quite some time on this. I think I may have figured out how to get around the issue, but it requires fixes at the (complex) buildkit level...
Yes @giggsoff got it with #2649
Why would we want to run `yq` as root? It shouldn't require any privileges at all, it is just processing input text to output text. Adding error check is a...
> As for set -e it is considered as a bad practice. I'd prefer not to do that I disagree. I understand that it is incomplete, but so is every...