Rolf Neugebauer

Results 95 comments of Rolf Neugebauer

It would be nice to build kernels with `linuxkit pkg build` but the builds are a bit different. I think most of what was described in https://github.com/linuxkit/linuxkit/issues/2583 still holds

@neacsu thanks for the patch. I don't quite understand the use case for this. Could you elaborate? Also, as @deitch commented we try to keep the root fs being described...

I'm still not sure how this would be used. Can you please add documentation to `docs/yaml.md` as well as a test (the test can produce a tar ball and then...

The `-dbg` and `-rt` configs are appended to the main config, so adding it there adds the config twice.

Thanks. CI is a bit wonky, but it also looks like you haven't addressed the previous comment: > The kernel build checks that the config file does not change when...

`examples/docker.yml` and others contain an example on how to add a custom `daemon.json` file. Is this what you are looking for?

building kernel modules is pretty iffy. Not only do you need the right source but you also need the right version of `linuxkit/alpine` for it which makes it harder to...

https://www.kernel.org/doc/html/latest/x86/microcode.html describes three ways of loading the microcode. LinuxKit currently only supports the first (prepending it to the initrd). For some output formats LinuxKit doesn't use a initrd so this...

Do you have the console output? Can you check what device (/dev/sdX) the usb drive comes up? It might not be /dev/sda if you also have a hard disk installed...

I don’t think this will work as the usb storage module is on the fs on the usb stick. Next week I’ll try to look into EFI booting with squashfs....