Rolf Neugebauer
                                            Rolf Neugebauer
                                        
                                    Great to hear. `onboot` containers do run in sequence. Most likely cause was the change of `init`. If you have a working set up with a partitioned SD card, it...
FWIW https://github.com/linuxkit/linuxkit/pull/3023 added support for USB storage to the kernel. So now you can/should be able to use a USB disk for external storage on a RPi3.
I don't know how `hgfs` is implemented, but the fuse filesystem is compiled into the kernel, ie not as a module, see for example: https://github.com/linuxkit/linuxkit/blob/master/kernel/config-4.14.x-x86_64#L3380 Also, keep in mind that...
I agree we should have another release. Doing a release typically takes several days so it's a question of finding that time. I would also like to see the `runc/containerd`...
I also commented on this somewhere in a PR recently. I think we should change the `arches` argument in `build.yml` to: - called `platforms` as the section name - use...
Do the alpine versions of qemu work for arm64? They are already included for into the alpine base image and it should be relatively easy to add support
> You're right that in linuxkit all of this a bit manual since we're not using anything like mdev We are actually using `mdev` in the root namespace but it...
Looked into this quite a while ago (when A1 was launched). See https://github.com/linuxkit/linuxkit/issues/3251 In addition this would also need to figure out how graviton/a1 AMIs are booting
they seem to boot via EFI. See https://alan.ivey.dev/posts/2020/creating-an-ami-for-arm/
Thanks for taking a stab at this. Is this still WIP?