mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 12:43:58 +00:00
38 lines
998 B
YAML
38 lines
998 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.34
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
|
|
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
|
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
|
|
- linuxkit/ca-certificates:v0.3
|
|
- samoht/fdd
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.3
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:v0.3
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:v0.3
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.3
|
|
files:
|
|
- path: etc/init.d/020-fdd-init
|
|
mode: "0700"
|
|
contents: |
|
|
#!/bin/sh
|
|
/bin/fdd init -vv -s /run/fdd.sock
|
|
- path: etc/init.d/030-fdd-share
|
|
mode: "0700"
|
|
contents: |
|
|
#!/bin/sh
|
|
/bin/fdd share -vv -s /run/fdd.sock /tmp/channel-net-eng &&
|
|
/bin/fdd share -vv -s /run/fdd.sock /tmp/channel-conf-net &&
|
|
/bin/fdd share -vv -s /run/fdd.sock /tmp/channel-conf-act
|
|
trust:
|
|
org:
|
|
- linuxkit
|