Kai Lüke

Results 481 comments of Kai Lüke

Using systemd-network-generator instead sounds good! I'm not sure if this directly works or needs a bit of preprocessing if there are slight differences (one could then invoke it with a...

Thanks for looking into this! Sounds like we should drop the shell script (unless it's still needed for some other parts of the config).

Thanks for working on this. I've had the same goal and opened a couple of PRs to fix blocker issues mainly due to broken `--root=` support but we should also...

We could also make the embedding of the hash into the final kernel image a bit nicer - instead of writing it at this magic offset on top of some...

> We could also make the embedding of the hash into the final kernel image a bit nicer - instead of writing it at this magic offset on top of...

Or alternative suggestion, provide the binaries and the binfmt entry as release artifact so that they can be included via Ignition more easily? Then we can add it to the...

For amd64 the file `/usr/lib/binfmt.d/qemu-x86_64-static.conf` (or `/etc/binfmt.d/…`) is: ``` :qemu-x86_64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x3e\x00:\xff\xff\xff\xff\xff\xfe\xfe\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-x86_64-static:F ```

New idea, make this a sysext image? Edit: Should be part of a combined "hypervisor" extension that includes qemu-user, qemu-system (regular QEMU stuff), and Cloud Hypervisor or even something like...

Please provide the OS version and the kernel dmesg/serial console output. What is `/usr/share/test.img` - that is not a writable path, can you explain more in detail what you did?

About the `tools` extension that would have stuff such as vim: `strace` could also go into this new `tools` extension. New things like htop would then go to something like...