kernel: image: linuxkit/kernel:4.14.57 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:598439400c1e4bf8c25c63c98b2d3e83b1382be9 - linuxkit/runc:v0.5 - linuxkit/containerd:0784cc754edb296b996c3510abbdf69686ef0f24 - linuxkit/ca-certificates:v0.5 onboot: - name: sysctl image: linuxkit/sysctl:v0.5 - name: dhcpcd image: linuxkit/dhcpcd:v0.5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty image: linuxkit/getty:v0.5 # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd image: linuxkit/rngd:v0.5 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