Files
linuxkit/projects/miragesdk/examples/fdd.yml
Avi Deitcher a5085fc9ea pkg/init support for volumes
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2024-07-21 17:48:39 +03:00

38 lines
1.2 KiB
YAML

kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:872d2e1be745f1acb948762562cf31c367303a3b
- linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f
- linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
- samoht/fdd
onboot:
- name: sysctl
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
services:
- name: getty
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd
- name: dhcpcd
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
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