summaryrefslogtreecommitdiff
path: root/simple/0/conf
diff options
context:
space:
mode:
Diffstat (limited to 'simple/0/conf')
-rw-r--r--simple/0/conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/simple/0/conf b/simple/0/conf
new file mode 100644
index 0000000..bc8c79b
--- /dev/null
+++ b/simple/0/conf
@@ -0,0 +1,20 @@
+{
+ module: sf.jail
+ configuration: {
+ interfaces: {
+ eth0 { type: eiface }
+ eth1 { type: eiface }
+ eth2 { type: steal, interface: re0 }
+ }
+ filesystem: {
+ layers: [
+ simple/0/root
+ /tmp/lamina.dns
+ /tmp/lamina.machine
+ /lab/jail/base/14.1-RELEASE
+ ]
+ }
+ init: [ sh, /etc/rc ]
+ shutdown: [ sh, /etc/rc.shutdown ]
+ }
+}