mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 06:56:04 +00:00
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.34
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
|
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
|
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
|
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
|
- samoht/fdd
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
|
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
|