From bdd2396d19f5465ecaac3195deeceef29a867d52 Mon Sep 17 00:00:00 2001 From: dautor Date: Fri, 15 Nov 2024 13:47:50 +0100 Subject: Create example structure and add 2 examples --- simple/1/conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 simple/1/conf (limited to 'simple/1/conf') diff --git a/simple/1/conf b/simple/1/conf new file mode 100644 index 0000000..59baa29 --- /dev/null +++ b/simple/1/conf @@ -0,0 +1,19 @@ +{ + module: sf.jail + configuration: { + interfaces: { + eth0 { type: eiface } + eth1 { type: eiface } + } + filesystem: { + layers: [ + simple/1/root + /tmp/lamina.machine + /lab/jail/base/14.1-RELEASE + ] + devfs: 5 + } + init: [ echo, custom init command ] + shutdown: [ echo, custom shutdown command ] + } +} -- cgit v1.2.3