Kevin Hellemun
Kevin Hellemun
https://github.com/moby/moby/issues/16160 also suggests to mount `/dev:/dev`. Then I run in the same issue as above: `msg="failed to mount boot partition: not a directory" error="failed to mount boot partition: not a...
Ok, I've managed to mount it using https://pkg.go.dev/github.com/u-root/u-root/pkg/mount/block#BlockDev. At last, progress.
semi working poc: https://github.com/OGKevin/talos-ext-rpi-generic/pull/1 Next part of the puzzle is to discover why the newly written config is not persisted after reboot. Specifically, https://github.com/OGKevin/talos-ext-rpi-generic/blob/d265d5e75927759fcea2dfd304ce0156b02af6c7/main.go#L88-L93 always prints 2 versions, after reboot...
Ok, I've a working poc! 🎊. Next I have to clean up the code and use a boot-config that the user places on the node via machine config instead of...
@smira @frezbo when you have a min, can you have a look at the linked MR so we can get this merged and closed 🙏🏾. Do you also know of...
So, re: https://github.com/siderolabs/extensions/pull/145#issuecomment-1650080156 what is now the way forward? @smira @frezbo
@SimplyBallistic do you have this version hosted somewhere? e.g. a Maven repo ?
There was already a request for this, see https://github.com/bunq/sdk_java/issues/34 but after internal discussion we concluded that we won't do this. But that was based on the argument for testing. As...
Hmm, if its nicely structured and can be implemented in the other 3 SDK's then i don't see why not. But i think it would be better if you give...
I have a feeling that the generated code must also change for this.