mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-02-21 16:52:55 +00:00
Also add tty0 as a console to default moby image Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
17 lines
396 B
YAML
17 lines
396 B
YAML
kernel:
|
|
image: "mobylinux/kernel:4.9.x"
|
|
cmdline: "console=ttyS0"
|
|
init: "mobylinux/init:83b229223adbdd5ae38f39b4754e61b951529664"
|
|
system:
|
|
- name: ltp
|
|
image: "mobylinux/test-ltp-20170116:fdca2d1bb019b1d51e722e6032c82c7933d4b870"
|
|
network_mode: host
|
|
pid: host
|
|
capabilities:
|
|
- CAP_SYS_ADMIN
|
|
files:
|
|
outputs:
|
|
- format: kernel+initrd
|
|
- format: iso-bios
|
|
- format: iso-efi
|