mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-16 23:54:34 +00:00
13 lines
502 B
YAML
13 lines
502 B
YAML
kernel:
|
|
image: linuxkit/kernel:6.12.59-0ef72d722190ecfe0b3b37711f9a871a696e301a
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
|
|
- linuxkit/runc:9442aa234715e751a16144f1d4ae3fd1a00fd492
|
|
onboot:
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|