mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:35:58 +00:00
Originally, Memorizer kernel fed inputs to add boot printouts from a debug tool, however, it creates unnecessary output. Remove the kernel boot option parameter. Signed-off-by: Nathan Dautenhahn <ndd@cis.upenn.edu>
20 lines
460 B
YAML
20 lines
460 B
YAML
kernel:
|
|
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:v0.4
|
|
- linuxkit/runc:v0.4
|
|
- linuxkit/containerd:v0.4
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.4
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:v0.4
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|