diff options
| author | dautor <karlo98.m@gmail.com> | 2024-11-15 13:47:50 +0100 |
|---|---|---|
| committer | dautor <karlo98.m@gmail.com> | 2024-11-16 14:25:00 +0100 |
| commit | bdd2396d19f5465ecaac3195deeceef29a867d52 (patch) | |
| tree | 2dbe4c83c833ef8b8bfe1473fda3a028136b4299 /cgit/host/conf | |
Create example structure and add 2 examples
Diffstat (limited to 'cgit/host/conf')
| -rw-r--r-- | cgit/host/conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cgit/host/conf b/cgit/host/conf new file mode 100644 index 0000000..1471d6f --- /dev/null +++ b/cgit/host/conf @@ -0,0 +1,23 @@ +{ + module: sf.jail + configuration: { + interfaces: { + eth0 { type: eiface } + } + filesystem: { + layers: [ + cgit/host/root + /tmp/lamina.cgit + /tmp/lamina.machine + /lab/jail/base/14.1-RELEASE + ] + temporary: /tmp/cgit_host + volumes: [ + { source: "/lab/git", target: "/git" } + ] + devfs: 0 + } + init: [ sh, /etc/rc ] + shutdown: [ sh, /etc/rc.shutdown ] + } +} |
