mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 02:34:09 +00:00
13 lines
462 B
YAML
13 lines
462 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
|
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
|
onboot:
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|