mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-26 17:44:42 +00:00
If you also use console=tty0 you lose the output of commands running from the system, as they run on the second console which is discarded. Also drop page-poison as not relevant for tests. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
15 lines
457 B
YAML
15 lines
457 B
YAML
kernel:
|
|
image: "linuxkit/kernel:4.9.x"
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:2599bcd5013ce5962aa155ee8929c26160de13bd
|
|
- linuxkit/runc:3a4e6cbf15470f62501b019b55e1caac5ee7689f
|
|
- linuxkit/containerd:b50181bc6e0084e5fcd6b6ad3cf433c4f66cae5a
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1"
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|