Files
linuxkit/examples/packet.arm64.yml
Robin Winkelewski 5e9b5878aa bump hashes
2018-04-24 22:35:39 +02:00

15 lines
561 B
YAML

# This YAML snippet is to be used in conjunction with packet.yml to
# build a arm64 image for packet.net. It adds a modprobe of the NIC
# driver and overrides the kernel section to disable prepending the
# Intel CPU microcode to the initrd. If writing a YAML specifically
# for arm64 then the 'ucode' line in the kernel section can be left
# out.
kernel:
image: linuxkit/kernel:4.14.35
cmdline: "console=ttyAMA0"
ucode: ""
onboot:
- name: modprobe
image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976
command: ["modprobe", "nicvf"]