mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:53:02 +00:00
30 lines
1.0 KiB
YAML
30 lines
1.0 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.52
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
|
init:
|
|
- linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2
|
|
- linuxkit/runc:v0.4
|
|
- linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3
|
|
- linuxkit/ca-certificates:v0.4
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.4
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0
|
|
# to make insecure with passwordless root login, uncomment following lines
|
|
#env:
|
|
# - INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:v0.4
|
|
files:
|
|
- path: etc/getty.shadow
|
|
# sample sets password for root to "abcdefgh" (without quotes)
|
|
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
|
trust:
|
|
org:
|
|
- linuxkit
|