mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:23:23 +00:00
- Add getty to get access to the serial console - Add a arm64 example for baremetal type 2a - Update documentation (and use example in documentation) I've tested the PXE boot on arm64 and the bond interface gets set up and seems usable. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
5 lines
132 B
YAML
5 lines
132 B
YAML
onboot:
|
|
- name: modprobe
|
|
image: linuxkit/modprobe:2d153653d1111877a8f53704ef85063a44182ade
|
|
command: ["modprobe", "nicvf"]
|