mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-08 18:32:04 +00:00
13 lines
501 B
YAML
13 lines
501 B
YAML
kernel:
|
|
image: linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
|
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
|
|
onboot:
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:7eddc809847ae8d41f4d12a44a2390583e1c735f
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|